Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Programming AutoCAD with SQL Server Database using C#
Highest Rated
Rating: 4.7 out of 5(58 ratings)
488 students

Programming AutoCAD with SQL Server Database using C#

Programming AutoCAD .NET API with SQL Server Database integration using C#. You will perform database CRUD operations
Created byArnold Higuit
Last updated 3/2026
English

What you'll learn

  • Learn to connect AutoCAD to SQL Server Database using C#
  • Learn how to extract AutoCAD Objects and store in SQL Server Database
  • Learn how to perform CRUD (Create, Retrieve, Update, Delete) Operations using C#

Course content

9 sections103 lectures8h 5m total length
  • Course Topics1:55

    This video discusses the topics that will be covered in this course.

  • Introduction2:17

    This video provides overview of this section.

Requirements

  • Basic knowledge of AutoCAD Programming using C#
  • Basic knowledge of SQL Server Database

Description

This course will walk you through programming AutoCAD .NET API with SQL Server Database integration using C#. This is a hands-on course with lots of coding to teach you how to perform basic database operations like Create, Read, Update, and Delete (CRUD). You will learn how to extract AutoCAD objects' properties and load them into SQL Server database.

You will learn the following:

- Learn AutoCAD .NET API Programming using C#

- Learn how to use Windows Forms for your User Interface

- Learn how to use XDATA to attach to and read from the object

- Learn how to connect to SQL Server database using ActiveX Data Object (ADO)

- Learn to perform Create, Read, Update and Delete (CRUD) using SQL Server Database

- Learn how to use SQL Server Management Studio

- Learn how to extract Line Object's Properties and store/retrieve into/from SQL Server Database

- Learn how to extract MText Object's Properties and store/retrieve into/from SQL Server Database

- Learn how to extract LWPolyline Object's Properties and store/retrieve into/from SQL Server Database

- Learn how to extract Blocks (with/without attributes) Object's Properties and store/retrieve into/from SQL Server Database

After taking this course, you will have a strong knowledge working with AutoCAD and SQL Server Database by storing your data persistently that you can use for other Applications.

Who this course is for:

  • AutoCAD Developers who want to learn database processes
  • Anyone who wants to learn how to interface AutoCAD and SQL Server Database