Archive for February, 2007

Saturday, November 29, 2008 10:16

Create your own addin for Reflector

Jason Haley shows how to develop a simple addin for Reflector.
Technorati tags: reflector, dotnet

Bookmark It

Hide Sites

$$(‘div.d798′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

Code annotation tool for Reflector.

Code annotation tool for Reflector.

Review is a lightweight code annotation tool for Reflector. It can be used during code reviews or API reviews to take notes and pass them to other project members. A review contains a list of code annotations. An annotation is associated to a code element (type, method, etc…) and contains a list [...]

Saturday, November 29, 2008 10:16

Reflector 5 is available for download

The new version comes with a lot of great new features

C# 3.0 support

Extension methods
Object initializers
LINQ query expressions
Collection initializers
Lambda expressions

Code URL support

Navigate to code://mscorlib/System.Object via IE
Ctrl+Alt+C to copy the URL for current item
Add to HTML pages using <a href=“code://…”>

Assembly Browser

Multiple Windows: Analyzer and Disassembler windows can be open at the [...]

Saturday, November 29, 2008 10:16

Displaying large amount of data in DataGridView

DataGridView supports the special mode (Virtual Mode). The basic idea is that inside the control not stored any data. In given below example of the primitive electronic table, the data stored in the hashtable.The electronic table has a large amount of cells. In this example the number of cells equals to 100000 [...]

Saturday, November 29, 2008 10:16

Interesting blog posts (February 11)

Ohad’s Weblog IE7Pro – a must have add-in if you use IE7 !
Simple Living Simple Thinking Zip and Unzip files programmatically
Bill’s House O Insomnia AcceptChanges and Updates once more
Certifications and Software Development More C# 3.0 ? Extension Methods
Thom Robbins .NET Weblog Introduction to Building XML Web Services with ASMX

Bookmark It

Hide Sites

$$(‘div.d794′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) }); [...]