4

Started new job as software developer in a financial institution... Have to learn c#, c# devs here any good tips??

Comments
  • 6
    Understand linq quickly
  • 0
  • 1
    Comment above is true. Use rider as ide, or vs <=2015.
  • 0
    @Jakuho you mena 2017? Its way more stable and smaller
  • 1
    VS 2017 all the way. Definitely Linq as previously mentioned. Be smart when enumerating your collections. Do so strategically, as few times as you can and do it on purpose. Understanding yield return is key.
  • 6
    Also, come to understand and fall in love with async await.
  • 0
    Who cares about language, design patterns are what is most important. Learn basic ones and popular ones in fintech software.
Add Comment