
Search In
The COVID-19 outbreak has brought the world to its knees. It has significantly impacted not only the daily lives of people but also the economy and businesses. Travel bans, day-to-day restrictions, and more safety measures are put in place to prevent
You can use PHP to extract email addresses as an email scraper. There are a few methods to program a PHP web scraper depending on the source of the email address. Essentially, you can use PHP to scrape email addresses from webpages or scrape email ad
Nowadays, organizations are highly vulnerable to cyber attacks. In this digital business environment, data playing a crucial role for almost every organization. Therefore, preventing data has become the highest priority for every organizati
Starting and running a business is a traditionally daunting and resource-intensive task, especially when you factor in the one element no company operating today can live without technology. For many years, the costs involved with buying, ownin


Versioning ASP.NET Core Web API using HTTP Header Approach
API versioning allows us to introduce new features in existing Web API and makes it more flexible and adaptable to the changes while keeping the existing functionalities intact. Imagine a
How to manage stored routines?
In the second part of the series we will see basic commands used to manage the Stored Routines
As these are also Database objects so the basic DDL commands hold true here also
Create
Alter
Drop
CREATE
The syntax
Hi Friends!
This time I am here with a very small article about sending WhatsApp Message from your .Net application. You need following things for that.
1-WART(WhatsApp Registration Tool)
This a tool with which you can get the password to be use
Garbage collection is an important technique in .Net that is used to free the memory for unused object that are no longer referenced.It has the following benefits.
1. It enables you to develop an application without having worry to free memo

Hi Friends,
I think most of you have heard of Angular Material UI and those who have seen it, they do like the clean and minimalistic idea and very simple layout which actually looks stunning. But that is for web. Now what if we want it for our WPF
AngularJS : $emit, $broadcast and $on
Nested controller in AngularJs make use of $emit, $broadcast and $on. $emit and $broadcast are used for raising event in angularjs application.
$emit : It is used for dispatching event from
