GeekArticles
Database
SQL ServerAn Overview of ASP.NET 3.5 and Visual Studio 2008
Author: aspnet.4guysfromrolla.com |
Published: 21st Nov 2007 |
Visited: 114 times |
Add CommentFiled in: SQL Server
On November 19, 2007, Microsoft officially released the ASP.NET version 3.5 and Visual Studio 2008. Like with the progression
from ASP.NET 2.0 to 3.0, the features in ASP.NET 3.5 are additive, meaning that the core assemblies installed
from the .NET Framework version 2.0 are still used by the 3.0 and 3.5 versions. The In short, ASP.NET 3.5 doesn't change or
take away or break any functionality, concepts, or code present in 2.0 - it simply adds new types and features and capabilities
to the framework.
Visual Studio 2008 is the recommended tool for developing ASP.NET applications. Unlike previous versions of Visual Studio,
which were targeted to a specific framework version (i.e., Visual Studio .NET 2003 targeted ASP.NET 1.1 and Visual Studio 2005
targeted ASP.NET 2.0), Visual Studio 2008 is multi-targeted, meaning that you choose from a drop-down list whether to
have Visual Studio 2008 build applications against the ASP.NET 2.0, 3.0, or 3.5 frameworks. Visual Studio 2008 also includes
an improved Designer experience, JavaScript debugging and IntelliSense features, and the ability to view and even step into
the core .NET Framework code during debugging.
This article provides an overview of the new features in ASP.NET 3.5 and the new web/ASP.NET-related features in Visual
Studio 2008. Read on to learn more!
Read More >
Read Article Sponsored Links
Related Articles
• Balisage 2008 Announces Program Balisage is probably not a term on everyone's tongue. Its original usage comes from the Navy - for a ship to travel "balisage" means that they are using special dimmed lights for navigation while in enemy territory, a term als ...
• JavaOne 2008, Day 3: Hosted Developer Tools
Software-as-service (SaaS) has started to permeate the field of software development tools, says Atlassian's Jeffrey Walker in this interview with Artima. Walker describes important characteristics of hosted developer tools, and highlights the need for such tools to integrate well with locally ...
• Building a Visual Studio DebuggerVisualizer with a Custom Serializer For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simp ...
• JavaOne 2008, Day 1: Rich-Client Misconceptions
Rich clients are more than just about user interfaces, argues Adobe's James Ward in this JavaOne 2008 interview with Artima. Rich clients are about architecture, and are also about collaboration between developers and designers.
...
• JavaOne 2008, Day 1: Application Factories
Re-using developer knowledge is an important concern for many enterprises. In this interview with Artima, CodeGear's Jeff Anders talks about Application Factories, a feature of the new JBuilder 2008 IDE that facilitates knowledge sharing among developers.
...