Welcome to An Introduction to C# for the Rest of Us
C# sharp is one of the most widely used programming languages in existence today.
In this course, we are going to cover three core concepts.
The first is the language. C# (pronounced C–Sharp and not C–Pound ) is a hybrid between JAVA and C.
It was designed to bridge the gap between the ease of Visual Basic and the more obtuse C language.
Now, the language can t do much without .Net. What s .Net? In layman s terms, .Net is a lot of prepackaged code we can use to develop our applications faster than ever before.
We don t have to create the code to use a button because it s already done for us. All we have to do is add code to that button to get it to do what we want.
So much of the tedious part of creating real world programs is done for us.
The third component we will be cover is the IDE. An IDE is like a text editor built specifically for programming. The one we will be using is Visual Studio.
Microsoft created the language so it makes sense to use their tool. Additionally, it s by far the most advanced IDE on the market.
Instructor Details
Courses : 7
Specification: An Introduction to C# for the Rest of Us
|
3 reviews for An Introduction to C# for the Rest of Us
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $9.99 |
---|---|
Provider | |
Duration | 2 hours |
Year | 2017 |
Level | Beginner |
Language | English |
Certificate | Yes |
Quizzes | Yes |
$19.99 $9.99
Stephen walter –
Great review for first timers to C#. Looking forward to a more advanced class.
Andrew J. Kwiatkowski –
A concise but applicable introduction to basic programming with C# will allow you to go further.
Jason Saunders Flaherty –
It was a great intro to the language, principles and IDE. It is what the title of the course says it will be, an introduction.