Unit Testing and Mocking MongoDB Extension Method in ASP.NET Core – Part1 In this post, we will see howto Unit Test and Mock MongoDB extension...
Continue ReadingDapper In .NET Core With Examples -Micro-ORM
Dapper Micro-ORM in .NET Core with examples Today in this article we will see how to use Dapper a very lightweight mini ORM framework. Dapper...
Continue ReadingFixing Transitive Dependency Vulnerabilities Best Practices
Fixing Transitive Dependency Vulnerabilities Best Practices Today in this article, we will cover guidelines on Fixing Transitive Dependency Vulnerabilities. Today in this article, we will...
Continue ReadingDistributed Tracing and Header Propagation Middleware in ASP.NET Core
Distributed Tracing using Header Propagation Middleware in ASP.NET Core In this article, we will see how to use the header propagation feature in ASP.NET Core....
Continue ReadingUnit Testing Exceptions – Best Practices
Unit Testing Exceptions – Best Practices In this article, we will see how to write Unit testing Exceptions scenarios in the .NET/.NET Core ecosystem using...
Continue Reading