RightHand's community place

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

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 Catalog=Northwind;Integrated Security=True")) { LinqMetaData context = new ...
    Posted to Righthand blogs (Weblog) by Miha Markic on november 8, 2008
Powered by Community Server, by Telligent Systems