Read a large file into a byte array with chunks in C# Today in this article we shall see one more approach of reading Read...
Continue ReadingC#.NET-MongoDB Find field is null or not set
MongoDB: C# Mongo Driver Query for records where the field is null or not set Today in the article we shall learn how to write...
Continue ReadingNSwag Swagger API documentation in ASP.NET Core
NSwag Swagger API documentation in ASP.NET Core Swagger or OpenAPI describes standards and specifications for the RESTFul API description. These specifications are an attempt to...
Continue ReadingMongoDB Like Query Examples using C#.NET
MongoDB SQL ‘Like’ Query Examples using C# Today in this article, we shall see how to write MongoDB Like Query using C# MongoDB driver with...
Continue ReadingEnable WCF web services as REST API
Expose WCF web services as REST API in 5 minutes In this article, we will see a simple approach to Enable WCF web services as...
Continue Reading