Generate SAS Token and View URL for Azure Blob Storage in Blazor Apps with .NET 7
SAS tokens provide a flexible and secure way to grant temporary access to Azure storage resources without compromising the security of the storage account. It provides a way to grant…
How to Create NuGet Package and Test Locally in Visual Studio 2022
Post Views: 227 NuGet is the most useful and essential tool for modern software development platforms via which developers can create, share and consume reusable code. Those useful or reusable…
Adding NuGet and Installing Packages in Unity Editor
Post Views: 310 This blog explains to you how you can install NuGet for your Unity project. and install other packages using NuGet Package Manager. So let’s follow the steps.…
What is ChatGPT, And Why Is It so Popular?
ChatGPT is booming over the internet and has drawn global attention since the day it was released. This invention has put a big question mark to leading AI companies. ChatGPT…
Global Azure Philippines 2023
Post Views: 146 Global Azure 2023 is here! Global Azure Philippines is a community event organized by the Cloud Experts Group and .NET Girl jointly. Join us on 13 May…
How to Integrate OpenAI (ChatGPT) in Your App & Give New Paradigm?
OpenAI is booming around the world and has drawn the attention of not only IT professionals but also every individual. ChatGPT is one of the most powerful language models developed by OpenAI…
Minimal API and Blazor Web App With .NET 7-TechWebinarNepal- Ep51
Post Views: 132 We are going to speak at the techWebinar on Sunday, 05 February 2023 at 6:00 PM Nepal time (NPT). Joining Link – https://zoom.us/j/91236735675?pwd=OWQySjRDL2dISytpMXNoam52UkRVdz09 I will speak on the…
Visual Studio Code for DotNet Development to Develop Applications in .NET 7
Post Views: 95 Introduction Visual Studio Code (VS Code) is a source code editor developed by Microsoft. It is most popular with several developers and educational institutions around the world…
Upload and Delete files in Azure Blob Storage Using Blazor Apps With .NET 7
Azure Storage is a modern cloud storage solution owned by Microsoft, for almost every data storage scenario that is highly secure, scalable, durable, and easy to manage. It is well…
How to Create and Publish NuGet Package Using Visual Studio with .NET 7
This article elucidates how we can create a NuGet package class library project in .NET 7, pack it using Visual Studio and upload it to nuget.org with an example and…