Announcing .NET 8 Release
Post Views: 792 Microsoft has released and introduced the .NET 8 on Nov 14th, 2023, the latest Long-Term Support (LTS) version of a premier development platform. .NET 8 brings forth…
Learn developer and data technologies with us
Post Views: 792 Microsoft has released and introduced the .NET 8 on Nov 14th, 2023, the latest Long-Term Support (LTS) version of a premier development platform. .NET 8 brings forth…
Following the SOLID principles in software development is incredibly important for some very good reasons. These principles are like a set of clear guidelines and best practices that make it…
Dependency Injection (DI) is a fundamental concept in modern software development that helps manage the complexity of large applications by promoting loose coupling between components.
Post Views: 67 Introduction Visual Studio Code (VS Code) is a source code editor developed by Microsoft. It is most popular with several developers and educational institutions around the world…
Blazor framework is one of the web development platforms for the .Net family that provides the flexibility to develop both backend and front using the same language, C#. It is…
Post Views: 1,095 Introduction Microsoft has released .NET 7 preview 1 last week Feb 17th, 2022. In this write-up, we will learn what’s new in .NET 7 preview and create…
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: 1,617 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…
Post Views: 1,359 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…
Post Views: 2,079 Introduction This article provides the guidelines to upgrade ASP.NET Core 2.1/2.0 (or lower versions) to 3.1. .Net Core 3.1 has long-term support and if you are using…