TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

ASP.NET MVC 3 Release Candidate

71 点作者 bsk超过 14 年前

9 条评论

icey超过 14 年前
MVC3 + code-first from the EF4 CTP makes throwing together proof-of-concept apps very fast (and painless!). You don't have to do much besides design your models and you get a functioning site to start with.
评论 #1888226 未加载
评论 #1888469 未加载
ronnier超过 14 年前
Here's a interesting technical interview with Andrew Nurse who created the Razor View Engine for ASP.NET MVC 3. In the interview, he said Razor was his first project once starting at Microsoft.<p><a href="http://channel9.msdn.com/Shows/Going+Deep/Andrew-Nurse-Inside-Razor" rel="nofollow">http://channel9.msdn.com/Shows/Going+Deep/Andrew-Nurse-Insid...</a>
jtdowney超过 14 年前
Word of warning that I found and ScottGu confirmed in the comments of his blog post, if you have the Async CTP bits installed and you install MVC3 RC you will lose the ability to use the watch windows during debugging. Just a heads up to make sure you only have one or the other installed for right now.
rbanffy超过 14 年前
Simple question: when to use ASP.NET MVC 3 and not Rails, Django, Flask, Cake/PHP or some other MVC framework?
评论 #1888981 未加载
评论 #1888750 未加载
评论 #1888836 未加载
aymeric超过 14 年前
With this release, the .NET world is getting pretty close to the Ruby on Rails development experience:<p>* dynamic keyword<p>* NuGet &#60;=&#62; gems<p>* MVC scaffold &#60;=&#62; rails g scaffold<p>The only reason why I keep developing my personal projects in RoR is because of Heroku. Azure is still too expensive.
评论 #1888621 未加载
fiveo超过 14 年前
I've just started to scratch the surface of ASP.NET MVC 2.0 and they just release RC v3?<p>Nuts.
评论 #1887866 未加载
评论 #1889960 未加载
评论 #1887803 未加载
nathanwdavis超过 14 年前
Seems like not a big deal, but I think the session-less controller support is a nice touch. Good job!!
clistctrl超过 14 年前
This is great, I've been really excited for the razor engine! Also i'm glad to learn about Output Caching :)
Devilboy超过 14 年前
Anyone here using MVC with F#?
评论 #1888704 未加载