Randika HasheenSQL DB Helper Class in .Net Core Web APIThis article explains how to use a helper class in a .NET Core Web API project to interact with a SQL database. The helper class, commonly…Nov 18
InByteHidebyJuan EspañaThe LinQ Bible in C#: From Basics to Best Practices✝️The only way to learn LinQ from Zero to God🙏Jun 6, 20234
Chauhan ShubhamJWT Refresh TokenThis article will go through an example of how to implement JWT (JSON Web Token) authentication with refresh tokens in an ASP.NET Core 5.0…Jun 26, 20233Jun 26, 20233
Rob HuttonMastering SOLID Design Principles in .NET 9 for Robust ApplicationsIn this article, we’ll explore each of the SOLID principles with bad examples and subsequent code refactoring.Nov 14Nov 14
Nouman FarooqUnit test static methods of a class in C#In software development, there are scenarios where unit testing static methods becomes necessary. However, mocking static methods directly…Mar 302Mar 302
Randika HasheenSQL DB Helper Class in .Net Core Web APIThis article explains how to use a helper class in a .NET Core Web API project to interact with a SQL database. The helper class, commonly…Nov 18
InByteHidebyJuan EspañaThe LinQ Bible in C#: From Basics to Best Practices✝️The only way to learn LinQ from Zero to God🙏Jun 6, 20234
Chauhan ShubhamJWT Refresh TokenThis article will go through an example of how to implement JWT (JSON Web Token) authentication with refresh tokens in an ASP.NET Core 5.0…Jun 26, 20233
Rob HuttonMastering SOLID Design Principles in .NET 9 for Robust ApplicationsIn this article, we’ll explore each of the SOLID principles with bad examples and subsequent code refactoring.Nov 14
Nouman FarooqUnit test static methods of a class in C#In software development, there are scenarios where unit testing static methods becomes necessary. However, mocking static methods directly…Mar 302
Sachin GaikwadFilters vs Middleware in asp.net coreRecently I was working on designing a solution where I need to capture success/failure of every API call.Nov 8
InLevel Up Codingby#hopeAsync Await Cheatsheet for C#Here are somethings I use in a lot of my code to handle async await in weird scenariosJul 31