SRT Solutions

Blogs

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Constraints in Generic classes: C# vs. Java

    The extra syntax in Java just don't seem that useful to me. There’s been an interesting discussion on the Visual C# language forums relating to generic class constraints. For background, C# lets you specify two forms of constraints in a generic class. First, you can specify that the generic...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Tue, Dec 6 2005
  • Creating Generic Methods

    It's as simple as creating a static generic class Martin Shoemaker wrote a recent post on his blog discussing a number of issues he had migrating TabletUML from .NET 1.x to 2.0, specifically discussing moving to generic collections. I'll add a couple suggestions that hopefully makes your migration...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Mon, Nov 28 2005
  • Covaraint return types in C#

    No, they are not supported, but you can achieve the same functionality using generic interfaces One of the attendees at VS Developer Connections yesterday asked about covariant return types in C# during the “Ask the Experts” panel. I said they were not supported, but I’d look it up...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Fri, Jun 17 2005

In our last colurm, we wrote about how technical mentors can benefit companies ( Ann Arbor Business Review, May 22, 2008 ). In this installment, we're...