-1

[I have searched but not found an answer to this specific question and fear it may be against the rules of the site so please delete if so]

I have recently gotten a new MacBook Air with an 128GB SSD and 4GB RAM (the store I bought it from that I had a product exchange from didn't do 8GB versions) and whilst I like programming for iOS and Android, at work I am sometimes required to do .NET development.

I am trying to size up how much of the paltry HDD I should allocate to the Windows partition, I am thinking 70GB but is that enough?

It will be Windows 8.1, VS 2013 and SQL Server 2012 for now, but perhaps Sharepoint in future, and my MAIN question is to all the .NET developers, what programs will I perhaps have to play with further down the line?

IF anyone could suggest an appropriate size it'd be much appreciated!

4

1 回答 1

1

如果您只是在“玩”/学习 VB 或 c#.NET(或者甚至编写相当大的应用程序),您现在可以使用 MonoDevelop 在 Mac 端进行开发。一个人可以,而且我已经用这种方式编写了非常好的应用程序。除了用于 GUI 的 WinForms/WPF 之外,您可以通过这种方式使用所有 .Net 内容。MonoDevelop 使用 Gtk 代替,但它有一个内置的 GUI 设计器,并且一切都运行得非常好。你可以使用 MonoDevelop 来做 ADO.net(数据库的东西),但是与甚至在 VS 的 Express 版本中可用的工具相比,用于数据库设计和实体框架的 IDE 工具相当差。这并不是说你不能在 MonoDevelop 中使用数据库,你可以,但是你没有很多漂亮的 GUI 来设计你的表格和建立你的关系等等。

因此,如果您是专业开发人员而不是学习者,并且您“需要”编写 Windows 窗体/WPF 代码,或者公平地说,任何与类似 SQL 的数据库对话的东西,那么您真的需要设置 VS。至于这将占用你的高清多少,很难说清楚。我的带有 Win7、VS、完整 SDK、SQLSEE、Office 2012 和其他一些“基本工具”的 Win7 引导分区重约 40Gb IIRC。所以,如果你选择 50-60Gb,我认为你会没事的。

我希望这会有所帮助。

于 2013-11-18T09:22:44.133 回答