A 16 Hour C# Course With Microsoft Visual Studio 2013
A 16 Hour C# Course With Microsoft Visual Studio 2013, available at $84.99, has an average rating of 4.64, with 126 lectures, 1 quizzes, based on 2894 reviews, and has 18125 subscribers.
You will learn about Find, download and install Visual Studio Create and run a simple console application Declare and initialize variables Learn how to use the locals and call stack windows in Visual Studio Learn how to step through a program line by line for maximum comprehension Learn how to perform arithmetic Learn to use various variable types Learn how to code for loops Learn how to code switch statements Learn how to construct simple classes Learn how to create objects, call functions, both object and static Learn how to use and code arrays for various data types Learn how to use the length property of arrays, and how to convert between data types Learn how to create a simple inheritance structure Learn how to call functions from client code Learn simple file writing and reading Learn how to create a simple application and install it on your computer Learn how to write generic classes and interfaces Learn how to work with Lambda expressions Learn how to work with SQL Server Learn how to use LINQ with Arrays and XML Learn how to use LINQ with SQL Server Learn how to update, delete, insert data with web pages and SQL Server Learn how to create and publish simple WPF apps Learn how to make simple Graphical User Interfaces and Display Files and Folders Learn how to work with threads Learn how to serialize and deserialize objects Learn how to create databases from code using the Entity Framework Learn how to create windows services Develop an Understanding of Windows Forms Understand How To Use Async and Await To Increase Program Responsiveness Learn How To Check for Existing Files and Append Text Learn How To Launch Another Program With C# Code Create Full Scale Applications That Synthesize Many Different Concepts Learn How To Work With Progress Bars Learn How To Save and Restore Control Values Learn How To Work With List Boxes Learn How To Build Events With Publishers and Subscribers Learn How To Build An Image Browser How to To Use Iron Python In C# This course is ideal for individuals who are Programming Novices or People Who Understand That Rushing In General Results in Shallow Understanding or People Who Like To Check Their Understanding It is particularly useful for Programming Novices or People Who Understand That Rushing In General Results in Shallow Understanding or People Who Like To Check Their Understanding.
Enroll now: A 16 Hour C# Course With Microsoft Visual Studio 2013
Summary
Title: A 16 Hour C# Course With Microsoft Visual Studio 2013
Price: $84.99
Average Rating: 4.64
Number of Lectures: 126
Number of Quizzes: 1
Number of Published Lectures: 125
Number of Published Quizzes: 1
Number of Curriculum Items: 127
Number of Published Curriculum Objects: 126
Original Price: $24.99
Quality Status: approved
Status: Live
What You Will Learn
- Find, download and install Visual Studio
- Create and run a simple console application
- Declare and initialize variables
- Learn how to use the locals and call stack windows in Visual Studio
- Learn how to step through a program line by line for maximum comprehension
- Learn how to perform arithmetic
- Learn to use various variable types
- Learn how to code for loops
- Learn how to code switch statements
- Learn how to construct simple classes
- Learn how to create objects, call functions, both object and static
- Learn how to use and code arrays for various data types
- Learn how to use the length property of arrays, and how to convert between data types
- Learn how to create a simple inheritance structure
- Learn how to call functions from client code
- Learn simple file writing and reading
- Learn how to create a simple application and install it on your computer
- Learn how to write generic classes and interfaces
- Learn how to work with Lambda expressions
- Learn how to work with SQL Server
- Learn how to use LINQ with Arrays and XML
- Learn how to use LINQ with SQL Server
- Learn how to update, delete, insert data with web pages and SQL Server
- Learn how to create and publish simple WPF apps
- Learn how to make simple Graphical User Interfaces and Display Files and Folders
- Learn how to work with threads
- Learn how to serialize and deserialize objects
- Learn how to create databases from code using the Entity Framework
- Learn how to create windows services
- Develop an Understanding of Windows Forms
- Understand How To Use Async and Await To Increase Program Responsiveness
- Learn How To Check for Existing Files and Append Text
- Learn How To Launch Another Program With C# Code
- Create Full Scale Applications That Synthesize Many Different Concepts
- Learn How To Work With Progress Bars
- Learn How To Save and Restore Control Values
- Learn How To Work With List Boxes
- Learn How To Build Events With Publishers and Subscribers
- Learn How To Build An Image Browser
- How to To Use Iron Python In C#
Who Should Attend
- Programming Novices
- People Who Understand That Rushing In General Results in Shallow Understanding
- People Who Like To Check Their Understanding
Target Audiences
- Programming Novices
- People Who Understand That Rushing In General Results in Shallow Understanding
- People Who Like To Check Their Understanding
My name is Tom Owsiak.
I’m the author of “Beginning C# Hands-On-The Core Language” from Packt Publishing. Let’s take a look at every this course has to offer.
I have an updated version of a similar course with Visual Studio 2017.
Please search “Learn C# with Visual Studio 2017 and Console Programs”
Update 8/24/2020: Added several new lessons on the bottom on concepts related to try/catch/finally and using blocks with C# 8.0.
This comprehensive C# course is designed for beginner programmers, as you won’t be rushing through code. It focuses on the C# language rather than the graphical aspects of Windows programming. The focus at first is on simple Console applications. This course works with Visual Studio 2013, or Visual Studio 2015.
You’ll learn in a detailed and deliberate way so you can set a foundation and move from basic to more advanced concepts easily.
In addition to learning C#, you’ll also cover the Microsoft Visual Studio programming environment, which will serve as the perfect complement to your newfound C# skills.
Learn C#, Visual Studio, and Object Oriented Programming
Start Using the C# Programming Language to Work with Code and Data Through Simple Console Applications
Understand the Microsoft Visual Studio Environment as It Relates to C#
Apply the Fundamentals of Object Oriented Programming to Data
Enhance Your Programming Skills with a Foundation in C#
Throughout this course, you’ll learn the core concepts of C#, which can then be applied directly to other popular programming languages, including C++, C, Java, and JavaScript.
Contents and Overview
You’ll start this course by learning the fundamentals of C# and Visual Studio, including configuring the layout, defining variables, interacting with users, and understanding data types, data conversions, and constants.
To work with code in a more advanced way, you’ll tackle how to check simple conditions using if/else blocks, as well as how to use loops to do things like repeat blocks of code to work more efficiently.
After covering various operators to evaluate and assign control structures, you’ll learn how to use arrays to store collections of data.
Moving on to Object Oriented Programming, you’ll create objects that contain both data and functions to make your job even easier.
By the end of this course, you’ll have a solid understanding of the most important aspects of C#, Visual Studio, and Object Oriented Programming.
You’ll be able to use these new skills to advance your career as a programmer, as well as become a C# developer.
Note: Promo template licensed from PRESENTERMEDIA
Newer course:
“Learn C# with Visual Studio 2017 and Console Programs”. This one has lots of exercises.
Course Curriculum
Chapter 1: Learning The Fundamentals
Lecture 1: Introduction
Lecture 2: Configuring the Layout of Visual Studio
Lecture 3: Create and Run A Simple Program
Lecture 4: Blocks, Nested Blocks, and Multiline Comments
Lecture 5: Using Format Specifiers To Create More Professional Output
Lecture 6: Creating One Variable And Watching It Change
Lecture 7: Describing An Object With Different Data Types
Lecture 8: Combining Variables Using Addition, Division And Subtraction
Lecture 9: Understanding Division of Doubles And Integers
Lecture 10: Understanding How To Use The Remainder Operator
Lecture 11: Interacting With Users Through The Command Prompt
Lecture 12: Reading Input From Users By Using Data Casting
Lecture 13: Creating And Using Constants To Represent Unchanging Quantities
Chapter 2: Controlling Program Flow
Lecture 1: Reacting To A Simple Condition With If Blocks
Lecture 2: Checking Simple Conditions With If/Else Blocks
Lecture 3: Making A Variable Grow By Adding One
Lecture 4: Repeating Blocks Of Code With While Loops
Lecture 5: If/Else Blocks with Multiple Options
Lecture 6: Examining Multiple Options With Switch Blocks
Lecture 7: Repeating Blocks Of Code With For Loops
Lecture 8: Examining The Items In A Collection By Using ForEach Loops
Lecture 9: Collecting Input At Least Once With Do/While Loops
Lecture 10: Performing An Action Until A User Wants To Quit
Chapter 3: Operators
Lecture 1: Ensuring Two Conditions Are True With The Logical And Operator
Lecture 2: Ensuring At Least One Of Two Conditions Is True With The Or Operator
Lecture 3: Compound Operators That Evaluate and Assign
Lecture 4: Reversing Truth Values With The Logical Negation Operator
Lecture 5: Replacing If/Else Blocks With The Ternary Operator
Lecture 6: Combining Logical Operators To Write More Powerful Code
Chapter 4: Arrays and Methods
Lecture 1: Breaking Programs Into Smaller Pieces With Methods
Lecture 2: Creating A Method That Accepts And Returns A Value
Lecture 3: Creating And Using Arrays To Store Data
Lecture 4: Operating On Arrays With For And ForEach Loops
Lecture 5: Understanding Reference Type And Value Type Variables
Lecture 6: Using The Ref Keyword To Allow Methods To Set Mutliple Values
Lecture 7: Using Out Parameters To Allow Methods To Set Multiple Values
Lecture 8: Holding Tabular Information With Multidimensional Arrays
Lecture 9: Storing Information In Jagged Arrays
Lecture 10: Writing More Flexible Methods With The Params Keyword
Lecture 11: Using the TryParse Method To Write More Powerful Code
Chapter 5: Fundamentals of Objected Oriented Programming
Lecture 1: Create A Simple Class With A Constructor
Lecture 2: Create A Class With A Constructor And A Method
Lecture 3: Create A Class With A Method And A Property
Lecture 4: Create A Class With A Static Field And Static Property
Lecture 5: Create A Static Class To Represent A Concept With Operations
Lecture 6: Creating A Simple Inheritance Hierarchy To Write Less Code
Lecture 7: Creating and Using Virtual Methods To Write Less Code
Lecture 8: Dynamic Data Typing
Lecture 9: Difference Between Dynamic and Var.
Lecture 10: Abstract Classes, and Methods
Lecture 11: Improving On Arrays With Lists
Lecture 12: Using Polymorphism To Write Less Code
Lecture 13: Using Custom Types as Parameter Data Types
Lecture 14: Overloading Operators To Make Operating On Custom Types Easier
Lecture 15: Calling Multiple Methods With Delegates
Lecture 16: Chaining Functions Together With Actions
Lecture 17: Responding To Events With Delegates
Lecture 18: Expressing the "Can Be Used As" A Relationship With Interfaces
Lecture 19: Creating Reusable Code With Generic Interfaces
Lecture 20: Controlling Access To Code With Access Modifiers
Lecture 21: Cleaning Strings
Lecture 22: Events With Simple Forms and Partial Classes
Chapter 6: Error Handling
Lecture 1: Try-Catch-Finally Blocks In Graphical Apps
Lecture 2: Multiple Catch Blocks
Chapter 7: Transition from console programs to graphical windows
Lecture 1: Adding a Class To Represent Points
Lecture 2: Designing The User Interface, And Applying String Functions
Chapter 8: Miscellaneous Topics
Lecture 1: Turning Objects Into Arrays With Indexers
Lecture 2: Writing And Reading Files, Very Simple Example
Lecture 3: Controlling Low Level Access With Using Statements
Lecture 4: Reading and Writing Files, Graphical Example
Lecture 5: Conditional Functions
Lecture 6: Nullable Data Types, and Named Parameters
Lecture 7: Create a Dynamic Link Library and Reference It
Lecture 8: Display All the Files and Folders in A Directory
Lecture 9: Fully Qualified Names
Lecture 10: Build a Simple Web Browser
Chapter 9: Modern Language Features
Lecture 1: Create and Use A Generic Class
Lecture 2: List<T> With Predefined Types and ForEach
Lecture 3: Build A Custom Type Database With Generics
Lecture 4: Using Generic Dictionaries, and A Project
Lecture 5: Lambda Expressions,and Lambda Statements
Lecture 6: Func<> Notation For Lambda Expressions, and Dynamic Variables
Chapter 10: Database and LINQ Basics
Lecture 1: Download and Install SQL Server 2014 Express
Lecture 2: Write Code for Connecting to Databases
Lecture 3: Search Through Generic Lists With Linq
Lecture 4: Using Lambda Expressions in Linq Queries
Lecture 5: Use LINQ with XML
Lecture 6: Use Linq To Search For Words In A Graphical Application
Chapter 11: WPF Basics
Instructors
-
T O
Spreader of Knowledge
Rating Distribution
- 1 stars: 27 votes
- 2 stars: 49 votes
- 3 stars: 357 votes
- 4 stars: 1063 votes
- 5 stars: 1399 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple