Setup VSTS YAML builds for your ASP.NET Core app
Idea YAML builds are a very common way to define builds in AppVeyor, but in Visual Studio Team Services (VSTS) this feature is pretty new - and still in beta.
Read Blog PostIdea YAML builds are a very common way to define builds in AppVeyor, but in Visual Studio Team Services (VSTS) this feature is pretty new - and still in beta.
Read Blog PostYesterday we had the Azure Saturday 2018. Enjoy the Keynote Enterprise transformation (and you can too) by Donovan Brown: Azure Saturday Azure Saturday Munich is a free community-focused Azure event dedicated to …
Read Blog PostEffizient und sicher in der Connected Factory mit Edge Computing Cloud-Projekte in Unternehmen haben in den aller meisten Fällen eines gemeinsam: die Verbindung des eigenen, bestehenden Rechenzentrums mit der Cloud – die …
Read Blog PostI like my ASP.NET Core controllers and actions very clean and I recommend to not catch all Exceptions inside your Action.
Read Blog PostIf you want to create custom unique keys inside a collections, you can simply create a UniqueKeyPolicy while creating your collection.
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 Post