
How to mock HttpClient-C#
What is Mock? Mocking is a process when writing the unit test case for the unit with an external dependency like a…

What is Mock? Mocking is a process when writing the unit test case for the unit with an external dependency like a…
Razor is an ASP.NET programming syntax used to create dynamic web pages with the C# or VB.NET programming langua…
Introduction This blog post will guide you through the process of configuring Serilog in an ASP.NET Core application…
Difference between Overloading and Overriding ? What is CLR (Common Language Runtime? What is CTS (Common Type S…
If you really want to use an identifier that clashes with a keyword, you can qualify it with the @ prefix. For inst…
How do I calculate an MD5 hash from a string ? What is the difference between const and static read-only Wha…
This post is a simple, fun example. In this post, I will show you a neat trick about LINQ. You have to reverse a g…
What is a design pattern Design pattern is occurring solution to the problem that occurs during software design. …
What is Design Pattern? A design pattern is a general recurring solution to a commonly occurring problem in softw…
Before HTML 5 showing the preview of the image was a very expensive operation because the website makes a service c…
VS Code (Visual Studio Code) is a free editor from Microsoft, which is very popular nowadays. Visual studio code su…
LINQ (Language integrated query) is a compelling feature of c#. By using LINQ, we can simplify the code very easily…