Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Mark Fussell's WebLog
Distributed Life. XML, WSE and WCF.
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
News
Just Published!
ADO.NET and System.Xml v2 Book Review
About Me
My Bio
My Books
Blog Links
XML Team Blog
Authored Articles
What's New in System.Xml for Visual Studio 2005 and the .NET Framework 2.0 Release
XML Support in Microsoft SQL Server 2005
Resolving the Unknown: Building Custom XmlResolvers in the .NET Framework
What's New in Web Services Enhancements 3.0
Related Blogs
Dare Obasanjo
Joshua Allen
Omri Gazitt
Hervey Wilson
David Hill
XML References
XML Developer Center
Web Services Enhancements (WSE)
WSE 3.0 Documentation
WS Security Patterns
Tags
Hardware
Life
PDC
WSE
XML
Recent Posts
Car Anti-Innovation
So you want to learn WSE 3.0? A short primer on how and where to start.
MapCruncher - A seriously cool map mashup creation tool
WSE 3.0 in June 2006 MSDN Magazine
Biztalk WSE 3.0 Adapter Ships
Archives
May 2006 (5)
March 2006 (3)
January 2006 (1)
November 2005 (5)
October 2005 (2)
June 2005 (7)
April 2005 (2)
March 2005 (1)
February 2005 (5)
January 2005 (3)
December 2004 (4)
November 2004 (5)
October 2004 (5)
September 2004 (1)
May 2004 (7)
April 2004 (4)
March 2004 (1)
February 2004 (5)
January 2004 (1)
December 2003 (1)
November 2003 (8)
October 2003 (8)
September 2003 (4)
May 2004 - Posts
Monday, May 31, 2004 11:39 PM
TechEd 2004 XML Talk Slides
I have finally posted the slides and sample code for my TechEd 2004 talk on XML in the .NET framework. The samples require a copy of Visual Studio 2005 (i.e. the community drop distributed at TechEd) in order to compile and run.
Posted by
mfussell
|
4 Comments
Filed under:
XML
Monday, May 24, 2004 12:48 PM
Article on the XML Support in SQL Server 2005
I worked with Shankar to write this article on the XML Support in Microsoft SQL Server 2005 which has just been published on the MSDN XML Developer Center. I would be very interested in comments on how you see an application need for storing XML content
Posted by
mfussell
|
5 Comments
Filed under:
XML
Monday, May 24, 2004 12:42 PM
TechEd USA 2004 Meeting Times
If you are at TechEd and want to talk about XML in .NET or SQL Server then these are some times that you can find me. Tues 25th 10:45-12:00 DAT379 Session - XML Today and Tomorrow Tues 25th 2:15 - 5:00 - Data Access booth in the Pavillion Thurs 27th 11:45
Posted by
mfussell
|
2 Comments
Thursday, May 13, 2004 12:04 AM
XSLT 2.0 Sir?
One questions that I am getting more frequently is “Will the next release of System.Xml V2.0 support XSLT 2.0 ?”. The answer is “No”. It's not that we do not love XSLT (see [1] and [2] below), in fact it has proven itself to be
Posted by
mfussell
|
45 Comments
Filed under:
XML
Wednesday, May 12, 2004 12:23 AM
XPathReader Article on MSDN
This is now been published on the MSDN XML developer center as I mentioned in an earlier post . A very useful component. The main points to remember about its usage are; It is a streaming XmlReader implementation. That is why the XPath subset is limited.
Posted by
mfussell
|
1 Comments
Filed under:
XML
Wednesday, May 12, 2004 12:03 AM
TechEd presence and a chance to get your opinions voiced.
I am attending both TechEd USA and TechEd Europe and presenting a couple of sessions. DAT379 is very much a “Here's what is in my XML toolbox today and this is how is gets better in Visual Studio 2005“. Plenty of tears of joy and happiness.
Posted by
mfussell
|
1 Comments
Filed under:
XML
Tuesday, May 11, 2004 11:23 PM
Schema For DataSet Attributes
If you have spent anytime serializing the .NET System.Data.DataSet class structure to file then you will know that this is serialized as an XML Schema. You may have noticed that it also writes attributes from a target namespace “ urn:schemas-microsoft-com:xml-msdata
Posted by
mfussell
|
1 Comments
Filed under:
XML