设置个人 .NET Web 开发环境的最简单方法是什么?
因此,我从事 .NET 开发工作,但想在家进行一些我自己的个人开发。 我了解源代码控制和多种开发环境的需求。因为我想立即开始开发,而不需要为设置本地开发和生产环境而烦恼,是否有一种简单的方法、解决方案或教程可以在家中设置准系统开发工作流程?
注意:我刚刚购买完 Visual Studio 2010 Professional 和 SQL Server 2008 R2 抱歉没有让大家知道!
So I work in .NET Development but wanted to do some of my own, personal development at home.
I understand the need for source control and multiple development environments. Because I want to start developing right away without the headache of setting up a local, development, and production environment, is there an easy way, solution, or tutorial for setting up a barebones development workflow at home?
Note: I just finished purchasing Visual Studio 2010 Professional and SQL Server 2008 R2
Apologies for not letting everyone know that!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议使用 Web 平台安装程序 安装所需的开发工具。它有 Visual Studio、SQL Server 和许多其他工具的快捷版本。
对于源代码控制托管,我喜欢 BitBucket,因为它提供免费、私有的 Mercurial 存储库以及 wiki 和问题跟踪。
您还可以使用 VisualSVN Server 轻松设置本地 SVN 存储库。
如果您正在寻找开源项目托管,许多 选项 可用。
I would recommend installing the development tools you need with the Web Platform Installer. It has express versions of Visual Studio, SQL Server and many other tools.
For source control hosting, I like BitBucket since it offers free, private mercurial repositories and wiki and issue tracking.
You could also easily setup a local SVN repository with VisualSVN Server.
If you're looking for open source project hosting, there are many options available.
从 Microsoft 下载Web 平台安装程序。然后,您可以从中安装 Visual Studio Express、MVC3、IIS Express 等,并且应该可以“快速”安装(安装/重新启动数小时后)
Download the Web Platform Installer from Microsoft. You can then install Visual Studio Express, MVC3, IIS Express and others from it and should be good to go "quickly" (after hours of installs / reboots)