Download blob from Azure Storage Account using C#
When you download a blob from Private Endpoint enabled Azure Storage Account using C#
When you download a blob from Private Endpoint enabled Azure Storage Account using C#
Microsoft has just announced that its Visual Studio 2022 preview is up for developer testing ahead of its planned summer release this year. One of the big news with Visual Studio 2022 is going to be the transition to a 64-bit app. Indeed, Microsoft has… Read More
Value Type and Reference Type A Value Type holds the data within its own memory allocation and a Reference Type contains a pointer to another memory location that holds the real data. All Reference Types are nullable by default, e.g. String, and all ValueTypes are… Read More
Error occurred while restoring NuGet packages: Unable to load the service index for source https://api.nuget.org/v3/index.json.
Creates a LINQ query based on an interpolated string representing a SQL query. If the database provider supports composing on the supplied SQL, you can compose on top of the raw SQL query using LINQ operators: As with any API that accepts SQL it is… Read More
Add the following to .csproj file
Deprecated means that it is still in use, but only for historical purposes and it will be removed probably in the next big release. It is recommended that you do not use deprecated functions or features – even if they are present in the current… Read More
Understanding the Need of Backplane Assume that you have two VMs for your super chat application: VM-1 and VM-2. The client-a comes to your application and your load balancer routes that request to VM-1. As your SignalR connection will be persisted as long as it… Read More
Open source library: https://github.com/aspnet/Microsoft.Data.Sqlite NuGet Library: https://www.nuget.org/packages/Microsoft.Data.Sqlite/