The world of .NET and Web Programming
  • Sun
    10
    Nov 02

    Multi-paradigm design and generic programming

    I want to step away from coding, talking about .NET altogether, and talk about abstraction , domain engineering, generic programming, and design paradigms for a bit. In 1999, I read a book by Jim Coplien, � Multi-Paradigm Design for C++ �, which forever changed the way I looked at design paradigms. Lately...

    Continue reading "Multi-paradigm design and generic programming"

  • Sat
    04
    May 02

    Saturday, May 04, 2002

    I'd mentioned that MC++ provides mode control over boxing and unboxing than C#. Here's an example of directly modifying boxed value types on the heap, without unboxing & reboxing them or resorting to adjustor interfaces: <a href="//"> // HeapMod.cpp: cl.exe /clr HeapMod.cpp #using...

    Continue reading "Saturday, May 04, 2002"

  • Mon
    01
    Apr 02

    Monday, April 01, 2002 - MC++

    Wrox Press releases Visual C++ .NET: a primer for C++ developers Visual C++ .NET is the only language that's capable of mixing managed and unmanaged code, offering ways to integrate your existing code base with new .NET development that no other language can match. Additionally, the expansion of ATL...

    Continue reading "Monday, April 01, 2002 - MC++"