Beginners Guide To C# With Visual Studio 2017
Beginners Guide To C# With Visual Studio 2017, available at $49.99, has an average rating of 4.55, with 35 lectures, based on 211 reviews, and has 837 subscribers.
You will learn about Create and run a simple Windows Form project Describe how properties are used to control the appearance of forms Add objects such as labels to forms, and write code to change the text of the label Understand why variables are needed and how they operate Describe how data types must match for code to work Understand the purpose of a name space and how it makes creating programs easier Use different data types like bool, string, decimal and int Understand the concept of a literal Use pictures boxes to show images Understand how string interpolation works Understand how to print new line characters Learn how to use text boxes and rich text boxes Describe how to connect multiple controls with code Work with multiple numerical variables and produce numerical output Apply format specifiers to produce formatted output Describe how to declare and set multiple variables on a single line to save time and effort when coding Read text values and convert them to numerical form Describe how methods are called to perform a variety of actions Create a simple graphical user interface Describe the importance of ensuring that data types are matched when using the assignment operator To call multiple methods on a single object using method chaining Explain in detail the concept of variable scope Explain how DateTime objects are created and used Explain the concept of variable scope Understand how to start a Visual Studio project in several ways Understand how to work with compound operators that represent addition and subtraction Describe how the compound division and multiplication operators work Use the numeric up/down control and understand the remainder operator Explain logical operators like <= and >= Describe how to work with check boxes in an interface Explain how the logical and operator works Understand how the logical or operator works Make comparisons using if/else and strings Make comparisons using if/else and numerical quantities Use methods with if/else blocks to make decisions Use if/else blocks with check boxes to make decisions Understand the concept of a literal This course is ideal for individuals who are This is a course for beginners in C# and Visual Studio Community 2017. or This is not a course for those who are intermediate or advanced students of C#. or This course does not use console applications to teach C#. or This course uses Windows Forms to teach the fundamentals of C#. It is particularly useful for This is a course for beginners in C# and Visual Studio Community 2017. or This is not a course for those who are intermediate or advanced students of C#. or This course does not use console applications to teach C#. or This course uses Windows Forms to teach the fundamentals of C#.
Enroll now: Beginners Guide To C# With Visual Studio 2017
Summary
Title: Beginners Guide To C# With Visual Studio 2017
Price: $49.99
Average Rating: 4.55
Number of Lectures: 35
Number of Published Lectures: 35
Number of Curriculum Items: 35
Number of Published Curriculum Objects: 35
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Create and run a simple Windows Form project
- Describe how properties are used to control the appearance of forms
- Add objects such as labels to forms, and write code to change the text of the label
- Understand why variables are needed and how they operate
- Describe how data types must match for code to work
- Understand the purpose of a name space and how it makes creating programs easier
- Use different data types like bool, string, decimal and int
- Understand the concept of a literal
- Use pictures boxes to show images
- Understand how string interpolation works
- Understand how to print new line characters
- Learn how to use text boxes and rich text boxes
- Describe how to connect multiple controls with code
- Work with multiple numerical variables and produce numerical output
- Apply format specifiers to produce formatted output
- Describe how to declare and set multiple variables on a single line to save time and effort when coding
- Read text values and convert them to numerical form
- Describe how methods are called to perform a variety of actions
- Create a simple graphical user interface
- Describe the importance of ensuring that data types are matched when using the assignment operator
- To call multiple methods on a single object using method chaining
- Explain in detail the concept of variable scope
- Explain how DateTime objects are created and used
- Explain the concept of variable scope
- Understand how to start a Visual Studio project in several ways
- Understand how to work with compound operators that represent addition and subtraction
- Describe how the compound division and multiplication operators work
- Use the numeric up/down control and understand the remainder operator
- Explain logical operators like <= and >=
- Describe how to work with check boxes in an interface
- Explain how the logical and operator works
- Understand how the logical or operator works
- Make comparisons using if/else and strings
- Make comparisons using if/else and numerical quantities
- Use methods with if/else blocks to make decisions
- Use if/else blocks with check boxes to make decisions
- Understand the concept of a literal
Who Should Attend
- This is a course for beginners in C# and Visual Studio Community 2017.
- This is not a course for those who are intermediate or advanced students of C#.
- This course does not use console applications to teach C#.
- This course uses Windows Forms to teach the fundamentals of C#.
Target Audiences
- This is a course for beginners in C# and Visual Studio Community 2017.
- This is not a course for those who are intermediate or advanced students of C#.
- This course does not use console applications to teach C#.
- This course uses Windows Forms to teach the fundamentals of C#.
Very Important:
1. Friends, please take the time to review the curriculum carefully before buying so you can see exactly whether this is the right course for you. Please do not join until you have completed this step.
2. Please watch the free preview videos so you can see whether the presentation style works for you. Please remember I am just one person, and I make my videos often after I have been working for many hours already. PLease do not join until you have completed this step.
3. If something needs fixing, please let me know. Again, I’m just one person and not a big team of people. I will try to fix it as quickly as possible. Thank you.
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. C#, which is pronounced as “see sharp”, is a powerful programming language from Microsoft. This course is an introduction to this language using Visual Studio 2017, and the most current version of the language, which is C# 7.0. C# remains one of the most widely used programming languages in the market place. Whether you want to learn it so you can build your own app, or you need it for work, this course is your place to begin that process. Each lesson is an HD video, with the code attached under lesson resources. Each lesson also includes questions for you to consider as you watch. These questions are designed to help you think about C# and general programming concepts. This is a course for beginners, so if you are an intermediate or advanced student of C#, this course would not be the right choice for you. The explanations provided are very detailed, so please be sure watch the free preview videos before buying so that you can decide whether the style of presentation agrees with your learning style. This course is not theoretical, and is intended for those who want to get coding as quickly as possible. Keep in mind that many of the concepts presented here apply equally well to other languages like Java. Thank you for reading, and see you inside!
Note:
Part of promo licensed from presentermedia
Course Curriculum
Chapter 1: Course Overview
Lecture 1: What's Covered
Chapter 2: Getting the Tools
Lecture 1: Check System Requirements
Lecture 2: Find, Download and Install Visual Studio Community 2017
Chapter 3: Learning the Fundamentals
Lecture 1: Create and Run Your First Graphical Program
Lecture 2: Add a Label and Write Code to Display a Message
Lecture 3: Create and Use a Variable to Represent a Changing Quantity
Lecture 4: Using Different Data Types to Describe Objects
Lecture 5: Read String Input and Produce String Output
Lecture 6: Apply a Method to String Input
Lecture 7: Using Numerical Variables in Practical Calculations
Lecture 8: Read Numerical Input and Produce Output
Lecture 9: Project on Representing Unchanging Quantities with Constants
Lecture 10: Write More Streamlined Code with Method Chaining
Lecture 11: Write More Compact Code with Method Nesting
Lecture 12: Understand Variable Scope
Lecture 13: Examine the Files in a Project
Chapter 4: Operators
Lecture 1: Grow a Variable Value by 1
Lecture 2: Decrease a Variable Value by 1
Lecture 3: Represent Addition and Subtraction with Compound Operators
Lecture 4: Represent Multiplication and Division with Compound Operators
Lecture 5: Use % as the Remainder Operator
Lecture 6: Understand the difference between = and +=
Lecture 7: Make Logical Comparisons
Lecture 8: Use the "and" Operator to Check Two Conditions
Lecture 9: Use the Logical "or" Operator to Check Two Conditions
Chapter 5: Control Program Flow
Lecture 1: Use If/Else with Strings
Lecture 2: Use If/Else with Numerical Values
Lecture 3: Make a Decision With a Method Call
Lecture 4: Make a Decision With a Checkbox
Lecture 5: Make Choices with the Ternary Operator
Lecture 6: Examine Multiple Variable Values with Switch Blocks
Lecture 7: Use Multiple If Blocks
Lecture 8: Use If/Else Blocks with the Logical "and" Operator
Lecture 9: Use Multiple "or" Operators With If/Else Blocks
Lecture 10: Next Possible Steps
Instructors
-
T O
Spreader of Knowledge -
Miles Turnbull
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 5 votes
- 3 stars: 19 votes
- 4 stars: 90 votes
- 5 stars: 97 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
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024