February 3, 2007
What are the generics in .NET 2.0 ?
There are many ways to define it, like:
Generic types and methods <=> parametric polymorphism,
Generic types and methods <=> parametrized types
Anyway generics with interfaces are the all you need for a generic solution for your subsytem…and some VB, C# and pattern knowledge. Read the rest of this entry »
Leave a Comment » |
.NET Framework |
Permalink
Posted by anasoft
February 3, 2007
How many times has an experienced programmer , system analyst or any problem solver realized that the same problem has occured in a previous project and that the same solution could apply? How many times has the wheel been reinvented?
This is the definition of software patterns in Wikipedia: Read the rest of this entry »
Leave a Comment » |
Software Development Practice |
Permalink
Posted by anasoft
February 3, 2007
This is just another solution on how to decouple a database relational world from an object oriented domain world.
Using the Domain Objects Persistence pattern, we can accomplish extracting a persistence code out of a domain object. As the result of the concerns decoupling the domain object is lighter and more domain-business oriented.
Read the rest of this entry »
Leave a Comment » |
Sharing |
Permalink
Posted by anasoft