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
October 2004 - Posts
0
Comments
x86 Assembler in .NET?
by
dwahlin
It’s pretty amazing what you can find while searching Google. I recently came across the following while doing a little IL research: http://www.viksoe.dk/code/asmil.htm . Someone took the time to write a compiler that takes 80386 assembler code and generates...
0
Comments
System.Xml Online Reference
by
dwahlin
Looks like TopXml.com has put up a nice System.Xml reference that shows the different XML classes in the System.Xml namespace along with their properties, methods, and some VB.NET sample code. If you’re new to working with XML this should serve...
0
Comments
XML Changes from Beta 1 to Beta 2
by
dwahlin
Microsoft’s Dare Obasanjo has put together a great list of XML related changes between .NET V2 Beta 1 and Beta 2 at http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=f2d229e4-a0f3-4660-aeda-0806c4ace79d . Some of the highlights include the merging...
Filed under:
XML
0
Comments
The "Enterprise" View and Web Services
by
dwahlin
I’m always amazed how inflexible some people are when it comes to taking an “Enterprise” view of a company’s architecture. People seem to get fixated on 1 tree in a forest and don’t realize there are a lot of other trees...
Filed under:
Web Services
4
Comments
The Power of InfoPath
by
dwahlin
I’ve read a lot of articles about InfoPath over the past few months and took a few minutes to play around with it myself, but to be honest it never clicked as to why it was truly needed given that we had ASP.NET Web Forms and .NET WinForms. I even created...
0
Comments
Combining the XmlTextReader and XmlTextWriter Classes
by
dwahlin
Awhile back I put out a new sample at http://www.xmlforasp.net that demonstrates how to combine the XmlTextReader and XmlTextWriter classes when custom XML needs to be output. The example shows how to create SVG maps containing flight information. Here’s...
Filed under:
XML
3
Comments
Better Late Than Never.....
by
dwahlin
I’ve had several people ask why I don’t have a blog out there yet. My standard response has always been that I just don’t have enough time (which is true most days) between running my consulting business, training, spending time with my wife and kids...
Filed under:
XML
More Posts