Tutorials, guides and articles on .Net Core framework.

Read more about the article Automate API Documentation with NSwag
API

Automate API Documentation with NSwag

Producing documentation is a laborious task that most developers dislike. Considering software delivery is an iterative approach, maintaining documentation becomes a full time work, especially for public APIs. For small teams and solo devs, tools like NSwag can do the heavy lifting of creating and maintaining documentation. Benefits of NSwag:…

0 Comments
Read more about the article Enable CORS in .NET Core
API

Enable CORS in .NET Core

Due to the same-origin policy, most browsers restrict making requests to different domains than the originally served the website. This is a security feature that prevents a harmful site from accessing sensitive data on other sites. If you are developing an API though, cross-origin requests (CORS) are something you want…

0 Comments
Read more about the article Installing SQL Server 2019 on MacOS
Run SQL Server on Mac with Docker

Installing SQL Server 2019 on MacOS

Installing with SQL Server on a non-Microsoft platform was a dream just a few years ago. With the release of SQL Server 2017, Microsoft made it possible to directly install SQL Server on Unix-based operating systems. Since MacOS is Unix-based, we can directly install SQL Server on it using Docker.…

2 Comments