in

ASP.NET Weblogs

This Blog

Syndication

ASP.NET AJAX Team Blogs

Browse by Tags

All Tags » Visual Studio 2005 (RSS)
  • Upgrading from ASP.NET 1.1 to ASP.NET 2.0 + AJAX

    I'm trying to get back into the habit of answering customer questions via the blog so all of you get the benefit of the answer. Here's a question which showed up in my mailbox recently: "I have a very large project in ASP.NET 1.1. If I upgrade the server to ASP.NET 2.0 with AJAX, will the project possibly break down in places and have to be reworked? Can you point me to the best articles/information on this?" There is some good information on MSDN, but some of it may confuse you because a fair amount of it was published prior to the release of Visual Studio 2005 SP1. A feature was added to Visual Studio 2005 SP1 which makes migrating your apps much easier. This feature is called Web Application Projects. The feature was in a separate preview...
  • Public Sector Developer Conference - Los Angeles, CA April 11 2007

    I am pleased to announce the agenda and details for the Public Sector Developer Conference in Los Angeles , CA to be held on April 11, 2007. Event Date & Time : April 11, 2007 , 9:00 – 16:00 Event Location Microsoft Los Angeles Office 333 S Grand Avenue, Suite 3300 , Los Angeles CA 90071 About the Conference The 1-day conference comprises Developer-oriented technical sessions, featuring Visual Studio 2005 Team System, Microsoft ASP.NET AJAX, Visual Studio Tools for Office and Windows Presentation Foundation (WPF). Attendees will discover the ability to take control of application lifecycle management using Visual Studio Team System, build next generation User Experiences/Interfaces using ASP.NET AJAX and WPF, and learn to leverage the Microsoft...
  • Announcing SDLC-in-a-Box version 2.0!

    We are pleased to announce the release of SDLC-in-a-Box version 2.0! With more than 75 partners in over 10 countries already signed up, we are excited about partners being more prepared than ever to deliver Visual Studio Team System deep-dive and implementation training for customers. We encourage you to visit the site, become familiar with the program, and engage your Microsoft account team and Training or Consulting Partner to begin the Application Lifecycle Management assessment within your own organization. If you are a partner, sign up now, download SDLC-in-a-Box, and start training now! One of the most demanded features for this release was the inclusion of complimentary Visual Studio Partner products for functional areas such as Requirements...
  • Microsoft .NET Public Sector Developer Conference

    Event Date: November 16, 2006 Registration: 08:30 – 9:00 Event Time: 09:00 – 16:00 Event Location: Ft. Lauderdale Marriott North 6650 N. Andrews Ave. Ft. Lauderdale, FL 33309 954-771-0440 REGISTER TODAY! About the Conference We invite you to join us for a day of Developer-oriented technical sessions, featuring Visual Studio 2005 Team Foundation Server and Microsoft.NET 3.0 (formerly WinFX). You will discover the ability to take control of application lifecycle management using Visual Studio Team System, build next generation web applications using ASP.NET 2.0's new AJAX Framework, and create and integrate workflows into everyday applications using Windows Workflow Foundation. The session on Windows Communication Foundation will help jumpstart...
  • Microsoft .NET Public Sector Developer Conference

    Event Date: November 16, 2006 Registration: 08:30 – 9:00 Event Time: 09:00 – 16:00 Event Location: Ft. Lauderdale Marriott North 6650 N. Andrews Ave. Ft. Lauderdale, FL 33309 954-771-0440 REGISTER TODAY! About the Conference We invite you to join us for a day of Developer-oriented technical sessions, featuring Visual Studio 2005 Team Foundation Server and Microsoft.NET 3.0 (formerly WinFX). You will discover the ability to take control of application lifecycle management using Visual Studio Team System, build next generation web applications using ASP.NET 2.0's new AJAX Framework, and create and integrate workflows into everyday applications using Windows Workflow Foundation. The session on Windows Communication Foundation will help jumpstart...
  • "Atlas" 1.0 Naming and Roadmap

    Hot off the presses! Scott Guthrie has announced the new names for the ASP.NET "Atlas" technologies. The "Atlas" client script library becomes the Microsoft AJAX Library . The server controls become the ASP.NET 2.0 AJAX Extensions . The "Atlas" Control Toolkit becomes ASP.NET AJAX Control Toolkit. Even better news... Scott shares that "Our goal is to ship the 'Atlas' 1.0 release around the end of this year. The plan is to first have a Beta, then an RC, and then decide on the final date based on customer feedback." This has been in the works for a while and I am excited that we are in a position to release a supported 1.0 version by the end of the year! Get the full details here . -Marc tags: Microsoft , .NET , ASP.NET , Atlas , AJAX , Web2.0...
  • "Atlas" 1.0 Naming and Roadmap

    Hot off the presses! Scott Guthrie has announced the new names for the ASP.NET "Atlas" technologies. The "Atlas" client script library becomes the Microsoft AJAX Library . The server controls become the ASP.NET 2.0 AJAX Extensions . The "Atlas" Control Toolkit becomes ASP.NET AJAX Control Toolkit. Even better news... Scott shares that "Our goal is to ship the 'Atlas' 1.0 release around the end of this year. The plan is to first have a Beta, then an RC, and then decide on the final date based on customer feedback." This has been in the works for a while and I am excited that we are in a position to release a supported 1.0 version by the end of the year! Get the full details here . -Marc tags: Microsoft , .NET , ASP.NET , Atlas , AJAX , Web2.0...
  • Add “Atlas” controls to the toolbox

    The “Atlas” controls don’t get added to the Visual Studio 2005 toolbox by the either the core framework or toolkit installer. Here’s what I did to add them: Create an “Atlas” and “Atlas Control Toolkit” tab on the toolbox by doing a right-click on the toolbox surface and selecting “Add Tab” from the context menu and naming the tab accordingly. Right-click the appropriate tab surface and select “Choose Items…” from the context menu and point to the appropriate assembly The core “Atlas” assembly, Microsoft.Web.Atlas.dll, is in “C:\Program Piles\Microsoft ASP.NET\Atlas\v2.0.50727\Atlas” directory on my hard drive. Yours may vary based on installation choices. I would recommend IMMEDIATELY removing the WebPartManager and WebPartZone controls from...
  • Attaching client functionality to ASP.NET server controls using ASP.NET "Atlas" (screencast)

    The next in my series of screencasts about ASP.NET "Atlas" capabilities is live. Channel 9 description: "  Building on concepts from his previous screencast , Microsoft Federal Developer Evangelist Marc Schweigert demonstrates more AJAX enabling capabilities of ASP.NET "Atlas." You'll see how to AJAX enable the GridView with a couple easy steps (without changing a line of code). Then, you'll see how to add AJAX capabilities to existing ASP.NET 2.0 controls using control extender ." This screencast is available here . -Marc Technorati Tags: Microsoft , .NET , Atlas , AJAX , Web 2.0 Read More...
  • Enabling partial page updates with the ASP.NET “Atlas” UpdatePanel (screencast)

    As promised, here is the first in a series of short screencasts about specific ASP.NET "Atlas" capabilities. Channel 9 description: "Microsoft Federal Developer Evangelist Marc Schweigert demonstrates the fundamentals of the "server-centric" approach to AJAX enabling ASP.NET pages using "Atlas." You'll see how easy it is to AJAX enable a page without writing a line of client side script while leveraging the ASP.NET server control programming model ASP.NET developers are already familiar." This screencast is available here . -Marc Technorati Tags: Microsoft , .NET , Atlas , AJAX , Web 2.0 Read More...
More Posts Next page »