Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
MSDN Blogs
>
Microsoft XML Team's WebLog
Server & Tools Blogs
>
Data Platform Blogs
>
Microsoft XML Team Blog
All About Data Platform
All About Data Platform
Data Development
ADO.NET (Managed Providers, DataSet & EF)
WCF Data Services
SQL Server Customer Advisory Team
SQL Server Protocols
Microsoft XML Team
JDBC
Microsoft Drivers for PHP for SQL Server
Sync
SQL Server Data Tools
StreamInsight
Data Quality Services
Data Quality Services
SQL Server Customer Advisory Team
Jessica Meats’ Blog
All MSDN DQS Postings
OLTP
SQL Server Team
ADO.NET (Managed Providers, DataSet & EF)
SQL Server Customer Advisory Team
SQL Release Services
SQL OS
Running SAP on SQL Server
Conor vs. SQL
SQL AlwaysOn Team
SQL Server Manageability
Integration Services
SSIS
Data Quality Services
SQL Server Customer Advisory Team
All MSDN SSIS Postings
Data Security & Storage
SQL Server Security
SQL Server Storage Engine
SQL OS
SQL Server Customer Advisory Team
Data in the Cloud
Windows Azure
Your Data in the Cloud
SQL Server Team
Silver Lining
Microsoft XML Team Blog
Out of the Angle Brackets
Live Now on Server & Tools Blogs
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Tags
EDM
LINQ to XML
Linq to Xsd
MSXML
Pages
Schema Validation
Security
silverlight
SQLXML
System.Xml
threading
xml
XML Futures
XML Notepad Tools
XPath
xquery
XSD
XSLT
More
▼
Less
▲
Archives
Archives
October 2011
(2)
September 2011
(5)
July 2010
(1)
May 2010
(1)
March 2010
(1)
June 2009
(2)
May 2009
(2)
April 2009
(1)
March 2009
(3)
February 2009
(2)
January 2009
(1)
December 2008
(1)
November 2008
(3)
September 2008
(2)
August 2008
(3)
July 2008
(1)
May 2008
(2)
March 2008
(3)
February 2008
(3)
November 2007
(2)
September 2007
(1)
August 2007
(1)
June 2007
(2)
May 2007
(2)
April 2007
(5)
March 2007
(7)
February 2007
(5)
December 2006
(2)
November 2006
(4)
October 2006
(2)
September 2006
(1)
August 2006
(3)
July 2006
(3)
June 2006
(3)
May 2006
(3)
April 2006
(1)
March 2006
(1)
February 2006
(3)
January 2006
(1)
December 2005
(1)
November 2005
(2)
October 2005
(2)
September 2005
(6)
August 2005
(2)
July 2005
(3)
June 2005
(8)
May 2005
(4)
April 2005
(5)
March 2005
(3)
February 2005
(3)
January 2005
(6)
December 2004
(6)
More
▼
Less
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft XML Team's WebLog
LINQ to XML in action
Posted
over 7 years ago
by
XmlTeam
5
Comments
We're starting to see some real applications that demonstrate how easy it is to use LINQ to XML (I'm just gonna keep abbreviating it "XLinq") to get real XML work done without too much sweat or tears. One from a team member is Eric White's Parsing WordML...
Microsoft XML Team's WebLog
Rounding up some XML Team new blogs and posts
Posted
over 7 years ago
by
XmlTeam
2
Comments
You've seen Ralf Lämmel's post starting a series about our research and prototyping efforts to improve support for typed XML programming. You might also wish to keep track of Ralf's weblog which will talk about these efforts in more detail as well as...
Microsoft XML Team's WebLog
Typed XML programmer -- Where do you want to go tomorrow?
Posted
over 7 years ago
by
XmlTeam
6
Comments
This post starts a series (of blog posts) on what I would like to call “ T yped XML programming ”. The overall goal of the series is to engage in a discussion on requirements, scenarios and priorities around typed XML programming. The first post sets...
Microsoft XML Team's WebLog
DonXML has built a really cool tool called XPathmania
Posted
over 7 years ago
by
XmlTeam
8
Comments
Check out this screen shot of an XPath Tool Window running inside Visual Studio 2005 that executes XPath queries against your current XML document window. DonXML as written a nice intro to how it works on his website and has posted the installer and source...
Microsoft XML Team's WebLog
VB 9.0 Xml: Improvements to global Xml namespaces
Posted
over 7 years ago
by
XmlTeam
4
Comments
Global Xml namespaces in VB 9.0 provide the ability to create alias for Xml namespace that can be used in the Xml axis properties and in the Xml literals. The following is an example from my previous post : Imports ns = " http://www.w3.org/1999...
Microsoft XML Team's WebLog
Creating documents over a subtree
Posted
over 7 years ago
by
XmlTeam
0
Comments
After my TLC session on XML Tools in Visual Studio a gentleman came up to me and asked me a question. He said that he deals with XML coming over the pipe and their usually isn’t an end-of-file character at the end of his email document. He was trying...
Microsoft XML Team's WebLog
Harvesting some LINQ links
Posted
over 7 years ago
by
XmlTeam
8
Comments
This post summarizes some things we've noted in tracking the reaction to XLinq in the press and blogosphere, and points to some resources we've discovered along the way. One thing we've noted in the LINQ forum and elsewhere is that people seem to think...
Microsoft XML Team's WebLog
What's New in the XLinq CTP?
Posted
over 7 years ago
by
XmlTeam
10
Comments
Avner has blogged about the new XML features added to VB9 in this CTP . I'll do the same for XLinq itself (and one little XML feature in the C# IDE). There have been a number of relatively small changes: Axes that used the term "content" now use...
Microsoft XML Team's WebLog
VB 9.0 Xml in May 2006 LINQ Community Technology Preview
Posted
over 7 years ago
by
XmlTeam
4
Comments
I hope you already had the chance to download the latest LINQ CTP . This CTP contains important improvements to the Xml features in VB 9.0 which most of them are based on the feedback that we got from many people on our last CTP. This feedback is invaluable...
Microsoft XML Team's WebLog
New LINQ Community Technology Preview released!
Posted
over 7 years ago
by
XmlTeam
4
Comments
,...
Microsoft XML Team's WebLog
Triple dot syntax for descendants axis in VB 9.0
Posted
over 7 years ago
by
XmlTeam
5
Comments
Many people asked us why did we choose the triple dot syntax for the descendants axis in the VB 9.0 Xml members syntax. Before I go into the reasoning for that choice here is a small example of the triple dot syntax. In the following sample, the variable...
Microsoft XML Team's WebLog
From GotDotNet to MSDN
Posted
over 7 years ago
by
XmlTeam
5
Comments
Hello All, My name is Neetu Rajpal and I am a Program Manager in the XML Team. In this post, I want to let you know of a few additions to the XML Downloads section. The Tools and Utilities in the XML Downloads section has always pointed to our sister...
Microsoft XML Team's WebLog
VB 9.0 Xml features - Xml namespaces example
Posted
over 7 years ago
by
XmlTeam
3
Comments
Bill McCarthy asked me to post Xml axis members example using namespaces. So I updated the sample from my previous post as follows: I added an imports statement for Xml namespace: Imports ns = "http://someNamespace" I also update my xml...
Microsoft XML Team's WebLog
VB 9.0 Xml features - latest update
Posted
over 7 years ago
by
XmlTeam
17
Comments
For those who do not know me yet, my name is Avner Aharoni and I am a program manager in the WebData Xml team. I am working on the VB 9.0 Xml features that I believe will make VB the most productive language with which to program Xml. We heard from...
Microsoft XML Team's WebLog
XML literals undermine the MVC paradigm?
Posted
over 7 years ago
by
XmlTeam
2
Comments
Daniel Cazzulino has a very thought provoking post XLinq: is XML embedded in a host language a good idea or a terrible one? I believe Microsoft should strive not to provide another technology that could potentially bring back the nightmares we lived...
Microsoft XML Team's WebLog
XML Team news update
Posted
over 7 years ago
by
XmlTeam
0
Comments
There's a lot of interesting stuff related to our team that has come out recently. First, there is a new Technology Preview download available of Visual Basic 9 , including the XLinq, XML literals, and late bound XML support. Also, the XML 2005 conference...
Microsoft XML Team's WebLog
Evaluating XML Value
Posted
over 8 years ago
by
XmlTeam
2
Comments
There has been a bunch of discussion in the community (with commentary) on XSLT 2.0 and whether Microsoft should impement the recommendation (as well as how & when). I started tracking the external discussion by reading DonXML's thoughts as well as...
Microsoft XML Team's WebLog
MVP XML Library for .NET 2.0
Posted
over 8 years ago
by
XmlTeam
1
Comments
Oleg Tkachenko has announced that the Mvp.Xml library for .NET 2.0 has been released. This library is aimed at supplementing .NET framework XML processing functionality available through the System.Xml namespace and related namespaces such as System...
Microsoft XML Team's WebLog
Whidbey has now left the building...
Posted
over 8 years ago
by
XmlTeam
11
Comments
"May I have your attention please: Whidbey has now left the building." That's right folks, after much ado, Whidbey (VS2005 + .Net Framework 2.0) has finally shipped. There's allot of great stuff in this release; looking back......
Microsoft XML Team's WebLog
SQL Server 2005 has shipped!
Posted
over 8 years ago
by
XmlTeam
0
Comments
This is my first blog post here and it couldn't be anything I'm more excited about! Today it is just announced that SQL Server 2005 is ready for primetime and has been released to manufacturing. This was a long road but SQL 2005 is chock full of XML goodies...
Microsoft XML Team's WebLog
Migrating to XslCompiledTransform
Posted
over 8 years ago
by
XmlTeam
2
Comments
To improve XSLT execution performance in the .NET Framework version 2.0, the XslTransform class has been replaced with a new XSLT 1.0 implementation: the XslCompiledTransform class. XslCompiledTransform compiles XSLT stylesheets to Microsoft Intermediate Language (MSIL) methods and then executes them. Execution time of the new processor is on average 4 times better than XslTransform and matches the speed of MSXML, the native XML processor. Although XslCompiledTransform is designed to be as c...
Microsoft XML Team's WebLog
PDC WebData XML Wrapup - XML Everywhere
Posted
over 8 years ago
by
XmlTeam
2
Comments
XML was everywhere at PDC, even if you didn't notice it. Bill Gates said in his keynote something like “In .Net V1, we put in XML at the surface, with 2.0, Windows Vista and Office 12, we are putting XML at the core of all our products, not only for interop...
Microsoft XML Team's WebLog
XML, Dynamic Languages, and VB
Posted
over 8 years ago
by
XmlTeam
8
Comments
Thursday at PDC saw lots of details being put out about another big project our team has been working on -- the deep support for XML in Visual Basic 9. This is actually part of an even larger effort that our team member Erik Meijer has been involved in...
Microsoft XML Team's WebLog
Changing the Game
Posted
over 8 years ago
by
XmlTeam
9
Comments
by Soumitra Sengupta I am writing from PDC 2005, at Los Angeles. Anders Hejlsberg just showed a demonstration of the Language Integrated Query Framework (codename Project LINQ) at Jim Allchin's keynote address. If you are not at PDC and want to see...
Microsoft XML Team's WebLog
"Standardizing on XML" is far from useless!
Posted
over 8 years ago
by
XmlTeam
9
Comments
The war of words over Massachusetts' proposal to standardize on the OASIS Open Document Format continues to rage, stimulating people on all sides to some quite remarkable feats of rhetoric, analysis, speculation, paranoia, and a bit of good ol' FUD. I...
Page 4 of 6 (141 items)
«
2
3
4
5
6