Welcome to RightHand's community place Sign in | | Help

Browse by Tags

All Tags » Visual Studio 2008

Autoimplement base class constructors with CodeRush

How often do you derive a class and re-create all of the base constructors? This is not an uncommon task, let's take a custom exception class for example: public class MyException: Exception { } If you right click on Exception and pick Go to Definition
Posted by Miha Markic | 1 Comments

Using extension methods to make code less cluttered

Here is an example where an extension method is useful. Take this LLBLGen Pro code for example: public EntityCollection < CustomersEntity > GetCustomers() { using (DataAccessAdapter da = new DataAccessAdapter( " Data Source=[SERVER];Initial
Posted by Miha Markic | 3 Comments

CodeRush Xpress is free

A stripped (more express) version of CodeRush, called CodeRush Xpress, is available for download at no charge! And even a bunch of refactorings are included. See the announcement or go to the product page directly. Now you don't have any more excuses
Posted by Miha Markic | 2 Comments