This entry will be short and sweet. After trying to find some kind of guide for converting from Hashtables - to using the generics Dictionary...I wanted to provide a more complex yet simple code comparision. In this example the first code snippet is the
Read More...
I'll state this upfront, this is not tested in terms of performance - as the objective with my DAL aproach is to reduce the number of methods the DAL contains and institute transactions for any data written to the database. Additionally, utilizing Generics
Read More...
I have been looking for methods to get rid of redundant code throughout my Sites-Easy Project. The biggest issue I have is the redundancy of all of the DAL methods. For instance I have the ability to add a Section that contains 40 some parameters, but
Read More...