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.

Introducing ASP.NET vNext

252 pointsby rageshabout 11 years ago

17 comments

Gooseyabout 11 years ago
This is extremely exciting. The lack of a &#x27;No-compile developer experience&#x27; has been one of the biggest annoyances for me and my team. It actually has lead to influencing our coding patterns: since we can &quot;refresh and see new code&quot; for anything that is in the view templates (Razor *.cshtml in our case) we have become increasingly in favor of putting code there (or in javascript frontend &#x27;thick client&#x27; code) to take advantage of not needing to recompile. It&#x27;s not like recompiling is slow (maybe 5sec in our case), but it still breaks your flow and more importantly requires stopping the debugger if it is in use. In some ways the code has improved, in some ways it hasn&#x27;t, but in either case it feels like the tail wagging the dog when you are changing how you structure code based on your tool&#x27;s inadequacies.<p>I&#x27;m equally excited for the intentional mono support and &quot;Side by side - deploy the runtime and framework with your application&quot;. ASP.NET MVC and Web API are really pleasant and mature frameworks, but configuring IIS has always been really unpleasant and clunky.
评论 #7736136 未加载
评论 #7735919 未加载
评论 #7736920 未加载
slgabout 11 years ago
As a .Net developer, I find all of the recent announcements from Microsoft really exciting. I just wonder if these type of things are enough to sway people&#x27;s opinions regarding the platform. There is just so much baggage in the developer community when you say .Net or Microsoft (<i>edit: as one of the three comments at the time of this posting proves</i>). Are these moves just going to stave a potential exodus of .Net developers or will it actually lead to new developers picking up the language?
评论 #7734539 未加载
评论 #7733785 未加载
评论 #7734288 未加载
评论 #7733987 未加载
评论 #7733884 未加载
评论 #7734133 未加载
评论 #7734095 未加载
Xdesabout 11 years ago
&quot;ASP.NET vNext (and Rosyln) runs on Mono, on both Mac and Linux today. While Mono isn&#x27;t a project from Microsoft, we&#x27;ll collaborate with the Mono team, plus Mono will be added to our test matrix. It&#x27;s our aspiration that it &#x27;just work.&#x27;&quot;<p>I wonder whether we will be seeing a .NET web server for mac and linux. Hosting a C# MVC app on linux will be sweet.
评论 #7734253 未加载
评论 #7736330 未加载
评论 #7733865 未加载
评论 #7733848 未加载
konstruktorabout 11 years ago
I can hardly imagine a more effective developer advocate than Scott Hanselman. He seems to be doing more good for Microsoft&#x27;s reputation among developers than anybody else. Of course he out-HNed the official msdn article. For those not familiar with his name, here is some of his other stuff: <a href="http://www.hanselman.com/blog/MakingABetterSomewhatPrettierButDefinitelyMoreFunctionalWindowsCommandLine.aspx" rel="nofollow">http:&#x2F;&#x2F;www.hanselman.com&#x2F;blog&#x2F;MakingABetterSomewhatPrettierB...</a> <a href="http://www.hanselman.com/blog/ScottHanselmans2014UltimateDeveloperAndPowerUsersToolListForWindows.aspx" rel="nofollow">http:&#x2F;&#x2F;www.hanselman.com&#x2F;blog&#x2F;ScottHanselmans2014UltimateDev...</a>
bananasabout 11 years ago
I&#x27;ve been through EVERY ASP.net update on every version of .net and every MVC update from CTP2 onwards, dealt with WWF being canned and rewritten, moved APIs between old SOAP stuff (asmx), WCF and WebAPI and rewritten swathes of ASP VBnand C++ COM code, ported EF stuff to later versions and worked around piles of framework bugs including the MS11-100 fiasco. That and been left royally in the shit with silverlight.<p>Not one of the above has actually improved the product we produce and are all reactionary &quot;we might get left in the shit again&quot; changes.<p>I&#x27;m really tired of it now.
评论 #7734766 未加载
评论 #7734609 未加载
评论 #7735817 未加载
评论 #7735278 未加载
评论 #7734130 未加载
kr4about 11 years ago
&gt; ... your choice of operating system,<p>&gt; we&#x27;ll collaborate with the Mono team, plus Mono will be added to our test matrix. It&#x27;s our aspiration that it &quot;just work<p>This. is. superb! I love developing on VS with ASP.NET, and I love *nix tooling (ssh is pure fun), I was secretly hoping for this to happen.
troygoodeabout 11 years ago
Finally switching away from the horrible XML-based CSPROJ files to a more sane JSON format (that hopefully doesn&#x27;t require you to list every. single. file. individually) is the feature I&#x27;d be most excited about if I was still using .NET.<p>I recall CSPROJ files being the primary source of pain for me as I started to transition out of the Microsoft world and into the open source world, as it prevents you from using editors like vim &amp; emacs if you&#x27;re working in a team environment.
评论 #7735118 未加载
评论 #7734123 未加载
评论 #7734206 未加载
评论 #7733984 未加载
评论 #7734180 未加载
评论 #7734074 未加载
malaporteabout 11 years ago
Seems pretty interesting. And official MS support for running the whole thing on Mono, right now, isn&#x27;t that pretty big?
评论 #7733810 未加载
davidingabout 11 years ago
What is a &#x27;cloud-optimized library&#x27;? Does it mean &#x27;small&#x27; or have I underestimated it?
评论 #7734606 未加载
评论 #7733778 未加载
评论 #7733946 未加载
cuongabout 11 years ago
How realistic is it to use a self-hosted OWIN server running ASP.NET vNext on Mono? What can we expect in terms of performance? I was always under the impression it was pretty far away from being a viable option, Microsoft help or not.
评论 #7734736 未加载
robertlfabout 11 years ago
So glad I&#x27;m no longer a .NET developer. Every year it&#x27;s a new razor blade.
TheRealDunkirkabout 11 years ago
Yet another piece of mature web-development puzzle that Microsoft is trying to emulate. That&#x27;s great, and good luck to them, but my recent efforts with trying to use Entity Framework suggest that this may not be a viable solution for a long time to come.<p>I&#x27;m typing this to delay the effort of ripping EF out of my project, and do ADO.NET Linq-to-SQL. (I guess. Maybe it&#x27;ll just be raw SQL at this point.) Unless someone here can answer this question? It&#x27;s worth a shot... <a href="http://stackoverflow.com/questions/23528335/how-can-i-implement-a-rails-like-has-many-through-in-entity-framework" rel="nofollow">http:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;23528335&#x2F;how-can-i-implem...</a><p>I miss Rails.
评论 #7733933 未加载
评论 #7734210 未加载
评论 #7734085 未加载
评论 #7734816 未加载
评论 #7734871 未加载
评论 #7734690 未加载
评论 #7733887 未加载
评论 #7734255 未加载
评论 #7733875 未加载
adrianlmmabout 11 years ago
I&#x27;d really like that the next ASP MVC comes with full Owin support.
评论 #7735285 未加载
slipstream-about 11 years ago
Does anyone else spot the irony of an MS guy using Chrome?
评论 #7734769 未加载
评论 #7734099 未加载
评论 #7734046 未加载
评论 #7734052 未加载
chris_wotabout 11 years ago
When will they be releasing ASP.NET vNext Compact Enterprise MVC Edition?
mountaineerabout 11 years ago
Tomorrow is my last day as a professional .NET developer, nothing here to make me think twice about saying goodbye.
li2about 11 years ago
If you are serious about your career path as software engineer stay away from windows technologies.
评论 #7733745 未加载
评论 #7733772 未加载
评论 #7733725 未加载