Getting Started with ASP.NET Core Web App (MVC) Using .NET 6
Post Views: 1,636 In this article, we will learn what is MVC and how to create your first ASP.NET MVC project in .NET 6 using visual studio. This article is…
Learn developer and data technologies with us
Post Views: 1,636 In this article, we will learn what is MVC and how to create your first ASP.NET MVC project in .NET 6 using visual studio. This article is…
Prior to .NET 6, null-state analysis and variable annotations are disabled for existing project, however, it is enabled for all .NET 6 projects by default. Because of which, all the…
Post Views: 734 Introduction This article demonstrates how to send form data from the asp.net web application using the Ajax post method without the form serialization. In the previous part…
Post Views: 2,085 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…
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 article, we will…
Post Views: 1,064 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…
Post Views: 1,423 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…
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…
Post Views: 439 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…
Post Views: 191 These days, most of the applications are developed using web API because of numerous advantages. Web API gives developers or integration engineers with options to communicate among…