Select Page
What is Microsoft Power Automate?

What is Microsoft Power Automate?

Microsoft Power Automate Overview What is Power Automate and what Does Power Automate Do? Microsoft Power Automate (re-branding of Microsoft Flow) is a service that helps you create automated workflows between your favourite apps and services to synchronize files, get...
What is SQLite?

What is SQLite?

SQLite – Overview SQLite is a software library that provides a relational database management system. The lite in SQLite means light weight in terms of setup, database administration, and required resource. SQLite is an in-process library that implements a...
Binary Numbers: The Onset Of Technology

Binary Numbers: The Onset Of Technology

One of the few things one can know about computer before getting into it is: it is all just ones and zeros. The meaning of that can only be known once you dive deep in it. Yes, computers run on ones and zeros. It’s definitely a bit more complicated than that, but it’s...
What is a Bug in Software Testing?

What is a Bug in Software Testing?

What is a Bug? Before moving forward let’s understand first “WHAT IS A BUG?” According to Wikipedia a software bug (or just a bug) can be defined as: A software bug is an error, flaw, failure or fault in a computer program or system that causes it to produce an...
How to create PDF Digital Signatures using C# under .NET

How to create PDF Digital Signatures using C# under .NET

Digital Signatures in C# • Digital signature is a way to ensure that the person who uses the electronic data, document and information is an authorized person. • Digital signature is a stamp user places on the data that is unique to him/her and is very difficult to...
Authentification with Active Directory (AD) with Asp.Net

Authentification with Active Directory (AD) with Asp.Net

Overview: Now a day’s many companies are adopting registration and authentication for their employees for In-House applications at active directory domain level. In-House applications can register only those users which are already working inside companies’ domain....
What is Docker and why we use it?

What is Docker and why we use it?

What is Docker? Docker is a tool designed to create, deploy and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies and ship it all out as one package....
.NET CORE – Execution Architecture

.NET CORE – Execution Architecture

.NET CORE – Execution Architecture The execution process of .NET Core and compare it with the .NET Framework. The managed execution process includes the following steps. Choosing a compiler Compiling your code to MSIL Compiling MSIL to native code Running code  ...
.NET Core Garbage Collection Explained in Detail

.NET Core Garbage Collection Explained in Detail

What is garbage collection in .NET core? Concept of Garbage collection which is one of most important features of the .NET managed code platform. The garbage collector (GC) manages the allocation and release of memory. The garbage collector serves as an automatic...
Get a Quote