May 28

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

By Syed Haroon

Mar 30

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

By Syed Haroon

Mar 14

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

By Syed Haroon

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 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

Sep 30

Acquire ADO.Net (ActiveX Object .Net) by building Crud operation in Asp.Net Core

Whenever we create web, windows or Console Application in Net core framework may be we come across the situation we want store the data permanently for that

By Syed Haroon

Jun 7

What is HTML5 and Why Is It Important?

HTML5 is a markup language that first appeared in January 2008 Since then, two significant organisations have been active in the development of HTML5 The World

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