All Tags »
Java »
Reinventing the... »
DDD »
.NET
Sorry, but there are no more tags available to filter with.
-
Whenever I stray off the beaten path of Java generics, I instantly miss C#’s generics implementation. Earlier today, Java’s type erasure erased a few good hours of productivity whilst I was doing a spike on bringing the IRepository<T> experience to Java. In C# you can get the class of any generic type argument in a straight forward ...