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…
Smart Contract Development in .NET 6
Post Views: 113 Introduction A smart contract is a computer program where the parties have consent on predetermined conditions of the agreement. Smart contract stores and self-executes in the blockchain network. It runs when the predefined conditions are met. Smart Contract allows…
Global AI Bootcamp 2023 Philippines
The Global AI Bootcamp is a series of free one-day events organized across the world by local communities that are passionate about artificial intelligence on Microsoft Azure.
Microsoft Imagine Cup Ideathon Mentorship
Post Views: 40 We are going to provide mentorship to the Microsoft Imagine cup participant in Nepal. Join the event, brainstorm, and get the idea that will be polished through…
Article Of The Month for November 2022
Post Views: 44 Article of the #month for November 2022 – “Build A Web App With Blazor In .NET 7” by Rijwan Ansari. Article: https://www.c-sharpcorner.com/article/build-a-web-app-with-blazor-in-net-7/ https://www.linkedin.com/posts/csharpcorner_month-blazor-webapp-activity-7007695952765448192-v2wj/?utm_source=share&utm_medium=member_desktop
Entity Framework Update Database Error: The certificate chain was issued by an authority that is not trusted
A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an…
Changing Github Repository Access
Post Views: 202 Introduction In software development writing code, collaborating, and merging code from several developers or contributors, managing versions, and rollbacks are very important and common things. Without using…
Speaker : Clean Architecture for Blazor Web Apps with .NET 7
Post Views: 176 I am speaking at .NET Conf, Pune 2022 (Virtual). Topic: Clean Architecture for Blazor Web Apps with .NET 7 Overview: What is Clean Architecture Basic Principles behind…
How to Build Minimal APIs in .NET 7 Using Entity Framework Core 7
This article describes how we can build Minimal APIs in .NET 7 using Entity Framework Core 7 with an example and code details.