Category: .NET
Stint360 – A comprehensive task management system
Stint360 is a task management system with a frontend built using Angular and a backend powered by ASP NET Web API The system caters to three distinct roles:
Restoran – A Web App for Restaurant Reservation Management System
Restoran is a web application for Restaurant Reservation Management System, allows customers to reserve tables and order food items Front – End Tech
Azure Service Bus Queue- Sending Message using .NET Application.
Azure Service Bus is a fully managed message broker with message queuing and publish/subscribe topics Service bus is used to decouple applications and
Introduction to Azure Service Bus on the Azure Portal
Azure Service Bus is a cloud-based messaging service provided by Microsoft Azure Enables communication between different applications and services in a
Overview Microsoft Azure on Data Engineering
Introduction Data engineering is the process of collecting, transforming, and preparing data for storage, analysis, and consumption It involves various
Azure Firewall Manager and Routing methods
Introduction: Azure Firewall Manager is a centralized security management solution that provides organizations with a way to manage multiple Azure Firewall
HomeZilla360 – A Home Service Application
Homezilla360 is a web application which provides home services such as plumber, carpenter and housekeeper, extra at the customer’s doorsteps Two modules
An Overview of the Repository Design Pattern
Why use design patterns Earlier, software developers don’t follow any standard pattern for accessing the database during
Asynchronous Programming and Tasks in C Sharp
Asynchronous programming is a form of concurrent programming that enables the execution of several tasks at once It enables you to carry out multiple jobs at
LINQ – Extension Methods in Csharp and LINQ Operators
Extension methods allow us to add methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type we may