re:
vs and sdk aren't truly compatible.
Actually, they are. You can run either with the other's code.
The differences are for convenience's sake, to *edit*
the files in the VS version, but they *are* compatible.
In fact, if you substitute a code-behind file in the VS 2003 version
with a non code-behind file in the SDK version, the application
will compile and run well.
re:
-- vs demands codebehind, sdk doesn't.
VS doesn't demand code-behind any more, although it did in VS 2003.
And, nothing stops you from writing code-behind with Notepad.
( That would be using the SDK... ) ;-)
Remember, the .Net JIT compiler will compile code-behind,
even if it didn't originate with VS.NET.
re:
-- vs creates a bundle of files never required/used by sdk developer
True, as pointed out, but that has nothing to do with "compatibility".
re:
-- dll's created through sdk may not work with vs (namespace issue I thnk)
They can, and do. All they need is a reference in VS 2003.
I use a lot of command-line-compiled assemblies in VS.NET 2003 projects.
re:
-- the autoeventwireup = false
True, but that's easily changed.
re:
also by going from 4 to 1 , they will only be available in 1 language ?
Initially, yes.
I think they will be made available in VB, too, but cannot guarantee.
Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ :
http://asp.net.do/faq/
Foros de ASP.NET en Español :
http://asp.net.do/foros/
======================================