资源详情

返回首页 | 相关搜索
Джон Скит - C# для профессионалов. Тонкости программирования - 2014
大小 32.45 MB
文件数 571
Info Hash: 0E7C1279857A1C8BECE2BFD17D37978A2D75CF27
收录时间 2026-02-26 15:00:27
更新时间 2026-02-26 15:48:44
文件列表 (571)
CD/Chapter12/.nuget/NuGet.Config
169 B
CD/Chapter12/.nuget/NuGet.exe
635.5 KB
CD/Chapter12/.nuget/NuGet.targets
7.6 KB
CD/Chapter12/Chapter 12.sln
7.84 KB
CD/Chapter12/Model/app.config
494 B
CD/Chapter12/Model/Defect.cs
578 B
CD/Chapter12/Model/DefectModel.dbml
3.86 KB
CD/Chapter12/Model/DefectModel.dbml.layout
3.83 KB
CD/Chapter12/Model/DefectModel.designer.cs
24.95 KB
CD/Chapter12/Model/Model.csproj
5.41 KB
CD/Chapter12/Model/NotificationSubscription.cs
183 B
CD/Chapter12/Model/Project.cs
268 B
CD/Chapter12/Model/Properties/AssemblyInfo.cs
1.39 KB
CD/Chapter12/Model/Properties/Settings.Designer.cs
1.75 KB
CD/Chapter12/Model/Properties/Settings.settings
1.11 KB
CD/Chapter12/Model/SampleData.cs
23.23 KB
CD/Chapter12/Model/Severity.cs
217 B
CD/Chapter12/Model/Status.cs
873 B
CD/Chapter12/Model/User.cs
406 B
CD/Chapter12/Model/UserType.cs
219 B
CD/Chapter12/packages/repositories.config
129 B
CD/Chapter12/ParallelLinq/ImageOptions.cs
1.67 KB
CD/Chapter12/ParallelLinq/MandelbrotGenerator.cs
2.92 KB
CD/Chapter12/ParallelLinq/OrderedParallelRangeGenerator.cs
751 B
CD/Chapter12/ParallelLinq/OrderedPixelsParallelGenerator.cs
943 B
CD/Chapter12/ParallelLinq/OrderedRowsParallelGenerator.cs
915 B
CD/Chapter12/ParallelLinq/ParallelLinq.csproj
5.28 KB
CD/Chapter12/ParallelLinq/PlinqClasses.cd
681 B
CD/Chapter12/ParallelLinq/Program.cs
324 B
CD/Chapter12/ParallelLinq/Properties/AssemblyInfo.cs
1.4 KB
CD/Chapter12/ParallelLinq/SingleThreadedGenerator.cs
779 B
CD/Chapter12/ParallelLinq/UnorderedParallelRangeGenerator.cs
745 B
CD/Chapter12/ParallelLinq/UnorderedPixelsParallelGenerator.cs
937 B
CD/Chapter12/ParallelLinq/UnorderedRowsParallelGenerator.cs
813 B
CD/Chapter12/QueryableDemo/Aggregation.cs
406 B
CD/Chapter12/QueryableDemo/FakeQuery.cs
1.27 KB
CD/Chapter12/QueryableDemo/FakeQueryProvider.cs
1.06 KB
CD/Chapter12/QueryableDemo/InterfaceDiagram.cd
1.3 KB
CD/Chapter12/QueryableDemo/Logger.cs
879 B
CD/Chapter12/QueryableDemo/Program.cs
245 B
CD/Chapter12/QueryableDemo/Properties/AssemblyInfo.cs
1.4 KB
CD/Chapter12/QueryableDemo/QueryableDemo.csproj
4.85 KB
CD/Chapter12/QueryableDemo/SimpleQuery.cs
404 B
CD/Chapter12/RandomExtension/Extensions.cs
4.18 KB
CD/Chapter12/RandomExtension/nunit-license.txt
1.1 KB
CD/Chapter12/RandomExtension/nunit.framework.dll
128 KB
CD/Chapter12/RandomExtension/Properties/AssemblyInfo.cs
1.41 KB
CD/Chapter12/RandomExtension/RandomExtension.csproj
2.63 KB
CD/Chapter12/RandomExtension/Tests.cs
3.21 KB
CD/Chapter12/RxExamples/GroupBy.cs
525 B
CD/Chapter12/RxExamples/NoOpQuery.cs
516 B
CD/Chapter12/RxExamples/packages.config
479 B
CD/Chapter12/RxExamples/Program.cs
214 B
CD/Chapter12/RxExamples/Properties/AssemblyInfo.cs
1.41 KB
CD/Chapter12/RxExamples/RxExamples.csproj
3.5 KB
CD/Chapter12/RxExamples/SelectAndWhere.cs
486 B
CD/Chapter12/RxExamples/SelectMany.cs
448 B
CD/Chapter12/RxExamples/SelectManyWithThreadPool.cs
511 B
CD/Chapter12/SqlExamples/AllDefectsToSubscribers.cs
862 B
CD/Chapter12/SqlExamples/AllDefectsToSubscribersGrouped.cs
1.16 KB
CD/Chapter12/SqlExamples/app.config
488 B
CD/Chapter12/SqlExamples/CleanDatabaseQuickly.cs
1.08 KB
CD/Chapter12/SqlExamples/CleanDatabaseSlowly.cs
860 B
CD/Chapter12/SqlExamples/DateRange.cs
709 B
CD/Chapter12/SqlExamples/DeferredLoading.cs
716 B
CD/Chapter12/SqlExamples/OrderUsersByLengthOfNameWithLet.cs
799 B
CD/Chapter12/SqlExamples/PopulateDatabase.cs
693 B
CD/Chapter12/SqlExamples/Program.cs
674 B
CD/Chapter12/SqlExamples/Properties/AssemblyInfo.cs
1.4 KB
CD/Chapter12/SqlExamples/Properties/Settings.Designer.cs
1.75 KB
CD/Chapter12/SqlExamples/Properties/Settings.settings
1.11 KB
CD/Chapter12/SqlExamples/Range.cs
1.22 KB
CD/Chapter12/SqlExamples/RecreateDatabase.cs
463 B
CD/Chapter12/SqlExamples/ShowAllClosedDefects.cs
633 B
CD/Chapter12/SqlExamples/ShowAllOpenDefectsAssignedToTim.cs
942 B
CD/Chapter12/SqlExamples/ShowDefectAndAssignee.cs
644 B
CD/Chapter12/SqlExamples/ShowDefectAndProjectSummary.cs
708 B
CD/Chapter12/SqlExamples/SqlExamples.csproj
6.21 KB
CD/Chapter12/SqlExamples/UpdateFirstDefect.cs
1.13 KB
CD/Chapter12/XmlExamples/CreateDevelopersXml.cs
556 B
CD/Chapter12/XmlExamples/CreateProjectsWithNestedSubscriptions.cs
1.07 KB
CD/Chapter12/XmlExamples/CreateSimpleXml.cs
542 B
CD/Chapter12/XmlExamples/CreateUsersXml.cs
567 B
CD/Chapter12/XmlExamples/CreateUsersXmlWithExtension.cs
686 B
CD/Chapter12/XmlExamples/CreateXml.cs
225 B
CD/Chapter12/XmlExamples/CreateXmlWithReflection.cs
2.28 KB
CD/Chapter12/XmlExamples/CreateXmlWithReflectionConcise.cs
2.23 KB
CD/Chapter12/XmlExamples/Extensions/XmlExtensions.cs
656 B
CD/Chapter12/XmlExamples/JoinDefectsToUsersAndProjects.cs
1.37 KB
CD/Chapter12/XmlExamples/LinqToXml.cd
1.49 KB
CD/Chapter12/XmlExamples/Program.cs
245 B
CD/Chapter12/XmlExamples/Properties/AssemblyInfo.cs
1.4 KB
CD/Chapter12/XmlExamples/ShowAllUsers.cs
694 B
CD/Chapter12/XmlExamples/XmlExamples.csproj
5.46 KB
CD/Chapter12/XmlExamples/XmlSampleData.cs
2.13 KB
CD/Databases/LinqDemo.mdf
3 MB
CD/Databases/LinqDemo_log.ldf
1 MB
CD/Databases/SkeetysoftDefects.mdf
3.19 MB
CD/Databases/SkeetysoftDefects_log.LDF
3.44 MB
CD/MiscUtil.dll
175 KB
CD/OtherChapters/AppendixB/app.config
144 B
CD/OtherChapters/AppendixB/AppendixB.csproj
2.94 KB
CD/OtherChapters/AppendixB/CaseInsensitiveDictionary.cs
490 B
CD/OtherChapters/AppendixB/CollectionInterfaces.cd
1.99 KB
CD/OtherChapters/AppendixB/Program.cs
238 B
CD/OtherChapters/AppendixB/Properties/AssemblyInfo.cs
1.4 KB
CD/OtherChapters/AppendixB/ReadOnlyInterfaces.cd
1.55 KB
CD/OtherChapters/AppendixB/SortedSetView.cs
587 B
CD/OtherChapters/AppendixB/StackIteration.cs
525 B
CD/OtherChapters/Chapter01/app.config
520 B
CD/OtherChapters/Chapter01/Chapter01.csproj
6.96 KB
CD/OtherChapters/Chapter01/CSharp1/ArrayListQuery.cs
507 B
CD/OtherChapters/Chapter01/CSharp1/ArrayListSort.cs
780 B
CD/OtherChapters/Chapter01/CSharp1/Product.cs
1.01 KB
CD/OtherChapters/Chapter01/CSharp2/ListQueryWithDelegates.cs
576 B
CD/OtherChapters/Chapter01/CSharp2/ListQueryWithDelegatesCompact.cs
478 B
CD/OtherChapters/Chapter01/CSharp2/ListSortWithComparer.cs
728 B
CD/OtherChapters/Chapter01/CSharp2/ListSortWithComparisonDelegate.cs
597 B
CD/OtherChapters/Chapter01/CSharp2/Product.cs
1.11 KB
CD/OtherChapters/Chapter01/CSharp3/DisplayProductsWithUnknownPrice.cs
559 B
CD/OtherChapters/Chapter01/CSharp3/LinqToXml.cs
1.19 KB
CD/OtherChapters/Chapter01/CSharp3/ListFilteringWithLinq.cs
605 B
CD/OtherChapters/Chapter01/CSharp3/ListJoiningOrderingAndFilteringWithLinq.cs
1.07 KB
CD/OtherChapters/Chapter01/CSharp3/ListOrderWithExtensionMethod.cs
495 B
CD/OtherChapters/Chapter01/CSharp3/ListQueryWithLambdaExpression.cs
498 B
CD/OtherChapters/Chapter01/CSharp3/ListSortWithLambdaExpression.cs
566 B
CD/OtherChapters/Chapter01/CSharp3/Product.cs
988 B
CD/OtherChapters/Chapter01/CSharp3/ProductWithNullablePrice.cs
1.05 KB
CD/OtherChapters/Chapter01/CSharp3/ProductWithSupplierID.cs
1.13 KB
CD/OtherChapters/Chapter01/CSharp3/Sql/LinqDemo.cs
92 B
CD/OtherChapters/Chapter01/CSharp3/Sql/LinqDemo.dbml
1.31 KB
CD/OtherChapters/Chapter01/CSharp3/Sql/LinqDemo.dbml.diagram
1.17 KB
CD/OtherChapters/Chapter01/CSharp3/Sql/LinqDemo.dbml.layout
1.19 KB
CD/OtherChapters/Chapter01/CSharp3/Sql/LinqDemo.designer.cs
4.38 KB
CD/OtherChapters/Chapter01/CSharp3/Sql/LinqToSql.cs
1.04 KB
CD/OtherChapters/Chapter01/CSharp3/Supplier.cs
626 B
CD/OtherChapters/Chapter01/CSharp4/FindProducts.py
308 B
CD/OtherChapters/Chapter01/CSharp4/Product.cs
1.1 KB
CD/OtherChapters/Chapter01/CSharp4/PythonProducts.cs
679 B
CD/OtherChapters/Chapter01/CSharp4/SaveInExcel.cs
924 B
CD/OtherChapters/Chapter01/CSharp5/Product.cs
578 B
CD/OtherChapters/Chapter01/CSharp5/ProductChecker.cs
1.82 KB
CD/OtherChapters/Chapter01/CSharp5/ProductChecker.Designer.cs
10.98 KB
CD/OtherChapters/Chapter01/CSharp5/ProductChecker.resx
7.31 KB
CD/OtherChapters/Chapter01/CSharp5/ProductDirectory.cs
825 B
CD/OtherChapters/Chapter01/CSharp5/Warehouse.cs
765 B
CD/OtherChapters/Chapter01/data.xml
533 B
CD/OtherChapters/Chapter01/Program.cs
667 B
CD/OtherChapters/Chapter01/Properties/AssemblyInfo.cs
1.2 KB
CD/OtherChapters/Chapter01/Properties/Settings.Designer.cs
1.73 KB
CD/OtherChapters/Chapter01/Properties/Settings.settings
1.09 KB
CD/OtherChapters/Chapter02/AnonymousTypes.cs
440 B
CD/OtherChapters/Chapter02/ArrayVariance.cs
308 B
CD/OtherChapters/Chapter02/Chapter02.csproj
2.9 KB
CD/OtherChapters/Chapter02/LambdaExpression.cs
321 B
CD/OtherChapters/Chapter02/NullableDemo.cs
434 B
CD/OtherChapters/Chapter02/Program.cs
250 B
CD/OtherChapters/Chapter02/Properties/AssemblyInfo.cs
1.2 KB
CD/OtherChapters/Chapter02/SimpleDelegateUse.cs
1.13 KB
CD/OtherChapters/Chapter02/SimplifiedDelegates.cs
1.1 KB
CD/OtherChapters/Chapter03/Chapter03.csproj
5.13 KB
CD/OtherChapters/Chapter03/ComparisonHelper.cs
541 B
CD/OtherChapters/Chapter03/CountingEnumerable.cs
1.39 KB
CD/OtherChapters/Chapter03/DefaultValueComparison.cs
657 B
CD/OtherChapters/Chapter03/DictionaryDemo.cs
1.38 KB
CD/OtherChapters/Chapter03/GenericMethodDemo.cs
626 B
CD/OtherChapters/Chapter03/GenericMethodReflection.cs
660 B
CD/OtherChapters/Chapter03/GenericTypeReflection.cs
965 B
CD/OtherChapters/Chapter03/ListConvertAll.cs
764 B
CD/OtherChapters/Chapter03/OperatorOverloading.cs
610 B
CD/OtherChapters/Chapter03/Pair.cs
1.6 KB
CD/OtherChapters/Chapter03/Program.cs
238 B
CD/OtherChapters/Chapter03/Properties/AssemblyInfo.cs
1.2 KB
CD/OtherChapters/Chapter03/StaticConstructors.cs
1.06 KB
CD/OtherChapters/Chapter03/StaticFieldPerClosedType.cs
754 B
CD/OtherChapters/Chapter03/TypeofOperator.cs
730 B
CD/OtherChapters/Chapter03/Variance/AreaComparer.cs
264 B
CD/OtherChapters/Chapter03/Variance/Circle.cs
468 B
CD/OtherChapters/Chapter03/Variance/ComparisonHelper.cs
559 B
CD/OtherChapters/Chapter03/Variance/EnumeratorConversion.cs
1.95 KB
CD/OtherChapters/Chapter03/Variance/IDrawing.cs
166 B
CD/OtherChapters/Chapter03/Variance/IShape.cs
112 B
CD/OtherChapters/Chapter03/Variance/MondrianDrawing.cs
396 B
CD/OtherChapters/Chapter03/Variance/Rectangle.cs
450 B
CD/OtherChapters/Chapter03/Variance/SeuratDrawing.cs
278 B
CD/OtherChapters/Chapter03/Variance/ShapeSorting.cs
1.07 KB
CD/OtherChapters/Chapter03/Variance/WrappedEnumerable.cs
738 B
CD/OtherChapters/Chapter04/AgeCalculation.cs
1.32 KB
CD/OtherChapters/Chapter04/BoxingAndUnboxing.cs
728 B
CD/OtherChapters/Chapter04/Chapter04.csproj
2.95 KB
CD/OtherChapters/Chapter04/NullableMembers.cs
1.18 KB
CD/OtherChapters/Chapter04/NullableTryParse.cs
757 B
CD/OtherChapters/Chapter04/PartialComparer.cs
1.14 KB
CD/OtherChapters/Chapter04/Product.cs
824 B
CD/OtherChapters/Chapter04/ProductComparisonDemo.cs
2.32 KB
CD/OtherChapters/Chapter04/Program.cs
241 B
CD/OtherChapters/Chapter04/Properties/AssemblyInfo.cs
1.36 KB
CD/OtherChapters/Chapter04/SyntacticSugar.cs
689 B
CD/OtherChapters/Chapter05/BreakingChange.cs
742 B
CD/OtherChapters/Chapter05/CapturedVariableLifetimeExtension.cs
644 B
CD/OtherChapters/Chapter05/CapturedVariableWalkthrough.cs
650 B
CD/OtherChapters/Chapter05/Chapter05.csproj
3.31 KB
CD/OtherChapters/Chapter05/Covariance.cs
846 B
CD/OtherChapters/Chapter05/CSharp1Syntax.cs
1.04 KB
CD/OtherChapters/Chapter05/EvilEvilEvilCapturedVariables.cs
1018 B
CD/OtherChapters/Chapter05/FileSorter.cs
1.04 KB
CD/OtherChapters/Chapter05/IgnoredParametersAnonymousMethods.cs
707 B
CD/OtherChapters/Chapter05/InferenceAndContravariance.cs
753 B
CD/OtherChapters/Chapter05/IntroducingCapturedVariables.cs
844 B
CD/OtherChapters/Chapter05/MultipleCaptures.cs
817 B
CD/OtherChapters/Chapter05/Program.cs
238 B
CD/OtherChapters/Chapter05/Properties/AssemblyInfo.cs
1.2 KB
CD/OtherChapters/Chapter05/ReturnFromAnonymousMethod.cs
392 B
CD/OtherChapters/Chapter05/SimpleAnonymousMethods.cs
1.07 KB
CD/OtherChapters/Chapter05/UglyButCompactCode.cs
478 B
CD/OtherChapters/Chapter06/Chapter06.csproj
2.94 KB
CD/OtherChapters/Chapter06/CircularBuffer.cs
5.46 KB
CD/OtherChapters/Chapter06/FakeLinq.cs
1.15 KB
CD/OtherChapters/Chapter06/IterationSample.cs
1.98 KB
CD/OtherChapters/Chapter06/IteratorBlockIterationSample.cs
1013 B
CD/OtherChapters/Chapter06/IteratorWorkflow.cs
1.49 KB
CD/OtherChapters/Chapter06/LineReader.cs
750 B
CD/OtherChapters/Chapter06/Program.cs
238 B
CD/OtherChapters/Chapter06/Properties/AssemblyInfo.cs
1.2 KB
CD/OtherChapters/Chapter06/YieldBreak.cs
804 B
CD/OtherChapters/Chapter06/YieldBreakAndTryFinally.cs
996 B
CD/OtherChapters/Chapter07/Chapter07.csproj
4.66 KB
CD/OtherChapters/Chapter07/DoubleColonForAliases.cs
467 B
CD/OtherChapters/Chapter07/Example1.cs
316 B
CD/OtherChapters/Chapter07/Example2.cs
187 B
CD/OtherChapters/Chapter07/FixedSizeBufferDemo.cs
1.5 KB
CD/OtherChapters/Chapter07/Generated.cs
367 B
CD/OtherChapters/Chapter07/GlobalNamespaceAlias.cs
457 B
CD/OtherChapters/Chapter07/Handwritten.cs
273 B
CD/OtherChapters/Chapter07/NonStaticStringHelper.cs
473 B
CD/OtherChapters/Chapter07/Program.cs
238 B
CD/OtherChapters/Chapter07/Properties/AssemblyInfo.cs
1.2 KB
CD/OtherChapters/Chapter07/SimpleAliases.cs
409 B
CD/OtherChapters/Chapter07/StaticStringHelper.cs
377 B
CD/OtherChapters/Chapter07/UnusedFieldWithWarning.cs
158 B
CD/OtherChapters/Chapter07/UnusedWarningWithWarningSuppressed.cs
230 B
CD/OtherChapters/Chapter08/AnonymousTypeInArray.cs
788 B
CD/OtherChapters/Chapter08/Chapter08.csproj
3.12 KB
CD/OtherChapters/Chapter08/FirstAnonymousType.cs
450 B
CD/OtherChapters/Chapter08/InstanceCountingPerson.cs
610 B
CD/OtherChapters/Chapter08/Location.cs
224 B
CD/OtherChapters/Chapter08/ObjectInitializer.cs
822 B
CD/OtherChapters/Chapter08/Person.cs
664 B
CD/OtherChapters/Chapter08/Program.cs
241 B
CD/OtherChapters/Chapter08/Projection.cs
967 B
CD/OtherChapters/Chapter08/Properties/AssemblyInfo.cs
1.36 KB
CD/OtherChapters/Chapter09/app.config
117 B
CD/OtherChapters/Chapter09/Chapter09.csproj
4.17 KB
CD/OtherChapters/Chapter09/CompiledExpressionTree.cs
553 B
CD/OtherChapters/Chapter09/ConciseLambdaExpression.cs
362 B
CD/OtherChapters/Chapter09/ConversionWithTypeInference.cs
478 B
CD/OtherChapters/Chapter09/EventLogging.cs
1.2 KB
CD/OtherChapters/Chapter09/FilmFilteringAndSorting.cs
1.62 KB
CD/OtherChapters/Chapter09/FirstExpressionTree.cs
464 B
CD/OtherChapters/Chapter09/FirstLambdaExpression.cs
381 B
CD/OtherChapters/Chapter09/HigherOrderFunctions/Accumulator.cs
664 B
CD/OtherChapters/Chapter09/HigherOrderFunctions/DoubleApplication.cs
1.18 KB
CD/OtherChapters/Chapter09/HigherOrderFunctions/PartialApplication.cs
1.08 KB
CD/OtherChapters/Chapter09/ImplicitParameterTypes.cs
1.25 KB
CD/OtherChapters/Chapter09/LambdaExpressionToExpressionTree.cs
403 B
CD/OtherChapters/Chapter09/LambdaExpressionWithParametersToExpressionTree.cs
531 B
CD/OtherChapters/Chapter09/MethodCallExpressionTree.cs
981 B
CD/OtherChapters/Chapter09/MultipleArgumentInference.cs
374 B
CD/OtherChapters/Chapter09/MultiStageInference.cs
815 B
CD/OtherChapters/Chapter09/OverloadingByDelegateReturnType.cs
537 B
CD/OtherChapters/Chapter09/Product.cs
824 B
CD/OtherChapters/Chapter09/ProductComparisonDemo.cs
1.5 KB
CD/OtherChapters/Chapter09/Program.cs
241 B
CD/OtherChapters/Chapter09/Properties/AssemblyInfo.cs
1.36 KB
CD/OtherChapters/Chapter09/ReturnTypeInference.cs
416 B
CD/OtherChapters/Chapter09/ReturnTypeInferenceWithMultipleReturns.cs
668 B
CD/OtherChapters/Chapter09/SimpleAnonymousMethod.cs
386 B
CD/OtherChapters/Chapter10/CallingExtensionMethodOnNullReference.cs
375 B
CD/OtherChapters/Chapter10/Chapter10.csproj
3.66 KB
CD/OtherChapters/Chapter10/DefectReport.cs
731 B
CD/OtherChapters/Chapter10/NullUtil.cs
242 B
CD/OtherChapters/Chapter10/Program.cs
241 B
CD/OtherChapters/Chapter10/Properties/AssemblyInfo.cs
1.36 KB
CD/OtherChapters/Chapter10/RangeEnumeration.cs
406 B
CD/OtherChapters/Chapter10/RangeFiltering.cs
495 B
CD/OtherChapters/Chapter10/RangeOrdering.cs
624 B
CD/OtherChapters/Chapter10/RangeProjection.cs
738 B
CD/OtherChapters/Chapter10/RangeReversal.cs
442 B
CD/OtherChapters/Chapter10/SalaryReport.cs
2.35 KB
CD/OtherChapters/Chapter10/StreamUtilNoExtensions.cs
981 B
CD/OtherChapters/Chapter10/StreamUtilWithExtensions.cs
1003 B
CD/OtherChapters/Chapter10/UsingStreamUtilWithExtensions.cs
602 B
CD/OtherChapters/Chapter10/UsingStreamUtilWithoutExtensions.cs
627 B
CD/OtherChapters/Chapter11/Chapter11.csproj
5.24 KB
CD/OtherChapters/Chapter11/LogFile/EntryType.cs
162 B
CD/OtherChapters/Chapter11/LogFile/LogEntry.cs
1.41 KB
CD/OtherChapters/Chapter11/LogFile/LogFileGenerator.cs
1.97 KB
CD/OtherChapters/Chapter11/LogFile/LogReader.cs
941 B
CD/OtherChapters/Chapter11/Model/Defect.cs
1.04 KB
CD/OtherChapters/Chapter11/Model/Model.cd
3.72 KB
CD/OtherChapters/Chapter11/Model/NotificationSubscription.cs
397 B
CD/OtherChapters/Chapter11/Model/Project.cs
242 B
CD/OtherChapters/Chapter11/Model/SampleData.cs
22.38 KB
CD/OtherChapters/Chapter11/Model/Severity.cs
155 B
CD/OtherChapters/Chapter11/Model/StaticCounter.cs
205 B
CD/OtherChapters/Chapter11/Model/Status.cs
811 B
CD/OtherChapters/Chapter11/Model/User.cs
438 B
CD/OtherChapters/Chapter11/Model/UserType.cs
157 B
CD/OtherChapters/Chapter11/Program.cs
241 B
CD/OtherChapters/Chapter11/Properties/AssemblyInfo.cs
1.36 KB
CD/OtherChapters/Chapter11/Queries/AllDefectsToSubscribers.cs
683 B
CD/OtherChapters/Chapter11/Queries/AllDefectsToSubscribersGrouped.cs
947 B
CD/OtherChapters/Chapter11/Queries/CartesianJoin.cs
675 B
CD/OtherChapters/Chapter11/Queries/CastAndOfType.cs
718 B
CD/OtherChapters/Chapter11/Queries/DateTimeRange.cs
762 B
CD/OtherChapters/Chapter11/Queries/DefectsOpenedByDate.cs
785 B
CD/OtherChapters/Chapter11/Queries/DisplayListingsMap.cs
2.41 KB
CD/OtherChapters/Chapter11/Queries/ExplicitRangeVariable.cs
575 B
CD/OtherChapters/Chapter11/Queries/GroupDefectsByAssignee.cs
857 B
CD/OtherChapters/Chapter11/Queries/GroupDefectsByAssigneeWithContinuation.cs
787 B
CD/OtherChapters/Chapter11/Queries/GroupDefectsByAssigneeWithContinuationAndOrdering.cs
1014 B
CD/OtherChapters/Chapter11/Queries/GroupDefectsByAssigneeWithProjection.cs
774 B
CD/OtherChapters/Chapter11/Queries/OpenDefectsByProjectAndSeverity.cs
1.11 KB
CD/OtherChapters/Chapter11/Queries/OrderUsersByDefectCount.cs
721 B
CD/OtherChapters/Chapter11/Queries/OrderUsersByLengthOfNameWithLet.cs
650 B
CD/OtherChapters/Chapter11/Queries/OrderUsersByLengthOfNameWithoutLet.cs
566 B
CD/OtherChapters/Chapter11/Queries/PseudoCartesianJoin.cs
469 B
CD/OtherChapters/Chapter11/Queries/RangeCartesianJoin.cs
585 B
CD/OtherChapters/Chapter11/Queries/RemainingDefectsByDate.cs
1.04 KB
CD/OtherChapters/Chapter11/Queries/ShowAllClosedDefects.cs
480 B
CD/OtherChapters/Chapter11/Queries/ShowAllDefects.cs
412 B
CD/OtherChapters/Chapter11/Queries/ShowAllOpenDefectsAssignedToTim.cs
665 B
CD/OtherChapters/Chapter11/Queries/ShowAllOpenDefectsAssignedToTimBySeverity.cs
750 B
CD/OtherChapters/Chapter11/Queries/ShowAllOpenDefectsAssignedToTimBySeverityAndLastModified.cs
844 B
CD/OtherChapters/Chapter11/Queries/ShowAllUserNames.cs
545 B
CD/OtherChapters/Chapter11/Queries/ShowAllUsers.cs
465 B
CD/OtherChapters/Chapter11/Queries/ShowAllUsersMethodCall.cs
445 B
CD/OtherChapters/Chapter11/Queries/TranslationExample.cs
882 B
CD/OtherChapters/Chapter13/Chapter13.csproj
3.63 KB
CD/OtherChapters/Chapter13/Circle.cs
888 B
CD/OtherChapters/Chapter13/ConverterVariance.cs
472 B
CD/OtherChapters/Chapter13/EvilSideEffects.cs
467 B
CD/OtherChapters/Chapter13/Immutability.cs
741 B
CD/OtherChapters/Chapter13/IShape.cs
255 B
CD/OtherChapters/Chapter13/LogFileCreator.cs
1.27 KB
CD/OtherChapters/Chapter13/LoggingNamedArguments.cs
584 B
CD/OtherChapters/Chapter13/Program.cs
241 B
CD/OtherChapters/Chapter13/Properties/AssemblyInfo.cs
1.4 KB
CD/OtherChapters/Chapter13/ShapeContravariance.cs
546 B
CD/OtherChapters/Chapter13/ShapeCovariance.cs
516 B
CD/OtherChapters/Chapter13/Shapes.cs
658 B
CD/OtherChapters/Chapter13/SimpleDelegateVariance.cs
604 B
CD/OtherChapters/Chapter13/SimpleNamedArguments.cs
512 B
CD/OtherChapters/Chapter13/SimpleOptionalParameters.cs
439 B
CD/OtherChapters/Chapter13/Square.cs
569 B
CD/OtherChapters/Chapter13/VarianceInsanity.cs
378 B
CD/OtherChapters/Chapter13/WordBeforeCSharp4.cs
1.17 KB
CD/OtherChapters/Chapter13/WordImprovement1.cs
735 B
CD/OtherChapters/Chapter13/WordImprovement2.cs
749 B
CD/OtherChapters/Chapter13/WordMeanings.cs
762 B
CD/OtherChapters/Chapter14/books.xml
411 B
CD/OtherChapters/Chapter14/Chapter14.csproj
5.63 KB
CD/OtherChapters/Chapter14/DoubleOverloading.cs
551 B
CD/OtherChapters/Chapter14/DuckTypedCount.cs
602 B
CD/OtherChapters/Chapter14/DynamicExcel.cs
573 B
CD/OtherChapters/Chapter14/DynamicExtensionMethods.cs
542 B
CD/OtherChapters/Chapter14/DynamicLambda.cs
637 B
CD/OtherChapters/Chapter14/DynamicLinq.cs
570 B
CD/OtherChapters/Chapter14/DynamicSum.cs
671 B
CD/OtherChapters/Chapter14/DynamicTimeSpanSum.cs
934 B
CD/OtherChapters/Chapter14/DynamicXElement.cs
1.97 KB
CD/OtherChapters/Chapter14/DynamicXElementTest.cs
515 B
CD/OtherChapters/Chapter14/EmbeddedHelloWorld.cs
416 B
CD/OtherChapters/Chapter14/ExpandoDelegate.cs
387 B
CD/OtherChapters/Chapter14/ExpandoXml.cs
1.45 KB
CD/OtherChapters/Chapter14/FirstSteps.cs
520 B
CD/OtherChapters/Chapter14/FirstSteps2.cs
519 B
CD/OtherChapters/Chapter14/FirstSteps3.cs
497 B
CD/OtherChapters/Chapter14/FirstSteps4.cs
457 B
CD/OtherChapters/Chapter14/HelloWorld.py
25 B
CD/OtherChapters/Chapter14/InheritanceOverloading.cs
658 B
CD/OtherChapters/Chapter14/MultipleDispatchCount.cs
1.25 KB
CD/OtherChapters/Chapter14/Program.cs
241 B
CD/OtherChapters/Chapter14/PythonListComprehension.cs
1.07 KB
CD/OtherChapters/Chapter14/Reflection.cs
789 B
CD/OtherChapters/Chapter14/Rumpelstiltskin.cs
2.55 KB
CD/OtherChapters/Chapter14/Rumpelstiltskin2.cs
2.14 KB
CD/OtherChapters/Chapter14/RumpelstiltskinTest.cs
650 B
CD/OtherChapters/Chapter14/ScriptScopeDelegate.cs
609 B
CD/OtherChapters/Chapter14/SimpleExpando.cs
597 B
CD/OtherChapters/Chapter14/SimpleOverloading.cs
562 B
CD/OtherChapters/Chapter14/SimpleScriptScope.cs
723 B
CD/OtherChapters/Chapter14/StaticChecking.cs
564 B
CD/OtherChapters/Chapter14/StaticExcel.cs
600 B
CD/OtherChapters/Chapter14/TypeInferenceChecking.cs
635 B
CD/OtherChapters/Chapter14/VeryDynamicExcel.cs
639 B
CD/OtherChapters/Chapter15/AggregatedExceptions.cs
2.87 KB
CD/OtherChapters/Chapter15/App.config
187 B
CD/OtherChapters/Chapter15/AsyncForm.cs
1.05 KB
CD/OtherChapters/Chapter15/AsyncLambda.cs
741 B
CD/OtherChapters/Chapter15/AwaitingCancellation.cs
1011 B
CD/OtherChapters/Chapter15/BrokenArgumentValidation.cs
852 B
CD/OtherChapters/Chapter15/CancellationExceptionDemo.cs
553 B
CD/OtherChapters/Chapter15/Chapter15.csproj
3.9 KB
CD/OtherChapters/Chapter15/DecompilationSample.cs
751 B
CD/OtherChapters/Chapter15/DecompilationSampleDecompiled.cs
5.75 KB
CD/OtherChapters/Chapter15/FixedArgumentValidationAsyncLambda.cs
1.02 KB
CD/OtherChapters/Chapter15/FixedArgumentValidationTwoMethods.cs
1.05 KB
CD/OtherChapters/Chapter15/LogicalStack.cs
527 B
CD/OtherChapters/Chapter15/LogicalStackDecompiled.cs
4.55 KB
CD/OtherChapters/Chapter15/MagicOrdering.cs
3.05 KB
CD/OtherChapters/Chapter15/MagicOrderingTest.cs
3.43 KB
CD/OtherChapters/Chapter15/ManuallyPumpedSynchronizationContext.cs
1.26 KB
CD/OtherChapters/Chapter15/Program.cs
241 B
CD/OtherChapters/Chapter15/Properties/AssemblyInfo.cs
1.36 KB
CD/OtherChapters/Chapter15/TimeMachine.cs
4.5 KB
CD/OtherChapters/Chapter15/WrappedExceptions.cs
941 B
CD/OtherChapters/Chapter16/App.config
187 B
CD/OtherChapters/Chapter16/CallerInfoDemo.cs
699 B
CD/OtherChapters/Chapter16/Chapter16.csproj
2.75 KB
CD/OtherChapters/Chapter16/DynamicInvocation.cs
561 B
CD/OtherChapters/Chapter16/ForEachVariableCapture.cs
589 B
CD/OtherChapters/Chapter16/MemberNames.cs
2.23 KB
CD/OtherChapters/Chapter16/NewPropertyNotifier.cs
992 B
CD/OtherChapters/Chapter16/OldPropertyNotifier.cs
938 B
CD/OtherChapters/Chapter16/Program.cs
205 B
CD/OtherChapters/Chapter16/Properties/AssemblyInfo.cs
1.4 KB
CD/OtherChapters/lib/IronPython License.rtf
46.47 KB
CD/OtherChapters/lib/IronPython.dll
1.72 MB
CD/OtherChapters/lib/Microsoft.Dynamic.dll
1020 KB
CD/OtherChapters/lib/Microsoft.Scripting.dll
140.5 KB
CD/OtherChapters/OtherChapters.sln
16.41 KB
CD/readme.txt
2.32 KB
CD/Snippets/Chapter10/Listing10_10.scs
304 B
CD/Snippets/Chapter10/Listing10_6.scs
119 B
CD/Snippets/Chapter10/Listing10_7.scs
146 B
CD/Snippets/Chapter10/Listing10_8.scs
186 B
CD/Snippets/Chapter10/Listing10_9.scs
392 B
CD/Snippets/Chapter11/Listing11_1.scs
140 B
CD/Snippets/Chapter11/Listing11_10.scs
207 B
CD/Snippets/Chapter11/Listing11_11.scs
280 B
CD/Snippets/Chapter11/Listing11_12.scs
358 B
CD/Snippets/Chapter11/Listing11_13.scs
518 B
CD/Snippets/Chapter11/Listing11_14.scs
403 B
CD/Snippets/Chapter11/Listing11_15.scs
296 B
CD/Snippets/Chapter11/Listing11_16.scs
287 B
CD/Snippets/Chapter11/Listing11_17.scs
427 B
CD/Snippets/Chapter11/Listing11_18.scs
351 B
CD/Snippets/Chapter11/Listing11_19.scs
409 B
CD/Snippets/Chapter11/Listing11_2.scs
122 B
CD/Snippets/Chapter11/Listing11_20.scs
493 B
CD/Snippets/Chapter11/Listing11_4.scs
148 B
CD/Snippets/Chapter11/Listing11_5.scs
344 B
CD/Snippets/Chapter11/Listing11_6.scs
223 B
CD/Snippets/Chapter11/Listing11_7.scs
284 B
CD/Snippets/Chapter11/Listing11_8.scs
347 B
CD/Snippets/Chapter11/Listing11_9.scs
415 B
CD/Snippets/Chapter13/Listing13_1.scs
153 B
CD/Snippets/Chapter13/Listing13_12.scs
459 B
CD/Snippets/Chapter13/Listing13_13.scs
358 B
CD/Snippets/Chapter13/Listing13_14.scs
296 B
CD/Snippets/Chapter13/Listing13_15.scs
207 B
CD/Snippets/Chapter13/Listing13_2_and_6.scs
868 B
CD/Snippets/Chapter13/Listing13_3.scs
214 B
CD/Snippets/Chapter13/Listing13_4.scs
281 B
CD/Snippets/Chapter13/Listing13_5.scs
186 B
CD/Snippets/Chapter13/Listing13_7.scs
415 B
CD/Snippets/Chapter14/Listing14_1.scs
200 B
CD/Snippets/Chapter14/Listing14_11.scs
418 B
CD/Snippets/Chapter14/Listing14_14.scs
256 B
CD/Snippets/Chapter14/Listing14_15.scs
730 B
CD/Snippets/Chapter14/Listing14_16.scs
247 B
CD/Snippets/Chapter14/Listing14_18.scs
248 B
CD/Snippets/Chapter14/Listing14_19.scs
302 B
CD/Snippets/Chapter14/Listing14_2.scs
198 B
CD/Snippets/Chapter14/Listing14_20.scs
275 B
CD/Snippets/Chapter14/Listing14_21.scs
332 B
CD/Snippets/Chapter14/Listing14_22.scs
251 B
CD/Snippets/Chapter14/Listing14_23.scs
349 B
CD/Snippets/Chapter14/Listing14_24.scs
217 B
CD/Snippets/Chapter14/Listing14_25.scs
263 B
CD/Snippets/Chapter14/Listing14_26.scs
122 B
CD/Snippets/Chapter14/Listing14_3.scs
178 B
CD/Snippets/Chapter14/Listing14_4.scs
148 B
CD/Snippets/Chapter15/Listing15_1.scs
777 B
CD/Snippets/Chapter15/Listing15_10.scs
615 B
CD/Snippets/Chapter15/Listing15_4.scs
517 B
CD/Snippets/Chapter15/Listing15_5.scs
469 B
CD/Snippets/Chapter15/Listing15_6.scs
642 B
CD/Snippets/Chapter15/Listing15_7.scs
180 B
CD/Snippets/Chapter15/Listing15_8.scs
553 B
CD/Snippets/Chapter15/Listing15_9.scs
380 B
CD/Snippets/Chapter16/Listing16_1.scs
222 B
CD/Snippets/Chapter16/Listing16_2.scs
388 B
CD/Snippets/Chapter16/Listing16_3.scs
2 KB
CD/Snippets/Chapter16/Listing16_4.scs
239 B
CD/Snippets/Chapter2/Listing2_4.scs
695 B
CD/Snippets/Chapter2/Listing2_5.scs
94 B
CD/Snippets/Chapter2/Listing2_6.scs
191 B
CD/Snippets/Chapter2/Listing2_7.scs
142 B
CD/Snippets/Chapter3/Listing3_1.scs
845 B
CD/Snippets/Chapter3/Listing3_10.scs
407 B
CD/Snippets/Chapter3/Listing3_11.scs
587 B
CD/Snippets/Chapter3/Listing3_12.scs
303 B
CD/Snippets/Chapter3/Listing3_13.scs
329 B
CD/Snippets/Chapter3/Listing3_2.scs
369 B
CD/Snippets/Chapter3/Listing3_3.scs
277 B
CD/Snippets/Chapter3/Listing3_4.scs
349 B
CD/Snippets/Chapter3/Listing3_5.scs
309 B
CD/Snippets/Chapter3/Listing3_7.scs
412 B
CD/Snippets/Chapter3/Listing3_8.scs
684 B
CD/Snippets/Chapter3/Listing3_9.scs
820 B
CD/Snippets/Chapter4/Listing4_1.scs
798 B
CD/Snippets/Chapter4/Listing4_2.scs
378 B
CD/Snippets/Chapter4/Listing4_3.scs
342 B
CD/Snippets/Chapter4/Listing4_4.scs
853 B
CD/Snippets/Chapter4/Listing4_5.scs
353 B
CD/Snippets/Chapter5/Listing5_1.scs
641 B
CD/Snippets/Chapter5/Listing5_11.scs
275 B
CD/Snippets/Chapter5/Listing5_12.scs
276 B
CD/Snippets/Chapter5/Listing5_13.scs
334 B
CD/Snippets/Chapter5/Listing5_14.scs
430 B
CD/Snippets/Chapter5/Listing5_2.scs
376 B
CD/Snippets/Chapter5/Listing5_3.scs
448 B
CD/Snippets/Chapter5/Listing5_4.scs
407 B
CD/Snippets/Chapter5/Listing5_5.scs
584 B
CD/Snippets/Chapter5/Listing5_6.scs
154 B
CD/Snippets/Chapter5/Listing5_7.scs
132 B
CD/Snippets/Chapter5/Listing5_8.scs
680 B
CD/Snippets/Chapter5/Listing5_9.scs
350 B
CD/Snippets/Chapter6/Listing6_5.scs
1001 B
CD/Snippets/Chapter6/Listing6_6.scs
393 B
CD/Snippets/Chapter6/Listing6_7.scs
516 B
CD/Snippets/Chapter8/Listing8_3.scs
415 B
CD/Snippets/Chapter8/Listing8_4.scs
195 B
CD/Snippets/Chapter8/Listing8_5.scs
350 B
CD/Snippets/Chapter8/Listing8_6.scs
524 B
CD/Snippets/Chapter9/Listing9_1.scs
139 B
CD/Snippets/Chapter9/Listing9_10.scs
589 B
CD/Snippets/Chapter9/Listing9_11.scs
214 B
CD/Snippets/Chapter9/Listing9_12.scs
160 B
CD/Snippets/Chapter9/Listing9_13.scs
273 B
CD/Snippets/Chapter9/Listing9_14.scs
120 B
CD/Snippets/Chapter9/Listing9_15.scs
511 B
CD/Snippets/Chapter9/Listing9_16.scs
245 B
CD/Snippets/Chapter9/Listing9_2.scs
134 B
CD/Snippets/Chapter9/Listing9_3.scs
113 B
CD/Snippets/Chapter9/Listing9_4.scs
999 B
CD/Snippets/Chapter9/Listing9_5.scs
791 B
CD/Snippets/Chapter9/Listing9_6.scs
175 B
CD/Snippets/Chapter9/Listing9_7.scs
249 B
CD/Snippets/Chapter9/Listing9_8.scs
113 B
CD/Snippets/Chapter9/Listing9_9.scs
215 B
CD/Snippy/Snippy.sln
912 B
CD/Snippy/Snippy/app.config
144 B
CD/Snippy/Snippy/App.xaml
290 B
CD/Snippy/Snippy/App.xaml.cs
189 B
CD/Snippy/Snippy/Commands.cs
426 B
CD/Snippy/Snippy/MainWindow.xaml
3.27 KB
CD/Snippy/Snippy/MainWindow.xaml.cs
7.61 KB
CD/Snippy/Snippy/ParagraphWriter.cs
1.11 KB
CD/Snippy/Snippy/Properties/AssemblyInfo.cs
2.24 KB
CD/Snippy/Snippy/Properties/Resources.Designer.cs
2.77 KB
CD/Snippy/Snippy/Properties/Resources.resx
5.48 KB
CD/Snippy/Snippy/Properties/Settings.Designer.cs
1.06 KB
CD/Snippy/Snippy/Properties/Settings.settings
201 B
CD/Snippy/Snippy/Snippet.cs
4.56 KB
CD/Snippy/Snippy/SnippetOptions.cs
2.63 KB
CD/Snippy/Snippy/Snippy.csproj
7.3 KB
CD/Snippy/Snippy/SnippyOptions.xml
5.94 KB
Джон Скит - C# для профессионалов. Тонкости программирования - 2014.pdf
17.37 MB

免责声明

本网站仅提供DHT网络磁力资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 lulutang@protonmail.com。