English 中文(简体)
我需要开始做些什么。 NET
原标题:What do I need to start developing in .NET
  • 时间:2010-01-08 14:52:35
  •  标签:
  • php
  • asp.net

在过去一年里,我从一个起点的PHP开发商转向一个更先进的中间开发商,我使用MacOS X和当地发展服务器环境(MAMP)。

我正在考虑开始利用这一方法发展。 NET框架。 谁能给我一些建议?

  • What do I need to begin?
  • How similar is .NET to PHP?
  • What is the relationship between ASP and .NET?
  • Is there anything novel or vital I should know about developing in .NET? (I know .NET is written using microsoft technologies...)
最佳回答

第一,安装视窗boot。 然后需要。 铭记这一点。 该网络将与购买力平价非常不同。 如果你想进一步了解情况。 在使用PHP的同时,你可以审查一个框架,如:Prado,这种框架是混合的。

外部箱 PHP isn t Object Oriented.NET is. 我记得我的一周学习。 NET I因我可登t include(旁边航行而感到非常沮丧。 我必须学会,控制是物体,必须制造物体并添加到其他物体上。 这为你最终看到的操作提供了更好的方法(这就是为什么许多PHP开发商坚持像Kohaana这样的SOO-Framework)。

。 该网络还使用两种主要语言: C# and VB. NET。 如果我是你,我会把C#贴在一张PHP背景——VB——最熟悉的情况。 该网络的面目远大,它没有利用 cur和半殖民地。

同所有方案管理员一样,对StackOverflow进行记账,必要时予以大量使用。 在学习任何新的方案拟订语言或框架方面,这很可能是你最宝贵的资源。

Best of luck!

问题回答

如果你愿意获得个人电脑,我建议如下:

http://www.asp.net/learn/

仅对包括设施在内的一切事物都有录像辅导。 他们还可以通过一步步与你讨论如何利用因特网框架完成一些共同任务。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签