If you’re a developer working with ASP.NET, you’ve likely heard the term “middleware” thrown around quite a bit. But what exactly is it, and why is it so important? Put…
.net core
In C#, the Switch statement is the type of control flow statement to compare a single expression with multiple values. If a value matches the test expression, then the specific…
A lot of times you come across an error “Server Error in ‘/’ Application” while working on an ASP.NET application. This is a generic error and it occurs when code…
Azure blob storage is Microsoft’s offering to store unstructured object data. This data can be files, images, videos or documents etc. Azure blob storage can serve these images and documents…
I come across the following error while comparing Date in Linq lambda in the .NET C# project. The exact error is The specified type member ‘Date’ is not supported in…
ASP.NET Web API using NET 6 C# & Windows authentication
I come across the following error while working on the .NET C# project. When I try to open the project properties window I got the following error An error occurred…
Lists are very useful object types in C#. A lot of times we come across requirements to sort list items. By default, we can only sort by Ascending or descending…
CJ dropshipping is one of the best dropshipping services available for eCommerce websites that run on a dropship model. One can use tools provided by CJ dropshipping to integrate with…
Microsoft has recently released .NET 6.0 on 11th Nov 2021. This release has a lot of exciting features. Let’s Explore a few of these features One platform .NET 6.0 You…