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...
Best Payment Gateway Integration Methods with General Steps in .NET
Now a day’s all E-commerce businesses are working best with the help of easy online shopping methods. Though which they can get the benefit of fast page loading and easy productivity. Key Points: What is Payment Gateway and how it works? Best payment gateways List for...
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? 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
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
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? 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 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 ...




