50 Things You've Been Doing Wrong in C# and .NET Core
50 Things You've Been Doing Wrong in C# and .NET Core, available at $49.99, has an average rating of 3.9, with 51 lectures, 11 quizzes, based on 39 reviews, and has 320 subscribers.
You will learn about 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 This course is ideal for individuals who are Beginners, experts, and anyone familiar with C#, .NET Core, and ASP .NET Core who would like to learn the best ways to do things in .NET Core and related tools will learn something new and benefit from this course. It is particularly useful for Beginners, experts, and anyone familiar with C#, .NET Core, and ASP .NET Core who would like to learn the best ways to do things in .NET Core and related tools will learn something new and benefit from this course.
Enroll now: 50 Things You've Been Doing Wrong in C# and .NET Core
Summary
Title: 50 Things You've Been Doing Wrong in C# and .NET Core
Price: $49.99
Average Rating: 3.9
Number of Lectures: 51
Number of Quizzes: 11
Number of Published Lectures: 51
Number of Published Quizzes: 11
Number of Curriculum Items: 62
Number of Published Curriculum Objects: 62
Original Price: $109.99
Quality Status: approved
Status: Live
What You Will 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
Who Should Attend
- Beginners, experts, and anyone familiar with C#, .NET Core, and ASP .NET Core who would like to learn the best ways to do things in .NET Core and related tools will learn something new and benefit from this course.
Target Audiences
- Beginners, experts, and anyone familiar with C#, .NET Core, and ASP .NET Core who would like to learn the best ways to do things in .NET Core and related tools will learn something new and benefit from this course.
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).
About the Author
Onur Gumus works as a lead software engineer in Dubai UAE. He has 15 years of experience in .NET and web development. He is a functional programming enthusiast and has completed many large projects with ASP.NET.
Course Curriculum
Chapter 1: Resolving General C# Coding Errors
Lecture 1: The Course Overview
Lecture 2: Misunderstanding Pass by Reference
Lecture 3: Misunderstanding Dispose and Garbage Collector Relation
Lecture 4: Incorrectly Implementing Equals and GetHashCode
Lecture 5: Handling Exceptions Correctly
Lecture 6: Misunderstanding Virtual and Override
Lecture 7: Ignoring Compiler Warnings
Chapter 2: Misusing C# Primitives
Lecture 1: Misusing DateTime
Lecture 2: String and Localization Mistakes
Lecture 3: Issues with int and long
Lecture 4: Issues with float, double, and decimal.
Lecture 5: Misusing Structs and Boxing Mistakes
Chapter 3: Design Patterns and SOLID
Lecture 1: Misunderstanding and Violating SOLID Principles
Lecture 2: Changing Your Core Logic
Lecture 3: Not Using Design Patterns When You Should
Lecture 4: Incorrectly Implementing Singleton
Chapter 4: Data Structures and Algorithms
Lecture 1: Using List and Array Everywhere
Lecture 2: Using OrderBy Instead of Sort
Lecture 3: Using Where Instead of Find
Lecture 4: Not Understanding How LINQ Works
Chapter 5: Parallelism and Asynchronicity
Lecture 1: Overusing Threads Instead of Tasks
Lecture 2: Not Understanding Thread Safety
Lecture 3: Not Being Aware of Fences and Memory Barriers
Lecture 4: Not Using Task in Interface Signatures with Potential I/O
Lecture 5: Using Result or Wait Inappropriately
Chapter 6: Dependency Injection
Lecture 1: Choosing the Wrong Lifetime
Lecture 2: Using the Service Locator Pattern
Lecture 3: Injecting Too Many Parameters
Lecture 4: Using Dependency Injection Only for Testing
Chapter 7: Entity Framework
Lecture 1: Making Everything Public
Lecture 2: Not Using Transactions
Lecture 3: Losing Aggregate Boundaries
Lecture 4: Ignoring Concurrency
Lecture 5: Using Auto-Incremented Primary Keys
Chapter 8: Building RESTful APIs
Lecture 1: Misunderstanding What Resources Are
Lecture 2: Using Only POST and GET
Lecture 3: Underestimating Caching and Redirection
Lecture 4: Using HttpClient Wrongly
Chapter 9: What to Avoid When Building Microservices
Lecture 1: Sharing a Database Between Microservices
Lecture 2: Having Chatty Traffic
Lecture 3: Ignoring Latency Concerns
Lecture 4: Having Cyclic Dependencies
Chapter 10: Security Flaws
Lecture 1: Not Properly Hashing Passwords
Lecture 2: Misusing Cookies
Lecture 3: Not Properly Hiding Your Secrets
Lecture 4: Relying on Client Validation
Lecture 5: SQL Injections
Chapter 11: Not Knowing About Debugging Tools
Lecture 1: Not Being Aware of Visual Studio's Debugging Abilities
Lecture 2: Not Using Fiddler to Diagnose HTTP Traffic
Lecture 3: Not Using PerfView for Production Issues
Lecture 4: Not Using Memory Dumps for Production Issues
Instructors
-
Packt Publishing
Tech Knowledge in Motion
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 4 votes
- 3 stars: 6 votes
- 4 stars: 13 votes
- 5 stars: 16 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple