Apr 30

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

By Syed Haroon

Feb 2

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

By Srinivethaa Pongiannan

Dec 31

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

By Vishal Elankumaran

Dec 31

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

By Varun Ramesh

Dec 31

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

By Syed Haroon

Dec 31

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

By Srinivethaa Pongiannan

Dec 5

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

By Syed Haroon

Aug 10

Authentication in ASP.NET Core Web API

Authentication is the act of providing assertion, such as the identity of a computer system user  In simpler terms, authentication is the process of

By Methran

Jul 26

Devops and How does it perform and practices- Walkthrough

The new name for Microsoft Visual Studio Team Services is Azure DevOps (VSTS) It is seen as a promising technology for managing the application lifetime Azure

By Syed Haroon

Mar 21

Global Information Tracker (Git) – Workflow and Terminologies

Git-Introduction Git is a free and open-source distributed version control system that can handle everything from tiny to extremely large projects quickly and

By Syed Haroon