• ClipSaver
ClipSaver
Русские видео
  • Смешные видео
  • Приколы
  • Обзоры
  • Новости
  • Тесты
  • Спорт
  • Любовь
  • Музыка
  • Разное
Сейчас в тренде
  • Фейгин лайф
  • Три кота
  • Самвел адамян
  • А4 ютуб
  • скачать бит
  • гитара с нуля
Иностранные видео
  • Funny Babies
  • Funny Sports
  • Funny Animals
  • Funny Pranks
  • Funny Magic
  • Funny Vines
  • Funny Virals
  • Funny K-Pop

The Lesson About GUID IDs I Learned the Hard Way скачать в хорошем качестве

The Lesson About GUID IDs I Learned the Hard Way 1 year ago

csharp

dotnet

programming

object-oriented programming

functional programming

c#

zoran

horvat

zoran horvat

c# programming

learn c#

c# tutorial

sql server

clustered index

guid

id

identity

entity framework

ef core

entity framework core

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
The Lesson About GUID IDs I Learned the Hard Way
  • Поделиться ВК
  • Поделиться в ОК
  •  
  •  


Скачать видео с ютуб по ссылке или смотреть без блокировок на сайте: The Lesson About GUID IDs I Learned the Hard Way в качестве 4k

У нас вы можете посмотреть бесплатно The Lesson About GUID IDs I Learned the Hard Way или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:

  • Информация по загрузке:

Скачать mp3 с ютуба отдельным файлом. Бесплатный рингтон The Lesson About GUID IDs I Learned the Hard Way в формате MP3:


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса ClipSaver.ru



The Lesson About GUID IDs I Learned the Hard Way

Become a sponsor to access source code ►   / zoranhorvat   Join Discord server with topics on C# ► https://codinghelmet.com/go/discord Enroll course Beginning Object-Oriented Programming with C# ► https://codinghelmet.com/go/beginning... Subscribe ►    / @zoran-horvat   I will give you the database system ingredients, the most ordinary ones, but if you combine them lightly, there will be a nasty performance bug in your database. A puzzle? Yes, it's a puzzle. Hear the ingredients first. GUID IDs are common both in relational and NoSQL databases. One can generate them in a distributed system and never produce a collision, which is nice. SQL Server supports GUIDs natively. Does this sound familiar? Add one more detail, and your perspective might change: SQL Server creates a clustered index on the key column by default. Now, stop for a moment and think. An application generates GUID values stored as new row keys in the SQL Server database table with the clustered index. The stage is set for the disaster that will only become apparent when the table grows large. And so, the correcting action will be equally costly. This video will display the dangers of using GUID IDs with default SQL Server behavior and the order of steps to correct the issue once it has been added to the solution. You will also learn how to define your entities and never cause this problem when persisting them. 00:00 Intro 01:08 The Wrong Clustered Index 06:15 Turning to Nonclustered Index 12:15 The Correct New Entity 14:48 Conclusion ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ 👨 About Me 👨 Hi, I’m Zoran, I have more than 20 years of experience as a software developer, architect, team lead, and more. I have been programming in C# since its inception in the early 2000s. Since 2017 I have started publishing professional video courses at Pluralsight and Udemy and by this point, there are over 100 hours of the highest-quality videos you can watch on those platforms. On my YouTube channel, you can find shorter video forms focused on clarifying practical issues in coding, design, and architecture of .NET applications.❤️ ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ⚡️RIGHT NOTICE: The Copyright Laws of the United States recognize a “fair use” of copyrighted content. Section 107 of the U.S. Copyright Act states: “Notwithstanding the provisions of sections 106 and 106A, the fair use of a copyrighted work, including such use by reproduction in copies or phono records or by any other means specified by that section, for purposes such as criticism, comment, news reporting, teaching (including multiple copies for classroom use), scholarship, or research, is not an infringement of copyright." This video and our youtube channel, in general, may contain certain copyrighted works that were not specifically authorized to be used by the copyright holder(s), but which we believe in good faith are protected by federal law and the Fair use doctrine for one or more of the reasons noted above. #csharp #dotnet #sqlserver

Comments
  • Learn C#: Abstract or Virtual Method, Which Fits Better Here? 1 year ago
    Learn C#: Abstract or Virtual Method, Which Fits Better Here?
    Опубликовано: 1 year ago
    15794
  • The Problem With UUIDs 1 year ago
    The Problem With UUIDs
    Опубликовано: 1 year ago
    211810
  • How to Avoid Null Reference Exceptions: Optional Objects in C# 2 years ago
    How to Avoid Null Reference Exceptions: Optional Objects in C#
    Опубликовано: 2 years ago
    27524
  • Why Throw an Exception When You Mean an Error? 3 months ago
    Why Throw an Exception When You Mean an Error?
    Опубликовано: 3 months ago
    21307
  • 17 Pieces of C# Syntax That Make Your Code Short 1 year ago
    17 Pieces of C# Syntax That Make Your Code Short
    Опубликовано: 1 year ago
    30346
  • GUIDs and UUIDs are cool, but this is cooler 3 years ago
    GUIDs and UUIDs are cool, but this is cooler
    Опубликовано: 3 years ago
    181199
  • The New Option and Result Types of C# 10 months ago
    The New Option and Result Types of C#
    Опубликовано: 10 months ago
    99114
  • Database Keys Made Easy - Primary, Foreign, Candidate, Surrogate, & Many More 3 years ago
    Database Keys Made Easy - Primary, Foreign, Candidate, Surrogate, & Many More
    Опубликовано: 3 years ago
    211264
  • This Is How Domain-Driven Design Makes Object-Oriented Design More Powerful 1 year ago
    This Is How Domain-Driven Design Makes Object-Oriented Design More Powerful
    Опубликовано: 1 year ago
    18204
  • ПРОДАКШЕН Инструменты РЕАЛЬНОЙ разработки: Kubernetes, Grafana, CI/CD, Harbor и др 2 months ago
    ПРОДАКШЕН Инструменты РЕАЛЬНОЙ разработки: Kubernetes, Grafana, CI/CD, Harbor и др
    Опубликовано: 2 months ago
    59363

Контактный email для правообладателей: [email protected] © 2017 - 2025

Отказ от ответственности - Disclaimer Правообладателям - DMCA Условия использования сайта - TOS



Карта сайта 1 Карта сайта 2 Карта сайта 3 Карта сайта 4 Карта сайта 5