C# - What Is A IRepository And What Is It Used For
Dec 24, 2010What is a IRepository? Why is it used, brief and simple examples won't hurt.
View 4 RepliesWhat is a IRepository? Why is it used, brief and simple examples won't hurt.
View 4 RepliesI've got a method I'm trying to translate from c# to vb, goes something like this .. x.For(typeof(IRepository<>)).Use(typeof(Repository<>)); VB doesn't seem to like the idea of a IRepository(Of ) ... what's the syntax on that?
View 1 Replies