Who would mind veiwing Microsoft Office Document thumbnail view in Sharepoint. The thumbnail view is all too important when it comes to browsing a large…
MSDN TV Episode talks about "Data Access in ASP.NET 2.0"
MSDN TV: Data Access in ASP.NET 2.0: Data Access in ASP.NET 2.0 Bradley Millington shows how to build a data-driven Web site in ASP.NET 2.0…
Web Services and other distributed technologies: Developing Distributed Services Today
Web Services and other distributed technologies: Developing Distributed Services Today This paper provides guidance on how to best use Microsoft Web service and distributed systems…
50 Coolest Websites 2005 published by TIME.com
Time Magazine’s online edition has released a list of 50 Coolest Websites for the year 2005. Check who made it to the list at :…
Its a Road Trip!
Get Microsoft product knowledge while you travel to work. For more details visit : Road Trip
some interesting responses on UTF-16 problem with XMLTextWriter
This is what hb replied with : yar may be, becauseutf-16 is two byte per character.so with string writer its unicode.if u enforece ascii then…
System.IO.StringWriter and UTF-16 Encoding problem with System.XML.XMLDocument
I am continuing my work with System.XML and System.XML.XPath namespaces. This implies that my adventure with XML and .NET is not over yet. I came…
Extracting XMLNode from XPathNodeIterator
The project that I am working on these days require me to play a lot with XML. To navigate XML and fetch required information I…
Enum.Parse the right way!
To compare strings with enums the right way, one should use enum.parse rather than comparing string literals. Following is an example where i am parsing…
Using XMLWriter to create XML Documents
If you want to generate an in-memory XML Document i.e. without creating a file on system you can use System.IO.StringWriter class to provide IO stream…