ASP --> ASP.NET Development

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Just a quick question - I'm an ASP developer having little or no experience
with ACTUAL Visual Basic. I recently purchased a tutorial on .net, but it:

A) Seems geared twards (assumes I know) standard visual basic
B) Focuses mostly on "drag and drop"

I'm not a big fan of drag and drop, I like to hard-code my pages. Are there
any books / programs anyone could recommend for a former ASP developer moving
to ASP.NET? Thanks!
 
Hi

Probably you are talking about Visual Studio .NET features rather than ASP
..NET features. VS .NET gives you rich prodcutivity enhancements like
Drag-Drop which looks very similar to your old VB development scenario. To
learn how to migrate from ASP to ASP .net you might have to consider the
technology behind ASP.NET's rich component model rather than this.

check the following

01. http://www.ondotnet.com/pub/a/dotnet/2004/09/07/asp2aspnet.html
02.
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032244102&Culture=en-US
03.
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032243971&Culture=en-US

Thanks
Sudhakar Sadasivuni
Microsoft .NET MVP | MCSD
IB@ http://one.mvpblog.com
 
Back
Top