n-tier

TwitterFacebook
Get flash to fully experience Pearltrees
sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. http://sqlmap.sourceforge.net/#download

sqlmap: automatic SQL injection tool

You can create n-tier or multitier applications that use LINQ to SQL. Typically, the LINQ to SQL data context, entity classes, and query construction logic are located on the middle tier as the data access layer (DAL). Business logic and any non-persistent data can be implemented completely in partial classes and methods of entities and the data context, or it can be implemented in separate classes.

N-Tier and Remote Applications with LINQ to SQL

http://msdn.microsoft.com/en-us/library/bb882661.aspx
http://www.evolt.org/article/Four_ways_to_work_with_hierarchical_data/17/4047/index.html Many thanks to RatFace for his article BBS style recursion How-To .

Four ways to work with hierarchical data | evolt.org