Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8
This is the forum to discuss the Wrox book Beginning ASP.NET 2.0 by Chris Hart, John Kauffman, David Sussman, Chris Ullman; ISBN: 9780764588501
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 1st, 2006, 03:01 PM
Friend of Wrox
 
Join Date: Apr 2005
Posts: 190
Thanks: 0
Thanked 0 Times in 0 Posts
Default Express Code vs. ASP.NET 2.0 transferability

Can anyone give me assurance (or not).
I am writing a real website app using VWD Express and SQL 2005 Express.

I'm worried that when I am ready to go live with the app as well as a year or more from now, that all my effort will be unsupported on some provider somewhere.

Does anyone know for sure that VWD Express and SQL 2005 Express are 100% transferable from the .NET Express framework for into the full blown .NET 2.0 framework?

Thanks to anyone who knows authoritatively, not someone's hope or guess.

VV


 
Old February 1st, 2006, 03:07 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Yes, you can. Pages you build in VWD run fine on the full blown framework version.

That's because the .NET Framework that comes with VWD *is* the full blown version. So, whether you can create pages with VWD, Notepad or the "real" VS 2005, they all run against the same framework.

The same applies to SQL Server. The databases created by the express edition are 100% compatible with SQL Server 2005.

The other way around is a different story. Obviously, the standard and professional version of VS 2005 and SQL Server 2005 support features that VWD / SQL Express don't understand. So, generally speaking, you can't easily maintain a (larger) site developed in VS 2005 in VWD, although this also largely depends on the way things are designed. (You're using Class Libraries vs code in App_Code folder for example).

HtH,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old February 1st, 2006, 03:13 PM
Authorized User
 
Join Date: Dec 2003
Posts: 46
Thanks: 0
Thanked 1 Time in 1 Post
Default

Victor

There's only one .NET 2.0 framework, and it's only the toolset that's different. SQL Express is actually SQL Server 2005 (with a few minor changes), but to all purposes the same. So databases in SQL Express can be directly attached to the full SQL Server 2005.

Everything you write in VWD Express will work in Visual Studio 2005. Both tools in fact, share the same code base.

There may be database things you need to do - database connections and methods may need to change, as the full SQL Server 2005 doesn't support user instancing (ie User Instance=true in the connection string), but that's a configuration issue. Code and the database will be exactly the same.

I switch between databases and tools frequently with no problems.

Dave

 
Old February 1st, 2006, 03:24 PM
Friend of Wrox
 
Join Date: Apr 2005
Posts: 190
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Imar S. and Dave S.
Great to hear from you both. Essentially you both said the same thing and took a load off my mind. Thanks much. I feel confident that my test (learning) app will have a long life span.
VV.







Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET 2.0 and SQL Server 2005 Express steffteo ASP.NET 2.0 Basics 1 March 16th, 2006 11:58 PM
ASP.Net 2.0 Visual Web Developer 2005 Express Ed cpanson BOOK: Wrox's ASP.NET 2.0 Visual Web Developer 2005 Express Edition Starter ISBN: 978-0-7645-8807-5 2 February 26th, 2006 12:36 PM
Learn Professional ASP.NET using VS2005 Express glam ASP.NET 2.0 Professional 0 December 1st, 2005 06:19 PM
Help 'beginning asp.net using vb.net' source code jkmf Wrox Book Feedback 1 January 18th, 2004 08:09 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.