Janod AbesekaraHow to Create a .net backend with MS SQl DataBase (.net 7)Firse we create a project in visual Studio .net 7 used to setup the back end this are the setup steps.Dec 3
Randika HasheenImplementing MongoDB in a .NET Core Web API Using Clean ArchitectureIntroductionNov 12
HassanjabbarTesting and Debugging in .NET 7: New Features and Enhancements.NET 7 brings several exciting improvements to the world of testing and debugging, offering developers a more efficient and streamlined…Feb 26Feb 26
Akash JaiswalBest Practices for Creating an Effective Error Handler in ASP.NET Core 7Hello everyone! In this blog, we will delve into the world of error handling in ASP.NET projects and explore the best practices to…Aug 26, 2023Aug 26, 2023
HassanjabbarSecuring Your .NET Applications in the Cloud: A Comprehensive GuideThe cloud offers incredible benefits for .NET applications, including scalability, cost-effectiveness, and ease of deployment. However…Feb 24Feb 24
Janod AbesekaraHow to Create a .net backend with MS SQl DataBase (.net 7)Firse we create a project in visual Studio .net 7 used to setup the back end this are the setup steps.Dec 3
Randika HasheenImplementing MongoDB in a .NET Core Web API Using Clean ArchitectureIntroductionNov 12
HassanjabbarTesting and Debugging in .NET 7: New Features and Enhancements.NET 7 brings several exciting improvements to the world of testing and debugging, offering developers a more efficient and streamlined…Feb 26
Akash JaiswalBest Practices for Creating an Effective Error Handler in ASP.NET Core 7Hello everyone! In this blog, we will delve into the world of error handling in ASP.NET projects and explore the best practices to…Aug 26, 2023
HassanjabbarSecuring Your .NET Applications in the Cloud: A Comprehensive GuideThe cloud offers incredible benefits for .NET applications, including scalability, cost-effectiveness, and ease of deployment. However…Feb 24
Stanley OkpalaKafka Async Generic Consumer and Producer: A Powerful Combination for Efficient Data StreamingKafka has become a popular tool for building real-time data streaming applications, thanks to its scalability, fault tolerance, and…Mar 13, 2023
HassanjabbarComparing .NET 8 to Previous Versions: A Deep DiveAs we approach the release of .NET 8, developers are eager to understand how it compares to its predecessors. Let’s embark on a journey…Feb 20
Marcio Nizzola - MVPLoading configurations in .NET using the IOptions pattern in a Console App.Introduced from the first version of Asp.Net Core 1.0, using IOptions to load application settings has become much more practical and…Sep 7, 2023