Skip to content

datahint-eu/edu-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edu-dotnet

Everything you should know (in my opinion) as a .NET developer. The list starts with junior level stuff and will build up to advanced senior developer knowledge. However the guide assumes you have basic programming skills and you are familiar with the C# syntax.

This guide doesn't rehash the information you find in the Learn C# documentation from Microsoft. Instead, it focusses on a list of topics with links to more in depth information. Additionally, the guide focusses on specific C# language knowledge, .NET framework classes, design patterns and algorithms that help you build excellent applications.

The 'how' has been explained a million times, I simply try to explain the 'why' sprinkled with some knowledge gained over a period of 20 years.

Getting Started

The C# Language

The .NET platform

TODO

  • IDisposable
  • Encoding namespace
  • System.IO
  • Convert class
  • IEquatable, IComparable
  • Collections

Design Patterns

Algorithms

Databases

Third party libraries

About

Everything you should know as a .NET developer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published