Get to know how to query Azure Cosmos DB by using the SQL API

Overview : In this blog post you will learn about the Azure Cosmos DB SQL API queries and How to get started with Cosmos DB SQL API. I recently published a video on youtube and decided to have it available in blog as well. Azure Cosmos DB is a fully managed NoSQL multi model database… Read More Get to know how to query Azure Cosmos DB by using the SQL API

Wear out the features of Azure CosmosDB with AspNetCore application

Azure CosmosDB (Azure Cosmos DB – Globally Distributed Database Service (formerly DocumentDB) | Microsoft Azure) is a super set of the service once known as “Azure Document Db”. In short: “Azure CosmosDB ” = “Azure Document Db” + new data types + new APIs. You can try CosmosDB  for free on Azure or you can setup the CosmosDB on your local… Read More Wear out the features of Azure CosmosDB with AspNetCore application

How to configure localization on Asp.Net Core project

In this post I’ll walk through the process of adding localization to an ASP.NET Core application. Localization in ASP.NET Core is almost similar to the way it works in the ASP.NET 4.X. You have to define a number of .resx resource files in your application, one for each culture you support. You then reference resources… Read More How to configure localization on Asp.Net Core project

Start using Azure Logic apps and save your time

This is my first blog and Azure and i am inspired to write this one after attending the Microsoft’s workshop “App innovation day”.There was a cool technology “Windows Workflow Foundation” provided by Microsoft with dot net framework to create workflows to cater business logic in dot net applications. With Azure, The Logic Apps service fulfill… Read More Start using Azure Logic apps and save your time