Skip to content
thesarfo

Note

C# Essentials

Curated C#/.NET content creators, conferences, libraries, and topics to keep an eye on.

views 0

Content creators

  1. Zoran Horvat, architecture, many C# concepts, hands-on.
  2. Raw Coding, high quality tutorials, performance, authentication, SignalR.
  3. Code Opinion, event sourcing, API design, architecture.
  4. Scott Hanselman, great teacher, interviews, has fun.
  5. ByteByteGo, architecting applications.
  6. Nick Proud, Blazor, C# tutorials.
  7. Jasper Kent, C#, Angular, Blazor tutorials.
  8. Robert’s Dev Talk, mainly SharePoint, but also some good C#/.NET stuff.
  9. Gui Ferreira, good practices, Kafka, C# and .NET tutorials.
  10. Nick Chapsas, focuses on performance, new features, and offers courses.
  11. IAmTimCorey, Blazor, end-to-end tutorials, meta skills.
  12. Milan Jovanović, domain driven design, many tutorials.
  13. Mehmet Ozkaya, Udemy courses on software architecture.

Conferences

  1. .NET Conf, .NET conference talks.
  2. NDC, NDC conference talks.
  3. GOTO, GOTO conference.

.NET libraries

  1. Fluent Validators
  2. Fluent Assertions

.NET websites

  1. dotnettutorials.net

Keep an eye on

  1. Filters
  2. Handling nulls
  3. Exception and error handling
  4. .NET Identity and Authentication
  5. Protect secrets in development

Important tutorials from the official docs

  1. Swashbuckle and ASP.NET Core
  2. Logging in .NET Core
  3. Persist and retrieve relational data using Entity Framework Core
  4. Understand ASP.NET Core Identity