News

You can create applications with the project templates provided by Microsoft Identity Web. This is explained in this article Then you can configure your applications using msidentity-app-sync which is ...
ASP.NET Web API is a solid communications framework, and many applications can benefit from breaking free of IIS by including an embedded ASP.NET Web API server. In 2011, Microsoft released ASP.NET ...
Setting up a Self-Hosted ASP.NET Web API Follow along as I create a console application that self-hosts ASP.NET Web API, and can be deployed to machines not running IIS. The first step is to create a ...