How to Handle Nullable Reference in .NET 6
Post Views: 2,403 Introduction As we know there are so many changes in .Net 6 and C# 10. In this article, we will explore one of the changes in C#10…
Learn developer and data technologies with us
Post Views: 2,403 Introduction As we know there are so many changes in .Net 6 and C# 10. In this article, we will explore one of the changes in C#10…
The whole idea of this architecture is to allow the core part, which consists of complete business logic and application entities, adaptive and flexible enough to deal with changing technology…
Clean Architecture which is also known as Domain-Driven Design has evolved with considerable improvements in the last several years. Therefore, the whole idea of this architecture is to allow the…
Post Views: 2,014 Microsoft released .NET 6 a few months before. In this article, I will describe what are the new features included in .NET 6.0. Let’s go-to features. Features…
SP.NET Core Preview 1 and EF7 Preview 1 released are announced today. .NET 7 builds on the foundation set up by .NET 6, which includes a unified set of base libraries, runtime, and…
The primary idea in Clean Architecture is to make the solution adaptive, keep the core business or application logic use cases independent of frontend and external frameworks. The whole idea of…
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,166 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…