50 Things You’ve Been Doing Wrong in C# and .NET Core: Write Effective Code and build apps in C# and .NET Core

50 Things You’ve Been Doing Wrong in C# and .NET Core: Write Effective Code and build apps in C# and .NET Core

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2h 49m | 680 MB

Avoid common C# mistakes to improve your apps’ productivity

Professional software development involves many different skills. As a C# developer, you must be skilled in the C# language and the .NET Core runtime. With this course, you’ll take your C# and .NET Core skills to the next level by avoiding common mistakes when coding, using design patterns, developing microservices, persisting your data, securing your application, and even debugging problems.

Learning the basics of a language or platform can easily be done by following a course/book and with some hands-on practice. The path to becoming a software developer encounters many edge cases. During this course, you’ll learn from my hard-earned experience, garnered from real-life situations, regarding the C# language and .NET platform. You can take this course as a vaccination against future coding infections!

By the time you finish this course, you will have developed your skills to “sniff out” coding issues effectively and avoid mistakes. Whatever your issues, the aim of this course is to take you to the ‘Bring it on!’ point when it comes to solving your .NET and C# problems.

Please note that this course assumes familiarity with C#, .NET Core, and ASP.NET Core, together with Visual Studio (2017 or 2019).

Learn

  • Deeply understand popular data structures (such as lists, arrays, LinkedList, HashSet, and dictionaries) and use the most efficient one depending on the problem you are trying to solve
  • Persist your data to a database properly by learning about efficiency and concurrency aspects when using the Entity framework
  • How to use HTTP verbs, and HttpClient properly, and classify your resources appropriately
  • Why circular dependencies are bad and how to avoid chatty traffic, eventually leading to more robust microservices
  • How to use SOLID principles the right way with improved code quality and readability
  • Identify and fix common programming problems with proven design patterns
  • Effectively debug, design, and secure your code
  • Navigate the complicated world of microservices and deliver robust RESTful APIs that follow the best industry standards