.NET Conf 2022 – Manila, Philippines
.NET Conf has been a virtual event since the beginning, and this year we’re celebrating our 12th online conference. We always strive to create a world-class, engaging, virtual experience for…
Learn developer and data technologies with us
.NET Conf has been a virtual event since the beginning, and this year we’re celebrating our 12th online conference. We always strive to create a world-class, engaging, virtual experience for…
.NET MAUI together with Blazor can enable a single code base of Web UI components for native mobile, desktop and web applications.
Post Views: 1,347 In this article, I have portrayed how to design a solution following Clean Architecture with .NET 6 using Repository Pattern and Entity Framework. To know about Clean…
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…
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…
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: 2,068 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,701 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…