Softlogger
Categories
26,March,2007

» 03

Thread Safety Via Read Only Collections

youve been HAACKED
UPDATE: Made some corrections to the discussion of ReadOnlyCollection’s interface implementations near the bottom. Thanks to Thomas Freudenberg and Damien Guard for pointing out the discrepancy. In a recent
Filed under Object Oriented Concepts | on 2007 Mar 26

Error Solution - 'XML Parsing Error: not well-formed Line Number 1, Column 2'

Shiva @Compile blog
When you access an ASP.NET page in your browser, you may get an XML Parsing Error that says that the XML is not well formed. The error message also displays the page directive statement present in the
Filed under ASP.NET | on 2007 Mar 26

Static and Instance methods

A BULLs view of LIFE and TECHNOLOGY
“Given the internal implementation, you perhaps save a few IL operations if you have static methods. However, having static methods on the BLL/DAL may pose issues at another level.” Q. What kind of issues
Filed under Object Oriented Concepts | on 2007 Mar 26

Use of IDisposable interface

A BULLs view of LIFE and TECHNOLOGY
1. If a class implements IDisposable, its Dispose method releases resources that are expensive or scarce. Cost of calling Dispose : try – catch – finally execution. Advantage of calling Dispose : Release
Filed under ASP.NET | on 2007 Mar 26
Pages: 1  
» 03

Most Popular

Archives

  • 2008
  • 2007
  • 2006
  • 2005
  • 2004
  • 2003