Update Azure Storage Blob Properties with PowerShell
In the past days I uploaded a lot of files to an Azure Blob Storage using the Azure Storage Explorer.
Blogbeitrag lesenIn the past days I uploaded a lot of files to an Azure Blob Storage using the Azure Storage Explorer.
Blogbeitrag lesenFor some time now, Microsoft has been providing various MSSQL Server versions for Docker - for Linux and for Windows. This means that spending a few hours to install MSSQL Server on your own PC is a thing of the past and …
Blogbeitrag lesenTwitch Twitch is the leading streaming platform for video games and Co. Starting small, Twitch hosts monthly over 3.5 million streamers that can be watched over the shoulder while playing games, cooking or driving a car. …
Blogbeitrag lesenIn .NET, there is a very fast and easy way to pump a variety of entities into an SQL database: SqlBulkCopy
Blogbeitrag lesenThis pretty simply snippet exports your Image into a byte-array. 1public static byte[] ToByteArray(this System.Drawing.Image image) 2{ 3 using(MemoryStream memoryStream = new MemoryStream()) 4 { 5 …
Blogbeitrag lesenThe most current and currently recommended way to download .NET Framework, .NET Standard or .NET Core files from the Internet is the HttpClient class.
Blogbeitrag lesenThe 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 Bluetooth. However, the GoPro is just too good to have a life in a bag …
Blogbeitrag lesenWhen ASP.NET Core receives a web request, it routes the request to a specific action - a method that matches the route - of a controller.
Blogbeitrag lesenI 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 request failed with status code 500, Internal Server Error. The full …
Blogbeitrag lesenDue 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.
Blogbeitrag lesen