filmov
tv
ASP.NET Core Controllers – Keep them Clean with these 3 Tips

Показать описание
💡Fat controllers are a nightmare. The problem is that most controllers are not that fat in the beginning. Then code starts to add up and if there's no clear vision or structure on how to keep your controllers clean, everything goes south. That's why in this video I talk about the top 3 ways to keep your #aspnetcore controllers clean.
✅Join this channel to get source code access and other perks:
Mentioned videos:
Contents
1. Intro: 00:00
2. Problem statement: 01:27
3. Extract to a base controller: 07:02
4. Extract to action filters: 13:35
5. Extract to extension methods: 17:31
6. Exception handling as cross-cutting concern: 21:45
7. Considerations about logging: 28:23
8. Conclusions: 31:56
✅Join this channel to get source code access and other perks:
Mentioned videos:
Contents
1. Intro: 00:00
2. Problem statement: 01:27
3. Extract to a base controller: 07:02
4. Extract to action filters: 13:35
5. Extract to extension methods: 17:31
6. Exception handling as cross-cutting concern: 21:45
7. Considerations about logging: 28:23
8. Conclusions: 31:56
ASP.NET Core Controllers – Keep them Clean with these 3 Tips
Keep ASP.NET Core controllers clean using the power of base controllers
Make Your ASP.NET Core API Controllers Incredibly Simple
Should You Use Controllers or Minimal APIs in .NET?
Controllers in ASP.NET Core MVC
Create Controller in ASP.NET Core MVC | .NET Full Course
C# : Why derive from ControllerBase vs Controller for ASP.NET Core Web API?
C# : Keeping controllers warm in ASP.NET Core Web API project
ASP.NET Core environment variables | Part 14
THIS Keeps Controllers Clean
Routing in ASP.NET Core MVC (Beginners Guide)
Dependency Injection for ASP NET Core 6.0 - An UPDATED 2022 Tutorial
ASP.NET Core: Handling Requests with Controllers
7.TempData , Peek and Keep - ASP NET MVC 5 - CodeGPT
ASP.NET Core Hack – Use Controllers from Different Assemblies Easil
Tutorial - Create a Web API with ASP.NET Core Controllers
Understanding Async Controllers in ASP.NET Core: When to Use Them
ASP.NET 2 - Chap 2 Controllers - MVC Music Store - Summer 2018
Add a new controller in the application | ASP.NET Core Web API Tutorial
ASP.NET CORE MVC | Team Controller CRUD Operations & cshtml Setup #29
Porting ASP.NET from .NET Framework to .NET Core - Part 2 - Base Controller
ViewModels in ASP.NET MVC applications - This is how it works
C# : Can I make an ASP.NET Core controller internal?
ASP.NET Core MVC S1E2 : Pass/Show List From Controller to View
Комментарии