
How To Learn Blazor In 2023
Tim Corey shows us how to learn Blazor. In this video, I will start by answering some of the commonly asked questions about Blazor. Then, we will look at the different flavors of Blazor and when to use each. After that, I will outline the order to learn Blazor in, I will go over the […]
Read More
.NET Foundation Crisis – What is Happening, Why, and What Now
The .NET Foundation has been getting a lot of press recently. You may have heard about the frustration around the foundation. In this video, Tim Corey will explain what the .NET Foundation is, how it operates, what the latest three problems are, how they were addressed, and what the fallout of those problems has been. […]
Read More
A Tour of EF Core 5.0 Part 2
On the surface many-to-many in EF6 and EF Core look very similar. However, under the covers the design in EF Core 5.0 provides more flexibility and power. In this episode, Arthur Vickers returns to chat some more with Jeremy about some of the new features in Entity Framework Core 5. In particular, they’ll be diving […]
Read More
WebAPI Improvements in .NET 5 – OpenAPI, Better F5, and NSwag
- Frank
- December 7, 2020
- .NET
- .NET 5
- .NET Core
- ASP.NET
- asp.net core
- C#
- C# training
- c# tutorial
- Code
- how to
- install swagger web api
- nswag
- OpenAPI
- Programming
- Swagger
- swagger c# web api example
- swagger in web api core
- tim corey
- Training
- Tutorial
- Visual Studio
- web api swagger
- web api swagger c#
- webapi .net 5
- webapi asp.net core
Tim Corey walks us through the WebAPI improvements in .NET 5. In this video, we are going to look at the integration of OpenAPI into the project, how it works, and then why it is so important. We will also look briefly at NSwag and how to use it to generate API clients for our […]
Read More
5 New Features in C# 9
- Frank
- December 4, 2020
- .NET
- .NET 5
- .net 5 features
- .net 5 new features
- .net 5.0
- .NET Core
- C#
- c# 9
- c# 9 features
- c# 9 init only properties
- c# 9 new features
- c# 9 pattern matching
- c# 9 records
- c# 9 top level programs
- c# 9.0
- c# 9.0 new features
- C# app start to finish
- C# training
- c# tutorial
- Code
- how to
- Programming
- tim corey
- Training
- Tutorial
- Visual Studio
- whats new in c# 9
Tim Corey explores five new features of C# 9.0 in this video.
Read More
Intro to Redis in C# – Caching Made Easy
- Frank
- November 12, 2020
- .NET
- .NET Core
- application cache
- ASP.NET
- C#
- c# caching
- c# redis cache
- c# redis cache example
- C# training
- c# tutorial
- Code
- distributed cache
- Docker
- how to
- Programming
- Redis
- redis cache
- redis cache c# .net core
- redis cache in .net core
- redis cache in azure
- redis database
- redis docker
- redis in .net core
- redis in c#
- redis tutorial
- redis tutorial for beginners
- tim corey
- Training
- Tutorial
- Visual Studio
- web application caching
- what is redis
Caching can make your website run faster, it can improve your desktop application, and it can reduce the stress on your database. Basically, if you figure out caching, you can dramatically improve how well your application scales. In this video, we are going to look at how to use Redis to quickly and easily cache […]
Read More
Can WordPress Run on .NET Core?
Peachpie is an open source project that allows for a seamless interoperability between PHP and .NET applications. In this video, Benjamin and Jakub from the Peachier project show us how they enable developers to run WordPress on .NET Core. Index: [01:19] – Why run WordPress on .NET? [03:22] – What enables WordPress to run on […]
Read More
Free ASP.NET Core MVC Course (.NET 5)
- Frank
- August 31, 2020
- .NET
- .NET Core
- ASP.NET
Learn ASP.NET Core 5 MVC(.NET 5) in this complete tutorial course for beginners. After learning about the history and basics of ASP.NET Core, you will learn how to build a small book list application with CRUD operations. You will learn how to use the Entity Framework for integration with a database with ASP.NET Core Razor […]
Read More
Adding Some Swagger to OData
Swagger and the OpenAPI specification the manual work out of API documentation and make it easier for developers to share their APIs with the wold. In this video, Hassan Habib is back again with Jeremy to talk about Swagger support in the latest version of the OData package for ASP.NET Core. Index: [01:08] – The […]
Read More
Deploying .NET Core apps to Azure with GitHub Actions
GitHub Actions makes it easy to automate all your software workflows. Tim Heuer joins Scott Hanselman to saunter through the process of deploying .NET Core apps to Azure using GitHub Actions. Index: [0:00:00]- Overview [0:00:19]- Project setup [0:04:02]- Configuring the workflow [0:07:29]- Build job – setting up the environment [0:13:18]- Build job – configuring the […]
Read More