Printer Friendly Version      Send     
Click to Rate and Give Feedback
Related Articles

Here we show you how to use Windows PowerShell to create quick and easy UI test automation for ASP.NET and classic ASP Web applications.

Dr. James McCaffrey

MSDN Magazine March 2008

...

Read more!

As we'll show, with just a few lines of JavaScript you can build a general-purpose framework for incorporating page turns into Silverlight 1.0 apps.

Jeff Prosise

MSDN Magazine May 2008

...

Read more!

Learn how to enable an auditing solution for Windows SharePoint Services (WSS) 3.0 with customized control pages in Microsoft Office SharePoint Server (MOSS) 2007.

Ted Pattison

MSDN Magazine September 2008

...

Read more!

Did you know you can use Windows PowerShell to perform lightweight request/response testing for an ASP.NET Web app? Here's how.

Dr. James McCaffrey

MSDN Magazine May 2008

...

Read more!

Here is an ASP.NET AJAX data-driven Web application that takes the best features from server- and client-side programming to deliver an efficient, user-friendly experience.

Bertrand Le Roy

MSDN Magazine October 2008

...

Read more!

Also by this Author

Josh Trupin introduces geopegging--a special technique for storing GPS location data in a JPG.

Joshua Trupin

MSDN Magazine April 2007

...

Read more!

Josh Trupin revs the engine to get us all ready for Windows Vista.

Joshua Trupin

MSDN Magazine January 2007

...

Read more!

Many developers wish there was a language that was easy to write, read, and maintain like Visual Basic, but that still provided the power and flexibility of C++. For those developers, the new C# language is here. Microsoft has built C# with type-safety, garbage collection, simplified type declarations, versioning and scalability support, and lots of other features that make developing solutions faster and easier, especially for COM+ and Web Services. This article gives you a first look at C#, a language you are going to be hearing lots more about ...

Read more!

The plans for the next version of Microsoft Visual Basic include three major improvements: Web Forms, Web services, and object-oriented language enhancements. Web Forms will let veteran Visual Basic users develop Web-based applications as easily as they design standalone apps today. Through a SOAP interface, Web services will let you deploy programmable modules anywhere that can be reached by a URL. In addition, several key object-oriented language enhancements, including inheritance, polymorphism, and overloading, will make Visual Basic code ...

Read more!

MSDN Magazine Executive Editor introduces this issue

Joshua Trupin

MSDN Magazine September 2006

...

Read more!

Popular Articles

Kenny Kerr sings the praises of the new Visual C++ 2008 Feature Pack, which brings modern conveniences to Visual C++.

Kenny Kerr

MSDN Magazine May 2008

...

Read more!

A Sidebar gadget is a powerful little too that's surprisingly easy to create. Get in on the fun with Donavon West.

Donavon West

MSDN Magazine August 2007

...

Read more!

Chris Tavares explains how the ASP.NET MVC Framework's Model View Controller pattern helps you build flexible, easily tested Web applications.

Chris Tavares

MSDN Magazine March 2008

...

Read more!

Here is an ASP.NET AJAX data-driven Web application that takes the best features from server- and client-side programming to deliver an efficient, user-friendly experience.

Bertrand Le Roy

MSDN Magazine October 2008

...

Read more!

Jeff Prosise explains when it's better to use UpdatePanel and when it's better to use asynchronous calls to WebMethods or page methods instead.

Jeff Prosise

MSDN Magazine June 2007

...

Read more!

Our Blog

With the releases of LINQ to SQL and the ADO.NET Entity Framework, developers now have two products from Microsoft designed to tie together relational data and object-oriented programming.

In the December 2008 issue of MSDN Magazine, Anthony Sneed provides a roadmap to these technologies and demonstrates how you can create ...

Read more!

Visual Studio 2008 Team Foundation Server Build (better known as Team Build) is a core feature of Team Foundation Server 2008. Microsoft designed Team Build to be an industrial-strength build automation tool.

In the November 2008 issue of MSDN Magazine, Brian A. Randell introduces you to Team Build 2008 and walks you through the process ...

Read more!

Earlier this year MSDN Magazine embarked on a collaborative project with Behind the Code, an interview program airing on MSDN Channel 9. In this program, Robert Hess interviews prominent developers at Microsoft, and those developers also write a column for { End Bracket } in MSDN Magazine. In the newest interview, Richard Ward talks about working on the core infrastructure components of future versions of Windows, as well as ...

Read more!

A team project is simply a bucket that stores and partitions all of the artifacts you track and use within a Team Foundation Server (TFS) project.

In the December 2008 issue of MSDN Magazine, Brian A. Randell explains how you can use and customize the MSF Agile and MFS CMMI process templates to get the most out of them for your ...

Read more!

Choosing the best alternative is a common task in software development and testing. A group of beta users may need to choose the best user interface from a set of prototypes. Or imagine the members of an open source project voting for a policy.

In the November 2008 issue of MSDN Magazine, Dr. James McCaffrey describes five of the ...

Read more!

Editor's Note
Summer in New York
Joshua Trupin


Even though it's still June, we're finishing up the September 2007 issue right now, and it's about a billion degrees outside. Seriously, a billion. New York is undergoing a "Vaporization Alert" week—people who have ventured out onto the streets are sinking ankle-deep into asphalt. Flaming, overturned taxis light up the ozone-filled sky. It's a typical summer in New York. The great outdoors is no place for people to go on days like this. So stay inside, crank up the air conditioning to high (global warming is at least another three years off), and enjoy this month's MSDN Magazine.
We've put our enforced indoor time to good use by gathering up some core info about Web 2.0 technologies for this issue of the magazine. Have you ever overheard someone sitting next to you on the bus discussing AJAX technologies? You probably want to know more about it! This month, we'll take an in-depth look at ScriptManager, which is the core of ASP.NET AJAX. As the name implies, it is the component that manages your scripts. If you really want to understand what's going on under the hood, you should start here.
Taking a step back from the guts of the app, Dino Esposito begins a two-part series looking at AJAX application architecture in his Cutting Edge column. Since AJAX is the core of Web 2.0 applications, this series will certainly be important reading if you're just diving in.
If you've been building apps on the ASP.NET platform for a while, you'll be interested in learning about extending your site with search. Marco Bellinaso explains how you can easily implement advanced searching capabilities by tying your ASP.NET code into search engines like those provided by Live Search and SharePoint.
In addition to all this Webby goodness, we've got an article about the networking namespace in the Microsoft .NET Framework 3.5. Now, we don't know exactly who's responsible for naming conventions, but the namespace is called System.Net. Calling something in the .NET Framework something.Net is sort of, well, confusing. Not that we're particular experts on these things, but wouldn't System.Networking be clearer? Or maybe the oppressive heat is just getting to us.
We've also been thinking that the name "Web 2.0" is really annoying. Does anyone have a better suggestion? Web 1.1, perhaps? On second thought, the boat may have sailed on this one already.
As annoying as "Web 2.0" sounds to our untrained ears, we're actually making good use of enhanced Web features on the MSDN Magazine site (msdn.microsoft.com/msdnmag). You might not be aware of our innovative new Code Explorer feature, but all of our new code samples now feature it. Instead of downloading the entire sample, you can navigate through the ZIP file right on the site, find the individual file you want, and then click to display it.
  (Click the image for a larger view)
Why did we go to this effort? We want to make MSDN Magazine more useful than ever. It was also something we could do inside. Who wants to go outside when it's a billion degrees out? —J.T.

Thanks to  Paul Andrew, Mason Bendixen, Naren Datha, Shawn Farkas, Kit George, Matt Gibbs, Ladi Prosek, Cosmin Radu, Karthik Raman, Varun Sekhri, Richard Turner, and Danny van Velzen.



Page view tracker