📜 ⬆️ ⬇️

Examine C # in 30 days

Good day!



Recently, a new course called " 30 Days to Learn C # " was announced on the Tuts + Premium network. Its goal is to teach new C # programmers, developed by Microsoft, as well as work with the .NET platform. This course, of course, will not make you a real professional, but will only make the first acquaintance with the language and the platform as a whole. The course covers the following topics:

Getting Started
  1. Setting up Your Environment
  2. Hello, World! in C #

The basics
  1. Variables and Primitive Data Types
  2. Numbers, Arithmetic, Comments, and Value Types
  3. Strings
  4. Simple string manipulation
  5. Creating Objects

Encapsulating Functionality
  1. Namespaces, using Statements, and Writing Your First Class
  2. Constructors, Fields, and Methods
  3. Properties
  4. Method Overloading
  5. Optional Parameters

Adding Intelligence and Data Processing
  1. Conditions
  2. Validating Parameters
  3. Loops
  4. Arrays
  5. Arrays as Parameters
  6. Generic Lists and Dictionaries

Inheriting Functionality and Interfaces
  1. Inheritance
  2. Abstract classes
  3. Interfaces

More Data Types (And Other Cool Stuff)
  1. Static Members and Classes
  2. Extension methods
  3. Enums
  4. Structs and Memory Management
  5. Delegates
  6. Functions and Lambda Expressions
  7. LINQ

Handling Errors and Debugging
  1. Exception Handling
  2. Debugging

The average duration of one class is 10-15 minutes. It is also worth noting that this course is not free and those who have a subscription to Tuts + Premium have access to it, and its cost is about $ 19 per month. But, as the author says:
"It's worth it. Moreover, it is a much smaller amount than the one you spend on lunch. ”

For those who love freebies do not like to pay for whatever, the course " 30 Days to Learn C # " is already laid out on the rutreker.

')

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


All Articles