Welcome to MSDN Blogs Sign in | Join | Help

March 2007 - Posts

Using Visual Studio Intellisense to Edit WCF Configuration files.

Please check out the blog entry by govind: http://blogs.msdn.com/govindr/archive/2007/03/06/using-visual-studio-intellisense-to-edit-wcf-configuration-files.aspx
Posted by ashishme | 0 Comments

How can I see IL code when debugging managed code?

The solution for VS 2005 In VS2005 -> Tools menu -> Debugging -> General -> uncheck “Enable Just my code “ After the setting, set a breakpoint. When the bp hits, use ctrl+alt+D to see the assembly code.
Posted by ashishme | 0 Comments

Static and Instance methods

“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 we may have by having static methods on BLL? A.
Posted by ashishme | 0 Comments

Use of IDisposable interface

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 expensive resources immediately, so that the other
Posted by ashishme | 2 Comments
 
Page view tracker