News

When developing database-driven .NET and .NET Core, regardless of the database we intend to deploy in the end, we will often want to work with a database engine that is lightweight and fast, in order ...
Program and Startup are the main classes for configuring .NET applications. Learn how to use them in ASP.NET Core 6. ASP.NET Core 6 introduces a simplified hosting model that reduces the boilerplate ...
If you want to add server-side Blazor to your existing ASP.NET Core applications, you can. There's not much to it, fortunately. In fact, there's probably more work involved in creating a View or Page ...