Category: Git
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
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
Azure SQL database – A Walkthrough
Introduction: Azure SQL Database is a completely controlled platform as a service (PaaS) database engine that can control most of the database management
LINQ – Various components needed to create a Language Integrated Query
LINQ is an acronym that stands for "Language Integrated Query" and is pronounced "LINK” Many years ago, when C# was still a young language, the language
Glint App – A Job Portal
Glint job portal app is a web application that allows job seekers to conveniently identify and apply for their desired employment A Sneak Peek at
Space360 – An Effective Space Reservation Portal
Space360, an angular and aspnet core web application developed for reserving available spaces in on-premise organizations Our application is comprised of two
Building MVC Application via Code First Approach
Using Code First, we create POCO classes first, and then create a database from these classes A useful feature of this code is when you don't have a database