Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pa182

  1. pa182

    Invoke Member of Generic Type

    Hi, my application has the following interfaces: public IDataContext { IRepository<T> Repository<T>() where T : class; } public interface IRepository<T> where T : class { T GetById(int id); } I have my own implementation setup and initialized using an ioc container. Usually i'd be...

Part and Inventory Search

Back
Top