摘要:
In one of the ASP.NET Core projects we did in the last year, we created an OutputFormatter to provide a Word documents as printable reports via ASP.NE 阅读全文
摘要:
ASP.NET Core provides us a rich Logging APIs which have a set of logger providers including: ConsoleLoggerPtovider, AzureAppServicesDiagnosticsLoggerP 阅读全文
摘要:
One of the first issues you will likely encounter when getting started with ASP.NET Identity centers on customizing the underlying data model. The Ent 阅读全文
摘要:
Recently I worked on a project, which I started as code first and then I forced to switch to Database first. This post is about executing procedures f 阅读全文
摘要:
Symptoms When no user is interactively logged on to the server console, if you try to start a COM+ application remotely (either through a Terminal Ser 阅读全文
摘要:
当你创建一个web API,它通常用于创建一个帮助页面,以便其他开发人员知道如何调用你的API。你可以手动创建所有的文档,但最好是autogenerate尽可能多。简化这个任务,ASP.Web API提供了一个库在运行时可以自动生成帮助页面。 创建API Help Pages 安装ASP.NET a 阅读全文
摘要:
创建一个Web API 项目 在本教程中,你将使用ASP.NET Web API 来创建一个web API 并返回产品列表。 网页前端使用jQuery 显示结果。 选择ASP.NET Web Application,新建名ProductsApp 在弹出框里选择空的模板,并把Web API勾选上,点击 阅读全文