
Running RabbitMQ Locally with Docker
Tim Corey shows us how to run RabbitMQ Locally with Docker. RabbitMQ is a popular open-source message broker, especially among C# developers who are creating microservices or even just disconnected systems that follow the pub/sub pattern. Let’s see how to get RabbitMQ installed and running for development in just a couple minutes in this 10-Minute […]
Read More
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
How to Connect MongoDB to C# the Easy Way
MongoDB can be an extremely powerful database choice as well as an incredibly simple database to set up. But how easy is it to talk to MongoDB from C#? It turns out that the answer is very easy. In this video, I am going to start by showing you just how easy it is to […]
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
10 C# Libraries To Save You Time And Energy
IAmTimCorey shares the 10 C# libraries that he uses to make his job simpler.
Read More
How do I Prevent Users from De-Compiling My C# Application?
Tim Corey shows us how to prevent your code from being stolen by decompiling your application.
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
Entity Framework Best Practices
- Frank
- January 14, 2020
- .NET
- .NET Core
- .net core 3.0
- .net core 3.1
- Best Practices
- C#
- ef core best practices
- efcore
- Entity Framework
- entity framework beginner tutorial
- entity framework benefits
- entity framework best practices
- entity framework c#
- entity framework code first tutorial c#
- entity framework core
- entity framework core tutorial
- entity framework drawbacks
- entity framework tutorial
- iamtimcorey
- pitfalls
- tim corey
Tim Corey explores Entity Framework, an amazing set of tooling around data access. With EFCore, that tooling becomes even more powerful. So why is it that I still don’t recommend that people use EFCore? In this video, he walks you through the best practices of Entity Framework and EFCore and point out the pitfalls to […]
Read More