-
Notifications
You must be signed in to change notification settings - Fork 301
Resource links for C# duckling contributors (AKA those new to C#)
IvenBach edited this page Aug 8, 2017
·
3 revisions
- Operators: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/
- Keywords: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/
- http://blog.somewhatabstract.com/2015/08/25/c6-auto-property-initializers-and-expression-bodied-properties/ Provides a good illustration how using Expression-bodied properties can keep code very concise and readable.
- https://channel9.msdn.com/Series/Programming-in-C-Jump-Start is really good at introducing things to those that have some experience. Requires a decent level of C# to understand, best viewed once basics are understood well.
- https://checkersweblog.wordpress.com/2017/01/15/writing-solid-code/ Written by @Hosch250
rubberduckvba.com
© 2014-2021 Rubberduck project contributors
- Contributing
- Build process
- Version bump
- Architecture Overview
- IoC Container
- Parser State
- The Parsing Process
- How to view parse tree
- UI Design Guidelines
- Strategies for managing COM object lifetime and release
- COM Registration
- Internal Codebase Analysis
- Projects & Workflow
- Adding other Host Applications
- Inspections XML-Doc
-
VBE Events