The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Visual Studio 2008 and Web Projects. A true Romance.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sascha Corti

Posts: 797
Nickname: sascha
Registered: Aug, 2003

Sascha Corti is a developer evangelist for Microsoft in Switzerland.
Visual Studio 2008 and Web Projects. A true Romance. Posted: Dec 11, 2007 3:15 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Sascha Corti.
Original Post: Visual Studio 2008 and Web Projects. A true Romance.
Feed Title: Console.WriteLine("Hello World");
Feed URL: http://www.corti.com/WebLogSascha/blogxbrowsing.asmx/GetRss?
Feed Description: A technology blog with a focus on the .NET framework, the Visual Studio .NET tools and the Windows server platform with of course the normal weblog-noise on what's happening in the industry and reviews of the latest geeky gadgets.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Sascha Corti
Latest Posts From Console.WriteLine("Hello World");

Advertisement

With Visual Studio 2008 released, I was missing some features in the area of web projects – for example the ability to add AJAX extenders to regular ASP.NET Controls using a simple click on the Control’s “Tasks” icon.

vs2008_1.jpg

This was possible in Visual Studio 2008 Beta 2 using the “ASP.NET Futures CTP (July)” which wasn’t built for Visual Studio 2008 RTM.

Now however, there is the “Microsoft ASP.NET 3.5 Extensions Preview” which re-enables these features – among a myriad of other amazing things, namely:

  • ASP.NET MVC (A model-view-controller for ASP.NET 3.5)
  • ASP.NET Dynamic Data  (Build code-less, simple, data-driven apps)
  • ASP.NET AJAX (as described above)
  • ADO.NET Entity Framework (Modeling framework for database schemas)
  • ADO.NET Data Services (find, manipulate and deliver data using URIs)
  • Silverlight Controls for ASP.NET (two ASP.NET server-side controls to embed Silverlight XAML objects and Media elements into ASP.NET solutions without any scripting)

To fully benefit from the ASP.NET AJAX enhancements in this add-on, you should also get the “AJAX Control Toolkit for the .NET Framework 3.5” unzip it, build the project and add a reference to “…\AjaxControlToolkit\bin\Debug\AjaxControlToolkit.dll” to your Visual Studio 2008 Toolbox / projects.

I recommend reading Scott Guthrie’s excellenct posts on the subject and watching Scott Hanselman’s “ASP.NET 3.5 Extensions - plus MVC How-To Screencast” to get you started.

Windows Media Player

Read: Visual Studio 2008 and Web Projects. A true Romance.

Topic: Vector Magic Previous Topic   Next Topic Topic: WPF: Oberstes Element bei Mausklick mittels HitTest feststellen

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use