TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What .NET Developers ought to know to start in 2017

61 pointsby andysinclairover 8 years ago

6 comments

mattmanserover 8 years ago
I don&#x27;t agree that async&#x2F;await is in &quot;should know&quot; and LINQ is in &quot;nice to know&quot;.<p>LINQ took C# from MS&#x27;s Java clone with nicer generics to one of the best languages out there. It is phenomenal for increasing developer productivity.<p>Async&#x2F;await, while a nifty, sometimes useful addition, is overhyped, code-complicating, unnecessary for most programmers, adds almost no performance benefits to most programs and infects the call stack above and below it with debugging problems, bad stack messages and extra code. It can introduce subtle and very nasty bugs, as well as impeding your ability to code some common patterns.<p>Why they keep pushing it as if every tom, dick and harry should write all their code using it, I do not know. It has a price so you should only use it when it&#x27;s actually useful.
评论 #13375736 未加载
评论 #13375651 未加载
评论 #13376130 未加载
cryptozeusover 8 years ago
This is a great start but I still find .net framework &amp; .net core confusing. May be small example (not code) would have been nice.
评论 #13375401 未加载
评论 #13375362 未加载
wehadfunover 8 years ago
You could know all of this stuff and have no idea how to get a basic CRUD app working.
评论 #13375516 未加载
tonyedgecombeover 8 years ago
I&#x27;ve been writing C# code for four years now and love it, but you have to be careful with the Microsoft stack, they would have you chasing your tail with the constant stream of new frameworks and tools.
评论 #13376914 未加载
JamesBarneyover 8 years ago
Hanselman mentions Reactive Extensions. Has anyone here built a large reactive extensions application and been happy with the readability&#x2F;maintainability of the result?<p>I built one. And while it worked, it was never as readable or maintainable as if we had skipped Rx all together and written using other parallel paradigms.
评论 #13375566 未加载
lotsoflumensover 8 years ago
From my &quot;less than awesome&quot; experience over the last couple of days with .net core on Linux, I doubt that there is <i>anything</i> I ought to know about it in 2017.<p>I realize that the situation on Linux is very new for Microsoft but the current state after this much time is quite sad.
评论 #13376154 未加载