• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

514 CAD courses

Programming AutoCAD with SQL Server Database Using C#

4.5(3)

By Studyhub UK

Embark on a transformative journey into the realm of precision and efficiency with our course, 'Programming AutoCAD with SQL Server Database Using C#.' Delve into the intricacies of marrying AutoCAD functionality with the power of SQL Server databases through the lens of C#. In this immersive learning experience, you'll progress seamlessly from laying the groundwork in Sections 1 and 2, exploring tools and SQL queries, to the advanced stages of Section 7, mastering the art of deleting data in SQL Server databases directly from AutoCAD. This course is more than a mere exploration of coding; it's a creative odyssey where you sculpt the future of design and data integration, unlocking a realm of possibilities with every line of code. Learning Outcomes Tool Proficiency and SQL Mastery: Gain expertise in the tools essential for AutoCAD programming and unravel the complexities of SQL queries, setting the foundation for database manipulation. Database Creation and Table Design: Learn to create databases and design tables, ensuring a structured and efficient storage system for your AutoCAD projects. Data Loading Techniques: Master the techniques of loading data into SQL Server databases, streamlining the process of transferring AutoCAD information to the database seamlessly. Efficient Data Retrieval: Acquire the skills to retrieve data from databases, enhancing your ability to access and utilize information stored within the SQL Server infrastructure. Data Manipulation Mastery: Explore the intricacies of updating and deleting data in SQL Server databases directly from AutoCAD, revolutionizing your approach to data management within the AutoCAD environment. Why choose this Programming AutoCAD with SQL Server Database Using C# course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Programming AutoCAD with SQL Server Database Using C# course for? Aspiring programmers eager to elevate their skills in AutoCAD and SQL Server integration. Design professionals seeking to streamline their workflow through efficient database utilization. Students and enthusiasts interested in the intersection of design and database management. Engineers and architects aiming to enhance their AutoCAD capabilities with dynamic data manipulation. Individuals keen on mastering C# for advanced applications in the AutoCAD environment. Career path CAD Programmer: £30,000 - £45,000 Database Integration Specialist: £35,000 - £50,000 Software Engineer (AutoCAD): £40,000 - £55,000 Database Administrator: £35,000 - £50,000 Architectural Technologist: £30,000 - £45,000 Engineering Software Developer: £45,000 - £60,000 Prerequisites This Programming AutoCAD with SQL Server Database Using C# does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Programming AutoCAD with SQL Server Database Using C# was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. 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 Running the LoadPlines() Method 00:03: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:25: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

Programming AutoCAD with SQL Server Database Using C#
Delivered Online On Demand8 hours 2 minutes
£10.99

AutoCAD Modelling & Civil Drawings with Architectural Studies

4.9(27)

By Apex Learning

Flash Sale On | 11-in-1 Premium Bundle | CPD QS Certified | 115 CPD Points | Gifts Hardcopy + PDF Certificate + SID - Worth £180 | Lifetime Access | Enrol Now

AutoCAD Modelling & Civil Drawings with Architectural Studies
Delivered Online On Demand40 hours
£49

Solidworks: Beginner to Advanced

4.5(3)

By Studyhub UK

Step into the riveting realm of Solidworks, where imagination meets precision, and ideas transform into tangible designs. 'Solidworks: Beginner to Advanced' is a meticulously crafted journey tailored for curious minds keen to master the art and science of this software. Embark on a voyage starting from a foundational understanding, glide through sketches, part modelling, and eventually delve into intricate assemblies, drawings, and captivating animations. By the culmination, you'll possess the prowess to bring your creative visions to life with unparalleled precision. Learning Outcomes Acquire proficiency in navigating and utilising the core functionalities of Solidworks. Transform rudimentary sketches into detailed and precise 3D models. Master advanced part modelling, assembly techniques, and drawing intricacies. Immerse in the world of appearances, scenes, and produce realistic renderings. Execute captivating animations that showcase dynamic design components. Why choose this Solidworks: Beginner to Advanced course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments are designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Solidworks: Beginner to Advanced Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Who is this Solidworks: Beginner to Advanced course for? Novices keen to explore the intricacies of Solidworks. Engineers looking to enhance their design capabilities. Product designers aspiring to elevate their 3D modelling skills. Architecture and design students keen on a comprehensive software learning experience. Industry professionals aiming to stay abreast of cutting-edge design tools. Career path CAD Designer: £25,000 - £35,000 Mechanical Engineer: £30,000 - £50,000 Product Design Engineer: £28,000 - £48,000 Solidworks Draughtsperson: £24,000 - £34,000 Design Manager: £40,000 - £60,000 3D Visualisation Artist: £23,000 - £40,000 Prerequisites This Solidworks: Beginner to Advanced does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Solidworks: Beginner to Advanced was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Introduction About the course 00:02:00 Course concept 00:01:00 Getting to Know Solidworks Creating a New Document 00:01:00 User Interface 00:02:00 Mouse Movements - Sketch 00:02:00 Mouse Movements - Part 00:03:00 Sketch Creating a Sketch Document 00:02:00 Basic Sketch Tools 00:07:00 Dimensions and Relations 00:12:00 Mirror Entities 00:02:00 Linear and Circular Sketch Pattern 00:06:00 Units 00:02:00 Sketch to Part Conversion 00:03:00 Opening/Saving Part Document 00:01:00 Part Modeling Basics Extruded Boss Base 00:03:00 Extruded Boss Base Additional 00:04:00 Extruded Cut 00:03:00 Sketch on the Part 00:02:00 Sketch on the New Plane 00:05:00 Draft 00:03:00 Shell 00:02:00 Fillet and Chamfer 00:03:00 Convert and Offset Entities 00:02:00 Lofted Boss 00:03:00 Revolved Boss 00:02:00 Swept Boss 00:05:00 Part and Sketch Modification 00:02:00 Part Modeling Advanced 3D Sketch 00:03:00 Density and Material 00:02:00 Measuring Tools 00:03:00 Linked Dimensions 00:04:00 Equations 00:05:00 Mirror 00:03:00 Hole Wizard 00:03:00 Reference Geometry 00:03:00 Feature Scope 00:02:00 Configurations And Design Table Creating a Design Table 00:06:00 Adding Configurations 00:05:00 Assembly Basics Inserting Part Relative to the Origin 00:02:00 Inserting Parts Relative to Planes 00:02:00 Standard Mates 00:04:00 Move Components 00:02:00 Mirror Component 00:01:00 Assembly Advanced Distance and Angle 00:04:00 Profile Centre 00:04:00 Symmetry and Width 00:05:00 Path Mate 00:05:00 Linear Coupler 00:06:00 Collision Detection 00:02:00 Interference Detection 00:03:00 Assembly Features 00:02:00 Subassembly 00:03:00 Drawing Basics Creating a Drawing Sheet 00:01:00 Orthographic Views and Edit Sheet 00:04:00 Projected View and View Properties 00:02:00 Smart Dimension and Model Item 00:05:00 Saving Options 00:01:00 Relative to Model View 00:03:00 Section View 00:04:00 Auxiliary View 00:03:00 Detail View 00:02:00 Broken Out Section 00:02:00 Break View 00:02:00 Alternate Position View 00:02:00 View Focus 00:02:00 Drawing Advanced Bill of Materials (BOM) 00:03:00 Bom Sort 00:01:00 Missing Item in Bom 00:02:00 Custom Properties 00:02:00 Equations in Bom 00:03:00 Show/Hide Component 00:02:00 Linked Notes 00:02:00 Measuring Tool 00:02:00 Isometric Section View 00:01:00 Appearance, Scene and Rendering Applying Materials 00:08:00 Appearance 00:05:00 Working with Woods 00:05:00 Working with Glass 00:04:00 Scene 00:04:00 Light 00:07:00 Camera 00:04:00 Decals 00:07:00 Text 00:05:00 Options 00:04:00 Rendering Panel 00:03:00 Schedule Rendering 00:02:00 Animation Creating Motion Study 00:02:00 Animation Wizard 00:08:00 Applying Motor 00:04:00 Appearance and Camera Position 00:07:00 Walkthrough Part-1 00:09:00 Walkthrough Part-2 00:06:00 Resources Resources - Solidworks: Beginner to Advanced 00:00:00 Assignment Assignment - Solidworks: Beginner to Advanced 00:00:00

Solidworks: Beginner to Advanced
Delivered Online On Demand5 hours 14 minutes
£10.99

Construction Engineering in Real Estate

4.9(27)

By Apex Learning

Package Details: Number of Courses: 30 Courses Accreditation: CPD Quality Standards Free Certificates:PDF: 30Hardcopy: 30 (Delivery Charge Applicable) Courses Access: Lifetime Instalment Payment Available Structural Engineering Course 01: Read Construction & Structural Drawing Like Expert Course 02: Diploma in Construction Management Course 03: Quantity Surveyor Diploma Course 04: Building Surveyor Course 05: Land Surveying Course 06: Bricklaying Course 07: Construction Cost Estimation Diploma Course 08: Construction Estimation using RSMeans Course 09: Construction Cost Estimation Using Xactimate Course 10: Cost Estimation for Multiplex Building Using Xactimate Course 11: Property Law and Legislation Course 12: Construction Industry Scheme (CIS) Course 13: WELL Building Standard Course 14: LEED V4: Building Design and Construction Course 15: LEED V4 - Building Design and Construction Architecture & AutoCAD Course 01: Architectural Studies Course 02: AutoCAD Programming using C# with Windows Forms Course 03: CAD Design Course: Assemblies, Modelling And Civil Drawings Course 04: Autocad Electrical Design Course 05: Intermediate Solidworks Course Course 06: Solidworks Foundation Training Course 07: Interior Design Professional Diploma Course 08: Professional Interior Design & Construction Constraction Safety Course 01: Construction Safety Course 02: Fire Safety | Online Course Course 03: Emergency First Aid and Incident Management at Work Course 04: RIDDOR Training Course 05: LOLER Training Course 06: COSHH Training and Safety - Level 2 Course 07: DSEAR Training Benefits you'll get from choosing Apex Learning for this training: Pay once and get lifetime access Free e-Learning App for engaging reading materials & helpful assistance Certificates, student ID included in a one-time fee Free up your time - don't waste time and money travelling for classes Accessible, informative modules designed by expert instructors Learn anytime, from anywhere Study from your computer, tablet or mobile device CPD accredited course - improve the chance of gaining professional skills CPD 305 CPD hours / points Accredited by CPD Quality Standards

Construction Engineering in Real Estate
Delivered Online On Demand
£150

Construction Site Engineer: Civil Engineering, Building Surveying & Cost Estimation

4.7(47)

By Academy for Health and Fitness

24-Hour Knowledge Knockdown! Prices Reduced Like Never Before Ever dreamt of turning blueprints into reality? The UK construction industry is booming, with over £110 billion invested annually. But do you have the skills to be part of it? This Construction Site Engineer: Civil Engineering, Building Surveying & Cost Estimation bundle equips you with the knowledge and expertise to thrive as a Construction Site engineer. This comprehensive Construction Site Engineer bundle covers everything from construction management to architectural studies, ensuring a well-rounded education. You'll delve into the minimum requirements for building design, learn about the Construction Industry Scheme, and explore various design styles. The courses also include CAD training, LEED certification, land and building surveying, site supervision, material management, and financial modelling. Practical skills in construction cost estimation and Xactimate software are also covered, along with essential payroll administration and safety training. With this Construction Site Engineer: Civil Engineering, Building Surveying & Cost Estimation course you will get 18 CPD Accredited PDF Certificates, Hard Copy Certificate (Construction Management) and our exclusive student ID card absolutely free. Courses Are Included In This Construction Site Engineer: Civil Engineering, Building Surveying & Cost Estimation Bundle: Course 01: Construction Management - Course Course 02: Architectural Studies Course 03: Minimum Requirements of Building Design and Construction Course 04: Construction Industry Scheme Training Course 05: Architectural & Interior Design Styles Course 06: CAD Designer Training Course 07: LEED V4 - Building Design and Construction Course 08: Land Surveying Course 09: Building Surveying Practice Course 10: Construction Site supervisor Course 11: Material Management Course 12: Quantity Surveying Course Course 13: Financial Modelling Course 14: Construction Cost Estimation Course 15: Introduction to Xactimate: Construction Cost Estimation Course 16: Payroll Administrator Training Course 17: Working at Height Course 18: Site Management Safety Training Scheme (SMSTS) Invest in your future by enrolling in this Construction Site Engineer bundle. Seize the opportunity to become a sought-after professional, contributing to the successful execution of construction projects while ensuring compliance with industry standards, safety regulations, and sustainable building practices. Learning Outcomes of Construction Site Engineer Understand civil engineering principles and construction methods. Apply architectural design concepts and building regulations. Implement construction management techniques for efficient project delivery. Utilize surveying equipment and software for accurate site measurements. Conduct cost estimates and manage project budgets effectively. Adhere to safety regulations and lead a safe working environment. Why Choose Us? Get a Free CPD Accredited Certificate upon completion of Construction Site Engineer Get a free student ID card with Construction Site Engineer Training program (£10 postal charge will be applicable for international delivery) The Construction Site Engineer is affordable and simple to understand This course is entirely online, interactive lesson with voiceover audio Get Lifetime access to the Construction Site Engineer course materials The Construction Site Engineer comes with 24/7 tutor support Start your learning journey straightaway! *** Course Curriculum *** Course 01: Construction Management - Course Module 01: Introduction To Construction Management Module 02: Project Life Cycle And Success Module 03: Cost Management Module 04: Preliminary Site Investigation And Site Organisation Module 05: Site Management Module 06: Cost Estimation Module 07: Elements And Factors Influencing Cost Estimation Module 08: Planning And Management Of Equipment Module 09: Construction Materials Management Module 10: Vendor Analysis In Construction Management & many more... Course 02: Architectural Studies Module-01: Introduction To Architectural Studies Module-02: Ancient Architecture Module-03: Architectural Ideas And Movements Module-04: Architectural Styles Module-05: Art Deco Architectural Style Module-06: Scandinavian Architectural Style Module-07: Victorian Architectural Style Module-09: Gothic Architectural Style Module-08: Classical And Early Christian Architectural Style Module-10: Baroque And Rococo Architectural Style Course 03: Minimum Requirements of Building Design and Construction Unit 01: Introduction Unit 02: Integrative Process Unit 03: Location & Transportation Unit 04: Sustainable Sites Unit 05: Water Efficiency Unit 06: Energy & Atmosphere Unit 07: Materials & Resources Unit 08: Indoor Environment Quality Unit 09: Innovation Unit 10: Regional Priority Unit 11: Completion =========>>>>> And 2 More Courses <<<<<========= How will I get my Certificate? After successfully completing the course, you will be able to order your Certificates as proof of your achievement. PDF Certificate: Free (Previously it was £12.99*18 = £233) CPD Hard Copy Certificate: Free ( For The First Course: Previously it was £29.99) CPD 180 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone interested in learning more about the topic is advised to take this bundle. This bundle is ideal for: Architects Surveyors Project managers Site supervisors Estimators Requirements You will not need any prior background or expertise to enrol in this bundle. Career path After completing this bundle, you are to start your career or begin the next phase of your career. Site Engineer Project Manager Quantity Surveyor Estimator Contractor Consultant Certificates CPD Accredited Digital Certificate Digital certificate - Included Upon passing the Course, you need to order a Digital Certificate for each of the courses inside this bundle as proof of your new skills that are accredited by CPD QS for Free. CPD Accredited Hard Copy Certificate Hard copy certificate - Included Please note that International students have to pay an additional £10 as a shipment fee.

Construction Site Engineer: Civil Engineering, Building Surveying & Cost Estimation
Delivered Online On Demand4 days
£109

Structural Engineering Training Courses

4.9(27)

By Apex Learning

Package Details: Number of Courses: 30 Courses Accreditation: CPD Quality Standards Free Certificates:PDF: 30Hardcopy: 30 (Delivery Charge Applicable) Courses Access: Lifetime Instalment Payment Available Structural Engineering Course 01: Read Construction & Structural Drawing Like Expert Course 02: Diploma in Construction Management Course 03: Quantity Surveyor Diploma Course 04: Building Surveyor Course 05: Land Surveying Course 06: Bricklaying Course 07: Construction Cost Estimation Diploma Course 08: Construction Estimation using RSMeans Course 09: Construction Cost Estimation Using Xactimate Course 10: Cost Estimation for Multiplex Building Using Xactimate Course 11: Property Law and Legislation Course 12: Construction Industry Scheme (CIS) Course 13: WELL Building Standard Course 14: LEED V4: Building Design and Construction Course 15: LEED V4 - Building Design and Construction Architecture & AutoCAD Course 01: Architectural Studies Course 02: AutoCAD Programming using C# with Windows Forms Course 03: CAD Design Course: Assemblies, Modelling And Civil Drawings Course 04: Autocad Electrical Design Course 05: Intermediate Solidworks Course Course 06: Solidworks Foundation Training Course 07: Interior Design Professional Diploma Course 08: Professional Interior Design & Construction Constraction Safety Course 01: Construction Safety Course 02: Fire Safety | Online Course Course 03: Emergency First Aid and Incident Management at Work Course 04: RIDDOR Training Course 05: LOLER Training Course 06: COSHH Training and Safety - Level 2 Course 07: DSEAR Training Benefits you'll get from choosing Apex Learning for this training: Pay once and get lifetime access Free e-Learning App for engaging reading materials & helpful assistance Certificates, student ID included in a one-time fee Free up your time - don't waste time and money travelling for classes Accessible, informative modules designed by expert instructors Learn anytime, from anywhere Study from your computer, tablet or mobile device CPD accredited course - improve the chance of gaining professional skills CPD 305 CPD hours / points Accredited by CPD Quality Standards Career path This bundle will help you learn the necessary skills to explore opportunities such as- Structural Engineer £36,000 - £38,000 per annum Engineer £27,000 - £45,000 per annum Construction Engineer £3,000 - £45,000 per annum Engineer Surveyor £28,000 - £32,500 per annum Civil Engineer £29,000 - £38,000 per annum

Structural Engineering Training Courses
Delivered Online On Demand
£150

Autodesk AutoCAD Course 1-2-1 Evening and Weekends.

By Real Animation Works

Autocad face to face training customised and bespoke. Online or Face to Face

Autodesk AutoCAD Course 1-2-1 Evening and Weekends.
Delivered in London or OnlineFlexible Dates
£380

Advanced Load Forecasting & Methodology

By EnergyEdge - Training for a Sustainable Energy Future

About this Course This 5 full-day course presents the most modern statistical and mathematical forecasting frameworks used by practitioners to tackle the load forecasting problem across short time and long time scales. The course presents practical applications to solving forecasting challenges, supported by real life examples from large control areas. It presents the weather impacts on the load forecasts and the methodologies employed to quantify the weather effect and building a repository of weather normal data. A good load forecast methodology must improve its forecasting accuracy and support a consistent load forecasting process. The load forecasting widely used in the power industry has evolved significantly with the advancement and adoption of Artificial Intelligence techniques such as Machine Learning. With the increased penetration of inverter-based resources, the operation of electric grids grew in complexity, leading to load forecasts that are updated more frequently than once a day. Furthermore, several jurisdictions adopted a smaller granularity than the hourly load forecasts in the effort to reduce the forecasting uncertainties. On the generation side, fuel forecasting professionals must meet energy requirements while making allowance for the uncertainty on both the demand and the supply side. This training course will also feature a guest speaker, who is a Ph.D candidate to provide insights into the most modern aspects of Artificial Intelligence in the context of load forecasting. Training Objectives This course offers a comprehensive approach to all aspects of load forecasting: Gain a perspective of load forecasting from both operators in the generating plant and system operators. Understand and review the advanced load forecasting concepts and forecasting methodologies Learn the application of Artificial Neural Networks and Probabilistic Forecasting methods to manage forecasting uncertainties in short time frames Appreciate market segmentation and econometric framework for long term forecasts Find out the most recent practical application of load forecasting as examples from large power companies Get access to recent industry reports and developments Target Audience Energy load forecasting professionals from power plant and system operators Energy planners and energy outlook forecasters and plant operators Fuel procurement professionals Planners and schedulers of thermal generating units Course Level Intermediate Trainer Your expert course instructor is a Utility Executive with extensive global experience in power system operation and planning, energy markets, enterprise risk and regulatory oversight. She consults on energy markets integrating renewable resources from planning to operation. She led complex projects in operations and conducted long term planning studies to support planning and operational reliability standards. Specializing in Smart Grids, Operational flexibilities, Renewable generation, Reliability, Financial Engineering, Energy Markets and Power System Integration, she was recently engaged by the Inter-American Development Bank/MHI in Guyana. She was the Operations Expert in the regulatory assessment in Oman. She is a registered member of the Professional Engineers of Ontario, Canada. She is also a contributing member to the IEEE Standards Association, WG Blockchain P2418.5. With over 25 years with Ontario Power Generation (Revenue $1.2 Billion CAD, I/S 16 GW), she served as Canadian representative in CIGRE, committee member in NSERC (Natural Sciences and Engineering Research Council of Canada), and Senior Member IEEE and Elsevier since the 90ties. Our key expert chaired international conferences, lectured on several continents, published a book on Reliability and Security of Nuclear Power Plants, contributed to IEEE and PMAPS and published in the Ontario Journal for Public Policy, Canada. She delivered seminars organized by the Power Engineering Society, IEEE plus seminars to power companies worldwide, including Oman, Thailand, Saudi Arabia, Malaysia, Indonesia, Portugal, South Africa, Japan, Romania, and Guyana. Our Key expert delivered over 60 specialized seminars to executives and engineers from Canada, Europe, South and North America, Middle East, South East Asia and Japan. Few examples are: Modern Power System in Digital Utilities - The Energy Commission, Malaysia and utilities in the Middle East, GCCIA, June 2020 Assessment of OETC Control Centre, Oman, December 2019 Demand Side management, Load Forecasting in a Smart Grid, Oman, 2019 Renewable Resources in a Smart Grid (Malaysia, Thailand, Indonesia, GCCIA, Saudi Arabia) The Modern Power System: Impact of the Power Electronics on the Power System The Digital Utility, AI and Blockchain Smart Grid and Reliability of Distribution Systems, Cyme, Montreal, Canada Economic Dispatch in the context of an Energy Market (TNB, Sarawak Energy, Malaysia) Energy Markets, Risk Assessment and Financial Management, PES, IEEE: Chicago, San Francisco, New York, Portugal, South Africa, Japan. Provided training at CEO and CRO level. Enterprise Risk methodology, EDP, Portugal Energy Markets: Saudi Electricity Company, Tenaga National Berhad, Malaysia Reliability Centre Maintenance (South East Asia, Saudi Electricity Company, KSA) EUSN, ENERGY & UTILITIES SECTOR NETWORK, Government of Canada, 2016 Connected+, IOT, Toronto, Canada September 2016 and 2015 Smart Grid, Smart Home HomeConnect, Toronto, Canada November 2014 Wind Power: a Cautionary Tale, Ontario Centre for Public Policy, 2010 POST TRAINING COACHING SUPPORT (OPTIONAL) To further optimise your learning experience from our courses, we also offer individualized 'One to One' coaching support for 2 hours post training. We can help improve your competence in your chosen area of interest, based on your learning needs and available hours. This is a great opportunity to improve your capability and confidence in a particular area of expertise. It will be delivered over a secure video conference call by one of our senior trainers. They will work with you to create a tailor-made coaching program that will help you achieve your goals faster. Request for further information post training support and fees applicable Accreditions And Affliations

Advanced Load Forecasting & Methodology
Delivered in Internationally or OnlineFlexible Dates
£3,568 to £4,149

Construction & Structural Engineering, Architectural Studies and AutoCAD

4.9(27)

By Apex Learning

Package Details: Number of Courses: 30 Courses Accreditation: CPD Quality Standards Free Certificates:PDF: 30Hardcopy: 30 (Delivery Charge Applicable) Courses Access: Lifetime Instalment Payment Available Structural Engineering Course 01: Read Construction & Structural Drawing Like Expert Course 02: Diploma in Construction Management Course 03: Quantity Surveyor Diploma Course 04: Building Surveyor Course 05: Land Surveying Course 06: Bricklaying Course 07: Construction Cost Estimation Diploma Course 08: Construction Estimation using RSMeans Course 09: Construction Cost Estimation Using Xactimate Course 10: Cost Estimation for Multiplex Building Using Xactimate Course 11: Property Law and Legislation Course 12: Construction Industry Scheme (CIS) Course 13: WELL Building Standard Course 14: LEED V4: Building Design and Construction Course 15: LEED V4 - Building Design and Construction Architecture & AutoCAD Course 01: Architectural Studies Course 02: AutoCAD Programming using C# with Windows Forms Course 03: CAD Design Course: Assemblies, Modelling And Civil Drawings Course 04: Autocad Electrical Design Course 05: Intermediate Solidworks Course Course 06: Solidworks Foundation Training Course 07: Interior Design Professional Diploma Course 08: Professional Interior Design & Construction Constraction Safety Course 01: Construction Safety Course 02: Fire Safety | Online Course Course 03: Emergency First Aid and Incident Management at Work Course 04: RIDDOR Training Course 05: LOLER Training Course 06: COSHH Training and Safety - Level 2 Course 07: DSEAR Training Enrol Construction & Structural Engineering, Architectural Studies and AutoCAD Bundle Today!! Benefits you'll get from choosing Apex Learning for this Construction & Structural Engineering, Architectural Studies and AutoCAD training: Pay once and get lifetime access Free e-Learning App for engaging reading materials & helpful assistance Certificates, student ID included in a one-time fee Free up your time - don't waste time and money travelling for classes Accessible, informative modules designed by expert instructors Learn anytime, from anywhere Study from your computer, tablet or mobile device CPD accredited course - improve the chance of gaining professional skills CPD 305 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Construction & Structural Engineering, Architectural Studies and AutoCAD bundle is for everyone. Requirements No requirements to enrol this Construction & Structural Engineering, Architectural Studies and AutoCAD bundle. Career path This Construction & Structural Engineering, Architectural Studies and AutoCAD bundle will help you learn the necessary skills to explore opportunities such as- Structural Engineer £36,000 - £38,000 per annum Engineer £27,000 - £45,000 per annum Construction Engineer £3,000 - £45,000 per annum Engineer Surveyor £28,000 - £32,500 per annum Civil Engineer £29,000 - £38,000 per annum

Construction & Structural Engineering, Architectural Studies and AutoCAD
Delivered Online On Demand
£150

Construction Engineering Advanced Diploma - CPD Accredited

4.9(27)

By Apex Learning

Civil Engineering & Construction Management Training Package Details: Number of Courses: 30 Courses Accreditation: CPD Quality Standards Free Certificates:PDF: 30Hardcopy: 30 (Delivery Charge Applicable) Courses Access: Lifetime Instalment Payment Available --------------***------------- Civil Engineering Course 01: Read Construction & Structural Drawing Like Expert Course 02: Diploma in Construction Management Course 03: Quantity Surveyor Diploma Course 04: Building Surveyor Course 05: Land Surveying Course 06: Bricklaying Course 07: Construction Cost Estimation Diploma Course 08: Construction Estimation using RSMeans Course 09: Construction Cost Estimation Using Xactimate Course 10: Cost Estimation for Multiplex Building Using Xactimate Course 11: Property Law and Legislation Course 12: Construction Industry Scheme (CIS) Course 13: WELL Building Standard Course 14: LEED V4: Building Design and Construction Course 15: LEED V4 - Building Design and Construction Architecture & AutoCAD Course 01: Architectural Studies Course 02: AutoCAD Programming using C# with Windows Forms Course 03: CAD Design Course: Assemblies, Modelling And Civil Drawings Course 04: Autocad Electrical Design Course 05: Intermediate Solidworks Course Course 06: Solidworks Foundation Training Course 07: Interior Design Professional Diploma Course 08: Professional Interior Design & Construction Constraction Course 01: Construction Safety Course 02: Fire Safety | Online Course Course 03: Emergency First Aid and Incident Management at Work Course 04: RIDDOR Training Course 05: LOLER Training Course 06: COSHH Training and Safety - Level 2 Course 07: DSEAR Training Benefits you'll get from choosing Apex Learning for this Civil Engineering & Construction Management training: Pay once and get lifetime access Free e-Learning App for engaging reading materials & helpful assistance Certificates, student ID included in a one-time fee Free up your time - don't waste time and money travelling for classes Accessible, informative Civil Engineering & Construction Management modules designed by expert instructors Learn anytime, from anywhere Study from your computer, tablet or mobile device CPD accredited Civil Engineering & Construction Management courses - improve the chance of gaining professional skills CPD 305 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Civil Engineering & Construction Management bundle including- Students Graduates Job Seekers Job Holders Requirements No requirements to enrol this Civil Engineering & Construction Management course. Career path This Civil Engineering & Construction Management bundle will help you learn the necessary skills to explore opportunities such as- Structural Engineer £36,000 - £38,000 per annum Engineer £27,000 - £45,000 per annum Construction Engineer £3,000 - £45,000 per annum Engineer Surveyor £28,000 - £32,500 per annum Civil Engineer £29,000 - £38,000 per annum

Construction Engineering Advanced Diploma - CPD Accredited
Delivered Online On Demand
£119