Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Microsoft Azure Storage: Tables

Posted By: naag
Microsoft Azure Storage: Tables

Microsoft Azure Storage: Tables
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 1 Hour | 238 MB
Genre: eLearning | Language: English

A Microsoft Azure table is a non-relational, NoSQL-like, massive, scalable, distributed, key/property bag collection typically used to maintain users, orders, games scores, etc. This video explains how to use the .NET client library to secure and manipulate tables. It also shows guidelines and best practices for how to structure and access a table to build scalable apps. The video introduuces many table features, including how to version a table without your clients experiencing any down time, optimistic concurrency and last-writer-wins patterns, and segmented queries. Particular emphasis is placed on the importance of partition keys and how they control scalability, sorting, and entity group transactions.

Microsoft Azure Storage: Tables