Dan Wahlin's WebLog
ASP.NET, AJAX, Silverlight, XML, and Web Services Exploration
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
.NET
ADO.NET
Architecture
ASP.NET
ASP.NET AJAX
C#
Fitness
GridView
Instinct
Java
Lambdas
LINQ
Master Pages
Mobile
Music
Office 2007
Phone
Silverlight
Sockets
Source Control
SQL Server 2005
Tablet PC
Unit Tests
Video
Vista
VS.NET
WCF
Web Services
Wii
WPF
XML
Navigation
Home
Blogs
Archives
July 2008 (4)
June 2008 (5)
May 2008 (10)
April 2008 (7)
March 2008 (7)
February 2008 (9)
January 2008 (8)
December 2007 (5)
November 2007 (3)
October 2007 (1)
September 2007 (12)
August 2007 (8)
July 2007 (17)
June 2007 (8)
May 2007 (2)
April 2007 (8)
March 2007 (8)
February 2007 (8)
January 2007 (4)
December 2006 (9)
November 2006 (10)
October 2006 (13)
September 2006 (10)
August 2006 (6)
July 2006 (1)
June 2006 (2)
May 2006 (3)
April 2006 (3)
March 2006 (1)
February 2006 (1)
November 2005 (6)
October 2005 (3)
September 2005 (1)
June 2005 (1)
April 2005 (3)
March 2005 (2)
February 2005 (3)
January 2005 (3)
December 2004 (1)
November 2004 (3)
October 2004 (7)
Links
XML for ASP.NET Developers
Interface Technical Training
My Music
Videos
November 2005 - Posts
18
Comments
Sharing Master Pages Across IIS Applications
by
dwahlin
I'm working on an ASP.NET site that consists of many government departments each having their own IIS application off of the root of the server so that they can have complete control over their own web.config file, etc.. Each department site inherited...
Filed under:
ASP.NET
0
Comments
Asynchronous Web Service Options in .NET V2
by
dwahlin
As more and more Web Services are made available additional flexibility is needed when calling them. Applications that call Web Services may need to do so in an asynchronous (parallel) manner especially when calling multiple services or services that...
Filed under:
ASP.NET
,
Web Services
0
Comments
Work with RSS Feeds using the System.Xml Assembly
by
dwahlin
.NET version 2.0 adds many enhancements to the System.Xml namespace and its related classes. This sample code demonstrates how several of these enhancements can be used to consume RSS feeds for display on ASP.NET Websites in an efficient and scalable...
Filed under:
XML
,
ASP.NET
0
Comments
New XML Features in .NET Version 2
by
dwahlin
Version 1.1 of the .NET framework supports today’s mainstream XML technologies including DTDs, XML Schema, XSLT, XPath, SOAP 1.1, DOM Level 2, and XML namespaces. While version 2 of the framework continues to support these technologies (and newer versions...
Filed under:
XML
,
ASP.NET
2
Comments
DevConnections Conference Las Vegas
by
dwahlin
I just got back home from speaking at the DevConnections conference in Las Vegas and had a great time. For those that haven't been, it's a fun conference loaded with great material that is just the right size in my opinion. I believe they had around 3000...
Filed under:
XML
,
ASP.NET
,
Web Services
0
Comments
Atlas Video Tutorial
by
dwahlin
For those who may be new to Atlas (or AJAX techniques in general), I've put together a video tutorial that demonstrates some of the features available in the framework. The sample code shown is also available for download if you'd like to play around...
Filed under:
ASP.NET
,
Web Services
More Posts