
Design patterns : r/csharp - Reddit
Apr 9, 2023 · Design patterns Help Hey everyone, I’m interested in start learning Design patters, Solid and all that stuff. I have an experience in C#, OOP, and high level programming. Best way to start? …
C# Design Patterns Simplified : r/csharp - Reddit
Apr 16, 2018 · As an amateur C# developer who has started learning about a year ago and used C# for a few personal projects, how can I learn these patterns practically? I'd like to take my C# skills to the …
Good books about software design patterns with C# and .NET ... - Reddit
Feb 12, 2023 · I recently started doing software development professionally, and my main tech stack is C# and .Net Core. I would like to ask if you can recommend me some good books about design …
What design patterns are you using? : r/dotnet - Reddit
What design patterns do you use or wish you were using at work or in your projects? I’ve seen a lot of people hating on the repository pattern with ef core.
Essential Design Patterns in C# eBook/Code examples
Dec 30, 2022 · Essential Design Patterns in C# eBook/Code examples I wrote this as lesson material that unfortunately never got to the final publishing stage, so I'm releasing it for free to anyone who …
How important are design patterns : r/csharp - Reddit
Aug 1, 2023 · You understand how important design patterns are when you clearly see how your code is an unscalable spaghetti mess. Try bigger the project the more obvious it becomes.
What are your favorite C# performance optimizations?
As a C# developer, optimizing your code for performance is an essential skill. So, what are your favorite performance optimizations for C#? Do you rely on specific libraries, use particular design patterns, or …
Design Patterns in C# : r/dotnet - Reddit
May 5, 2017 · The vast majority of the design patterns from that book are not necessary in C#, poorly thought out, and/or outright anti-patterns in any language. Design patterns for C# include: Disposable …
Top 10 books every .NET/C# developer should read - Reddit
May 5, 2020 · Top three C# books I've read. They are all about writing high quality code that is easy to maintain and change: Adaptive Code: Agile coding with design patterns and SOLID principles (2 …
Design Patterns : r/csharp - Reddit
Sep 17, 2021 · The Gang of Four classic design patterns apply to most OOP/procedural hybrid languages like C++, Java, and C#. Meanwhile, getters-and-setters-for-fucking-everything (previously …