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

57 C (programming language) courses delivered Online

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

C Plus Plus and Programming Basics for Non-Programmers (TTCP2000)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for anyone who is new to software development and wants, or needs, to gain an understanding of the fundamentals of coding and basics of C++ and object-oriented programming concepts. This course is for Non-Developers, or anyone who wants to have a basic understanding of and learn how to code C++ applications and syntax Overview Companies are constantly challenged to keep their applications, development projects, products, services (and programmers!) up to speed with the latest industry tools, skills, technologies and practices to stay ahead in the ever-shifting markets that make up today's fiercely competitive business landscape. The need for application, web and mobile developers and coders is seemingly endless as technologies regularly change and grow to meet the modern needs of demanding industries and clients. C++ and Programming Basics for Non-Programmers is a five-day, basic-level training course geared for IT candidates who have little or no prior experience in computer programming. Throughout this gentle introduction to programming and C++, students will learn to create applications and libraries using C++ using best practices and sound OO development techniques for writing object-oriented programs in C++. Special emphasis is placed on object-oriented concepts and best practices throughout the training. FUNDAMENTALS OF THE PROGRAM DEVELOPMENT CYCLE * Computer Architecture * The Notion of Algorithms * Source Code vs. Machine Code * Compile-Time vs. Run-Time * Software Program Architecture * Standalone * Client/Server * Distributed * Web-Enabled * IDE (Interactive Development Environment) Concepts * Looping Constructs * Counter-Controlled Repetition * Sentinel-Controlled Repetition * Nested Control Constructs * break and continue Statements * Structured Programming Best Practices * WRITING METHODS (FUNCTIONS) * Static vs. Dynamic Allocation * Declaring Methods * Declaring Methods with Multiple Parameters * Method-Call Stack * Scope of Declarations * Argument Promotion and Casting * Designing Methods for Reusability * Method Overloading ARRAYS * Purpose of Arrays * Declaring and Instantiating Arrays * Passing Arrays to Methods * Multidimensional Arrays * Variable-Length Argument Lists * Using Command-Line Arguments * Using Environment Variables DEEPER INTO CLASSES AND OBJECTS * Controlling Access to Class Members * Referencing the Current Object Using this * Overloading Constructors * Default and No-Argument Constructors * Composition of Classes * Garbage Collection and Destructors * The finalize Method * Static Class Members DEFINING CLASSES USING INHERITANCE APPLICATION DEVELOPMENT FUNDAMENTALS * Structure of a C++ Program * Memory Concepts * Fundamental Data Type Declarations * Fundamental I/O Concepts * Fundamental Operators * Arithmetic Operators * Logical Operators * Precedence and Associativity * Building and Deploying a C++ Program * Superclasses and Subclasses * Advantages of Using Inheritance * protected Class Members * Constructors in Subclasses * INCREASING CONVENIENCE BY USING POLYMORPHISM * Purpose of Polymorphic Behavior * The Concept of a Signature * Abstract Classes and Methods * final Methods and Classes * Purpose of Interfaces * Using and Creating Interfaces * Common Interfaces of the C++ API FILES AND STREAMS * Concept of a Stream * Class File * Sequential Access * Object Serialization to/from Sequential Access Files FUNDAMENTAL SEARCHING AND SORTING * Introduction to Searching Algorithms * Linear Search * Binary Search * Introduction to Sorting Algorithms * Selection Sort * Insertion Sort * Merge Sort FUNDAMENTAL DATA STRUCTURES * Dynamic Memory Allocation * Linked Lists * Stacks * Queues * Trees EXCEPTION HANDLING * Types of Exceptions * Exception Handling Overview INTRODUCTION TO CLASSES AND OBJECTS * Classes, Objects and Methods * Object Instances * Declaring and Instantiating a C++ Object * Declaring Methods * set and get Methods * Initiating Objects with Constructors * Primitive Types vs. Reference Types FLOW CONTROL * Conditional Constructs * Exception Class Hierarchy * Extending Exception Classes * When to Throw or Assert Exceptions FORMATTED OUTPUT * printf Syntax * Conversion Characters * Specifying Field Width and Precision * Using Flags to Alter Appearance * Printing Literals and Escape Sequences * Formatting Output with Class Formatter STRINGS, CHARACTERS AND REGULAR EXPRESSIONS * Fundamentals of Characters and Strings * String Class * String Operations * StringBuilder Class * Character Class * StringTokenizer Class * Regular Expressions * Regular Expression Syntax * Pattern Class * Matcher Class FUNDAMENTAL GUI PROGRAMMING CONCEPTS * Overview of Swing Components * Displaying Text and Graphics in a Window * Event Handling with Nested Classes * GUI Event Types and Listener Interfaces * Mouse Event Handling * Layout Managers ADDITIONAL COURSE DETAILS: Nexus Humans C Plus Plus and Programming Basics for Non-Programmers (TTCP2000) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the C Plus Plus and Programming Basics for Non-Programmers (TTCP2000) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

C Plus Plus and Programming Basics for Non-Programmers (TTCP2000)
Delivered on-request, onlineDelivered Online
Price on Enquiry

Introduction to C Plus Plus Programming Essentials (TTCP2100)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This is an introductory-level C++ programming course designed for developers with experience programming in C or other languages. Practical hands-on prior programming experience and knowledge is required. Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in basic coding with C++, coupling the most current, effective techniques with the soundest industry practices. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn: Writing procedural programs using C++ Using private, public and protected keywords to control access to class members Defining a class in C++ Writing constructors and destructors Writing classes with const and static class members Overloading operators Implementing polymorphic methods in programs Writing programs using file I/O and string streams Using manipulators and stream flags to format output Using the keyword template to write generic functions and classes Writing programs that use generic classes and functions Writing programs that use algorithms and containers of the Standard Library Apply object-oriented design techniques to real-world programming problems Using algorithms and containers of the Standard Library to manipulate string data Understand how C++ protects the programmer from implementation changes in other modules of an application Using try() blocks to trap exceptions Using catch() blocks to handle exceptions Defining exceptions and using throw to trigger them Introduction to C++ Programming / C++ Essentials is a skills-focused, hands-on C++ training course geared for experienced programmers who need to learn C++ coupled with sounds coding skills and best practices for OO development. Students will leave this course armed with the required skills to put foundation-level C++ programming skills right to work in a practical environment. The central concepts of C++ syntax and style are taught in the context of using object-oriented methods to achieve reusability, adaptability and reliability. Emphasis is placed on the features of C++ that support abstract data types, inheritance, and polymorphism. Students will learn to apply the process of data abstraction and class design. Practical aspects of C++ programming including efficiency, performance, testing, and reliability considerations are stressed throughout. Comprehensive hands on exercises are integrated throughout to reinforce learning and develop real competency MOVING FROM C TO C++ (OPTIONAL) * New Compiler Directives * Stream Console I/O * Explicit Operators * Standard Libraries * Data Control Capabilities HANDLING DATA * New Declaration Features * Initialization and Assignment * Enumerated Types * The bool Type * Constant Storage * Pointers to Constant Storage * Constant Pointers * References * Constant Reference Arguments * Volatile Data * Global Data FUNCTIONS * Function Prototypes and Type Checking * Default Function Data Types * Function Overloading * Problems with Function Overloading * Name Resolution * Promotions and Conversions * Call by Value * Reference Declarations * Call-by-Reference and Reference Types * References in Function Return * Constant Argument Types * Conversion of Parameters Using Default Initializers * Providing Default Arguments * Inline Functions OPERATOR OVERLOADING * Advantages and Pitfalls of Overloading * Member Operator Syntax and Examples * Class Assignment Operators * Class Equality Operators * Non-Member Operator Overloading * Member and Non-Member Operator Functions * Operator Precedence * This Pointer * Overloading the Assignment Operator * Overloading Caveats CREATING AND USING OBJECTS * Creating Automatic Objects * Creating Dynamic Objects * Calling Object Methods * Constructors * Initializing Member consts * Initializer List Syntax * Allocating Resources in Constructor * Destructors * Block and Function Scope * File and Global Scope * Class Scope * Scope Resolution Operator :: * Using Objects as Arguments * Objects as Function Return Values * Constant Methods * Containment Relationships DYNAMIC MEMORY MANAGEMENT * Advantages of Dynamic Memory Allocation * Static, Automatic, and Heap Memory * Free Store Allocation with new and delete * Handling Memory Allocation Errors CONTROLLING OBJECT CREATION * Object Copying and Copy Constructor * Automatic Copy Constructor * Conversion Constructor STREAMING I/O * Streams and the iostream Library * Built-in Stream Objects * Stream Manipulators * Stream Methods * Input/Output Operators * Character Input * String Streams * Formatted I/O * File Stream I/O * Overloading Stream Operators * Persistent Objects * INTRODUCTION TO OBJECT CONCEPTS * The Object Programming Paradigm * Object-Orientated Programming Definitions * Information Hiding and Encapsulation * Separating Interface and Implementation * Classes and Instances of Objects * Overloaded Objects and Polymorphism DECLARING AND DEFINING CLASSES * Components of a Class * Class Structure * Class Declaration Syntax * Member Data * Built-in Operations * Constructors and Initialization * Initialization vs. Assignment * Class Type Members * Member Functions and Member Accessibility * Inline Member Functions * Friend Functions * Static Members * Modifying Access with a Friend Class TEMPLATES * Purpose of Template Classes * Constants in Templates * Templates and Inheritance * Container Classes * Use of Libraries STRINGS IN C++ * Character Strings * The String Class * Operators on Strings * Member Functions of the String Class INHERITANCE * Inheritance and Reuse * Composition vs. Inheritance * Inheritance: Centralized Code * Inheritance: Maintenance and Revision * Public, Private and Protected Members * Redefining Behavior in Derived Classes * Designing Extensible Software Systems * Syntax for Public Inheritance * Use of Common Pointers * Constructors and Initialization * Inherited Copy Constructors * Destructors and Inheritance * Public, Protected, Private Inheritance * EXCEPTIONS * Types of Exceptions * Trapping and Handling Exceptions * Triggering Exceptions * Handling Memory Allocation Errors C++ PROGRAM STRUCTURE * Organizing C++ Source Files * Integrating C and C++ Projects * Using C in C++ RELIABILITY CONSIDERATIONS IN C++ PROJECTS * Function Prototypes * Strong Type Checking * Constant Types * C++ Access Control Techniques POLYMORPHISM IN C++ * Definition of Polymorphism * Calling Overridden Methods * Upcasting * Accessing Overridden Methods * Virtual Methods and Dynamic Binding * Virtual Destructors * Abstract Base Classes and Pure Virtual Methods MULTIPLE INHERITANCE * Derivation from Multiple Base Classes * Base Class Ambiguities Virtual Inheritance * Virtual Base Classes * Virtual Base Class Information THE STANDARD TEMPLATE LIBRARY * STL Containers * Parameters Used in Container Classes * The Vector Class * STL Algorithms * Use of Libraries

Introduction to C Plus Plus Programming Essentials (TTCP2100)
Delivered on-request, onlineDelivered Online
Price on Enquiry

C# Object-Oriented Programming for Beginners in C# and .NET

By Packt

Are you feeling confused with various free C# tutorials on OOP? Are you looking for a better approach to learn C# Object-Oriented Programming? Do you feel it is difficult to understand and apply the OOP concepts in C#? Are you seeking a helping hand to learn the object-oriented programming concepts in C# .NET? If you have answered yes to any of the questions above, then this course is for you.

C# Object-Oriented Programming for Beginners in C# and .NET
Delivered Online On Demand
£41.99

Complete Guide to Unit Testing in .NET Core (NUnit and xUnit)

By Packt

Why should I learn unit testing? Why spend extra time writing code to test? Is manual testing not sufficient? Well, if you have these questions, then you are on the right course. Unit testing is a very valuable skill in the current development cycle. The purpose is to validate that each unit of the software code performs as expected. So, let's dive into it!

Complete Guide to Unit Testing in .NET Core (NUnit and xUnit)
Delivered Online On Demand
£82.99

Coding Essentials - Javascript, ASP. Net, C# - Bonus HTML

5.0(2)

By Studyhub UK

The demand for coding essential skills is skyrocketing. The average salary for a web developer in the United Kingdom is £65,824 per year. And that number is only going to go up as more and more businesses move their operations online. If you want to get ahead in the tech industry, you need to learn how to code. This Coding Essentials - Javascript, ASP. Net, C# - Bonus HTML course will teach you the crucial skills you need to become a web developer. You'll learn HTML, JavaScript, C#, and ASP.NET. You'll also learn how to build interactive web applications and use JavaScript to add dynamic functionality to your pages. In this Coding Essentials course, we start with an introduction to HTML, where you'll learn the basics, intermediate to advanced level topics, and explore advanced HTML techniques. Next, we dive into JavaScript, a powerful scripting language used for web development. From the fundamentals to conditional statements, control flow, functions, and error handling, you'll gain a solid understanding of JavaScript and its role in creating dynamic web pages. But that's not all! We also dive into the world of C#, a versatile and widely-used programming language. Starting with the basics, you'll progress through operators, statements, control flow, and debugging techniques. You'll also master object-oriented programming (OOPs) concepts, such as class encapsulation, inheritance, polymorphism, abstract classes, and interfaces. Our comprehensive curriculum concludes with exploring error-handling techniques in C#, ensuring you can create robust and reliable applications. Join us on this exciting coding adventure, where our experienced and expert instructors will guide you every step of the way. Don't miss this opportunity to unlock a world of possibilities and take your coding skills to new heights. Enrol in our Coding Essentials course today and unleash your coding potential! Learning Outcomes: Upon completion of the Coding Essentials course, you should be able to: * Master the fundamentals of HTML for creating web pages. * Gain intermediate and advanced HTML skills for enhanced web development. * Understand the core concepts and syntax of JavaScript. * Learn to use JavaScript to create dynamic and interactive web content. * Develop proficiency in JavaScript operators and conditional statements. * Explore control flow statements and error handling in JavaScript. * Acquire a solid foundation in C# programming language. * Learn C# operators, statements, and control flow techniques. * Understand object-oriented programming (OOPs) concepts in C#. * Apply C# error handling techniques for creating robust applications. Who is this course for? This Coding Essentials course is perfect for: * Beginners who want to learn coding essentials from scratch. * Individuals interested in web development and programming languages. * Professionals seeking to enhance their coding skills and expand career opportunities. * Students or graduates looking to add valuable coding skills to their resumes. * Anyone with a passion for coding and a desire to create innovative applications. Career Path  Our Coding Essentials course will help you to pursue a range of career paths, such as: * Web Developer: £25,000 - £50,000 per year. * Software Engineer: £30,000 - £60,000 per year. * Full Stack Developer: £35,000 - £70,000 per year. * Front-end Developer: £25,000 - £55,000 per year. * Back-end Developer: £30,000 - £60,000 per year. * C# Developer: £35,000 - £70,000 per year. * JavaScript Developer: £30,000 - £60,000 per year. CERTIFICATION After studying the course materials of the Coding Essentials - Javascript, ASP. Net, C# - Bonus HTML there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. PREREQUISITES This Coding Essentials - Javascript, ASP. Net, C# - Bonus HTML does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Coding Essentials - Javascript, ASP. Net, C# - Bonus HTML 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. COURSE CURRICULUM Introduction Introduction 00:03:00 How to Get Course requirements 00:02:00 Getting Started on Windows, Linux or Mac 00:02:00 How to ask Great Questions 00:01:00 FAQ's 00:01:00 HTML Introduction HTML 00:05:00 Choosing Code Editor 00:06:00 Installing Code Editor (Sublime Text) 00:04:00 Overview of a Webpage 00:05:00 Structure of a Full HTML Webpage 00:07:00 First Hello World! Webpage 00:09:00 HTML Basic Heading tag 00:09:00 Paragraph 00:08:00 Formatting Text 00:12:00 List Items Unordered 00:05:00 List Items Ordered 00:04:00 Classes 00:09:00 IDs 00:06:00 Comments 00:04:00 HTML Intermediate Images 00:12:00 Forms 00:05:00 Marquee 00:06:00 Text area 00:06:00 Tables 00:06:00 Links 00:07:00 Navbar - Menu 00:04:00 HTML Entities 00:05:00 Div tag 00:06:00 Google Maps 00:07:00 HTML Advanced HTML Audio 00:07:00 HTML Video 00:05:00 Canvas 00:06:00 Iframes 00:05:00 Input Types 00:04:00 Input Attributes 00:06:00 Registration Form 00:04:00 Contact Us Form 00:10:00 Coding Exercise 00:01:00 Solution for Coding Exercise 00:02:00 JavaScript Introduction What is JavaScript 00:09:00 Hello World Program 00:14:00 Getting Output 00:11:00 Internal JavaScript 00:13:00 External JavaScript 00:09:00 Inline JavaScript 00:04:00 Async and defer 00:06:00 JavaScript Basics Variables 00:13:00 Data Types 00:10:00 Numbers 00:06:00 Strings 00:06:00 String Formatting 00:05:00 JavaScript Operators Arithmetic operators 00:07:00 Assignment operators 00:03:00 Comparison operators 00:06:00 Logical operators 00:08:00 JavaScript Conditional Statements If-else statement 00:05:00 If-else-if statement 00:04:00 JavaScript Control Flow Statements While loop 00:09:00 Do-while loop 00:03:00 For loop 00:08:00 Solution for Coding Exercise 00:02:00 JavaScript Functions Creating a Function 00:07:00 Function Call() 00:07:00 Function with parameters 00:05:00 JavaScript Error Handling Try-catch 00:05:00 Try-catch-finally 00:17:00 JavaScript Client-Side Validations On Submit Validation 00:09:00 Input Numeric Validation 00:12:00 C# Introduction Introduction to CSharp 00:07:00 CSharp vs NET 00:04:00 What is CLR 00:05:00 Architecture of NET Application 00:09:00 Getting Visual Studio 00:07:00 First CSharp Hello World Application 00:16:00 First CSharp Core Hello World Program 00:18:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 C# Basic Variables 00:24:00 CSharp Identifiers 00:08:00 Data Types 00:08:00 Type Casting 00:14:00 User Inputs 00:10:00 Comments 00:03:00 C# Operators Arithmetic Operators 00:09:00 Assignment Operators 00:03:00 Comparison Operators 00:03:00 Logical Operators 00:03:00 Strings 00:10:00 String Properties 00:08:00 Booleans 00:06:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 C# Statements If else Conditions and Statements 00:12:00 Switch-Case Statements 00:09:00 C# Control Flow statements While Loop Statement 00:07:00 Do-While Statement 00:03:00 For Loop Statement 00:07:00 Foreach Statement 00:06:00 Break and Continue 00:03:00 C# Built-in coding Arrays 00:13:00 Loop Through Arrays 00:10:00 Lists 00:07:00 SystemIO Namespace 00:03:00 Datetime 00:10:00 TimeSpan 00:06:00 C# Debugging techniques Debugging Tools in Visual Studio 00:13:00 Call Stack Window 00:04:00 Locals and Autos 00:04:00 C# Object-oriented programming [OOPs] Introduction to Class 00:03:00 Create a Class 00:15:00 Object Initializers 00:16:00 Parameters 00:12:00 Access Modifiers(theory) 00:13:00 C# Methods Introduction to methods 00:06:00 Create a method 00:16:00 Method with parameters 00:09:00 Method default and multiple parameters 00:09:00 Method return keyword 00:07:00 Method Over loading 00:08:00 Assessment Test 00:01:00 Solution for Assessment Test 00:02:00 C# Class Encapsulation Introduction to OOPs 00:04:00 Classes and Objects 00:11:00 Class Members 00:10:00 Class Constructors 00:14:00 Access Modifiers 00:11:00 Properties Get Set 00:06:00 Encapsulation 00:03:00 C# Inheritance and Polymorphism Intro Inheritance and Polymorphism 00:03:00 Inheritance 00:12:00 Polymorphism 00:13:00 Assessment Test 00:02:00 Solution for Assessment Test 00:03:00 C# Abstract and Interfaces Introduction 00:02:00 Abstraction 00:07:00 Interfaces 00:07:00 Enums 00:05:00 C# Error Handling Techniques Try Catch 00:10:00 Custom message on Errors 00:05:00 Finally 00:06:00 Throw keyword 00:09:00 Coding Exercise 00:02:00

Coding Essentials - Javascript, ASP. Net, C# - Bonus HTML
Delivered Online On Demand
£10.99

Basic C# Coding

5.0(2)

By Studyhub UK

Unlock the power of programming with our Basic C# Coding course, designed for beginners eager to embark on a coding journey. Dive into the world of C#, a versatile programming language that forms the backbone of numerous software applications. From understanding the foundations of C# and the .NET Framework to mastering key concepts like operators, statements, and control flow, this course offers a comprehensive introduction to C# coding. Get hands-on experience with arrays, lists, file structures, and dates, and learn essential debugging techniques to ensure your code runs smoothly. Whether you're looking to kickstart a career in software development or want to enhance your problem-solving skills, this course is the ideal starting point to unravel the art of programming. Learning Outcomes * Gain a solid understanding of C# and the .NET Framework. * Master C# basics, including operators, statements, and control flow. * Explore the use of arrays, lists, and working with file structures. * Learn to manipulate dates and effectively debug applications. * Be prepared to take your coding skills to the next level with a strong foundation in C#. WHY CHOOSE THIS BASIC C# CODING COURSE? 1. Unlimited access to the course for a lifetime. 2. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. 3. Structured lesson planning in line with industry standards. 4. Immerse yourself in innovative and captivating course materials and activities. 5. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. 6. Flexibility to complete the Course at your own pace, on your own schedule. 7. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. 8. Unlock career resources for CV improvement, interview readiness, and job success. WHO IS THIS BASIC C# CODING COURSE FOR? * Aspiring programmers and software development enthusiasts. * Students and beginners seeking an introduction to C# coding. * Professionals looking to enhance their problem-solving and logical thinking skills. * Individuals considering a career in software development. * Anyone curious about the world of programming and its endless possibilities. CAREER PATH * Junior Software Developer: £20,000 - £35,000 * Software Engineer: £30,000 - £60,000 * Web Developer: £25,000 - £45,000 * Application Developer: £25,000 - £50,000 * Database Administrator: £25,000 - £45,000 * Quality Assurance Analyst: £20,000 - £40,000 PREREQUISITES This Basic C# Coding does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Basic C# Coding 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 Introduction 00:02:00 Course Curriculum 00:07:00 How to get Pre-requisites 00:03:00 Getting Started on Windows or Linux 00:01:00 How to ask Great Questions 00:02:00 FAQ's 00:01:00 Section 02: Introduction to C# and .NET Framework Introduction to C# 00:07:00 C# vs .NET 00:04:00 What is CLR? 00:05:00 Architecture of .NET Application 00:09:00 Getting Visual Studio 00:07:00 First C# Hello World Application 00:16:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 05 Interview Questions and Answers 00:04:00 Section 03: C# Basic Introduction 00:03:00 Variables 00:24:00 C# Identifiers 00:08:00 Data Types 00:08:00 Type Casting 00:14:00 User Inputs 00:10:00 Comments 00:03:00 Assessment Test 00:01:00 Solution for Assessment Test 00:02:00 03 Interview Questions and Answers 00:02:00 Summary 00:02:00 Section 04: C# Operators Introduction 00:02:00 Arithmetic Operators 00:09:00 Assignment Operators 00:03:00 Comparison Operators 00:03:00 Logical Operators 00:03:00 Strings 00:10:00 String Properties 00:08:00 Booleans 00:06:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 03 Interview Questions and Answers 00:04:00 Summary 00:02:00 Section 05: C# Statements Introduction 00:02:00 If Conditions and Statements 00:12:00 Switch-Case Statements 00:09:00 Assessment Test 00:01:00 Solution for Assessment Test 00:02:00 03 Interview Questions and Answers 00:04:00 Summary 00:02:00 Section 06: C# Control Flow Statements Introduction 00:02:00 While Loop Statement 00:07:00 Do-While Statement 00:03:00 For Loop Statement 00:07:00 Foreach Statement 00:06:00 Break and Continue 00:03:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 03 Interview Questions and Answers 00:02:00 Summary 00:01:00 Section 07: C# Arrays and Lists Introduction 00:01:00 Arrays 00:13:00 Loop Through Arrays 00:10:00 Lists 00:07:00 Assessment Test 00:01:00 Solution for Assessment Test 00:02:00 03 Interview Questions and Answers 00:02:00 Summary 00:02:00 Section 08: Working with File Structure Introduction 00:01:00 System.IO Namespace 00:03:00 File and File Info 00:11:00 Directory and Directory Info 00:08:00 Getting File Path Information 00:05:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 03 Interview Questions and Answers 00:03:00 Summary 00:03:00 Section 09: Working with Dates Introduction 00:02:00 Datetime 00:10:00 TimeSpan 00:06:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 Summary 00:02:00 Section 10: Debugging Applications Introduction 00:02:00 Debugging Tools in Visual Studio 00:13:00 Call Stack Window 00:04:00 Locals and Autos Windows 00:04:00 Summary 00:02:00 Section 11: What's Next? Bonus Lecture for What Next? 00:02:00 Assignment Assignment - Basic C# Coding 00:00:00

Basic C# Coding
Delivered Online On Demand
£10.99

C# (C-Sharp)

5.0(2)

By Studyhub UK

Welcome to the exciting world of C# (C-Sharp)! This course is your gateway to mastering one of the most versatile and in-demand programming languages in the world. As technology continues to advance, C# remains at the forefront, offering endless opportunities for those who can harness its power. In this course, we will take you on a journey that begins with the fundamentals and leads you to become a proficient C# developer. In the first section, 'Introduction,' you'll gain insight into the world of C# and understand its significance in the modern software development landscape. We'll guide you through the process of setting up your development environment, ensuring you're ready to dive into coding with confidence. The course progresses to cover essential topics such as C# console programming, Winforms applications, database operations, user management, and source control. By the end, you'll have a deep understanding of C# and the practical skills needed to develop robust software applications. Join us on this exhilarating journey, and let's unlock the incredible potential of web development together. LEARNING OUTCOMES OF C# (C-SHARP): 1. Develop a solid foundation in C# programming, including mastery of basic control structures and more advanced concepts. 2. Create Windows forms applications and understand the basics of Multi-Document Interface (MDI) for efficient user interface development. 3. Manage databases effectively, covering CRUD (Create, Read, Update, Delete) operations and database changes. 4. Implement user management and login functionality to enhance the security and usability of your applications. 5. Learn the importance of source control and acquire the skills to add your projects to source control repositories. WHY BUY THIS C# (C-SHARP) COURSE? 1. Unlimited access to the course for a lifetime. 2. Opportunity to earn a certificate accredited by the CPD Quality Standards after completing this course. 3. Structured lesson planning in line with industry standards. 4. Immerse yourself in innovative and captivating course materials and activities. 5. Assessments are designed to evaluate advanced cognitive abilities and skill proficiency. 6. Flexibility to complete the C# (C-Sharp) Course at your own pace, on your own schedule. 7. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. WHO IS THIS C# (C-SHARP) COURSE FOR? * Aspiring software developers looking to build a strong foundation in programming. * Computer science students seeking practical knowledge and skills for real-world application development. * IT professionals aiming to expand their expertise and career opportunities in software development. * Individuals interested in creating Windows applications with user-friendly interfaces. * Anyone eager to understand source control and its role in collaborative software development. CAREER PATH * Junior Developer: £25,000 - £40,000 Per Annum * Software Engineer: £40,000 - £60,000 Per Annum * Database Developer with C#: £35,000 - £55,000 Per Annum * Senior C# Developer: £55,000 - £80,000 Per Annum * Software Development Team Lead (C#): £70,000 - £100,000 Per Annum * C# Solutions Architect: £90,000 - £130,000 Per Annum PREREQUISITES This C# (C-Sharp) does not require you to have any prior qualifications or experience. You can just enrol and start learning.This C# (C-Sharp) 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 Introduction 00:03:00 Development Environment Setup Install Visual Studio 2019 Community Edition 00:04:00 Install .Net Core SDK 00:02:00 Tour Of Visual Studio 00:11:00 C# Console Programming - Basic Control Structures Write a Simple Hello World Program 00:15:00 Input and Output Programs 00:18:00 C# Data Types and Conversion 00:22:00 Operators in C# 00:17:00 Condition Statements 00:32:00 Repetition Statements 00:28:00 Methods and Return Types 00:27:00 C# Console Programming - More Advanced Concepts String Manipulation Functions 00:21:00 Handling Exceptions 00:13:00 Classes and Objects 00:37:00 Arrays, Lists and Other Collections 00:35:00 Winforms Applications - The Basics Create a Simple Winforms Application (Car Rental Application) 00:26:00 Understand Winforms Controls, Properties and Events 00:21:00 Form Validation and Exception Handling 00:34:00 Create Database in SQL Server 00:10:00 Create Database Model with ADO.NET 00:13:00 Select Data from the Database Using LINQ 00:15:00 Submit to Database from Form 00:17:00 Multi Document Interface (MDI) and More Database Operations Creating Additional Forms and Windows 00:14:00 Create an MDI Application 00:17:00 Managing Database Changes and CRUD Operations View Data In A Grid 00:29:00 Managing Database Changes 00:18:00 Create and Edit Records (Using one form) 00:48:00 Vehicle Data Validations and Exception Handling 00:07:00 Manage Car Rental Records 00:45:00 Enhancing Application Flow and User Experience 00:28:00 User Management and Login Functionality Simple Login Form 00:39:00 Control Features Based on User Roles 00:35:00 User Password and Active Status Reset 00:21:00 Add New Users and Password Reset 00:45:00 Add To Source Control Add Project to GitHub 00:19:00 Assignment Assignment - C# (C-Sharp) 00:00:00

C# (C-Sharp)
Delivered Online On Demand
£10.99
1...456

Educators matching "C (programming language)"

Show all 42
Mistry Maths

mistry maths

Halifax

MistryMaths is a unique and unparalleled website that offers enterprising, innovative, engaging and high impact mathematics lessons and materials for a variety of people from students, teachers, lecturers, parents, schools, universities, education consultants and professionals. The author is Manoj Mistry and his work has proved immensely popular so very quickly. His work has gained over one million downloads and he was nominated for a 2013 Times Educational Supplement Award for his resource contribution to the education sector. Manoj is on a mission to change the face of mathematics education in the UK and abroad. He has started an eventful journey in banishing the stereotype of mathematics education being dull, inaccessible and worksheet based. Manoj wants to help tackle the skills shortage of mathematicians in the UK and challenge the notion that it is ok to be innumerate. No one ever confesses to being illiterate. There is a clear structure to every lesson with a minimum of three parts (majority of lessons are split into more). Lessons have been planned with OFSTED grading criteria in mind. The use of a yellow background is to help with retention. Not only is content being taught but links are readily made with skills that students can transfer into the outside world. Manoj would like to acknowledge the creativity of Laura Rees-Hughes and Tristan Jones for the work they have uploaded on www.tes.co.uk. Their creative ideas have inspired a number of different activities within his lessons. Manoj is passionate about improving the life chances of young people and bringing the UK back on the map as a pioneer in mathematics education. He has received countless praise and plenty of lovely messages from a variety of people he has never met from around the world, mentioning how much he has changed their lives and the learning experiences of students for the better. An educational institution messaged him saying they often hold exclusive meetings on how they can incorporate his resources into their scheme of work. Through desire, graft and word of mouth he has built up a brand in education, called MistryMaths, which is rapidly becoming well-renowned around the UK.