Posted in ADO.NET, ASP.NET, Architecture, C#, tagged 3-TIER, ADO.NET, Architecture, ASP.NET, BUSINESS LAYER, COMMON LAYER, DATA ACCESS LAYER, DATASET, DataTable, DECIPLINE, ENTITY, N-TIER, OOD, TYPED on July 12, 2008 | 6 Comments »
Hi again,
Nearly two years a go I probed Internet to find out a good reference architecture for my ASP.NET applications. What I meant GOOD ARCHITECTURE was an architecture that:
IS FAIRLY SIMPLE
IS BASED ON N-TIED ARCHITECTURE
IS PRODUCTIVE
IS EASY TO IMPLEMENT
DOES NOT NEED A NY 3rd PARTY CLASSES (I.E. NHIBERNATE)
CAN BE USED FOR A WIDE RANGE [...]
Read Full Post »
In many cases Microsoft Excel can do much for you and reduce your programming efforts. For example, if you must provide a printable version of a data collection or you need to provide a report with grouping, you may send all information to Excel and let the end-user do it with Excel. Therefore, knowing how [...]
Read Full Post »