How to Handle Nullable Reference in .NET 6
Post Views: 2,329 Introduction As we know there are so many changes in .Net 6 and C# 10. In this…
Learn developer and data technologies with us
Post Views: 2,329 Introduction As we know there are so many changes in .Net 6 and C# 10. In this…
The whole idea of this architecture is to allow the core part, which consists of complete business logic and application…
Clean Architecture which is also known as Domain-Driven Design has evolved with considerable improvements in the last several years. Therefore,…
Post Views: 1,047 Introduction Microsoft has released .NET 7 preview 1 last week Feb 17th, 2022. In this write-up, we…
Post Views: 2,297 Introduction As we know .NET 6 is the latest version of .NET and is generally available with…
SP.NET Core Preview 1 and EF7 Preview 1 released are announced today. .NET 7 builds on the foundation set up by .NET 6,…
Post Views: 1,542 In this article, we will learn what is MVC and how to create your first ASP.NET MVC…
Prior to .NET 6, null-state analysis and variable annotations are disabled for existing project, however, it is enabled for all…
Post Views: 2,241 Introduction I was upgrading the .NET Core 3.1 project to .NET 6 and faced issues running test…
Post Views: 1,948 Recently, I was getting this warning for most of the properties which are not specified as nullable.…