OData (Open Data Protocol) API in .NET 6

OData (Open Data Protocol) is an open standard protocol for building and consuming RESTful APIs. It was initially developed by

Continue reading

Auto Properties in C#

Auto properties are a shorthand syntax for defining properties in C#. Instead of explicitly defining a private backing field and the get/set methods for a property, an auto property allows the compiler to automatically generate the backing field and default get/set methods.

Azure Storage Types

Azure Storage is a highly scalable, highly available, and highly durable cloud storage system provided by Microsoft Azure. It offers a range of storage options to meet the needs of different applications and workloads.