Learn Live - Use the Azure Cosmos DB SQL API SDK

preview_player
Показать описание


Follow on Microsoft Learn:

Learn about the Microsoft.Azure.Cosmos library, and then download the library to use in a .NET application.

---------------------

Learning objectives

- Integrate the Microsoft.Azure.Cosmos SDK library from NuGet
- Connect to an Azure Cosmos DB SQL API account using the SDK and .NET

---------------------

Chapters
--------
00:00 - Introduction
04:52 - Learning objectives
08:17 - Understand the SDK
11:54 - Import from package manager
22:47 - Connect to an online account
35:25 - Implement client singleton
36:47 - Configure connectivity mode
48:46 - Exercise:
1:05:46 - Knowledge Check
1:10:09 - Summary and Conclusion

---------------------

Presenters

Alex Mang
Founder/CEO, Microsoft RD, MVP and MCT
KeyTicket Solutions

Heini Ilmarinen
DevOps Consultant, Microsoft Data MVP
Polar Squad

Moderators

Hasan Savran
Manager, Microsoft Data Platform MVP
Progressive Insurance
Рекомендации по теме
Комментарии
Автор

The consistency levels are not arranged in order of Strength.
The right order is

Strong . Bounded Staleness . Session . Consistent Prefix . Eventual

daudakadiri
Автор

Just a quick heads-up that it may be worth it to expect more labs using top-level programs. The new .NET 6 default template for console apps uses these "scripts" and some of the ASP.NET templates have already moved on to using top-level programs without the Main class and namespace. It's a religious debate in the .NET arena, but the tide is turning and this makes it so much easier to write labs when the author doesn't have to say "in the x namespace, y class, line 5 of code." After these labs were written, the new "include default using" feature was added and the lab could have been trimmed more to remove the System.* namespaces. Oh well!

sidney-andrews
visit shbcf.ru