What's new in .NET Core, ASP.NET Core and EF Core 2.1
Yesterday the Microsoft Teams have updated their roadmaps of .NET Core, ASP.NET Core and EF Core in focus of the next version 2.1:
Read Blog PostYesterday the Microsoft Teams have updated their roadmaps of .NET Core, ASP.NET Core and EF Core in focus of the next version 2.1:
Read Blog PostDuring 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 …
Read Blog PostAfter 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 …
Read Blog PostI 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.
Read Blog PostVisual 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.
Read Blog PostTempData 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 …
Read Blog PostA 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
Read Blog PostAm 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 …
Read Blog PostNun war es wieder so weit: es kam die Zeit für die neue Heim-PC Hardware. Bisher hatte ich folgendes Setup:
Read Blog PostSometimes I play games like Rocket League. Not very active, but sometimes. In the past my playtime was laggy. I thought my graphic card is not powerful enough so I updated from a nVidia 770 to a 1070. But still the same …
Read Blog Post