ASP.NET Core ModelState Validation Filter
I like my ASP.NET Core controllers and actions very clean and I recommend to not catch all Exceptions inside your Action.
Blogbeitrag lesenI like my ASP.NET Core controllers and actions very clean and I recommend to not catch all Exceptions inside your Action.
Blogbeitrag lesenIf you want to create custom unique keys inside a collections, you can simply create a UniqueKeyPolicy while creating your collection.
Blogbeitrag lesenYesterday the Microsoft Teams have updated their roadmaps of .NET Core, ASP.NET Core and EF Core in focus of the next version 2.1:
Blogbeitrag lesenDuring my code review sessions I see a lot of duplicate for the ModelState validation like 1public async Task<IActionResult> AddAsync(PersonAddSubmitModel model) 2{ 3 if(ModelState.IsValid) 4 { 5 return …
Blogbeitrag lesenAfter five years I decided to replace my Synology DS213air with a new Synology DS718+. The reasons were: More power Support to run Docker Hardware Encryption Now, If you want to use Docker on Synology, you have to switch …
Blogbeitrag lesenI often use a larger Visual Studio solutions to handle a bunch of simple NuGet projects. And more often I only update references or NuGet packages.
Blogbeitrag lesenVisual Studio Team Services (VSTS) - I will name it just Team Services - is the best and most powerful tool for work items, code repositories, continuous integration and release management at one place.
Blogbeitrag lesenTempData is next to ViewBag and ViewData a common way to handle data for Requests and Views. ViewData and ViewBag is only available in the current request and current View. TempData has the functionality to store data …
Blogbeitrag lesenA lot of guys run into an error during the upgrade fom ASP.NET Core 1.x to ASP.NET Core 2.0: HTTP Error 502.5 - Process Failure
Blogbeitrag lesenAm 1. Juli 2017 war es wieder so weit: und es hat geklappt. Nach den Jahren 2015 und 2016 hat mich Microsoft zum dritten Mal in Folge als Microsoft MVP ausgezeichnet! Weiterhin ist meine zugehörige Kategorie Visual …
Blogbeitrag lesen