简体   繁体   English

我可以在Windows 7上仅使用VS 2010 Express和localhost来学习ASP.NET MVC吗?

[英]Can I toy around learning ASP.NET MVC using only VS 2010 Express and localhost on Windows 7?

If so, 如果是这样的话,

  • What tooling do I need? 我需要什么工具?
  • What reference sites could be useful? 哪些参考站点可能有用?

I have VS 2010 Express, "C# Edition". 我有VS 2010 Express,“ C#版”。 What is the absolutely most trivial DB and localhost web server setup needed? 所需的绝对最简单的数据库和本地Web服务器设置是什么?

(Professionally, I'm a Windows Mobile dev using VS 2008. This ASP.NET MVC task is just for fun at home, to learn something new.) (专业地,我是使用VS 2008的Windows Mobile开发人员。此ASP.NET MVC任务只是在家里很有趣,可以学习一些新知识。)

Yes, although you should probably use Visual Web Developer Express Edition instead. 是的,尽管您可能应该改用Visual Web Developer Express Edition

All you need is SQL CE and Cassini (which are both included in VWD), and the MVC3 framework . 您只需要SQL CE和Cassini(都包含在VWD中)和MVC3框架
For bigger databases, you can use SQL Server Express Edition , also free. 对于更大的数据库,您可以免费使用SQL Server Express Edition

All you need is to install WebMatrix in addition to Visual Web Developer Express . 您只需要安装Visual Studio Developer Express之外的WebMatrix It comes with IIS Express + SQL Compact which is great for "toying". 它带有IIS Express + SQL Compact,非常适合“玩弄”。

Note 注意

You do not need to use WebMatrix IDE, it is only a useful package to install all you need in one go. 您不需要使用WebMatrix IDE,它只是一个有用的软件包,它可以一次性安装所有您需要的东西。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 当我使用VS 2010 SP1 Beta打开新项目时,ASP.NET MVC 3挂起 - ASP.NET MVC 3 hangs when I open a new project using VS 2010 SP1 Beta 如果不在本地主机上,则上传的文件以blob形式出现? 使用IIS Express的ASP.NET MVC4 - Uploaded file comes in as blob if not on localhost? asp.net mvc4 using IIS express VS2010卸载后的ASP.NET MVC调试 - ASP.NET MVC debugging following VS2010 uninstall 使用带有VS2010的asp.net mvc 4中的jqueryUI打开模态窗口 - Opening a modal window using jqueryUI in asp.net mvc 4 with VS2010 ASP.NET MVC-“记住我”仅适用于本地主机 - ASP.NET MVC - “Remember me” works only on localhost ASP.NET Core MVC:找不到这个本地主机页面 - ASP.NET Core MVC : this localhost page can’t be found 如何在VS2010中使用asp.net重新配置网站并将其编译为Framework 3.5? - How do I reconfigure and compile a website to Framework 3.5 using asp.net in VS2010? 使用VS 2012及更高版本的ASP.Net MVC 4进行Windows身份验证 - Windows authentication with ASP.Net MVC 4 with VS 2012 and above 使用Entity Framework for ASP.NET MVC应用程序与Windows Service的行为不一致 - Inconsistent behaviour using Entity Framework for ASP.NET MVC app vs windows service 我可以使用ASP.NET创建Windows窗体应用程序吗? - Can I create a Windows Form app using ASP.NET?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM