Product DescriptionAre you an ASP developer who is planning to move to ASP.NET? Do you have an ASP application that you are considering porting?
The move from ASP to ASP.NET is a big step whichever way you look at it. There are important decisions to be made and many pitfalls to be avoided. It is important to have a good plan based on sound knowledge.
In this book, professionals who have made the move from ASP to ASP.NET pass on their experience of the migration process. They will share with you the techniques that they have used in moving to ASP.NET, helping you to migrate successfully.
The book covers:
Choosing a migration strategy Redesigning your application to take advantage of .NET Coding differences between ASP and ASP.NET Porting business objects to .NET Interoperating with existing COM objects and services Getting the most from .NET data access and XML support
Customer Reviews
Average Rating:
Rating: - Decent intro into the concepts behind migration.
This book can help many people new to asp > .net migration get into the swing of things. There are several parts of the book that take you through the logic of replacing old asp constructs to .net ones.
Good example is a section of the book dedicated to explaining that old <%if... response.write stuff should be replaced with labels... the use of repeaters instead of manually building tables up in loops.
I was tasked with an asp > asp.net migration job a few years ago ... Read More