Category Archives: aspnet

Exposing ASP.Net Core Web API Documentation with Swagger

Exposing ASP.Net Core Web API Documentation with Swagger Swagger is one of the available options for API documentation and code generation. In this post, we are going to build swagger specification on top of the Student Service built in the last post [http://www.alternatestack.com/development/app-development/creating-web-apis-with-aspnet-core/] using ASP.Net Core. Let’s first add the required nuget packages. Here we… Continue reading »

Creating Web APIs with ASPNet Core

Creating Web APIs with ASPNet Core We have seen how we can setup our mac environment for .net based development. Here we discussed how we created a sample application using Visual Studio and Dotnet CLI tools. http://www.alternatestack.com/development/developing-c-applications-on-mac-os-using-vs-code/ In this post we are going to see how we can use command line tools to create our… Continue reading »