Programming AutoCAD with SQL Server Database Using C#

Programming AutoCAD with SQL Server Database Using C#

Get access to 5000+ courses including this for only £49. Learn More.

Course Overview

Become a trained professional from the safety and comfort of your own home by taking Programming AutoCAD with SQL Server Database Using C# . Whatever your situation and requirements, One Education can supply you with professional teaching, gained from industry experts, and brought to you for a great price with a limited-time discount.

One Education has been proud to produce an extensive range of best-selling courses, and Programming AutoCAD with SQL Server Database Using C# is one of our best offerings. It is crafted specially to promote easy learning at any location with an online device. Each topic has been separated into digestible portions that can be memorised and understood in the minimum of time. 

Teaching and training are more than just a job for the staff at One Education; we take pride in employing those who share our vision for e-learning and its importance in today’s society. To prove this, all learning materials for each course are available for at least one year after the initial purchase.  

All of our tutors and IT help desk personnel are available to answer any questions regarding your training or any technical difficulties. 

By completing Programming AutoCAD with SQL Server Database Using C#, you will have automatically earnt an e-certificate that is industry-recognised and will be a great addition to your competencies on your CV.

Whatever your reason for studying Programming AutoCAD with SQL Server Database Using C#, make the most of this opportunity from One Education and excel in your chosen field.

Please be aware that there are no hidden fees, no sudden exam charges, and no other kind of unexpected payments. All costs will be made very clear before you even attempt to sign up. 

Course design

The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace.

You are taught through a combination of

  • Video lessons
  • Online study materials

Will I receive a certificate of completion?

Upon successful completion, you will qualify for the UK and internationally-recognised CPD accredited certification. You can choose to make your achievement formal by obtaining your PDF Certificate at the cost of £9 and Hard Copy Certificate for £15.

Why study this course

It doesn’t matter if you are an aspiring professional or absolute beginner; this course will enhance your expertise and boost your CV with critical skills and an accredited certification attesting to your knowledge.

The Programming AutoCAD with SQL Server Database Using C# is fully available to anyone, and no previous qualifications are needed to enrol. All One Education needs to know is that you are eager to learn and are over 16.

Course Curriculum

Section 01: Introduction
Course Topics 00:02:00
Introduction 00:02:00
Section 2 - Tools and SQL Queries
Section Overview 00:01:00
Downloading Visual Studio 2019 00:01:00
Downloading SQL Server Express 00:02:00
Downloading SQL Server Management Studio (SSMS) 00:01:00
SQL Queries – Overview 00:03:00
INSERT SQL Statement – Demo 00:13:00
SELECT SQL Statement – Demo 00:08:00
UPDATE SQL Statement – Demo 00:08:00
DELETE SQL Statement – Demo 00:11:00
Section 3 - Create Database and Tables
Section Overview 00:01:00
Creating the CADDB Database 00:03:00
Creating the Lines Table 00:07:00
Creating the MTexts Table 00:04:00
Creating the Plines Table 00:04:00
Creating the Blocks No Attribute Table 00:04:00
Creating the Blocks With Attributes Table 00:04:00
Section 4 - Loading into SQL Server Database
Section Overview 00:02:00
Loading Lines into SQL Server Database 00:01:00
Creating the CADDB Project 00:04:00
Creating the Settings File 00:04:00
Creating the Get Connection Method 00:03:00
Creating the LoadLines() Method 00:22:00
Creating the User Interface for the LoadLines() method 00:07:00
Running the LoadLines() Method 00:05:00
Loading MTexts into SQL Server Database – Overview 00:01:00
Creating the LoadMTexts() Method 00:10:00
Running the LoadMTexts() Method 00:06:00
Loading LWPolylines into SQL Server Database – Overview 00:01:00
Creating the LoadPolylines() Method 00:13:00
Running the LoadPlines() Method 00:03:00
Loading Blocks (No Attribute) into SQL Server Database – Overview 00:01:00
Creating the LoadBlocksNoAttribute() Method 00:11:00
Running the LoadBlocksNoAttribute() Method 00:03:00
Loading Blocks (with Attributes) into SQL Server Database – Overview 00:01:00
Creating the LoadBlocksWithAttributes() Method 00:07:00
Running the BlocksWithAttributes() Method 00:02:00
Section 5 - Retrieving Data from Database
Section Overview 00:02:00
Retrieving Lines from SQL Server Database – Overview 00:01:00
Creating the DBRetrieveUtil Class 00:03:00
Creating the RetrieveAndDrawLines() Method (Part 1) 00:17:00
Creating the GetColorIndex() Method 00:05:00
Creating the RetrieveAndDrawLines() Method (Part 2) 00:11:00
Running and Testing the RetrieveAndDrawLines() Method 00:09:00
Retrieving MTexts from SQL Server Database – Overview 00:01:00
Creating the RetrieveAndDrawMTexts() Method 00:11:00
Running and Testing the CreateAndDrawMTexts() Method 00:05:00
Retrieving LWPolylines from SQL Server Database – Overview 00:01:00
Creating the RetrieveAndDrawPlines() Method 00:12:00
Running and Testing the RetrieveAndDrawPlines() Method 00:05:00
Retrieving Blocks (No Attribute) from SQL Server Database – Overview 00:01:00
Creating the RetrieveAndDrawBlocksNoAttribute() Method 00:11:00
Running and Testing the RetrieveAndDrawBlocksNoAttribute() Method 00:05:00
Retrieving Blocks (with Attributes) from SQL Server Database – Overview 00:01:00
Creating the RetrieveAndDrawBlocksWithAttributes() Method 00:21:00
Running and Testing the RetrieveAndDrawBlocksWithAttributes() Method 00:10:00
Section 6 - Updating Data in SQL Server Database - Overview
Section Overview 00:01:00
Updating Lines in SQL Server Database – Overview 00:01:00
Creating the DBUpdateUtil Class 00:02:00
Creating the UpdateLines() Method 00:23:00
Creating the User Interface for UpdateLines() Method 00:02:00
Running and Testing the UpdateLines() Method 00:08:00
Updating MTexts in SQL Server Database – Overview 00:01:00
Creating the UpdateMTexts() Method 00:09:00
Creating the User Interface for UpdateMTexts() 00:01:00
Running and Testing the UpdateMTexts() Method 00:07:00
Updating the LWPolylines in SQL Server Database – Overview 00:01:00
Creating the UpdateLWPolylines() Method 00:09:00
Running and Testing the UpdateLWPolylines() Method 00:07:00
Updating Blocks (No Attributes) in SQL Server Database – Overview 00:01:00
Creating the UpdateBlocksNoAttributes() Method 00:10:00
Creating the User Interface for UpdateBlocksNoAttributes() Method 00:01:00
Running and Testing the UpdateBlocksNoAttributes() Method 00:04:00
Updating Blocks With Attributes in SQL Server Database – Overview 00:01:00
Creating the UpdateBlocksWithAttributes() Method 00:08:00
Creating the User Interface for UpdateBlocksNoAttributes() Method 00:01:00
Running and Testing the UpdateBlocksWithAttributes() Method 00:09:00
Section 7 - Deleting Data in SQL Server Database from AutoCAD - Overview
Section Overview 00:02:00
Deleting Lines in SQL Server from AutoCAD – Overview 00:01:00
Creating the DBDeleteUtil Class 00:01:00
Creating the DeleteLines() Method 00:13:00
Creating the User Interface for the DeleteLines() Method 00:02:00
Running and Testing the DeleteLines() Method 00:04:00
Deleting MTexts in SQL Server Database from AutoCAD – Overview 00:01:00
Creating the DeleteMTexts() Method 00:04:00
Creating the User Interface for DeleteMTexts() Method 00:01:00
Running and Testing the DeleteMTexts() Method 00:03:00
Deleting LWPolylines in SQL Server Database from AutoCAD – Overview 00:01:00
Creating the DeletePlines() Method 00:04:00
Creating the User Interface for the DeletePlines() Method 00:01:00
Running and Testing the DeletePlines() Method 00:02:00
Deleting Blocks (No Attribute) in SQL Server Database from AutoCAD – Overview 00:01:00
Creating the DeleteBlocksNoAttribute() Method 00:03:00
Creating the User Interface for DeleteBlocksNoAttribute() Method 00:01:00
Running and Testing DeleteBlocksNoAttribute() Method 00:02:00
Deleting Blocks (With Attributes) in SQL Server Database from AutoCAD – Overview 00:01:00
Creating the DeleteBlocksWithAttributes() Method 00:02:00
Creating the User Interface for DeleteBlocksWithAttributes() Method 00:01:00
Running and Testing the DeleteBlocksWithAttributes() Method 00:02:00
Order Your Certificate
Order Your Certificate Now 00:00:00
top

Hear What Our Learners Say About Us

OE Footer
Home Search Cart