I'm consulting at a client who has a web app. I do not know a whole bunch about their environment, # of users, etc., etc. I recently noticed that had a bug and tried to help them come up with a ...
Take advantage of data tokens in ASP.NET Core to attach additional information to a route and retrieve it programmatically when needed ASP.NET Core is an open source, cross-platform, lean, and modular ...
Understand the key advantages of Razor Pages in ASP.NET Core for building real-world web applications Learn how features like dependency injection, configuration, and environment awareness improve ...
Learn the benefits of Data Transfer Objects, why they should be immutable, and how to take advantage of them in your ASP.NET Core applications A Data Transfer Object (commonly known as a DTO) is ...