Welcome to Bangladesh Microsoft Technology Community Sign in | Join | Help

Wednesday, November 29, 2006 - Posts

Consider using XmlTextReader over XmlDocument

Do you know XmlDocument or XPathDocument creates an in memory representation of the entire XML document. And this typically consume memory equivalent to three or four times of the size of the XML document on disk.On the other hand XmlTextReader, loads
posted by Shahed | 0 Comments

SmartCodeGenerator (ASP.NET 2.0) CTP1 uploaded at Codeplex

The CTP1 of SmartCodeGenerator can be also downloaded from CodePlex.http://www.codeplex.com/Release/ProjectReleases.as... And the homepage for this project at Codeplex ishttp://www.codeplex.com/smartcodegeneratorI am also in the process of building the
posted by Shahed | 0 Comments