Error Restoring the NuGet After Upgrading Solution to .NET 6
I was upgrading the solution from .Net core 3.1 to .NET 6.0 and got the below error while building the project. This blog describes how I resolved the error and
I was upgrading the solution from .Net core 3.1 to .NET 6.0 and got the below error while building the project. This blog describes how I resolved the error and
Recently, I was getting this warning for most of the properties which are not specified as nullable. I was not happy this warning, though I was able to run my…
A bot is a software application that automates the tasks which are repetitive in nature and respond without human interaction. A bot is a short form of robot. In this…
Introduction Stratis empowers developers to build enterprise-grade blockchain solutions for current industries by utilizing their C# and .Net skill sets. Stratis Blockchain is open-source and provides templates for Visual Studio
As we know Visual Studio 2022 is generally available with several improved and innovative features. However, it is generally available for 64 bits Windows machines only and still has preview
Software development is all about writing code and developing solutions following requirements and processes. Managing code becomes complex with time and multiple contributors. In the real scenario, multiple developers work
Introduction Sending data from View to Controller is the basic need of any software system. Mostly, if we are using Asp.Net MVC Razor page as frontend then we need to
Using shortcut keys and commands can help to save time and result in considerable improvement as well as productivity. In this article, I will share the most useful and trendy…
Sometime, we get this error message after publishing the solution in IIS. This error is quite common. Exact Error Error message 401.2.: Unauthorized: Logon failed due to server configuration. Verify
I was using form serialize() to submit user input data using the ajax post method to the controller in ASP.NET 5 application but data was not passing to the controller.