
This video discusses the topics that will be covered in this course.
This video provides overview of this section.
This video provides overview of the topics covered in this section.
This video shows how to download Visual Studio 2019.
This video shows how to download SQL Server Express.
This video shows how to download SQL Server Management Studio (SSMS).
This video provides high level overview about SQL INSERT Statement.
This video shows how to use INSERT SQL Statement.
This video shows how to use SELECT SQL Statement.
This video show how to use UPDATE SQL Statement.
This video shows how to use SQL DELETE Statement.
This videos provides overview of this section.
This video shows how to create the CADDB Database.
This video shows how to create the Lines table.
This video shows how to create the MTexts Table.
This video shows how to create the Plines Table.
This video shows how to create the BlocksNoAttribute Table.
This video shows how to create the BlocksWithAttributes Table.
This video provides overview of this section.
This video provides overview about loading Lines from AutoCAD into SQL Server database.
This video shows how to create the CADDB Project in Visual Studio 2019.
This video shows how to create a Settings File for the to stored the database connection.
This video shows how to code the GetConnection Method.
This video shows how to code the LoadLines() method.
This videos shows how to create the User Interface to call the LoadLines() method.
This video shows the execution of the LoadLines() method.
This video provides a overview of loading MTexts into SQL Server database.
This video shows how to code LoadMTexts() method.
This video shows the execution of the LoadMTexts() method.
This video provides overview of loading LWPolylines into SQL Server database.
This video shows how to code the LoadLWPolylines() method.
This video shows the execution of LoadLWPolylines() method.
This video provides overview of loading Blocks (no attribute) into SQL Server database.
This video shows how to code LoadBlocksNoAttribute() method.
This video shows the execution of LoadBlocksNoAttribute() method.
This video provides overview of loading Blocks (with Attributes) into SQL Server database.
This video shows how to code the LoadBlocksWithAttributes() method.
This video shows the execution of LoadBlocksWithAttributes() method.
This video discusses the topics to be covered in this section.
This video provides overview of retrieving Lines from SQL Server database.
This video shows the creation of DBRetrieveUtil Class to be used for creating all the retrieval methods.
This video shows the creation of RetrieveAndDrawLines() method.
This video shows the creation of GetColorIndex() method.
This is a continuation video of creating the RetrieveAndDrawLines() method.
This video shows the execution of RetrieveAndDrawLines() method.
This video discusses about retrieving MTexts from SQL Server database.
This video shows the creation of RetrieveAndDrawMTexts() method.
This video shows the execution of CreateAndDrawMTexts() method.
This video provides overview of retrieving LWPolylines from SQL Server database.
This video shows the creation of RetrieveAndDrawPlines() method.
This video shows the execution of RetrieveAndDrawPlines() method.
This video shows provides overview of retrieving Blocks (No Attributes) from SQL Server database.
This video shows the creation of RetrieveAndDrawBlocksNoAttributes() method.
This video shows the execution of RetrieveAndDrawBlocksNoAttribute() method.
This video provides overview of retrieving Blocks (with Attributes) from SQL Server database.
This video shows the creation the RetrieveAndDrawBlocksWithAttributes() method.
This video shows the execution of RetrieveAndDrawBlocksWithAttributes() method.
This video provides overview of updating data in SQL Server database from AutoCAD.
This video provides overview of updating lines from SQL Server database from AutoCAD.
This video shows how the creation of DBUpdateUtil Class to be used for creating all the update methods.
This videos shows the creation of UpdateLines() method.
This shows the creation of User Interface for the UpdateLines() method.
This video shows the execution of UpdateLines() method.
This video provides overview of updating MTexts from SQL Server database.
This video shows the creation of UpdateMTexts() method.
This video shows the creation of User Interface for UpdateMTexts() method.
This video shows the execution of UpdateMTexts() method.
This video provides overview of updating LWPolylines in SQL Server Database from AutoCAD.
This video shows the creation of UpdateLWPolylines() method.
This video shows the creation of User Interface for UpdatePolylines() method.
This video shows the execution of UpdateLWPolylines() method.
This video provides overview about updating Blocks (No Attributes) in SQL Server database.
This video shows the creation of UpdateBlocksNoAttributes() method.
This video shows the creation of User Interface for the UpdateBlocksNoAttributes() method.
This video shows the execution of UpdateBlocksNoAttributes() method.
This video provides overview of updating Blocks (with Attributes) in SQL Server.
This video shows the creation of UpdateBlocksWithAttributes() method.
This video shows the creation of User Interface for the UpdateBlocksWithAttributes() method.
This video shows the execution of UpdateBlocksWithAttributes() method.
This video provides overview of this section.
This video provides overview of deleting Lines in SQL Server from AutoCAD.
This video shows the creation of DBDeleteUtil Class.
This video shows the creation of DeleteLines() method.
This video shows the creation of User Interface for DeleteLines() method.
This video shows the execution of DeleteLines() method.
This video provides overview of deleting MTexts in SQL Server Database from AutoCAD.
This video shows the creation of DeleteMTexts() method.
This video shows the creation of User Interface for the DeleteMTexts() method.
This video shows the execution of DeleteMTexts() method.
This video provides overview of deleting LWPolylines in SQL Server Database from AutoCAD.
This video shows the creation of DeletePlines() method.
This video shows the creation of UI for DeletePlines() method.
This video shows the execution of DeletePlines() method.
This video provides overview of deleting Blocks (No Attribute) from database.
This video shows the creation of DeleteBlocksNoAttribute() method.
This video shows the creation of UI for DeleteBlocksNoAttribute() method.
This video shows the execution of DeleteBlocksNoAttribute() method.
This video provides overview of deleting Blocks (with Attributes) in SQL Server database from AutoCAD.
This video shows the creation of DeleteBlocksWithAttributes() method.
This video shows the creation of UI for DeleteBlocksWithAttributes() method.
This video shows the execution of DeleteBlocksWithAttributes() method.
This video concludes this course!
This video is for creating a Project using .NET Core (NOT .NET Framework). This is meant for AutoCAD 2025 and above versions of AutoCAD.
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.