Re: Is the next version of ASP.NET going to be off icially 3.5?
|
Velveit Royston |
|
4/29/2008 4:12:47 AM |
Greetings, The next version of ASP.NET should indeed be 3.5. For a little more info, check out this post by ScottGu: http://weblogs.asp.net/scottgu/archive/2007/07/26/vs-2008-and-net-3-5-beta-2-released.aspx Thanks Velveit Post Comments |
|
Re: I checked out Visual Studio 2008's new feature s
|
Vargassa De'Silva |
|
4/29/2008 4:15:06 AM |
Last night I checked out Visual Studio 2008's new features as a HTML editor. It fixes all the annoyances I've seen with Visual Studio 2005 except that it still lacks a spell checker. Today I've discovered the ASP.NET Futures site with its QuickStart examples so I'm a bit confused as to how this relates to ASP.NET 3.5. Are some of the features going to be found in ASP.NET 3.5? Will anything be incompatible? Post Comments |
|
Re: Is the next version of ASP.NET going to be off icially 3.5?
|
Naquib Moos |
|
4/29/2008 4:15:55 AM |
Base framework remains 2.0 as is System.Web. 3.5 is a set of new assemblies that are added on t op of 2.0, such as System.Web.Extensions. There are new AJAX controls, ListView, etc. Please re fer to ScottGu's blog at http://weblogs.asp.net/scottgu. Post Comments |
|
Hi Naquib, This blog benefited a lot for me. Thanks Eleganta Post Comments |
|