I came across this awesome read at BBC. I thought you might want to read it out. Of all the cool, futuristic machines featured on…
Cross Page Postback Techniques : Comparing ASP.NET 1.X and 2.0
In an every day life of ASP.NET programmer there are number of occassions when he/she would want to postback a page to some other target…
Viewing Office Thumbnails in Sharepoint
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…