I am more familiar with VB and the book i bought has C# examples, now i am stuck.
How do I implement the following in VB.NET?
public abstract class ENTBaseDATA<T> where T : IENTBaseEntity
{
public abstract List<T> Select();
public abstract T Select(int id);
etc....This code already is converted :)
}
For complete code see Chapter 2 download:
http://www.wrox.com/WileyCDA/WroxTitle/productCd-0470396865,descCd-DOWNLOAD.html