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…
Learn developer and data technologies with us
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: 99 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…
Post Views: 30 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
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…
Post Views: 159 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.
Post Views: 19 C# Corner Article of the #month for October 2022 – “Build A Web App With Blazor In .NET 7” by Satya Karki. The complete article can be found: https://www.c-sharpcorner.com/article/how-to-receive-real-time-data-in-an-asp-net-core-client-application-using-signal/
Blazor framework is one of the web development platforms for the .Net family that provides the flexibility to develop both backend and front using the same language, C#. It is…
Post Views: 328 Introduction As we all know .NET 7 is officially released and generally available on Nov 8th, 2022, this article explains some of the key features and how…
Blazor framework is one of the web development platforms for the .Net family that provides the flexibility to develop both backend and front using the same language, C#. It is…