Swagger is a very helpful library that provides nice UI for web API projects. It enables easy user testing of these API endpoints, and in…
Continue reading Setup Authorization In Swagger Asp.Net Core API
Leave a CommentCoder, Blogger
Swagger is a very helpful library that provides nice UI for web API projects. It enables easy user testing of these API endpoints, and in…
Continue reading Setup Authorization In Swagger Asp.Net Core API
Leave a CommentMySQL is widely used database around the world. Many asp.net based applications also use this database as their preferred backend database. If using entity framework,…
Continue reading Solve Common Asp.Net MySQL Database Migration Errors
Leave a CommentAzure AD is an easy solution for adding authentication quickly in Asp.net powered websites. However it requires your site to use HTTPS, although using SSL…
Continue reading Redirect URL mismatch solution for Azure AD Asp.net 6 Linux Hosted website
Leave a CommentFirebase now supports Asp.Net core, or say .Net core for it’s database operations. There is a new Nuget package which gives you ability to use…
Continue reading Asp.Net Core Firebase Environment Variable Read Problem on Linux Ubuntu
Leave a CommentAsp.net core can be hosted on Windows as well as Linux. Hosting on windows is very easy and you can find plenty of resources for…
Continue reading Hosting Asp.net Core application on Linux using runtime and Apache
1 CommentOracle has recently released updated MySQL connector for .Net core. In this post we’ll see how to connect to a MySQL database with asp.net core…
Continue reading Working with MySQL database in Asp.Net Core
Leave a Comment