Develop a Web App with Blazor in .NET 7
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…
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…
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…
.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.
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 Architecture, please this
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…
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…
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…
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 to run my…