Study Topic: Language: CSharp

From Matt Morris Wiki
Jump to navigation Jump to search

This is a Study Leave topic.

What Is It?

C# is the most common .NET language.

Why Study It?

It's the main technology in place where I'm headed.

Toggl code

Toggl code is LANG-CSHARP

Deliverables

Read the main programmer books, implementing a project (Tean's stuff) alongside

  • Effective C# (Wagner)
  • Essential C# (Michaelis)
  • Pro C# 5.0 (Troelsen)
  • C# In Depth (Jon Skeet)
  • CLR via C# (Richter)

WriteUp

I feel like I've got a more solid grasp of the basics, which is what I was after.

"yield" in particular is now something I can reach for easily.

"async/await" I've now actually used so that's useful too.