Monday, September 26, 2005

More about Atlas !

Found out new resource for the ASP.NET Atlas project. You can find out the new Server side and Client side controls introduced by Atlas.
Also you can visit this ASP.NET Forums

Thursday, September 22, 2005

XQuery in Microsoft SQL Server 2005

Microsoft SQL Server 2005 supports XQuery as the query language over such XML data using its relational infrastructure. XQuery is an emerging W3C recommendation for querying XML data. This paper describes how the Microsoft developers implement XQuery in Microsoft’s SQL Server 2005.

Tuesday, September 20, 2005

XML Editor in Visual Studio 2005

Visual Studio 2005 contains a completely new XML Editor, which is entirely written in C#. It provides support for DTD, XSD and XSL. It offers the features like Full syntax coloring, Well formedness checking, Intellisense, Auto-completion of namespace declarations and more. You can read more from DotNet247