Blazor is a Single Page Application framework created by Microsoft. With Blazor, you write C# to generate dynamic content and with Blazor WebAssembly you can become a full stack developer with C# on both front end and back end. In this course, you will learn about the architecture and how Blazor wor
???? hacker-lawsLaws, Theories, Principles and Patterns that developers will find useful. Like this project? Please considering sponsoring me and the translators. Also check out this podcast on The Changelog - Laws for Hackers to Live By to learn more about the project!
Simple Anomaly Detection Using Plain SQLMany developers think that having a critical bug in their code is the worst thing that can happen. Well, there is something much worse than that: Having a critical bug in your code and not knowing about it!
Which do I use, ConfigureAwait True or False?In this video we answer the ever popular question "Which do I use, ConfigureAwait True or False?". The direct answer to this question is: - If you are a writing code for the UI, use ConfigureAwait(true). - If you are writing code in a library that will be shared, use ConfigureAwait(false) If you
5 Tips and potential MISTAKES that you SHOULD know about, for C# and .NETSubscribe: http://bit.ly/ChapsasSub Support me on GitHub: http://bit.ly/ChapsSupport 00:36 - 1. Async Actions are not awaited 03:30 - 2. Making GetOrAdd in ConcurrentDictionary thread-safe 09:58 - 3. Clean way to have InternalsVisibleTo for testing 14:17 - 4. Auto-implemented property vs expression
Table of contentsAsynchronous programming has been around for several years on the .NET platform but has historically been very difficult to do well. Since the introduction of async/await in C# 5 asynchronous programming has become mainstream. Modern frameworks (like ASP.
ASP.NET Core Diagnostic ScenariosThe goal of this repository is to show problematic application patterns for ASP.NET Core applications and a walk through on how to solve those issues. It shall serve as a collection of knowledge from real life application issues our customers have encountered.
CI/CD for SQL Databases (both SSDT and EF)- A TimCo Retail Manager VideoIn this video, we are going be implementing Continuous Integration and Deployment or CI/CD with our two SQL databases. One database is a SSDT project and the other is an Entity Framework database, so we will actually perform two different approaches for this topic. Patreon ($5/month or more gets so
7 Database ParadigmsLearn about seven different database paradigms and what they do best. https://fireship.io/lessons/top-seven-database-paradigms/ 00:00 Intro 00:45 Key-value 01:48 Wide Column 02:47 Document 04:05 Relational 06:21 Graph 07:22 Search Engine 08:27 Multi-model #learntocode #data Learn more about Meili
8086 microcode disassembledRecently I realised that, as part of his 8086 reverse-engineering series, Ken Shirriff had posted online a high resolution photograph of the 8086 die with the metal layer removed. This was something I have been looking for for some time, in order to extract and disassemble the 8086 microcode.
This Read-It-Later-list is just that, bookmarks of stuff I intend to read or have read. I do not necessarily agree with opinions or statements in the bookmarked articles.
This list is compiled from my Pocket list.