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 CommentSometimes we need to run python scripts periodically to get some work done, running them on some specific time interval. One way is to run…
Continue reading Schedule Python Script using Windows Task Scheduler
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 CommentWindows Environment variables are used to set configuration for various programs, and very essential for software developers who are targeting software for Windows OS or…
Continue reading Reload Windows Environment Variables Without PC Restart
Leave a CommentIn this article we will see how you can quickly setup Serilog logging in your .Net Core or .Net 5+ applications very easily. We will…
Continue reading Using Serilog in .Net 5+/Core
Leave a CommentDependency Injection is widely used design pattern and in case of asp.net core, it comes already configured with project templates. But we also have our…
Continue reading Setup dependency Injection in .Net Core Console App
Leave a CommentIn this tutorial, I will show you how you can configure your development setup in order to debug your Unity Game or project directly from…
Continue reading Debugging Unity Project On Android Device With Visual Studio
2 CommentsBitbucket now does not support basic authentication, using username and password, in git pull or push requests. If, for any reason, you are trying to…
Continue reading Setup App Password for Git in BitBucket
Leave a CommentMost of the C# programmers get to see this error once a while: Object Reference Not Set To An Instance Of Object In this article…
Continue reading Object Reference Not Set To An Instance Of Object
Leave a Comment