Welcome to RightHand's community place Sign in | Join | 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

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

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