适用于 .NET Web 工具的 Windows 7 版本 - VS2010 和 Sql Server 2008 Express

发布于 2024-09-07 04:16:49 字数 368 浏览 7 评论 0原文

我想购买一台新笔记本电脑来进行 .NET Web 开发,并且想知道我需要购买什么版本的 Windows 7 操作系统。选项是 Windows 7 Home premium 64 位,或者我多付 120 美元并获得 Windows 7 Professional 64 位,如果我不需要它,我真的不想付费。

我想主要安装Visual Studio 2010、SQL Server 2008 Express。我似乎无法在任何网站上找到这些特定 Windows 7 版本的操作系统要求。看起来文档尚未更新或仅列出了 Windows 7(32 位和 64 位),而没有获取支持的特定版本。不确定这是否意味着它将支持所有 Windows 7 版本?

有谁知道我需要哪个特定版本?

谢谢。

I want to buy a new laptop to do .NET web development and am wondering what version of the Windows 7 OS I need to buy. The options are Windows 7 Home premium 64 bit or I pay $120 more and get the Windows 7 Professional 64 bit, which I really dont want to pay for if I dont need it.

I would like to Install Visual Studio 2010, SQL Server 2008 Express mainly. I can't seem to find the Operating system requirements on any of the websites for these specific windows 7 version. Looks like the documentation has not been updated or just lists windows 7 (32 bit and 64 bit) wihtout getting in the specific versions supported. Not sure if this means that it will support ALL windows 7 versions?

Does anyone have any idea which specific version I need?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半边脸i 2024-09-14 04:16:50

Windows 上 VS.NET 开发的症结点过去是特定版本上可用的 IIS 版本(或缺少 IIS) - 例如,如果您正在进行 Web 开发,XP Home 就受到限制。

有了内置的网络服务器,这个问题现在基本上已经消失了。 Visual Studio 应该在所有版本的 Windows 7 上运行,SQL Express 和其他所有版本也应该运行。唯一的问题是选择 64 位还是 32 位,但这是个人选择。据我所知应该没有区别。请注意,VS 2010 本身仅是 32 位 (IIRC),但在 W7x64 上运行良好。当然,您可以用它开发 64 位应用程序。

The sticking point with VS.NET development on Windows used to be the version of IIS (or lack thereof) available on a particular edition - XP Home for example was off limits if you were doing web development.

With the built-in web server that problem has largely gone away now. Visual Studio should run on all versions of Windows 7, as should SQL Express and everything else. The only thing is whether to go with 64 or 32 bit, but that's a personal choice. There should be no difference as far as I know. Note that VS 2010 itself is 32-bit only (IIRC), but runs fine on W7x64. And of course you can develop 64-bit apps with it.

一场春暖 2024-09-14 04:16:50

Windows 7 Home Premium 就可以正常工作。您需要 Business 的唯一原因是您需要连接到 Windows 域服务器,而 Home Premium 不支持该服务器。或者您需要编写在域环境中工作的应用程序。

Visual Studio 2010 包含一个开发 Web 服务器,但即使您需要 IIS,Windows 7(我相信除了 Starter 之外的所有版本)都有 IIS,尽管 Home Premium 默认情况下不会安装它。与XP中包含的IIS版本不同,您还可以在台式机的IIS中创建多个站点,这很好。不过,对于大多数开发来说,您不需要真正的 IIS 服务器。

SQL Server Express 在 Home Premium 上也运行得很好(它必须如此,因为许多应用程序将其用作后端并且需要独立运行)

Windows 7 Home Premium will work just fine. The only reason you would need Business is if you need to connect to a Windows Domain server, which Home Premium doesn't support.. or you need to write apps that work in a domain environment.

Visual Studio 2010 includes a development web server, but even if you need IIS then Windows 7 (all versions except Starter I believe) have IIS, though Home Premium does not install it by default. Unlike the version of IIS included in XP, you can also create multiple sites in the IIS for desktop machines, which is kind of nice. You shouldn't need a real IIS server for most development though.

SQL Server Express runs just fine on Home Premium also (it has to, since many apps use it as a backend and it needs to run stand-alone)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文