Course Information
Course Overview
Learn Fundamental C#/C# 7.0
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.
Video Information:
1. These are straightforward coding videos
2. I explain things sometimes in excruciating detail
3. There are questions embedded throughout the videos
4. There is no talking head or fancy graphics
5. There are zips under lesson resources with the project files where needed
6. If you want to push your skills up, you have to type and run the code just as I do. Experience is the greatest and most effective teacher.
7. As you create the code, stop and ask yourself this question: can you make one meaningful change to the code to produce a new effect or to show something slightly different? If you do this repeatedly, even if slowly at first, your programmer's "brain" will grow much faster.
8. This course uses classic ASP.NET, and NOT MVC or anything like that where the templates are already very elaborate. My code is built from scratch, line by line.
9. For the hearing-impaired, closed-captions are added automatically. I do not have control over those, so they might not be perfect.
I'm the author of "Beginning C# Hands-On The Core Language" and "C# Hands-On The Advanced Features", both from PACKT.
Course Content
- 7 section(s)
- 88 lecture(s)
- Section 1 Introduction
- Section 2 Learning the Fundamentals
- Section 3 Controlling Program Flow
- Section 4 Operators
- Section 5 Array And Method Basics
- Section 6 Fundamentals of Objected Oriented Programming
- Section 7 Generics
What You’ll Learn
- Build and run a simple web site in Visual Studio
- Add C# to a simple web page
- Use the fundamentals of C#, including the features of C# 7.0
- Understand how to use a variety of operators in C#
- See how to use a variety of web page controls like buttons and textboxes
- Understand how to control program flow
- Understand how to create and use a variety of C# methods
- Work with the fundamentals of object oriented programming
- Please be sure to review the whole curriculum in detail before buying.
Skills covered in this course
Reviews
-
RRobert Zalewski
Very detail an elaborate on c#.
-
MMladen Pauljev
I like it because it is C# trough Web Page and not like the others that explain the impersonal C # in some editor there is as much detail on YT as you want.
-
AAhmad Mustafa
He Let Me Get The Idea and The Logic Which I require To Develop Web Application. It is Fit To My Requirements.
-
AAdiv Abramson
The course is a practical introduction to the C# language using ASP.NET as the development environment. The instructor provides numerous real world examples of how C# is implemented to handle processing requirements. At times the instructor will deliberately write code that is incorrect either syntactically or logically in order to demonstrate some of the traps novice programmers might fall into unless they think clearly and precisely. I think this is more helpful than always presenting idealized code that never fails. By training the student to be on guard for common pitfalls the instructor is helping them to ultimately become better developers down the line. The instructor constantly emphasizes the "little questions" that should be running through the students' minds at every step of the coding process, e.g. what are the consequences of placing a statement above or below its original position or what will happen if one of the variables is null or its value falls outside the expected range for the statements that refer to it. Excellent course!