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.

Lightweight Development in .Net: Nancy

25 pointsby zappanover 13 years ago

2 comments

jinushaunover 13 years ago
Glad to see Nancy is getting some publicity. I just found out about it yesterday on Scott Hanselman's blog. <a href="http://www.hanselminutes.com/default.aspx?showID=290" rel="nofollow">http://www.hanselminutes.com/default.aspx?showID=290</a><p>There seems to be a growing movement with OWIN, Knack, Nancy and other like projects. The .NET community is tired of sitting by as the OSS community is leaving them in the dust with cool tools and frameworks like Rack, Sinatra, Gems, Bundler, Django, Pylon and Node.js that are simpler and faster to develop with. They're tired of waiting for a new version of Visual Studio just to use a new tech. They're tired of waiting for MS to "bless" new technology. Nancy and other ALT.NET projects are trying to free and grow the C# community independent of MS and the enterprise developers making boring CRUD apps.<p>.NET needs something like this. C# has transformed into a wonderful and enjoyable language in 4.0, but the rest of the .NET Framework is still stuck in over-engineered enterprise-heavy wannabe Java C# 1.0 land. ASP.NET MVC is a good beginning, but this style of thinking really needs to be more pervasive in the rest of the framework.
评论 #2932211 未加载
meowover 13 years ago
Looks so much like OpenRasta framework.