Real-Time Applications with Azure SignalR, Angular and .Net Core
Posted on July 10, 2023
We are creating a real-time chat application with a professional and user-friendly interface. The application allows users to enter their names, start a chat session, and exchange messages in real-time. We are using Angular, SignalR, and .NET Core to develop a real-time chat application.
.NET package management using NuGet and versioning
Posted on April 20, 2023
.NET package management using NuGet is a popular method of managing dependencies in .NET projects. NuGet is a package manager for .NET that enables developers to easily find, install, and update third-party libraries and tools in their projects. This article will talk about .NET package packing and consumption through Visual Studio and publishing through Azure DevOps.
Deploy an Azure Functions app to Azure - Multi Stage Pipeline
Posted on March 11, 2023
Deploy an Azure Functions app to Azure - Multi Stage Pipeline
.NET 8 Preview 1 - Features
Posted on March 1, 2023
.NET 8 is the successor to .NET 7. It will be supported for three years as a long-term support (LTS) release.
Part 01 - Clean Architecture Overview
Posted on February 1, 2023
Clean Architecture: Maintainable, Testable, and Scalable Applications