Visual Studio 2010 vs visual studio express(visual web developer 2010) [英] Visual studio 2010 vs visual studio express (visual web developer 2010)

查看:165
本文介绍了Visual Studio 2010 vs visual studio express(visual web developer 2010)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经安装了visual studio 2010,并将我项目的一半用于其中。现在我正在阅读有关mvc的内容,因为我被要求安装visual studio express,然后是可视化web开发人员2010.

我的查询是,如果我安装了可视化Web开发人员,它将与我以前安装的视觉效果一起使用工作室2010.或者我的整个工作都会被损坏?

我该怎么办?我不希望我的项目被损坏,我也想学习mvc。

Visual Studio express 2010在visual studio 2010中是否像ajax工具一样工作?



我不知道该怎么做..任何建议??



我尝试过:



使用系统;

使用System.Collections.Generic;

使用System.Linq;

使用System.Web;

使用System .Web.Mvc;



名称空间MvcApplication1.Controllers

{

[HandleError]

公共类HomeController:控制器

{

公共ActionResult索引()

{

ViewData [消息] =欢迎使用ASP.NET MVC!;



返回查看();

}



public ActionResult关于()

{

返回查看();

}

}

}

i have installed visual studio 2010 and made half of my project in it. Now i was reading about mvc, in that i was asked to install visual studio express and then visual web developer 2010.
My query is that if i install visual web developer will it work with my previously installed visual studio 2010. or my whole work will be damaged?
what should i do? i dont want my project to be damaged and i also want to learn mvc .
Is visual studio express 2010 work within the visual studio 2010 like the ajax tools?

I dont know what to do.. any suggestions??

What I have tried:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;

namespace MvcApplication1.Controllers
{
[HandleError]
public class HomeController : Controller
{
public ActionResult Index()
{
ViewData["Message"] = "Welcome to ASP.NET MVC!";

return View();
}

public ActionResult About()
{
return View();
}
}
}

推荐答案

如果你好你有Visual Studio 2010的专业版它应该支持web开发;请参阅 Visual Studio简介 [ ^ ]。
If you have the professional edition of Visual Studio 2010 it should support web development; see Introducing Visual Studio[^].


这篇关于Visual Studio 2010 vs visual studio express(visual web developer 2010)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆