Global Azure Philippines 2023
Post Views: 126 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…
Learn developer and data technologies with us
Post Views: 126 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…
Post Views: 121 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…
Post Views: 85 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…
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…
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: 103 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…
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.
Post Views: 32 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: 165 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.