In this short tutorial I will show you how easily you can run or debug your PL/SQL Oracle Stored procedures in Oracle SQL Developer tool.…
Continue reading Running Oracle Stored Procedure Package in SQL Developer
Leave a CommentCoder, Blogger
In this short tutorial I will show you how easily you can run or debug your PL/SQL Oracle Stored procedures in Oracle SQL Developer tool.…
Continue reading Running Oracle Stored Procedure Package in SQL Developer
Leave a CommentIn 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 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 Comment