Microsoft MVP Award
Congratulations! We’re pleased to present you with the 2022 Microsoft Most Valuable Professional (MVP) award in recognition of your exceptional technical community leadership.
Learn developer and data technologies with us
Congratulations! We’re pleased to present you with the 2022 Microsoft Most Valuable Professional (MVP) award in recognition of your exceptional technical community leadership.
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…
User experience is always of the highest concern for any better solution. Input mode plays a pivotal role when it comes to input records/forms in any application. We use only input…
Congratulations! You have received the C# Corner Most Valuable Professional (MVP) Award. This award is given for your extraordinary contributions to the C# Corner community. Thank you for your valuable…
SharePoint Add-in is an app in SharePoint that extends the capabilities of SharePoint sites through customization using client side object models only. SharePoint Add-in gives capabilities to add custom code…
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…
Clean Architecture which is also known as Domain-Driven Design has evolved with considerable improvements in the last several years. Therefore, the whole idea of this architecture is to allow the…
As we know that data has been playing a significant role in decision-making, and there are various types of analysis that help to do leveraging data. Analytics and AI plays…
Post Views: 73 As we know that data has been playing a significant role in decision-making, and there are various types of analysis that help to do leveraging data. Analytics…
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…