what has changed from VS.Net 1.0 to VS.Net 1.1

  • Thread starter Thread starter Gandhi
  • Start date Start date
G

Gandhi

Hello all,

I have read few articles about compatibility issues
with .Net 1.0 and .Net 1.1 and also with the new Visual
Studio .net 1.1 on gotdotnet site.

But I still wanted a clear list of things that have
changed. I have a web application built in .Net 1.0 with
VS.Net 1.0. How and where can i know what all will be
broken as soon as i compile my app in new Visual
Studio.Net 1.1 on a new framework.

Please let me know where can i find more info.

Thanks
BG
 
I do not have the URL right this second, but here are some basics:

1. XML, esp. the Transform and XPath sections
2. Security changes in configuration

Most of the other changes are not breaking.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
I know that there will be generics in 2.0,
when exactly will it release?1H04, 2Q04?
thx..
 
We haven't announced a release date for "Whidbey," beyond saying it's going
out at about the same tiem as SQL Server "Yukon."

Thanks,

John
Director, Product Management
..NET Framework
Microsoft
 
Historically, gold releases appear about 1 year after the first public beta.
As Visual Studio .NET 2004 (or Whidbey) is closely aligned with SQL Server
v.Next (or Yukon), I would aim for some time next fall. This is a pure
speculation, however, and not based on anything I have heard from anyone in
Microsoft.

Either way, even if I did know something, I would likely be restricted from
saying anything until it was released in a press release. Watch
http://www.microsoft.com/presspass for this type of information.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Back
Top