Thursday, March 31, 2011

Which express edition to use for ASP.NET web apps in C#?

Which Express edition is best suitable for starting ASP.NET web applications in C#? I imagine Visual Web Developer Express is designed for this, but what about Visual C# Express?

From stackoverflow
  • Visual C# can support WPF Browser application. Other than that, it is not going to support any kind of web development.

  • For web dev / practice, I would recommend Visual Web Developer Express, Visual Studio Express Edition, and SQL Server Express. With SQL express, you can create MDF files in your app_code folder in your web app. You will probably do the majority of your web development in Web Dev Express. However, it is useful to have VS Express installed as well.

    Here is a good source of info for starting out with these apps.

0 comments:

Post a Comment