and you're forced to use the Inheritance code behind model (which,
I've thought was a bad choice from day one, and am thrilled to see it
no
longer required in VS2005).
What's your source for this?
--
Regards,
Alvin Bruney
[ASP.NET MVP
http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here...
http://tinyurl.com/27cok
Rusty,
Although Alvin recommended Visual Studio, here's my two cents. I've found
Visual Studio to be great for everything but webforms. It's HTML handling
is
terrible and you're forced to use the Inheritance code behind model
(which,
I've thought was a bad choice from day one, and am thrilled to see it
no
longer required in VS2005). I use Dreamweaver, and the "Code-Aside" model
(<script runat=server src=myPage.aspx.vb>). You'll find VS.NET easier
to
use, but I think you'll have a much better end product by going wih
something that handles HTML much better and doesn't use the Inheritance
code-behind.
-- Alex Papadimoulis
,
I am new to .NET. I have been doing web development using ColdFusion
for 5 years. I am trying to determine if there is a standard IDE for
asp.net. I have downloaded Webmatrix from Microsoft but I am
wondering if it is more of a project than an accepted standard since
they also have Visual Studio.