April 17, 2023  

On .NET Live - Lunr Core: Simple search for all .NET apps

All applications should have search, and it should be easy to implement. In this week's episode, Mic ...View More

Learn C# with CSharpFritz - Azure Storage for Beginners

Let's look at how we can store and work with data easily and economically using Azure Storage. Betwe ...View More

.NET Data Community Standup - EF Core Internals – Model Building

In this session, the .NET Data Access team will dig into the EF Core internals for building a model. ...View More

Learn Live - Optimize performance and costs by using Azure Disk Storage

Full series information: https://aka.ms/learnlive-azure-core-iaas-study-hall More info here: ...

Correct String Initialization in C#

How do you properly initialize a string? Should it be null, string.Empty, empty quotes, or default?  ...View More