In this article I will show how you can build the Rmac assembler in Visual Studio. I was facing problems in building it and when…
Continue reading Build Rmac Assembler in Visual Studio
Leave a CommentCoder, Blogger
In this article I will show how you can build the Rmac assembler in Visual Studio. I was facing problems in building it and when…
Continue reading Build Rmac Assembler in Visual Studio
Leave a CommentIn the newer version of Android Studio projects (After February 2022 update), there has been change in the structure of build.gradle file and there is…
Continue reading Using build.gradle File in New Android Studio Project
Leave a CommentSwagger 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 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
3 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 Comment