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