TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Cosmos DB SQL API
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sarathlal Saseendran (3)
Vithal Wadje (2)
Mangesh Kulkarni (1)
Related resources for Cosmos DB SQL API
No resource found
CRUD Stored Procedures in Azure Cosmos DB
10/26/2023 7:43:54 AM.
In this article, we will learn how to create the stored procedures in the Azure Cosmos DB for inserting, reading, updating, and deleting the Azure Cosmos DB collection items.
CRUD Operations In Azure Cosmos DB SQL API Using ASP.NET Core Web API C#
11/28/2022 4:40:34 AM.
In this article , we will learn how to make Insert, update, read, delete from Azure Cosmos DB SQL API Using ASP.NET Core API C#
Create A Free Cosmos DB SQL API Account With Multi Write Regions
3/19/2020 5:11:02 AM.
In this post, we will discuss about the features of newly introduced free tier Cosmos DB account.
Angular App With ASP.NET Core And Cosmos DB
5/18/2019 9:06:12 AM.
In this post, we will see how to create an Angular application in Visual Studio 2017 with ASP.NET Core template and we will connect this app with Cosmos DB database. For testing purposes, we are using
Connecting The Same Cosmos DB Database Using SQL API And Mongo API From A Blazor App
2/22/2019 11:41:37 AM.
Microsoft unified the structural design of SQL API and Mongo DB API in Cosmos DB. In this article, we will see how to connect the same Cosmos DB database using SQL API .NET SDK and Mongo DB API .NET S
Querying ConsmosDB Using SQL API
12/19/2017 7:05:50 PM.
Here, we can find the first name and number of pets from child entity but to find out the last name we need to refer to family entity. To select last name along with first name we need to use join ope