Click here to Skip to main content
15,881,715 members
Articles / Programming Languages / C#

A Common Base Class for LINQ to SQL

Rate me:
Please Sign up or sign in to vote.
3.00/5 (8 votes)
29 Jul 2008CPOL4 min read 64.7K   433   22  
A common base class for LINQ to SQL with which you can implement code to access database easily.
C:\Documents and Settings\yzhang5\My Documents\Visual Studio 2008\Projects\LinqSample\LinqSample.Test\bin\Debug\LinqSample.Test.dll
C:\Documents and Settings\yzhang5\My Documents\Visual Studio 2008\Projects\LinqSample\LinqSample.Test\bin\Debug\LinqSample.Test.pdb
C:\Documents and Settings\yzhang5\My Documents\Visual Studio 2008\Projects\LinqSample\LinqSample.Test\bin\Debug\BruceZhang.Linq.LinqSample.dll
C:\Documents and Settings\yzhang5\My Documents\Visual Studio 2008\Projects\LinqSample\LinqSample.Test\bin\Debug\BruceZhang.Linq.LinqSample.pdb
C:\Documents and Settings\yzhang5\My Documents\Visual Studio 2008\Projects\LinqSample\LinqSample.Test\obj\Debug\ResolveAssemblyReference.cache
C:\Documents and Settings\yzhang5\My Documents\Visual Studio 2008\Projects\LinqSample\LinqSample.Test\obj\Debug\LinqSample.Test.dll
C:\Documents and Settings\yzhang5\My Documents\Visual Studio 2008\Projects\LinqSample\LinqSample.Test\obj\Debug\LinqSample.Test.pdb

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
China China
I am software architect as liberal professions. I am Microsoft MVP focused on the Connected System such as WCF(Windows Communication Foundation), .NET Remoting and Web Service. I expert in C# programming, ASP.NET programming and the design of Software Architecture. I am familiar with .NET framework, Design Patterns, AOP(Aspect-Oriented Programming) and Agile Methodologies etc. At the same time, I act as Agile Coatch with Scrum in many corporation.
My blog is http://brucezhang.wordpress.com.

Comments and Discussions