Tips for Developers – Postman and Browser DevTools
We have been using Web APIs for very long. Many single page applications use web APIs for obvious reasons. There are a lot of debugging tools for troubleshooting the web…
We have been using Web APIs for very long. Many single page applications use web APIs for obvious reasons. There are a lot of debugging tools for troubleshooting the web…
Many projects use central database for development. All developers working on a project connect to a single database server. It really is efficient to get started on the project and…
Few months back, I was going through the MSAL and how Azure AD can be used with different types of applications, how authentication can be configured, etc. This is an…
Let's have a quick walkthrough of .NET Framework releases, .NET Core, .NET Standard and .NET 5. .NET Framework Back in late 90s, Microsoft released the initial versions of .NET Framework.…
There are two access modifiers which can easily cause confusions - protected internal and private protected. In this article, we are going to discuss about these two access modifiers. Access…
Visual Studio code has gained a lot of popularity recently as an IDE. You can work on almost any language / script using Visual Studio code. It has nice plugins…
You might have used the windows command prompt a lot of times. Well, for those who were unaware, there is a brand new Windows Terminal released recently. In this article,…
We have seen how the WSL can be installed on Windows 10 in the previous article. We also have discussed that there are two major versions of WSL, viz., WSL…
WSL: start a distribution with or without providing name
I have written a blog post about EF core few months back. Today, I was trying to setup a sample .NET Core 3 application with EF Core. I found that…
Most of us use UI tools to interact with databases during development activities. When the application is installed on test / user's machines, these tools may not be available for…
Recently I have worked on a thick client application. The application uses SQL Server as it's database server. While debugging an issue on the test server, I wanted to add…