Microsoft Stack

Using SQLite in .NET 4.0

SQLite is, as the website says, a software library that implements a self-contained T-SQL database engine. The framework for SQLite is in the public domain, which has resulted in a rather large number of development companies utilising the technology. This article will demonstrate first how to create and interface with SQLite databases, then how we …

Using SQLite in .NET 4.0 Read More »

Networking With Hyper-V

The Virtual Network Manager in Hyper-V has three possible network types that you can choose from when networking your Virtual Machines (VMs), these are as follows: External This will interface with your host’s Network Interface Card (NIC), and allow external machines to view the VMs. Internal This will create a secondary Local Area Connection (LAN) …

Networking With Hyper-V Read More »

Finding an Objects Distinguished Name

The Lightweight Directory Access Protocol (LDAP) Application Programming Interface (API) will reference an object by its Distinguished Name (DN), which is a comma separated string of Relative Distinguished Names (RDNs).