We have all been there haven’t we? We screamed out loud when .NET 2.0 brought us Generics. Generics are probably the greatest enhancement to the .NET Framework since the ASP.NET Repeater (ok so I have special place in my heart for the repeater). So let’s say you have a list of employees that a very [...]
Posts Tagged ‘C#’
.NET Online Payment Gateways: A Factory Pattern Model
26 Aug , 2009
One thing that any good development company should do is strive to create reusable code. Thinking back to projects I’ve worked on in my first year here, it occurred to me that quite a few of them have involved some form of online payment processing. However, each client has used a different payment processor that [...]
