📜 ⬆️ ⬇️

C # for beginners. Lecture 1 - Introduction

The topic is published at the request of itdevelop , so that it will answer all your questions, as well as throwing pluses on his account. Thank you for understanding.

This is the first lecture of a large video course for those who want to learn how to program in C #. Since this is an introductory lecture, I want to immediately warn you that the programming process itself will begin only from the second lecture. Here I want to introduce you to the .NET Framework, how convenient this platform is, and how is the translation of the C # code you have written into code that the operating system understands.
So, look!


')
Materials presented in the presentation.

Table with base classes: habreffect.ru/files/931/cce265048/net-framework-3.5-types-and-namespaces-poster.jpg
Free VS2010 for students: dreamspark.ru
Free Visual C # Express 2010 Development Environment: www.microsoft.com/express/Downloads
Novice Developer Center: msdn.microsoft.com/ru-ru/beginner/default.aspx
Book "C # for beginners" - download PDF or read online: msdn.microsoft.com/ru-ru/beginner/ee344863.aspx
MSDN - Visual C # Center: msdn.microsoft.com/en-us/vcsharp/default.aspx

small update.
Development environment for Linux and MacOS - MonoDevelop: monodevelop.com

Source: https://habr.com/ru/post/106729/


All Articles