Build A Blazor Hybrid App with .NET MAUI for Cross-Platform Application
.NET MAUI together with Blazor can enable a single code base of Web UI components for native mobile, desktop and web applications.
Learn developer and data technologies with us
.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,114 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: 1,966 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,497 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: 700 Software development is all about writing code and developing solutions following requirements and processes. Managing code becomes complex with time and multiple contributors. In the real scenario,…