Twitch MediatR with ASP.NET Core
Twitch Twitch is the leading streaming platform for video games and Co. Starting small, Twitch hosts monthly over 3.5 million streamers that can be w
Twitch Twitch is the leading streaming platform for video games and Co. Starting small, Twitch hosts monthly over 3.5 million streamers that can be w
In .NET, there is a very fast and easy way to pump a variety of entities into an SQL database: SqlBulkCopy public void BulkInsert<TEntity>(stri
This pretty simply snippet exports your Image into a byte-array. public static byte[] ToByteArray(this System.Drawing.Image image) { using(Memory
The most current and currently recommended way to download .NET Framework, .NET Standard or .NET Core files from the Internet is the HttpClient class
The GoPro Hero series is the most popular action cam on the market. The current GoPro Hero 7 also offers USB-C, a micro-HDMI port as well WiFi and Bl
When ASP.NET Core receives a web request, it routes the request to a specific action - a method that matches the route - of a controller. Often there
I gave my PC a new Windows installation and run into the following error: Unable to start process C:\Program Files\dotnet\dotnet.exe. The web server
Due to my daily business, I have created a series of sample projects how to develop and evolve a modern API with the help of ASP.NET Core. It starts
Azure DevOps aka Visual Studio Team Services aka VSTS got a pretty nice new interface and design the last month - but has one huge disadvantages for
Sometimes you still have the requirement that the .NET Framework is needed - but you still want to use ASP.NET Core and Docker. Future of ASP.NET Cor