This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
I got a chance to try and play around with NDepend, a popular Code Analysis tool for .NET and here's how I integrated and my thoughts on it.
How to use AWS Cognito Identity Pool made Simple
In this article, let's discuss what are Cognito Identity Pools and How do we create one to help users access AWS resources using a CIP Token.
How to Integrate Swagger UI with Spring Boot 3
In this article, let us see how we can implement SwaggerUI and OpenAPI specification for a simple Spring Boot 3 RESTful API
How to implement Binary search in an easy way
In this article, let us discuss how to implement binary search algorithm with an example in .NET along with time complexity analysis
How to implement Quicksort in an easy way
In this article, let us discuss how to implement Quicksort algorithm step by step with an example and analyze time complexity
How to implement Merge Sort in an easy way
In this article, let us discuss what is merge sort algorithm and how to implement with an example, with complexity analysis.
5 reasons why I love VS Code – Tips and Tricks
In this article, let me share with you 5 reasons why I prefer using Visual Studio Code and 12 tips and tricks for using it
How to use AWS Parameter Store with ASP.NET Core
In this detailed article, let us discuss what is AWS Systems Manager Parameter Store and how to integrate with ASP.NET Core
Simple Differences b/w ViewBag and ViewData in ASP.NET Core
In this brief article, let us discuss the differences between ViewBag and ViewData and how they are used in ASP.NET Core MVC