News

Fundamentals of Database connectivity C# and .Net can work with a majority of databases, the most common being Oracle and Microsoft SQL Server. But with every database, the logic behind working with ...
Firstly, we need a connection string to connect to database.This connection string contain the information about the server to which we are going to connect. Now, we have to create an instance of the ...
This blogpost explains how to connect .NET Core Console application to SQL server database and read table data. You will not be using the Entity framework for this. You will inject the dependency of ...
Windows 7 includes an ODBC manager that lets you connect from your desktop to a SQL server. You create a data source name (DSN) to save database setup information, so you can open a connection to ...
Now let's write a simple AutoCAD plugin to connect to SQL Server and query data. Setup Database. Let's write a Database Manager class to access the `connectionstring`, test the connection, and query ...