csharp_in_depth_fullsource

所属分类:C#编程
开发工具:C#
文件大小:1650KB
下载次数:6
上传日期:2009-09-06 22:56:03
上 传 者gashtio
说明:  The source code accompanying the book "C# in Depth: What you need to master C# 2 and 3" Jon Skeet (2008) Source code in C# of course

文件列表:
C# In Depth\buildkit.build (2702, 2008-02-22)
C# In Depth\Chapter12\AmazonExample\AmazonExample.csproj (2818, 2007-12-05)
C# In Depth\Chapter12\AmazonExample\Program.cs (1121, 2008-02-22)
C# In Depth\Chapter12\AmazonExample\Properties\AssemblyInfo.cs (1438, 2007-11-01)
C# In Depth\Chapter12\Chapter12.sln (5956, 2008-02-22)
C# In Depth\Chapter12\DataSetExamples\app.config (504, 2008-02-13)
C# In Depth\Chapter12\DataSetExamples\DataSetExamples.csproj (4518, 2008-02-13)
C# In Depth\Chapter12\DataSetExamples\DefectDataSet.Designer.cs (221856, 2008-02-13)
C# In Depth\Chapter12\DataSetExamples\DefectDataSet.xsc (361, 2007-11-01)
C# In Depth\Chapter12\DataSetExamples\DefectDataSet.xsd (47695, 2008-02-13)
C# In Depth\Chapter12\DataSetExamples\DefectDataSet.xss (2691, 2008-02-13)
C# In Depth\Chapter12\DataSetExamples\Program.cs (678, 2007-11-01)
C# In Depth\Chapter12\DataSetExamples\Properties\AssemblyInfo.cs (1442, 2007-11-01)
C# In Depth\Chapter12\DataSetExamples\Properties\Settings.Designer.cs (1799, 2008-02-13)
C# In Depth\Chapter12\DataSetExamples\Properties\Settings.settings (1149, 2008-02-13)
C# In Depth\Chapter12\DataSetExamples\TypedGroupOpenDefectSummariesByStatus.cs (1153, 2007-11-01)
C# In Depth\Chapter12\DataSetExamples\TypedShowAllOpenDefectSummaries.cs (778, 2007-11-01)
C# In Depth\Chapter12\DataSetExamples\UntypedGroupOpenDefectSummariesByStatus.cs (1332, 2008-02-13)
C# In Depth\Chapter12\DataSetExamples\UntypedShowOpenDefectDetails.cs (1722, 2008-02-13)
C# In Depth\Chapter12\DataSetExamples\UntypedShowOpenDefectSummaries.cs (1009, 2008-02-13)
C# In Depth\Chapter12\EntityFramework\App.Config (532, 2008-08-19)
C# In Depth\Chapter12\EntityFramework\Defect.cs (747, 2008-08-19)
C# In Depth\Chapter12\EntityFramework\DefectModel.Designer.cs (36396, 2008-08-19)
C# In Depth\Chapter12\EntityFramework\DefectModel.edmx (18999, 2008-08-19)
C# In Depth\Chapter12\EntityFramework\EntityFramework.csproj (3730, 2008-08-19)
C# In Depth\Chapter12\EntityFramework\Program.cs (676, 2008-08-19)
C# In Depth\Chapter12\EntityFramework\Properties\AssemblyInfo.cs (1442, 2008-02-22)
C# In Depth\Chapter12\EntityFramework\ShowAllClosedDefects.cs (575, 2008-08-19)
C# In Depth\Chapter12\EntityFramework\Status.cs (811, 2008-08-19)
C# In Depth\Chapter12\EntityFramework\UserType.cs (157, 2008-08-19)
C# In Depth\Chapter12\LinqToActiveDirectory\lib\BdsSoft.DirectoryServices.Linq.dll (21504, 2007-12-05)
C# In Depth\Chapter12\LinqToActiveDirectory\LinqToActiveDirectory.csproj (3478, 2007-12-05)
C# In Depth\Chapter12\LinqToActiveDirectory\Person.cs (755, 2008-02-13)
C# In Depth\Chapter12\LinqToActiveDirectory\Program.cs (354, 2007-12-05)
C# In Depth\Chapter12\LinqToActiveDirectory\Properties\AssemblyInfo.cs (1432, 2007-11-01)
C# In Depth\Chapter12\LinqToActiveDirectory\ShowUsersBeginningWithK.cs (1195, 2008-02-13)
C# In Depth\Chapter12\LinqToAmazon\AmazonBook.cs (555, 2007-11-01)
C# In Depth\Chapter12\LinqToAmazon\AmazonBookExpressionVisitor.cs (6570, 2007-11-01)
C# In Depth\Chapter12\LinqToAmazon\AmazonBookQueryCriteria.cs (370, 2007-11-01)
... ...

README for C# In Depth source code ---------------------------------- The source code for C# In Depth is laid out in the following manner: MiscUtil.dll: Required for most solutions, to allow easy starting of individual programs within projects. Chapter12: Source code for chapter 12 (various LINQ providers) Snippy: Source code for the "Snippy" snippet compiler Snippets: The snippets themselves Databases: Database files Figures: More detailed diagrams for chapter 11 OtherChapters: Code for chapters 1-11 Chapter uses multiple projects to lay out their code; the other chapters all have a single project per chapter (or one for VS2005/VS2008 and one for VS2008 only), and so can easily live within a single solution. There are two solution files in the "OtherChapters" directories, one for Visual Studio 2005 and one for Visual Studio 2008. The Visual Studio 2008 solutions contain all projects, whereas the Visual Studio 2005 solutions don't have any projects which require C# 3 or .NET 3.0/3.5. In some cases the code is slightly different from that in the book, in order to use namespaces and type names which are more appropriate for types within a full solution. Each project uses MiscUtil as a launcher - set a project as the startup project, run it, and you will be presented with options of which program to run from within that project. Each file has been given a name reflecting its purpose; see ListingMap.txt for a map from chapter/listing to filename.

近期下载者

相关文件


收藏者