.NET Conf Watch Party, Philippines 2023
Welcome to .NET Conf 2023, the premier global virtual event dedicated to the vibrant world of .NET development. This year, we proudly present the 13th edition of this extraordinary conference,…
Learn developer and data technologies with us
Welcome to .NET Conf 2023, the premier global virtual event dedicated to the vibrant world of .NET development. This year, we proudly present the 13th edition of this extraordinary conference,…
Cloud computing has transformed the landscape of software development and deployment. Traditional software development often involved building applications that ran on local servers or personal computers. However, the advent of…
Welcome to .NET Conf 2023, the premier global virtual event dedicated to the vibrant world of .NET development. This year, we proudly present the 13th edition of this extraordinary conference,…
GitHub Copilot is a new AI tool that helps developers to write code faster and better. Indeed, it is an AI coding partner that provides suggestions to your code and…
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…
Post Views: 249 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…
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…
Post Views: 47 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
Post Views: 182 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…
This article describes how we can build Minimal APIs in .NET 7 using Entity Framework Core 7 with an example and code details.