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

Browse by Tags

All Tags » LINQ

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