Files (2351)

Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code

.gitignore
5.86 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Arrays/.vscode

launch.json
1.24 KB

tasks.json
374.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Arrays/ArrayPoolSample

ArrayPoolSample.csproj
284.00 B

Program.cs
391.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Arrays

ArraysSamples.sln
9.39 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Arrays/BitArraySample

BitArrayExtensions.cs
437.00 B

BitArraySample.csproj
197.00 B

Program.cs
1022.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Arrays/BitVectorSample

BinaryExtensions.cs
477.00 B

BitVectorSample.csproj
310.00 B

Program.cs
1.53 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Arrays/IndicesAndRanges

IndicesAndRanges.csproj
195.00 B

MyCollection.cs
454.00 B

Program.cs
1.35 KB

Readme.md
936.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Arrays/SimpleArrays

Person.cs
60.00 B

Program.cs
2.43 KB

SimpleArrays.csproj
197.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Arrays/SortingSample

Person.cs
568.00 B

PersonComparer.cs
954.00 B

Program.cs
1.45 KB

SortingSample.csproj
197.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Arrays/SpanSample

Program.cs
2.02 KB

SpanSample.csproj
198.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Arrays/YieldSample

GameMove.cs
823.00 B

MusicTitles.cs
769.00 B

Program.cs
1.04 KB

YieldSample.csproj
197.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Collections

Collections.sln
10.42 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Collections/DictionarySample

DictionarySample.csproj
197.00 B

Employee.cs
363.00 B

EmployeeId.cs
1.22 KB

Program.cs
1.44 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Collections/ImmutableCollectionSample

ImmutableCollectionSample.csproj
235.00 B

Program.cs
1.68 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Collections/LinkedListSample

LinkedListSample.csproj
235.00 B

Program.cs
972.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Collections/ListSamples

ListSamples.csproj
197.00 B

Program.cs
1.37 KB

Racer.cs
1.19 KB

RacerComparer.cs
1.15 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Collections/LookupSample

LookupSample.csproj
197.00 B

Program.cs
555.00 B

Racer.cs
1.19 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Collections/QueueSample

Document.cs
57.00 B

DocumentManager.cs
573.00 B

ProcessDocuments.cs
1.13 KB

Program.cs
559.00 B

QueueSample.csproj
197.00 B

Readme.md
1.02 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Collections/SetSample

Program.cs
1.26 KB

SetSample.csproj
197.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Collections/SortedListSample

Program.cs
838.00 B

SortedListSample.csproj
197.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Collections/StackSample

Program.cs
387.00 B

StackSample.csproj
197.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/CoreCSharp/.vscode

launch.json
1.21 KB

tasks.json
360.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/CoreCSharp/CommandLineArgs

CommandLineArgs.csproj
201.00 B

Program.cs
76.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/CoreCSharp/CommandLineArgs/Properties

launchSettings.json
127.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/CoreCSharp

CoreCSharpSamples.sln
16.09 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/CoreCSharp/ForLoop

ForLoop.csproj
234.00 B

Program.cs
240.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/CoreCSharp/MathLib

Calculator.cs
544.00 B

Math.csproj
259.00 B

Program.cs
111.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/CoreCSharp/NullableReferenceTypes

NullableReferenceTypes.csproj
195.00 B

Program.cs
655.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/CoreCSharp/NullableValueTypes

NullableValueTypes.csproj
195.00 B

Program.cs
163.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/CoreCSharp/ProgramFlow

Program.cs
831.00 B

ProgramFlow.csproj
195.00 B

Readme.md
1.05 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/CoreCSharp/StringSample

Program.cs
1.76 KB

StringSample.csproj
234.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/CoreCSharp/SwitchExpression

Program.cs
1.24 KB

SwitchExpression.csproj
195.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/CoreCSharp/SwitchStatement

Program.cs
1.10 KB

SwitchStatement.csproj
195.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/CoreCSharp/TopLevelStatements

Program.cs
648.00 B

TopLevelStatements.csproj
195.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/CoreCSharp/UsingNumbers

Program.cs
700.00 B

UsingNumbers.csproj
237.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/CoreCSharp/VariableScopeSample2

Program.cs
150.00 B

VariableScopeSample2.csproj
233.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/CoreCSharp/VariableScopeSample

Program.cs
301.00 B

VariableScopeSample.csproj
233.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/CoreCSharp/VariablesSample

Program.cs
336.00 B

VariablesSample.csproj
234.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Delegates/AnonymousMethods

AnonymousMethods.csproj
197.00 B

Program.cs
245.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Delegates

DelegatesAndEventsSamples.sln
4.03 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Delegates/EventsSample

CarDealer.cs
503.00 B

Consumer.cs
182.00 B

EventsSample.csproj
197.00 B

Program.cs
344.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Delegates/GetAStringDemo

Currency.cs
850.00 B

GetAStringDemo.csproj
197.00 B

Program.cs
675.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Delegates/LambdaExpressions

LambdaExpressions.csproj
197.00 B

Program.cs
1.54 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Delegates/MulticastDelegates

MathOperations.cs
305.00 B

MulticastDelegates.csproj
197.00 B

Program.cs
437.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Delegates/MulticastDelegatesUsingInvocationList

MulticastDelegatesUsingInvocationList.csproj
198.00 B

Program.cs
391.00 B

Readme.md
959.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Delegates/SimpleDelegates

MathOperations.cs
173.00 B

Program.cs
632.00 B

SimpleDelegates.csproj
197.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ErrorsAndExceptions/CallerInformation

CallerInformation.csproj
197.00 B

Program.cs
725.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ErrorsAndExceptions

ErrorsAndExceptions.sln
2.89 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ErrorsAndExceptions/ExceptionFilters

ExceptionFilters.csproj
197.00 B

MyCustomException.cs
184.00 B

Program.cs
442.00 B

Readme.md
844.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ErrorsAndExceptions/RethrowExceptions

MyCustomException.cs
351.00 B

Program.cs
2.53 KB

RethrowExceptions.csproj
197.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ErrorsAndExceptions/SimpleExceptions

Program.cs
873.00 B

SimpleExceptions.csproj
199.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ErrorsAndExceptions/SolicitColdCall

ColdCallFileFormatException.cs
282.00 B

ColdCallFileReader.cs
2.31 KB

people.txt
66.00 B

people2.txt
67.00 B

Program.cs
2.24 KB

SalesSpyFoundException.cs
327.00 B

SolicitColdCall.csproj
450.00 B

UnexpectedException.cs
275.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/HelloWorld

HelloWorld.csproj
206.00 B

Program.cs
53.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld

Readme.md
825.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/SelfContainedHelloWorld

HelloWorld.csproj
257.00 B

Program.cs
53.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/TrimmedHelloWorld

HelloWorld.csproj
328.00 B

Program.cs
53.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/WebApp

appsettings.Development.json
185.00 B

appsettings.json
182.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/WebApp/Pages

_ViewImports.cshtml
94.00 B

_ViewStart.cshtml
29.00 B

Error.cshtml
853.00 B

Error.cshtml.cs
836.00 B

Index.cshtml
255.00 B

Index.cshtml.cs
500.00 B

Privacy.cshtml
161.00 B

Privacy.cshtml.cs
507.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/WebApp/Pages/Shared

_Layout.cshtml
2.05 KB

_ValidationScriptsPartial.cshtml
171.00 B

Program.cs
688.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/WebApp/Properties

launchSettings.json
681.00 B

Startup.cs
1.60 KB

WebApp.csproj
134.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/WebApp/wwwroot/css

site.css
1.31 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/WebApp/wwwroot

favicon.ico
5.30 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/WebApp/wwwroot/js

site.js
226.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/WebApp/wwwroot/lib/bootstrap/dist/css

bootstrap-grid.css
63.04 KB

bootstrap-grid.css.map
148.19 KB

bootstrap-grid.min.css
47.35 KB

bootstrap-grid.min.css.map
106.00 KB

bootstrap-reboot.css
4.78 KB

bootstrap-reboot.css.map
74.69 KB

bootstrap-reboot.min.css
3.93 KB

bootstrap-reboot.min.css.map
31.70 KB

bootstrap.css
187.84 KB

bootstrap.css.map
480.52 KB

bootstrap.min.css
152.11 KB

bootstrap.min.css.map
611.28 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/WebApp/wwwroot/lib/bootstrap/dist/js

bootstrap.bundle.js
217.69 KB

bootstrap.bundle.js.map
392.82 KB

bootstrap.bundle.min.js
76.79 KB

bootstrap.bundle.min.js.map
304.64 KB

bootstrap.js
128.55 KB

bootstrap.js.map
244.70 KB

bootstrap.min.js
56.71 KB

bootstrap.min.js.map
185.79 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/WebApp/wwwroot/lib/bootstrap

LICENSE
1.10 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/WebApp/wwwroot/lib/jquery-validation-unobtrusive

jquery.validate.unobtrusive.js
18.91 KB

jquery.validate.unobtrusive.min.js
5.73 KB

LICENSE.txt
575.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/WebApp/wwwroot/lib/jquery-validation/dist

additional-methods.js
41.04 KB

additional-methods.min.js
18.03 KB

jquery.validate.js
47.54 KB

jquery.validate.min.js
22.72 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/WebApp/wwwroot/lib/jquery-validation

LICENSE.md
1.07 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/WebApp/wwwroot/lib/jquery/dist

jquery.js
280.89 KB

jquery.min.js
87.38 KB

jquery.min.map
134.74 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/HelloWorld/WebApp/wwwroot/lib/jquery

LICENSE.txt
1.57 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/LINQ/DataLib

Championship.cs
109.00 B

DataLib.csproj
202.00 B

Formula1.cs
13.15 KB

Racer.cs
1.25 KB

Team.cs
355.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/LINQ/EnumerableSample

CompoundFromSamples.cs
1.35 KB

EnumerableSample.csproj
440.00 B

FilterSamples.cs
1.79 KB

GroupSamples.cs
5.88 KB

JoinSamples.cs
8.29 KB

LinqSamples.cs
7.43 KB

Program.cs
567.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/LINQ/EnumerableSample/Properties

launchSettings.json
126.00 B

RacerInfo.cs
122.00 B

RegisterCommands.cs
1.01 KB

SortingSamples.cs
2.05 KB

StringExtensions.cs
316.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/LINQ/ExpressionTreeSample

ExpressionTreeSample.csproj
326.00 B

Program.cs
2.27 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/LINQ/LinqIntro

LinqIntro.csproj
326.00 B

Program.cs
1.39 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/LINQ

LinqSamples.sln
6.16 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/LINQ/ParallelLinqSample

ParallelLinqSample.csproj
326.00 B

Program.cs
2.96 KB

Readme.md
1.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Memory/DisposableSample

DisposableSample.csproj
197.00 B

Program.cs
56.00 B

SomeInnerResource.cs
1.48 KB

SomeResource.cs
1.54 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Memory

MemorySamples.sln
4.89 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Memory/PinvokeSample

PinvokeSample.csproj
306.00 B

Program.cs
290.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Memory/PInvokeSampleLib

FileUtility.cs
647.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Memory/PInvokeSampleLib/Linux

LinuxNativeMethods.cs
2.62 KB

PInvokeSampleLib.csproj
164.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Memory/PInvokeSampleLib/Windows

WindowsNativeMethods.cs
1.05 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Memory/PointerPlayground2

Currency.cs
627.00 B

FunctionPointerSample.cs
436.00 B

PointerPlayground2.csproj
283.00 B

Program.cs
2.75 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Memory/PointerPlayground

PointerPlayground.csproj
283.00 B

Program.cs
1.48 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Memory/QuickArray

Program.cs
624.00 B

QuickArray.csproj
283.00 B

Readme.md
1.08 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Memory/SpanSample

Program.cs
1.92 KB

SpanSample.csproj
246.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Memory/Win32InteropSample

NativeMethods.txt
28.00 B

Program.cs
172.00 B

Win32InteropSample.csproj
445.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ObjectOrientation/.vscode

launch.json
1.26 KB

tasks.json
394.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ObjectOrientation/AbstractClasses

AbstractClasses.csproj
211.00 B

ConcreteShapes.cs
1.07 KB

Program.cs
40.00 B

Shape.cs
867.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ObjectOrientation/DefaultInterfaceMethods

ConsoleLogger.cs
265.00 B

DefaultInterfaceMethods.csproj
163.00 B

IEnumerableEx.cs
316.00 B

ILogger.cs
131.00 B

MyCollection.cs
103.00 B

Program.cs
355.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ObjectOrientation/GenericTypes

GenericTypes.csproj
195.00 B

LinkedList.cs
944.00 B

LinkedListNode.cs
225.00 B

Program.cs
794.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ObjectOrientation/GenericTypesWithConstraints

GenericTypesWithConstraints.csproj
195.00 B

LinkedList.cs
1.15 KB

LinkedListNode.cs
225.00 B

Program.cs
353.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ObjectOrientation/InheritanceWithConstructors

ConcreteShapes.cs
738.00 B

InheritanceWithConstructors.csproj
197.00 B

Program.cs
56.00 B

Shape.cs
1.03 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ObjectOrientation

OOSamples.sln
4.55 KB

Readme.md
1.01 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ObjectOrientation/RecordsInheritance

ConcreteShapes.cs
450.00 B

Program.cs
328.00 B

RecordsInheritance.csproj
163.00 B

Shape.cs
325.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ObjectOrientation/UsingInterfaces

ConcreteShapes.cs
440.00 B

ConsoleLogger.cs
132.00 B

ILogger.cs
62.00 B

Person.cs
339.00 B

Program.cs
489.00 B

Shape.cs
464.00 B

UsingInterfaces.csproj
197.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ObjectOrientation/VirtualMethods

ConcreteShapes.cs
1.07 KB

Program.cs
448.00 B

Shape.cs
896.00 B

VirtualMethods.csproj
197.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/OperatorsAndCasts/.vscode

launch.json
1.24 KB

tasks.json
374.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/OperatorsAndCasts/BinaryCalculations

BinaryCalculations.csproj
198.00 B

BinaryExtensions.cs
811.00 B

Program.cs
2.28 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/OperatorsAndCasts/CustomIndexerSample

CustomIndexerSample.csproj
197.00 B

Person.cs
165.00 B

PersonCollection.cs
447.00 B

Program.cs
451.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/OperatorsAndCasts/EqualitySample

Book.cs
893.00 B

EqualitySample.csproj
195.00 B

Program.cs
1001.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/OperatorsAndCasts/OperatorOverloadingSample

OperatorOverloadingSample.csproj
235.00 B

Program.cs
533.00 B

Vector.cs
966.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/OperatorsAndCasts

OperatorsAndCasts.sln
7.32 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/OperatorsAndCasts/OperatorsSample

OperatorsSample.csproj
310.00 B

Point.cs
140.00 B

Program.cs
2.32 KB

Readme.md
753.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/OperatorsAndCasts/UserDefinedConversion

Currency.cs
1.23 KB

Program.cs
802.00 B

UserDefinedConversion.csproj
197.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ReflectionAndSourceGenerators/DynamicSamples/CalculatorLib

Calculator.cs
188.00 B

CalculatorLib.csproj
164.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ReflectionAndSourceGenerators/DynamicSamples/ClientApp

ClientApp.csproj
197.00 B

Program.cs
1.56 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ReflectionAndSourceGenerators/DynamicSamples/DynamicFileReader

DynamicFileHelper.cs
1.42 KB

DynamicFileReader.csproj
345.00 B

EmployeeList.txt
155.00 B

Program.cs
286.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ReflectionAndSourceGenerators/DynamicSamples/DynamicSample

DynamicSample.csproj
198.00 B

Person.cs
160.00 B

Program.cs
1.19 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ReflectionAndSourceGenerators/DynamicSamples

DynamicSamples.sln
2.66 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ReflectionAndSourceGenerators

Readme.md
2.03 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ReflectionAndSourceGenerators/ReflectionSamples/LookupWhatsNew

LookupWhatsNew.csproj
380.00 B

Program.cs
2.52 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ReflectionAndSourceGenerators/ReflectionSamples

ReflectionSamples.sln
2.38 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ReflectionAndSourceGenerators/ReflectionSamples/TypeView

Program.cs
1.26 KB

TypeView.csproj
354.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ReflectionAndSourceGenerators/ReflectionSamples/VectorClass

Vector.cs
5.23 KB

VectorClass.csproj
306.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ReflectionAndSourceGenerators/ReflectionSamples/WhatsNewAttributes

WhatsNewAttributes.cs
823.00 B

WhatsNewAttributes.csproj
193.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ReflectionAndSourceGenerators/SourceGenerator/CodeGenerationSample

CodeGenerationSample.csproj
677.00 B

CodeGenerationSample.sln
1.09 KB

EquatableGenerator.cs
4.37 KB

HelloWorldGenerator.cs
1.58 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ReflectionAndSourceGenerators/SourceGenerator/SampleApp

Book.cs
596.00 B

Program.cs
231.00 B

SampleApp.csproj
300.00 B

SampleApp.sln
1.07 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ReflectionAndSourceGenerators/SourceGeneratorAsNuGet/CodeGenerationSample

_._
3.00 B

CodeGenerationSample.csproj
1.12 KB

CodeGenerationSample.sln
1.09 KB

EquatableGenerator.cs
4.37 KB

HelloWorldGenerator.cs
1.58 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/ReflectionAndSourceGenerators/SourceGeneratorAsNuGet/SampleApp

Book.cs
596.00 B

Program.cs
231.00 B

SampleApp.csproj
465.00 B

SampleApp.sln
1.07 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Tasks

AsyncSamples.sln
12.97 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Tasks/AsyncStreams

ADevice.cs
572.00 B

AsyncStreams.csproj
197.00 B

Program.cs
415.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Tasks/AsyncWindowsDesktopApp/AsyncWindowsDesktopApp (Package)

AsyncWindowsDesktopApp (Package).wapproj
3.42 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Tasks/AsyncWindowsDesktopApp/AsyncWindowsDesktopApp (Package)/build

Microsoft.WinUI.AppX.targets
13.21 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Tasks/AsyncWindowsDesktopApp/AsyncWindowsDesktopApp (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB

Package.appxmanifest
1.65 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Tasks/AsyncWindowsDesktopApp/AsyncWindowsDesktopApp

app.manifest
736.00 B

App.xaml
655.00 B

App.xaml.cs
1.21 KB

AsyncWindowsDesktopApp.csproj
963.00 B

MainWindow.xaml
939.00 B

MainWindow.xaml.cs
5.25 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Tasks/ErrorHandling

ErrorHandling.csproj
197.00 B

Program.cs
3.78 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Tasks/ErrorHandling/Properties

launchSettings.json
117.00 B

Readme.md
991.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Tasks/TaskBasedAsyncPattern

Program.cs
970.00 B

TaskBasedAsyncPattern.csproj
195.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Tasks/TaskCancellation

Program.cs
734.00 B

TaskCancellation.csproj
195.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Tasks/TaskFoundations

Program.cs
6.24 KB

TaskFoundations.csproj
195.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Types/.vscode

launch.json
1.23 KB

tasks.json
372.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Types/ClassesSample

Book.cs
175.00 B

ClassesSample.csproj
237.00 B

GreetingService.cs
127.00 B

PeopleFactory.cs
290.00 B

Person.cs
653.00 B

Program.cs
407.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Types/EnumSample

Color.cs
73.00 B

DaysOfWeek.cs
274.00 B

EnumSample.csproj
236.00 B

Program.cs
1.18 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Types/ExtensionMethods

ExtensionMethods.csproj
236.00 B

Program.cs
203.00 B

StringExtensions.cs
178.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Types/MathSample

Math.cs
158.00 B

MathSample.csproj
236.00 B

Program.cs
336.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Types/MethodSample

GenericMethods.cs
157.00 B

LocalFunctionsSample.cs
749.00 B

Math.cs
204.00 B

MethodSample.csproj
236.00 B

Program.cs
864.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Types/PatternMatchingSample

PatternMatchingSample.csproj
163.00 B

Program.cs
2.27 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Types

Readme.md
1023.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Types/RecordsSample

Program.cs
1.07 KB

RecordsSample.csproj
234.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Types/RefInOutSample

Program.cs
2.27 KB

RefInOutSample.csproj
195.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Types/StructsSample

Dimensions.cs
387.00 B

Program.cs
99.00 B

StructsSample.csproj
236.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Types/TuplesSample

Program.cs
1.76 KB

TuplesSample.csproj
195.00 B

Types.sln
12.77 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/1_CS/Types/TypesSample

Program.cs
678.00 B

TypesSample.csproj
195.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/AzureAppConfigWebApp

appsettings.Development.json
185.00 B

appsettings.json
281.00 B

AzureAppConfigWebApp.csproj
630.00 B

AzureAppConfigWebApp.sln
1.09 KB

IndexAppSettings.cs
129.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/AzureAppConfigWebApp/Pages

_ViewImports.cshtml
119.00 B

_ViewStart.cshtml
32.00 B

Error.cshtml
856.00 B

Error.cshtml.cs
851.00 B

FeatureSample.cshtml
118.00 B

FeatureSample.cshtml.cs
723.00 B

Index.cshtml
303.00 B

Index.cshtml.cs
636.00 B

Privacy.cshtml
164.00 B

Privacy.cshtml.cs
521.00 B

SecretSample.cshtml
126.00 B

SecretSample.cshtml.cs
665.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/AzureAppConfigWebApp/Pages/Shared

_Layout.cshtml
2.46 KB

_ValidationScriptsPartial.cshtml
174.00 B

Program.cs
2.12 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/AzureAppConfigWebApp/Properties

launchSettings.json
374.00 B

SampleFeatureFlags.cs
102.00 B

Startup.cs
1.85 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/AzureAppConfigWebApp/wwwroot/css

site.css
1.31 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/AzureAppConfigWebApp/wwwroot

favicon.ico
5.30 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/AzureAppConfigWebApp/wwwroot/js

site.js
226.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/AzureAppConfigWebApp/wwwroot/lib/bootstrap/dist/css

bootstrap-grid.css
63.04 KB

bootstrap-grid.css.map
148.19 KB

bootstrap-grid.min.css
47.35 KB

bootstrap-grid.min.css.map
106.00 KB

bootstrap-reboot.css
4.78 KB

bootstrap-reboot.css.map
74.69 KB

bootstrap-reboot.min.css
3.93 KB

bootstrap-reboot.min.css.map
31.70 KB

bootstrap.css
187.84 KB

bootstrap.css.map
480.52 KB

bootstrap.min.css
152.11 KB

bootstrap.min.css.map
611.28 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/AzureAppConfigWebApp/wwwroot/lib/bootstrap/dist/js

bootstrap.bundle.js
217.69 KB

bootstrap.bundle.js.map
392.82 KB

bootstrap.bundle.min.js
76.79 KB

bootstrap.bundle.min.js.map
304.64 KB

bootstrap.js
128.55 KB

bootstrap.js.map
244.70 KB

bootstrap.min.js
56.71 KB

bootstrap.min.js.map
185.79 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/AzureAppConfigWebApp/wwwroot/lib/bootstrap

LICENSE
1.10 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/AzureAppConfigWebApp/wwwroot/lib/jquery-validation-unobtrusive

jquery.validate.unobtrusive.js
18.91 KB

jquery.validate.unobtrusive.min.js
5.73 KB

LICENSE.txt
575.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/AzureAppConfigWebApp/wwwroot/lib/jquery-validation/dist

additional-methods.js
41.04 KB

additional-methods.min.js
18.03 KB

jquery.validate.js
47.54 KB

jquery.validate.min.js
22.72 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/AzureAppConfigWebApp/wwwroot/lib/jquery-validation

LICENSE.md
1.07 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/AzureAppConfigWebApp/wwwroot/lib/jquery/dist

jquery.js
280.89 KB

jquery.min.js
87.38 KB

jquery.min.map
134.74 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/AzureAppConfigWebApp/wwwroot/lib/jquery

LICENSE.txt
1.57 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/Config

ConfigurationSamples.sln
2.93 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/ConfigurationSample

appsettings.Development.json
212.00 B

appsettings.json
342.00 B

appsettings.Production.json
210.00 B

ConfigurationSample.csproj
1.10 KB

ConfigurationSample.sln
1.09 KB

ConfigurationSampleService.cs
2.16 KB

customconfigurationfile.json
72.00 B

dynamicchanges.json
32.00 B

EnvironmentSampleService.cs
522.00 B

Program.cs
999.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/ConfigurationSample/Properties

launchSettings.json
174.00 B

StronglyTypedConfig.cs
330.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/DI

DependencyInjectionSamples.sln
3.01 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/DI/DIWithConfiguration

appsettings.json
57.00 B

DIWithConfiguration.csproj
494.00 B

GreetingService.cs
320.00 B

GreetingServiceExtensions.cs
577.00 B

GreetingServiceOptions.cs
81.00 B

HomeController.cs
285.00 B

IGreetingService.cs
71.00 B

Program.cs
609.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/DI/DIWithOptions

DIWithOptions.csproj
347.00 B

GreetingService.cs
320.00 B

GreetingServiceExtensions.cs
565.00 B

GreetingServiceOptions.cs
81.00 B

HomeController.cs
277.00 B

IGreetingService.cs
71.00 B

Program.cs
636.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/DI/ServicesLifetime

ControllerX.cs
726.00 B

INumberService.cs
60.00 B

IServiceA.cs
48.00 B

IServiceB.cs
48.00 B

IServiceC.cs
48.00 B

NumberService.cs
171.00 B

Program.cs
4.86 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/DI/ServicesLifetime/Properties

launchSettings.json
128.00 B

ServiceA.cs
648.00 B

ServiceB.cs
648.00 B

ServiceC.cs
833.00 B

ServicesLifetime.csproj
508.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/DI/WithDIContainer

GreetingService.cs
113.00 B

HomeController.cs
283.00 B

IGreetingService.cs
71.00 B

Program.cs
503.00 B

WithDIContainer.csproj
359.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration/DI/WithHost

GreetingService.cs
113.00 B

HomeController.cs
352.00 B

IGreetingService.cs
71.00 B

Program.cs
468.00 B

WithHost.csproj
347.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/DependencyInjectionAndConfiguration

prepareappconfig.sh
973.00 B

Readme.md
1.23 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/BooksLib

Book.cs
554.00 B

BooksContext.cs
424.00 B

BooksLib.csproj
365.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/BooksLib/Migrations

20210220155936_InitBooks.cs
1.02 KB

20210220155936_InitBooks.Designer.cs
1.61 KB

20210220175540_AddIsbn.cs
642.00 B

20210220175540_AddIsbn.Designer.cs
1.75 KB

BooksContextModelSnapshot.cs
1.69 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/ConflictHandling-FirstWins/.config

dotnet-tools.json
153.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/ConflictHandling-FirstWins

appsettings.json
265.00 B

Book.cs
405.00 B

BooksContext.cs
775.00 B

ConflictHandling-FirstWins.csproj
975.00 B

dotnet-tools.json
153.00 B

Program.cs
1.51 KB

Runner.cs
3.09 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/ConflictHandling-LastWins/.config

dotnet-tools.json
153.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/ConflictHandling-LastWins

appsettings.json
265.00 B

Book.cs
406.00 B

BooksContext.cs
660.00 B

ConflictHandling-LastWins.csproj
975.00 B

dotnet-tools.json
153.00 B

Program.cs
1.43 KB

Runner.cs
2.00 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/Cosmos

appsettings.json
232.00 B

ColumnNames.cs
266.00 B

Cosmos.csproj
1.02 KB

MenuCard.cs
556.00 B

MenuItem.cs
315.00 B

MenusContext.cs
945.00 B

Program.cs
1022.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/Cosmos/Properties

launchSettings.json
161.00 B

Runner.cs
2.84 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore

createazuresql.sh
779.00 B

EFCoreSamples.sln
15.15 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/Intro/.config

dotnet-tools.json
153.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/Intro

appsettings.json
259.00 B

Book.cs
587.00 B

BooksContext.cs
360.00 B

dotnet-tools.json
153.00 B

Intro.csproj
975.00 B

Program.cs
965.00 B

Runner.cs
4.02 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/LoadingRelatedData/.config

dotnet-tools.json
153.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/LoadingRelatedData

Address.cs
146.00 B

appsettings.json
267.00 B

Book.cs
760.00 B

BooksContext.cs
2.07 KB

Chapter.cs
304.00 B

dotnet-tools.json
153.00 B

LoadingRelatedData.csproj
1.04 KB

Person.cs
546.00 B

Program.cs
1.20 KB

Runner.cs
3.68 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/MigrationApp

BooksContextFactory.cs
715.00 B

MigrationApp.csproj
654.00 B

Program.cs
603.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/Models

appsettings.json
138.00 B

ColumnNames.cs
266.00 B

MenuCard.cs
382.00 B

MenuCardConfiguration.cs
672.00 B

MenuItem.cs
577.00 B

MenuItemConfiguration.cs
966.00 B

MenusContext.cs
2.77 KB

Models.csproj
881.00 B

Program.cs
698.00 B

Restaurant.cs
265.00 B

RestaurantConfiguration.cs
625.00 B

Runner.cs
1.51 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/Queries

appsettings.json
262.00 B

ColumnNames.cs
266.00 B

CompiledQueryExtensions.cs
1.38 KB

MenuCard.cs
382.00 B

MenuCardConfiguration.cs
672.00 B

MenuItem.cs
543.00 B

MenuItemConfiguration.cs
966.00 B

MenusContext.cs
2.69 KB

Program.cs
1.08 KB

Queries.csproj
628.00 B

Restaurant.cs
265.00 B

RestaurantConfiguration.cs
625.00 B

Runner.cs
4.07 KB

README.md
1.87 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/Relationships/.config

dotnet-tools.json
153.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/Relationships

appsettings.json
267.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/Relationships/Bank

BankContext.cs
657.00 B

BankContextFactory.cs
593.00 B

BankRunner.cs
1.46 KB

Payments.cs
832.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/Relationships/Books

Address.cs
154.00 B

Book.cs
566.00 B

BooksContext.cs
822.00 B

BooksContextFactory.cs
598.00 B

BooksRunner.cs
1.26 KB

InitData.cs
4.79 KB

Location.cs
108.00 B

Person.cs
531.00 B

PersonConfiguration.cs
1.32 KB

dotnet-tools.json
153.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/Relationships/Menus

MenuItem.cs
557.00 B

MenusContext.cs
742.00 B

MenusContextFactory.cs
597.00 B

MenusRunner.cs
466.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/Relationships/Migrations

20210510180732_InitBooks.cs
8.66 KB

20210510180732_InitBooks.Designer.cs
15.00 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/Relationships/Migrations/Bank

20210510180804_InitBank.cs
1.34 KB

20210510180804_InitBank.Designer.cs
2.32 KB

BankContextModelSnapshot.cs
2.26 KB

BooksContextModelSnapshot.cs
14.93 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/Relationships/Migrations/Menus

20210510180832_InitMenus.cs
1.41 KB

20210510180832_InitMenus.Designer.cs
2.85 KB

MenusContextModelSnapshot.cs
2.79 KB

Program.cs
1.43 KB

Relationships.csproj
975.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/ScaffoldSample/.config

dotnet-tools.json
153.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/ScaffoldSample

Menu.cs
508.00 B

MenuCard.cs
429.00 B

ProCSharpMenus2Context.cs
2.66 KB

Program.cs
184.00 B

Restaurant.cs
225.00 B

ScaffoldSample.csproj
537.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/TablePerHierarchy

appsettings.json
133.00 B

BankContext.cs
1.03 KB

Payments.cs
350.00 B

Program.cs
789.00 B

Runner.cs
1.48 KB

TablePerHierarchy.csproj
624.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/TableSplitting

Program.cs
184.00 B

TableSplitting.csproj
163.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/Tracking

appsettings.json
140.00 B

ColumnNames.cs
266.00 B

MenuCard.cs
398.00 B

MenuCardConfiguration.cs
672.00 B

MenuConfiguration.cs
756.00 B

MenuItem.cs
527.00 B

MenusContext.cs
2.10 KB

Program.cs
890.00 B

Restaurant.cs
282.00 B

RestaurantConfiguration.cs
640.00 B

Runner.cs
4.31 KB

Tracking.csproj
881.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/EFCore/Transactions

appsettings.json
259.00 B

ColumnNames.cs
266.00 B

MenuCard.cs
398.00 B

MenuCardConfiguration.cs
672.00 B

MenuItem.cs
577.00 B

MenuItemConfiguration.cs
767.00 B

MenusContext.cs
1.53 KB

Program.cs
918.00 B

Restaurant.cs
282.00 B

RestaurantConfiguration.cs
640.00 B

Runner.cs
6.30 KB

Transactions.csproj
881.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/FilesAndStreams/CompressFileSample

CompressFileSample.csproj
337.00 B

CompressFileSample.sln
977.00 B

Program.cs
3.24 KB

Test.txt
1.99 KB

test.txt.brotli
84.00 B

test.txt.gzip
93.00 B

test.zip
2.37 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/FilesAndStreams/FileMonitor

FileMonitor.csproj
198.00 B

FileMonitor.sln
963.00 B

one.md
4.00 B

Program.cs
1.22 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/FilesAndStreams/FilesAndFolders

FilesAndFolders.csproj
312.00 B

Program.cs
6.42 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/FilesAndStreams/FilesAndFolders/Properties

launchSettings.json
234.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/FilesAndStreams

FilesAndStreamsSamples.sln
14.61 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/FilesAndStreams/JsonSample

JsonSample.csproj
195.00 B

Program.cs
4.64 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/FilesAndStreams/MemoryMappedFilesSample

MemoryMappedFilesSample.csproj
198.00 B

Program.cs
6.46 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/FilesAndStreams/ReaderWriterSamples

Program.cs
1.88 KB

ReaderWriterSamples.csproj
345.00 B

Readme.md
1.56 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/FilesAndStreams/StreamSamples

Program.cs
7.50 KB

StreamSamples.csproj
320.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/FilesAndStreams/WinUIAppEditor/WinUIAppEditor (Package)/build

Microsoft.WinUI.AppX.targets
13.21 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/FilesAndStreams/WinUIAppEditor/WinUIAppEditor (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/FilesAndStreams/WinUIAppEditor/WinUIAppEditor (Package)

Package.appxmanifest
1.63 KB

WinUIAppEditor (Package).wapproj
3.28 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/FilesAndStreams/WinUIAppEditor/WinUIAppEditor

app.manifest
728.00 B

App.xaml
639.00 B

App.xaml.cs
1.20 KB

MainWindow.xaml
1.07 KB

MainWindow.xaml.cs
5.94 KB

WinUIAppEditor.csproj
840.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Libraries/ConsoleApp

ConsoleApp.csproj
832.00 B

Program.cs
180.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Libraries/CreateNuGet/ConsoleApp

ConsoleApp.csproj
342.00 B

Program.cs
195.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Libraries/CreateNuGet/SampleLib

Book.cs
377.00 B

Demo.cs
649.00 B

SampleLib.csproj
1.45 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Libraries/CreateNuGet

UsingLibs.sln
2.74 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Libraries

Readme.md
917.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Libraries/UsingLibs/ConsoleApp

ConsoleApp.csproj
369.00 B

Program.cs
180.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Libraries/UsingLibs

nuget.config
400.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Libraries/UsingLibs/SampleLib

Class1.cs
78.00 B

SampleLib.csproj
130.00 B

UsingLibs.sln
2.74 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization

appsettings.Development.json
185.00 B

appsettings.json
182.00 B

ASPNETCoreLocalization.csproj
166.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/Models

Book.cs
224.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/Pages

_ViewImports.cshtml
123.00 B

_ViewStart.cshtml
32.00 B

EditBook.cshtml
97.00 B

EditBook.cshtml.cs
330.00 B

Error.cshtml
856.00 B

Error.cshtml.cs
853.00 B

Index.cshtml
255.00 B

Index.cshtml.cs
516.00 B

Privacy.cshtml
164.00 B

Privacy.cshtml.cs
523.00 B

RequestCulture.cshtml
153.00 B

RequestCulture.cshtml.cs
706.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/Pages/Shared

_Layout.cshtml
2.65 KB

_ValidationScriptsPartial.cshtml
174.00 B

UseResource.cshtml
170.00 B

UseResource.cshtml.cs
1.13 KB

UseViewLocalizer.cshtml
97.00 B

UseViewLocalizer.cshtml.cs
652.00 B

Program.cs
529.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/Properties

launchSettings.json
697.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/Resources/Models

Book.de.resx
5.73 KB

Book.resx
5.73 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/Resources/Pages

UseResourceModel.de-AT.resx
5.69 KB

UseResourceModel.de.resx
5.81 KB

UseResourceModel.resx
5.79 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/Resources

Startup.resx
5.66 KB

Startup.cs
2.25 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/wwwroot/css

site.css
1.31 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/wwwroot

favicon.ico
5.30 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/wwwroot/js

site.js
226.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/wwwroot/lib/bootstrap/dist/css

bootstrap-grid.css
63.04 KB

bootstrap-grid.css.map
148.19 KB

bootstrap-grid.min.css
47.35 KB

bootstrap-grid.min.css.map
106.00 KB

bootstrap-reboot.css
4.78 KB

bootstrap-reboot.css.map
74.69 KB

bootstrap-reboot.min.css
3.93 KB

bootstrap-reboot.min.css.map
31.70 KB

bootstrap.css
187.84 KB

bootstrap.css.map
480.52 KB

bootstrap.min.css
152.11 KB

bootstrap.min.css.map
611.28 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/wwwroot/lib/bootstrap/dist/js

bootstrap.bundle.js
217.69 KB

bootstrap.bundle.js.map
392.82 KB

bootstrap.bundle.min.js
76.79 KB

bootstrap.bundle.min.js.map
304.64 KB

bootstrap.js
128.55 KB

bootstrap.js.map
244.70 KB

bootstrap.min.js
56.71 KB

bootstrap.min.js.map
185.79 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/wwwroot/lib/bootstrap

LICENSE
1.10 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/wwwroot/lib/jquery-validation-unobtrusive

jquery.validate.unobtrusive.js
18.91 KB

jquery.validate.unobtrusive.min.js
5.73 KB

LICENSE.txt
575.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/wwwroot/lib/jquery-validation/dist

additional-methods.js
41.04 KB

additional-methods.min.js
18.03 KB

jquery.validate.js
47.54 KB

jquery.validate.min.js
22.72 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/wwwroot/lib/jquery-validation

LICENSE.md
1.07 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/wwwroot/lib/jquery/dist

jquery.js
280.89 KB

jquery.min.js
87.38 KB

jquery.min.map
134.74 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ASPNETCoreLocalization/wwwroot/lib/jquery

LICENSE.txt
1.57 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/CreateResource

CreateResource.csproj
198.00 B

Demo.resources
305.00 B

Program.cs
907.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization

LocalizationSamples.sln
16.24 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/NumberAndDateFormatting

NumberAndDateFormatting.csproj
198.00 B

Program.cs
1.18 KB

Readme.md
1.08 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ResourcesDemo

Program.cs
599.00 B

Program.resx
5.66 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/ResourcesDemo/Resources

Messages.de-CH.resx
5.65 KB

Messages.de.resx
5.65 KB

Messages.resx
5.65 KB

ResourcesDemo.csproj
198.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/SortingDemo

Program.cs
915.00 B

SortingDemo.csproj
198.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/WinUICultureDemo/WinUICultureDemo (Package)/build

Microsoft.WinUI.AppX.targets
14.28 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/WinUICultureDemo/WinUICultureDemo (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/WinUICultureDemo/WinUICultureDemo (Package)

Package.appxmanifest
1.64 KB

WinUICultureDemo (Package).wapproj
3.40 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/WinUICultureDemo/WinUICultureDemo

app.manifest
730.00 B

App.xaml
643.00 B

App.xaml.cs
1.24 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/WinUICultureDemo/WinUICultureDemo/Converters

CalendarTypeToCalendarInformationConverter.cs
1.05 KB

NullToVisibilityConverter.cs
573.00 B

CultureData.cs
1.02 KB

CultureDetailUC.xaml
5.44 KB

CultureDetailUC.xaml.cs
791.00 B

CulturesViewModel.cs
3.03 KB

MainWindow.xaml
2.70 KB

MainWindow.xaml.cs
1.95 KB

WinUICultureDemo.csproj
1.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/WinUILocalization/WinUILocalization (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/WinUILocalization/WinUILocalization (Package)

Package.appxmanifest
1.61 KB

WinUILocalization (Package).wapproj
3.40 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Localization/WinUILocalization/WinUILocalization

app.manifest
731.00 B

App.xaml
645.00 B

App.xaml.cs
1.79 KB

MainWindow.xaml
1.52 KB

MainWindow.xaml.cs
1.80 KB

Resources.lang-de-at.resw
5.65 KB

Resources.lang-de-de.resw
5.91 KB

Resources.resw
5.91 KB

WinUILocalization.csproj
1.16 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/LoggingSample/.config

dotnet-tools.json
281.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/LoggingSample

appsettings.json
401.00 B

LoggingEvents.cs
284.00 B

LoggingSample.csproj
730.00 B

LoggingSample.sln
1.08 KB

NetworkService.cs
1.79 KB

Program.cs
1.70 KB

Runner.cs
1.29 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/MetricsSample/.config

dotnet-tools.json
281.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/MetricsSample

LoggingEvents.cs
284.00 B

MetricsSample.csproj
382.00 B

MetricsSample.sln
1.08 KB

MetricsSampleSource.cs
2.75 KB

NetworkService.cs
1.60 KB

Program.cs
1.98 KB

Runner.cs
1.38 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/OpenTelemetrySample/.config

dotnet-tools.json
281.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/OpenTelemetrySample

appsettings.json
401.00 B

LoggingEvents.cs
284.00 B

NetworkService.cs
1.65 KB

OpenTelemetrySample.csproj
679.00 B

OpenTelemetrySample.sln
1.09 KB

Program.cs
1.51 KB

Runner.cs
1.50 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics

Readme.md
1.29 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights

WebAppWithAppInsights.sln
1.12 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights

appsettings.Development.json
185.00 B

appsettings.json
404.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/Areas

_ViewImports.cshtml
121.00 B

_ViewStart.cshtml
32.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/Areas/Books/Pages

Create.cshtml
1.15 KB

Create.cshtml.cs
988.00 B

Delete.cshtml
876.00 B

Delete.cshtml.cs
1.31 KB

Details.cshtml
743.00 B

Details.cshtml.cs
893.00 B

Edit.cshtml
1.20 KB

Edit.cshtml.cs
1.85 KB

Index.cshtml
1.11 KB

Index.cshtml.cs
635.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/Data

Book.cs
223.00 B

BooksContext.cs
796.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/Migrations

20201229173224_InitBooks.cs
6.82 KB

20201229173224_InitBooks.Designer.cs
23.20 KB

BooksContextModelSnapshot.cs
23.14 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/Pages

_ViewImports.cshtml
121.00 B

_ViewStart.cshtml
32.00 B

Error.cshtml
856.00 B

Error.cshtml.cs
852.00 B

ErrorPage.cshtml
234.00 B

ErrorPage.cshtml.cs
851.00 B

Index.cshtml
255.00 B

Index.cshtml.cs
515.00 B

Privacy.cshtml
164.00 B

Privacy.cshtml.cs
522.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/Pages/Shared

_Layout.cshtml
2.10 KB

_ValidationScriptsPartial.cshtml
174.00 B

Program.cs
564.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/Properties

launchSettings.json
936.00 B

serviceDependencies.json
389.00 B

serviceDependencies.local.json
1.01 KB

serviceDependencies.procsharpwebapp - Web Deploy.json
657.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/Properties/ServiceDependencies/local

appInsights1.arm.json
2.28 KB

mssql1.arm.json
2.73 KB

secrets2.arm.json
2.76 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/Properties/ServiceDependencies/procsharpwebapp - Web Deploy

mssql1.arm.json
2.73 KB

profile.arm.json
4.43 KB

secrets1.arm.json
2.76 KB

Startup.cs
1.92 KB

WebAppWithAppInsights.csproj
1.66 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/wwwroot/css

site.css
1.31 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/wwwroot

favicon.ico
5.30 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/wwwroot/js

site.js
226.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/wwwroot/lib/bootstrap/dist/css

bootstrap-grid.css
63.04 KB

bootstrap-grid.css.map
148.19 KB

bootstrap-grid.min.css
47.35 KB

bootstrap-grid.min.css.map
106.00 KB

bootstrap-reboot.css
4.78 KB

bootstrap-reboot.css.map
74.69 KB

bootstrap-reboot.min.css
3.93 KB

bootstrap-reboot.min.css.map
31.70 KB

bootstrap.css
187.84 KB

bootstrap.css.map
480.52 KB

bootstrap.min.css
152.11 KB

bootstrap.min.css.map
611.28 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/wwwroot/lib/bootstrap/dist/js

bootstrap.bundle.js
217.69 KB

bootstrap.bundle.js.map
392.82 KB

bootstrap.bundle.min.js
76.79 KB

bootstrap.bundle.min.js.map
304.64 KB

bootstrap.js
128.55 KB

bootstrap.js.map
244.70 KB

bootstrap.min.js
56.71 KB

bootstrap.min.js.map
185.79 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/wwwroot/lib/bootstrap

LICENSE
1.10 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/wwwroot/lib/jquery-validation-unobtrusive

jquery.validate.unobtrusive.js
18.91 KB

jquery.validate.unobtrusive.min.js
5.73 KB

LICENSE.txt
575.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/wwwroot/lib/jquery-validation/dist

additional-methods.js
41.04 KB

additional-methods.min.js
18.03 KB

jquery.validate.js
47.54 KB

jquery.validate.min.js
22.72 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/wwwroot/lib/jquery-validation

LICENSE.md
1.07 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/wwwroot/lib/jquery/dist

jquery.js
280.89 KB

jquery.min.js
87.38 KB

jquery.min.map
134.74 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WebAppWithAppInsights/WebAppWithAppInsights/wwwroot/lib/jquery

LICENSE.txt
1.57 KB

test.html
132.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WindowsAppAnalytics

WindowsAppAnalytics.sln
3.33 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WindowsAppAnalytics/WindowsAppAnalytics/WindowsAppAnalytics (Package)/build

Microsoft.WinUI.AppX.targets
13.21 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WindowsAppAnalytics/WindowsAppAnalytics/WindowsAppAnalytics (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WindowsAppAnalytics/WindowsAppAnalytics/WindowsAppAnalytics (Package)

Package.appxmanifest
1.64 KB

WindowsAppAnalytics (Package).wapproj
3.31 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/LoggingAndMetrics/WindowsAppAnalytics/WindowsAppAnalytics/WindowsAppAnalytics

app.manifest
733.00 B

App.xaml
649.00 B

App.xaml.cs
1.41 KB

EventNames.cs
274.00 B

MainWindow.xaml
867.00 B

MainWindow.xaml.cs
1.25 KB

WindowsAppAnalytics.csproj
1.01 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Networking/DnsLookup

DnsLookup.csproj
198.00 B

Program.cs
1.04 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Networking/HttpClientSample

appsettings.json
416.00 B

FaultHandlingSample.cs
1002.00 B

HttpClientFactorySamples.cs
540.00 B

HttpClientSample.csproj
707.00 B

HttpClientSamples.cs
4.67 KB

HttpClientSampleWithMessageHandler.cs
1.41 KB

LimitCallsHandler.cs
1.14 KB

NamedClientsSample.cs
1.03 KB

Program.cs
4.95 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Networking/HttpClientSample/Properties

launchSettings.json
129.00 B

Utilities.cs
412.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Networking/HttpServerSample

appsettings.Development.json
159.00 B

appsettings.json
182.00 B

Formula1.cs
4.00 KB

GenerateHtml.cs
2.49 KB

HttpServerSample.csproj
166.00 B

Program.cs
1.21 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Networking/HttpServerSample/Properties

launchSettings.json
691.00 B

Racer.cs
1.25 KB

Startup.cs
1.91 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Networking

NetworkingSamples.sln
15.94 KB

Readme.md
1.38 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Networking/SocketClient

appsettings.json
347.00 B

EchoClient.cs
2.42 KB

Program.cs
905.00 B

SocketClient.csproj
526.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Networking/SocketServer

appsettings.json
340.00 B

EchoServer.cs
4.49 KB

Program.cs
908.00 B

SocketServer.csproj
526.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Networking/TcpClientSample

appsettings.json
326.00 B

Program.cs
895.00 B

QuotesClient.cs
1.97 KB

TcpClientSample.csproj
494.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Networking/TcpServer

appsettings.json
79.00 B

Program.cs
1.03 KB

quotes.txt
850.00 B

QuotesServer.cs
2.44 KB

TcpServer.csproj
566.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Networking/UdpReceiver

appsettings.json
332.00 B

Program.cs
464.00 B

Receiver.cs
1.87 KB

UdpReceiver.csproj
455.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Networking/UdpSender

appsettings.json
371.00 B

Program.cs
515.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Networking/UdpSender/Properties

launchSettings.json
116.00 B

Sender.cs
4.00 KB

UdpSender.csproj
455.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Networking/Utilities

Program.cs
2.66 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Networking/Utilities/Properties

launchSettings.json
239.00 B

Utilities.csproj
320.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/ParallelSamples/CancellationSamples

CancellationSamples.csproj
195.00 B

Program.cs
2.12 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/ParallelSamples/ChannelSample

ChannelSample.cs
2.59 KB

ChannelSample.csproj
163.00 B

Program.cs
1.12 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/ParallelSamples

ParallelSamples.sln
14.47 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/ParallelSamples/ParallelSamples

Command.cs
121.00 B

ParallelSamples.csproj
197.00 B

Program.cs
4.08 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/ParallelSamples/TaskSamples

Command.cs
117.00 B

Program.cs
5.15 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/ParallelSamples/TaskSamples/Properties

launchSettings.json
112.00 B

TaskSamples.csproj
197.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/ParallelSamples/TimersSample

Program.cs
323.00 B

TimersSample.csproj
197.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/ParallelSamples/ValueTaskSample

Program.cs
1.12 KB

ValueTaskSample.csproj
198.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/ParallelSamples/WindowsAppTimer/WindowsAppTimer (Package)/build

Microsoft.WinUI.AppX.targets
13.21 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/ParallelSamples/WindowsAppTimer/WindowsAppTimer (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/ParallelSamples/WindowsAppTimer/WindowsAppTimer (Package)

Package.appxmanifest
1.63 KB

WindowsAppTimer (Package).wapproj
3.28 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/ParallelSamples/WindowsAppTimer/WindowsAppTimer

app.manifest
729.00 B

App.xaml
641.00 B

App.xaml.cs
1.21 KB

MainWindow.xaml
1.27 KB

MainWindow.xaml.cs
1.43 KB

WindowsAppTimer.csproj
840.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel

Readme.md
1.95 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/SynchronizationSamples/BarrierSample

BarrierSample.csproj
197.00 B

Program.cs
3.88 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/SynchronizationSamples/EventSample

Calculator.cs
580.00 B

EventSample.csproj
197.00 B

Program.cs
999.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/SynchronizationSamples/EventSampleWithCountdownEvent

Calculator.cs
572.00 B

EventSampleWithCountdownEvent.csproj
197.00 B

Program.cs
508.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/SynchronizationSamples/LockAcrossAwait

AsyncSemaphore.cs
748.00 B

LockAcrossAwait.csproj
198.00 B

Program.cs
2.96 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/SynchronizationSamples/ReaderWriterLockSample

Program.cs
548.00 B

ReaderWriter.cs
1.73 KB

ReaderWriterLockSample.csproj
197.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/SynchronizationSamples/SemaphoreSample

Program.cs
1.00 KB

SemaphoreSample.csproj
197.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/SynchronizationSamples/SingletonUsingMutex

Program.cs
429.00 B

SingletonUsingMutex.csproj
198.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/SynchronizationSamples

SynchronizationSamples.sln
13.54 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/SynchronizationSamples/SynchronizatonSamples

Job.cs
443.00 B

Program.cs
327.00 B

SharedState.cs
119.00 B

SynchronizatonSamples.csproj
197.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/SynchronizationSamples/ThreadingIssues

Program.cs
1.50 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Parallel/SynchronizationSamples/ThreadingIssues/Properties

launchSettings.json
116.00 B

StateObject.cs
756.00 B

TaskWithDeadlock.cs
1.52 KB

TaskWithRaceCondition.cs
746.00 B

ThreadingIssues.csproj
197.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity

appsettings.Development.json
159.00 B

appsettings.json
182.00 B

ASPNETCoreMVCSecurity.csproj
372.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity/Controllers

HomeController.cs
2.64 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity/Models

Book.cs
104.00 B

ErrorViewModel.cs
221.00 B

Program.cs
528.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity/Properties

launchSettings.json
320.00 B

Startup.cs
2.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity/Views

_ViewImports.cshtml
121.00 B

_ViewStart.cshtml
32.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity/Views/Home

EchoWithView.cshtml
172.00 B

EditBook.cshtml
394.00 B

EditBookResult.cshtml
101.00 B

EditBookSecure.cshtml
430.00 B

Index.cshtml
231.00 B

Privacy.cshtml
138.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity/Views/Shared

_Layout.cshtml
2.19 KB

_ValidationScriptsPartial.cshtml
174.00 B

Error.cshtml
859.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity/wwwroot/css

site.css
1.31 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity/wwwroot

favicon.ico
5.30 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity/wwwroot/js

site.js
226.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity/wwwroot/lib/bootstrap/dist/css

bootstrap-grid.css
63.04 KB

bootstrap-grid.css.map
148.19 KB

bootstrap-grid.min.css
47.35 KB

bootstrap-grid.min.css.map
106.00 KB

bootstrap-reboot.css
4.78 KB

bootstrap-reboot.css.map
74.69 KB

bootstrap-reboot.min.css
3.93 KB

bootstrap-reboot.min.css.map
31.70 KB

bootstrap.css
187.84 KB

bootstrap.css.map
480.52 KB

bootstrap.min.css
152.11 KB

bootstrap.min.css.map
611.28 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity/wwwroot/lib/bootstrap/dist/js

bootstrap.bundle.js
217.69 KB

bootstrap.bundle.js.map
392.82 KB

bootstrap.bundle.min.js
76.79 KB

bootstrap.bundle.min.js.map
304.64 KB

bootstrap.js
128.55 KB

bootstrap.js.map
244.70 KB

bootstrap.min.js
56.71 KB

bootstrap.min.js.map
185.79 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity/wwwroot/lib/bootstrap

LICENSE
1.10 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity/wwwroot/lib/jquery-validation-unobtrusive

jquery.validate.unobtrusive.js
18.91 KB

jquery.validate.unobtrusive.min.js
5.73 KB

LICENSE.txt
575.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity/wwwroot/lib/jquery-validation/dist

additional-methods.js
41.04 KB

additional-methods.min.js
18.03 KB

jquery.validate.js
47.54 KB

jquery.validate.min.js
22.72 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity/wwwroot/lib/jquery-validation

LICENSE.md
1.07 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity/wwwroot/lib/jquery/dist

jquery.js
280.89 KB

jquery.min.js
87.38 KB

jquery.min.map
134.74 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/ASPNETCoreMVCSecurity/wwwroot/lib/jquery

LICENSE.txt
1.57 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security

createcertificates.sh
466.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/HackingSite

appsettings.Development.json
159.00 B

appsettings.json
182.00 B

HackingSite.csproj
134.00 B

Program.cs
693.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/HackingSite/Properties

launchSettings.json
310.00 B

Startup.cs
1.26 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/HackingSite/wwwroot

dothis.html
484.00 B

dothisdenied.html
490.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/IdentitySample

appsettings.json
190.00 B

IdentitySample.csproj
455.00 B

Program.cs
335.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/IdentitySample/Properties

launchSettings.json
169.00 B

Runner.cs
3.10 KB

preparekeyvault.sh
455.00 B

Readme.md
1.01 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/SecureTransfer

AliceRunner.cs
1.87 KB

appsettings.json
101.00 B

BobRunner.cs
1.45 KB

Program.cs
613.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/SecureTransfer/Properties

launchSettings.json
169.00 B

SecureTransfer.csproj
380.00 B

Security.sln
11.71 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/SigningDemo

AliceRunner.cs
868.00 B

BobRunner.cs
799.00 B

Program.cs
557.00 B

SigningDemo.csproj
308.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/WebAppWithADSample

appsettings.Development.json
185.00 B

appsettings.json
622.00 B

DeveloperPage.cshtml
120.00 B

DeveloperPage.cshtml.cs
264.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/WebAppWithADSample/Pages

_ViewImports.cshtml
118.00 B

_ViewStart.cshtml
29.00 B

Error.cshtml
853.00 B

Error.cshtml.cs
849.00 B

Index.cshtml
255.00 B

Index.cshtml.cs
512.00 B

Privacy.cshtml
161.00 B

Privacy.cshtml.cs
519.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/WebAppWithADSample/Pages/Shared

_Layout.cshtml
2.14 KB

_LoginPartial.cshtml
564.00 B

_ValidationScriptsPartial.cshtml
171.00 B

UserInfo.cshtml
303.00 B

UserInfo.cshtml.cs
701.00 B

Program.cs
525.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/WebAppWithADSample/Properties

launchSettings.json
693.00 B

Startup.cs
2.46 KB

WebAppWithADSample.csproj
675.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/WebAppWithADSample/wwwroot/css

site.css
1.31 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/WebAppWithADSample/wwwroot

favicon.ico
5.30 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/WebAppWithADSample/wwwroot/js

site.js
226.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/WebAppWithADSample/wwwroot/lib/bootstrap/dist/css

bootstrap-grid.css
63.04 KB

bootstrap-grid.css.map
148.19 KB

bootstrap-grid.min.css
47.35 KB

bootstrap-grid.min.css.map
106.00 KB

bootstrap-reboot.css
4.78 KB

bootstrap-reboot.css.map
74.69 KB

bootstrap-reboot.min.css
3.93 KB

bootstrap-reboot.min.css.map
31.70 KB

bootstrap.css
187.84 KB

bootstrap.css.map
480.52 KB

bootstrap.min.css
152.11 KB

bootstrap.min.css.map
611.28 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/WebAppWithADSample/wwwroot/lib/bootstrap/dist/js

bootstrap.bundle.js
217.69 KB

bootstrap.bundle.js.map
392.82 KB

bootstrap.bundle.min.js
76.79 KB

bootstrap.bundle.min.js.map
304.64 KB

bootstrap.js
128.55 KB

bootstrap.js.map
244.70 KB

bootstrap.min.js
56.71 KB

bootstrap.min.js.map
185.79 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/WebAppWithADSample/wwwroot/lib/bootstrap

LICENSE
1.10 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/WebAppWithADSample/wwwroot/lib/jquery-validation-unobtrusive

jquery.validate.unobtrusive.js
18.91 KB

jquery.validate.unobtrusive.min.js
5.73 KB

LICENSE.txt
575.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/WebAppWithADSample/wwwroot/lib/jquery-validation/dist

additional-methods.js
41.04 KB

additional-methods.min.js
18.03 KB

jquery.validate.js
47.54 KB

jquery.validate.min.js
22.72 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/WebAppWithADSample/wwwroot/lib/jquery-validation

LICENSE.md
1.07 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/WebAppWithADSample/wwwroot/lib/jquery/dist

jquery.js
280.89 KB

jquery.min.js
87.38 KB

jquery.min.map
134.74 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/WebAppWithADSample/wwwroot/lib/jquery

LICENSE.txt
1.57 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/X509CertificateSample

KeyVaultService.cs
2.65 KB

Program.cs
965.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Security/X509CertificateSample/Properties

launchSettings.json
305.00 B

X509CertificateSample.csproj
616.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests/ASPNETCoreSample/ASPNETCoreSample.IntegrationTest

ASPNETCoreSample.IntegrationTest.csproj
840.00 B

AspNetCoreSampleTest.cs
913.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests/ASPNETCoreSample/ASPNETCoreSample.IntegrationTest/Properties

launchSettings.json
669.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests/ASPNETCoreSample

ASPNETCoreSample.sln
1.63 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests/ASPNETCoreSample/ASPNETCoreSample

ASPNETCoreSample.csproj
166.00 B

Program.cs
526.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests/ASPNETCoreSample/ASPNETCoreSample/Properties

launchSettings.json
626.00 B

Startup.cs
1.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests/MockingSamples/BooksLib.Tests

BooksLib.Tests.csproj
989.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests/MockingSamples/BooksLib.Tests/Services

BooksServiceTest.cs
3.53 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests/MockingSamples/BooksLib

BooksLib.csproj
275.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests/MockingSamples/BooksLib/Models

Book.cs
577.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests/MockingSamples/BooksLib/Repositories

BooksSampleRepository.cs
1.89 KB

IBooksRepository.cs
391.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests/MockingSamples/BooksLib/Services

BooksService.cs
1.73 KB

IBooksService.cs
329.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests/MockingSamples

MockingSamples.sln
1.56 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests

Readme.md
902.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests/UnitTestingSamples

UnitTestingSamples.sln
1.62 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests/UnitTestingSamples/UnitTestingSamples.Tests/.config

dotnet-tools.json
289.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests/UnitTestingSamples/UnitTestingSamples.Tests/coveragereport

class.js
52.25 KB

icon_cube.svg
377.00 B

icon_down-dir_active.svg
253.00 B

icon_fork.svg
767.00 B

icon_info-circled.svg
610.00 B

icon_minus.svg
261.00 B

icon_plus.svg
354.00 B

icon_search-minus.svg
623.00 B

icon_search-plus.svg
752.00 B

icon_sponsor.svg
404.00 B

icon_star.svg
407.00 B

icon_up-dir.svg
265.00 B

icon_up-dir_active.svg
265.00 B

icon_wrench.svg
551.00 B

index.htm
8.27 KB

index.html
8.27 KB

main.js
417.48 KB

report.css
31.63 KB

UnitTestingSamples_ChampionsLoader.html
8.99 KB

UnitTestingSamples_DeepThought.html
8.53 KB

UnitTestingSamples_Formula1.html
22.85 KB

UnitTestingSamples_StringSample.html
22.38 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests/UnitTestingSamples/UnitTestingSamples.Tests

DeepThoughtTest.cs
517.00 B

Formula1Tests.cs
5.57 KB

StringSampleTest.cs
2.23 KB

UnitTestingSamples.Tests.csproj
949.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/2_Libs/Tests/UnitTestingSamples/UnitTestingSamples

ChampionsLoader.cs
205.00 B

DeepThought.cs
167.00 B

F1Addresses.cs
169.00 B

Formula1.cs
1.68 KB

IChampionsLoader.cs
144.00 B

StringSample.cs
1.25 KB

UnitTestingSamples.csproj
162.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/AngularSample

.gitignore
3.45 KB

AngularSample.csproj
2.67 KB

appsettings.Development.json
159.00 B

appsettings.json
186.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/AngularSample/ClientApp

.editorconfig
285.00 B

.gitignore
516.00 B

angular.json
4.04 KB

browserslist
375.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/AngularSample/ClientApp/e2e

protractor.conf.js
757.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/AngularSample/ClientApp/e2e/src

app.e2e-spec.ts
277.00 B

app.po.ts
206.00 B

tsconfig.e2e.json
213.00 B

package-lock.json
1.02 MB

package.json
1.70 KB

README.md
1.01 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/AngularSample/ClientApp/src/app

app.component.html
118.00 B

app.component.ts
169.00 B

app.module.ts
1.09 KB

app.server.module.ts
413.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/AngularSample/ClientApp/src/app/counter

counter.component.html
234.00 B

counter.component.spec.ts
1.03 KB

counter.component.ts
260.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/AngularSample/ClientApp/src/app/fetch-data

fetch-data.component.html
616.00 B

fetch-data.component.ts
612.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/AngularSample/ClientApp/src/app/home

home.component.html
1.45 KB

home.component.ts
155.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/AngularSample/ClientApp/src/app/nav-menu

nav-menu.component.css
249.00 B

nav-menu.component.html
1.39 KB

nav-menu.component.ts
337.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/AngularSample/ClientApp/src/assets

.gitkeep
0.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/AngularSample/ClientApp/src/environments

environment.prod.ts
51.00 B

environment.ts
631.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/AngularSample/ClientApp/src

index.html
338.00 B

karma.conf.js
965.00 B

main.ts
553.00 B

polyfills.ts
2.77 KB

styles.css
279.00 B

test.ts
637.00 B

tsconfig.app.json
170.00 B

tsconfig.server.json
183.00 B

tsconfig.spec.json
256.00 B

tslint.json
314.00 B

tsconfig.json
411.00 B

tslint.json
2.73 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/AngularSample/Controllers

WeatherForecastController.cs
1.12 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/AngularSample/Pages

_ViewImports.cshtml
108.00 B

Error.cshtml
853.00 B

Error.cshtml.cs
814.00 B

Program.cs
695.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/AngularSample/Properties

launchSettings.json
653.00 B

Startup.cs
2.38 KB

WeatherForecast.cs
294.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/AngularSample/wwwroot

favicon.ico
5.30 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore

createappservice.sh
1.34 KB

global.json
43.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/ReactSample

.gitignore
3.47 KB

appsettings.Development.json
159.00 B

appsettings.json
186.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/ReactSample/ClientApp

.env
13.00 B

.gitignore
285.00 B

package-lock.json
558.44 KB

package.json
1.24 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/ReactSample/ClientApp/public

favicon.ico
5.30 KB

index.html
1.59 KB

manifest.json
307.00 B

README.md
106.35 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/ReactSample/ClientApp/src

App.js
605.00 B

App.test.js
368.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/ReactSample/ClientApp/src/components

Counter.js
713.00 B

FetchData.js
1.43 KB

Home.js
1.67 KB

Layout.js
355.00 B

NavMenu.css
249.00 B

NavMenu.js
1.52 KB

custom.css
198.00 B

index.js
503.00 B

registerServiceWorker.js
3.92 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/ReactSample/Controllers

WeatherForecastController.cs
1.12 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/ReactSample/Pages

_ViewImports.cshtml
104.00 B

Error.cshtml
853.00 B

Error.cshtml.cs
812.00 B

Program.cs
693.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/ReactSample/Properties

launchSettings.json
651.00 B

ReactSample.csproj
2.27 KB

Startup.cs
2.17 KB

WeatherForecast.cs
292.00 B

Readme.md
1.17 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/SimpleHost

appsettings.json
100.00 B

Program.cs
233.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/SimpleHost/Properties

launchSettings.json
647.00 B

SimpleHost.csproj
166.00 B

SimpleHost.sln
1.07 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/WebSampleApp

.dockerignore
316.00 B

appsettings.Development.json
159.00 B

appsettings.json
213.00 B

CustomHealthCheck.cs
713.00 B

CustomReadyCheck.cs
709.00 B

Dockerfile
653.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/WebSampleApp/Extensions

HtmlExtensions.cs
1.08 KB

libman.json
351.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/WebSampleApp/Middleware

HeaderMiddleware.cs
905.00 B

MyController.cs
279.00 B

Program.cs
519.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/WebSampleApp/Properties

launchSettings.json
879.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/WebSampleApp/Services

HealthSample.cs
885.00 B

RequestAndResponseSamples.cs
3.80 KB

SessionSample.cs
1.16 KB

Startup.cs
10.37 KB

WebSampleApp.csproj
477.00 B

WebSampleApp.sln
1.08 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/WebSampleApp/wwwroot

hello.html
183.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/WebSampleApp/wwwroot/lib/bootstrap/dist/css

bootstrap.css
194.74 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/WebSampleApp/wwwroot/lib/bootstrap/dist/js

bootstrap.js
140.66 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/ASPNETCore/WebSampleApp/wwwroot/lib/jquery

jquery.js
281.82 KB

jquery.min.js
87.40 KB

jquery.min.map
134.73 KB

jquery.slim.js
229.83 KB

jquery.slim.min.js
70.68 KB

jquery.slim.min.map
107.73 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ComponentsSample

_Imports.razor
486.00 B

App.razor
377.00 B

Blazor.ComponentsSample.csproj
502.00 B

Blazor.ComponentsSample.sln
1.10 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ComponentsSample/Models

Book.cs
289.00 B

BookEditModel.cs
418.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ComponentsSample/Pages

Binding.razor
432.00 B

Cascade1.razor
284.00 B

Cascade2.razor
36.00 B

Cascade3.razor
150.00 B

Counter.razor
341.00 B

CounterWithService.razor
376.00 B

Editor.razor
1.00 KB

Index.razor
120.00 B

Timer2.razor
511.00 B

TimerEvent.razor
658.00 B

UseTemplate.razor
571.00 B

UseTimer.razor
1.11 KB

Program.cs
724.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ComponentsSample/Properties

launchSettings.json
931.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ComponentsSample/Services

CounterService.cs
142.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ComponentsSample/Shared

MainLayout.razor
353.00 B

MainLayout.razor.css
1.15 KB

NavMenu.razor
2.21 KB

NavMenu.razor.css
1.01 KB

Repeater.razor
436.00 B

SurveyPrompt.razor
507.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ComponentsSample/wwwroot/css

app.css
858.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ComponentsSample/wwwroot/css/bootstrap

bootstrap.min.css
152.11 KB

bootstrap.min.css.map
611.28 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ComponentsSample/wwwroot/css/open-iconic

FONT-LICENSE
3.92 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ComponentsSample/wwwroot/css/open-iconic/font/css

open-iconic-bootstrap.min.css
9.17 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ComponentsSample/wwwroot/css/open-iconic/font/fonts

open-iconic.eot
27.54 KB

open-iconic.otf
20.50 KB

open-iconic.svg
53.50 KB

open-iconic.ttf
27.37 KB

open-iconic.woff
14.63 KB

ICON-LICENSE
1.05 KB

README.md
3.42 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ComponentsSample/wwwroot

favicon.ico
5.30 KB

index.html
723.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ServerSample

_Imports.razor
402.00 B

App.razor
381.00 B

appsettings.Development.json
185.00 B

appsettings.json
182.00 B

Blazor.ServerSample.csproj
166.00 B

Blazor.ServerSample.sln
1.09 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ServerSample/Data

WeatherForecast.cs
306.00 B

WeatherForecastService.cs
777.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ServerSample/Pages

_Host.cshtml
1.09 KB

Counter.razor
265.00 B

Error.cshtml
1.46 KB

Error.cshtml.cs
756.00 B

FetchData.razor
1.04 KB

Index.razor
117.00 B

Program.cs
701.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ServerSample/Properties

launchSettings.json
690.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ServerSample/Shared

MainLayout.razor
351.00 B

MainLayout.razor.css
1.15 KB

NavMenu.razor
1.17 KB

NavMenu.razor.css
1.01 KB

SurveyPrompt.razor
507.00 B

Startup.cs
1.75 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ServerSample/wwwroot/css/bootstrap

bootstrap.min.css
152.11 KB

bootstrap.min.css.map
611.28 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ServerSample/wwwroot/css/open-iconic

FONT-LICENSE
3.92 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ServerSample/wwwroot/css/open-iconic/font/css

open-iconic-bootstrap.min.css
9.17 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ServerSample/wwwroot/css/open-iconic/font/fonts

open-iconic.eot
27.54 KB

open-iconic.otf
20.50 KB

open-iconic.svg
53.50 KB

open-iconic.ttf
27.37 KB

open-iconic.woff
14.63 KB

ICON-LICENSE
1.05 KB

README.md
3.42 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ServerSample/wwwroot/css

site.css
858.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.ServerSample/wwwroot

favicon.ico
5.30 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.WasmSample

Blazor.WasmSample.sln
4.00 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.WasmSample/Client

_Imports.razor
401.00 B

App.razor
377.00 B

Blazor.WasmSample.Client.csproj
840.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.WasmSample/Client/Pages

Counter.razor
265.00 B

FetchData.razor
1.03 KB

Index.razor
120.00 B

Program.cs
620.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.WasmSample/Client/Properties

launchSettings.json
925.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.WasmSample/Client/Shared

MainLayout.razor
353.00 B

MainLayout.razor.css
1.15 KB

NavMenu.razor
1.17 KB

NavMenu.razor.css
1.01 KB

SurveyPrompt.razor
507.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.WasmSample/Client/wwwroot/css

app.css
858.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.WasmSample/Client/wwwroot/css/bootstrap

bootstrap.min.css
152.11 KB

bootstrap.min.css.map
611.28 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.WasmSample/Client/wwwroot/css/open-iconic

FONT-LICENSE
3.92 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.WasmSample/Client/wwwroot/css/open-iconic/font/css

open-iconic-bootstrap.min.css
9.17 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.WasmSample/Client/wwwroot/css/open-iconic/font/fonts

open-iconic.eot
27.54 KB

open-iconic.otf
20.50 KB

open-iconic.svg
53.50 KB

open-iconic.ttf
27.37 KB

open-iconic.woff
14.63 KB

ICON-LICENSE
1.05 KB

README.md
3.42 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.WasmSample/Client/wwwroot

favicon.ico
5.30 KB

icon-512.png
8.02 KB

index.html
915.00 B

manifest.json
291.00 B

service-worker.js
265.00 B

service-worker.published.js
2.17 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.WasmSample/Server

appsettings.Development.json
159.00 B

appsettings.json
180.00 B

Blazor.WasmSample.Server.csproj
483.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.WasmSample/Server/Controllers

WeatherForecastController.cs
1.16 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.WasmSample/Server/Pages

Error.cshtml
1.47 KB

Error.cshtml.cs
858.00 B

Program.cs
709.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.WasmSample/Server/Properties

launchSettings.json
990.00 B

Startup.cs
1.91 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor/Blazor.WasmSample/Shared

Blazor.WasmSample.Shared.csproj
235.00 B

WeatherForecast.cs
362.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Blazor

Readme.md
840.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BookModels

Book.cs
410.00 B

BookModels.csproj
273.00 B

BooksContext.cs
872.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksViews/Areas/Books

_ViewImports.cshtml
78.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksViews/Areas/Books/Pages

Create.cshtml
1.14 KB

Create.cshtml.cs
928.00 B

Delete.cshtml
855.00 B

Delete.cshtml.cs
1.33 KB

Details.cshtml
722.00 B

Details.cshtml.cs
901.00 B

Edit.cshtml
1.19 KB

Edit.cshtml.cs
1.88 KB

Index.cshtml
1.04 KB

Index.cshtml.cs
620.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksViews

BooksViews.csproj
416.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksWebApp

appsettings.Development.json
185.00 B

appsettings.json
182.00 B

BooksWebApp.csproj
450.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksWebApp/Pages

_ViewImports.cshtml
101.00 B

_ViewStart.cshtml
32.00 B

Error.cshtml
856.00 B

Error.cshtml.cs
841.00 B

Index.cshtml
255.00 B

Index.cshtml.cs
505.00 B

Privacy.cshtml
164.00 B

Privacy.cshtml.cs
512.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksWebApp/Pages/Shared

_Layout.cshtml
2.07 KB

_ValidationScriptsPartial.cshtml
174.00 B

Program.cs
693.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksWebApp/Properties

launchSettings.json
886.00 B

Startup.cs
1.61 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksWebApp/wwwroot/css

site.css
1.31 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksWebApp/wwwroot

favicon.ico
5.30 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksWebApp/wwwroot/js

site.js
226.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksWebApp/wwwroot/lib/bootstrap/dist/css

bootstrap-grid.css
63.04 KB

bootstrap-grid.css.map
148.19 KB

bootstrap-grid.min.css
47.35 KB

bootstrap-grid.min.css.map
106.00 KB

bootstrap-reboot.css
4.78 KB

bootstrap-reboot.css.map
74.69 KB

bootstrap-reboot.min.css
3.93 KB

bootstrap-reboot.min.css.map
31.70 KB

bootstrap.css
187.84 KB

bootstrap.css.map
480.52 KB

bootstrap.min.css
152.11 KB

bootstrap.min.css.map
611.28 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksWebApp/wwwroot/lib/bootstrap/dist/js

bootstrap.bundle.js
217.69 KB

bootstrap.bundle.js.map
392.82 KB

bootstrap.bundle.min.js
76.79 KB

bootstrap.bundle.min.js.map
304.64 KB

bootstrap.js
128.55 KB

bootstrap.js.map
244.70 KB

bootstrap.min.js
56.71 KB

bootstrap.min.js.map
185.79 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksWebApp/wwwroot/lib/bootstrap

LICENSE
1.10 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksWebApp/wwwroot/lib/jquery-validation-unobtrusive

jquery.validate.unobtrusive.js
18.91 KB

jquery.validate.unobtrusive.min.js
5.73 KB

LICENSE.txt
575.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksWebApp/wwwroot/lib/jquery-validation/dist

additional-methods.js
41.04 KB

additional-methods.min.js
18.03 KB

jquery.validate.js
47.54 KB

jquery.validate.min.js
22.72 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksWebApp/wwwroot/lib/jquery-validation

LICENSE.md
1.07 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksWebApp/wwwroot/lib/jquery/dist

jquery.js
280.89 KB

jquery.min.js
87.38 KB

jquery.min.map
134.74 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/BooksWebApp/wwwroot/lib/jquery

LICENSE.txt
1.57 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/CustomTagHelpers

CustomTagHelpers.csproj
347.00 B

MarkdownTagHelper.cs
1.15 KB

TableTagHelper.cs
2.09 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/EventViews

EventViews.csproj
320.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/EventViews/Models

Event.cs
103.00 B

IEventsService.cs
161.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/EventViews/ViewComponents

EventListViewComponent.cs
816.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/EventViews/Views/Shared/Components/EventList

default.cshtml
430.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample

app.db
104.00 KB

appsettings.Development.json
159.00 B

appsettings.json
270.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/Areas/Identity/Pages

_ViewStart.cshtml
50.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/Controllers

HomeController.cs
1.18 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/Data

ApplicationDbContext.cs
396.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/Data/Migrations

00000000000000_CreateIdentitySchema.cs
9.03 KB

00000000000000_CreateIdentitySchema.Designer.cs
9.38 KB

ApplicationDbContextModelSnapshot.cs
9.30 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/Models

ErrorViewModel.cs
194.00 B

MVCSample.csproj
976.00 B

MVCSample.sln
1.07 KB

Program.cs
691.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/Properties

launchSettings.json
684.00 B

Startup.cs
2.40 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/Views

_ViewImports.cshtml
97.00 B

_ViewStart.cshtml
29.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/Views/Home

Books.cshtml
918.00 B

Index.cshtml
231.00 B

MyPartial.cshtml
150.00 B

Privacy.cshtml
172.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/Views/Shared

_Layout.cshtml
2.21 KB

_LoginPartial.cshtml
951.00 B

_ValidationScriptsPartial.cshtml
171.00 B

Error.cshtml
856.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/wwwroot/css

site.css
1.31 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/wwwroot

favicon.ico
5.30 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/wwwroot/js

site.js
226.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/wwwroot/lib/bootstrap/dist/css

bootstrap-grid.css
63.04 KB

bootstrap-grid.css.map
148.19 KB

bootstrap-grid.min.css
47.35 KB

bootstrap-grid.min.css.map
106.00 KB

bootstrap-reboot.css
4.78 KB

bootstrap-reboot.css.map
74.69 KB

bootstrap-reboot.min.css
3.93 KB

bootstrap-reboot.min.css.map
31.70 KB

bootstrap.css
187.84 KB

bootstrap.css.map
480.52 KB

bootstrap.min.css
152.11 KB

bootstrap.min.css.map
611.28 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/wwwroot/lib/bootstrap/dist/js

bootstrap.bundle.js
217.69 KB

bootstrap.bundle.js.map
392.82 KB

bootstrap.bundle.min.js
76.79 KB

bootstrap.bundle.min.js.map
304.64 KB

bootstrap.js
128.55 KB

bootstrap.js.map
244.70 KB

bootstrap.min.js
56.71 KB

bootstrap.min.js.map
185.79 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/wwwroot/lib/bootstrap

LICENSE
1.10 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/wwwroot/lib/jquery-validation-unobtrusive

jquery.validate.unobtrusive.js
18.91 KB

jquery.validate.unobtrusive.min.js
5.73 KB

LICENSE.txt
575.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/wwwroot/lib/jquery-validation/dist

additional-methods.js
41.04 KB

additional-methods.min.js
18.03 KB

jquery.validate.js
47.54 KB

jquery.validate.min.js
22.72 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/wwwroot/lib/jquery-validation

LICENSE.md
1.07 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/wwwroot/lib/jquery/dist

jquery.js
280.89 KB

jquery.min.js
87.38 KB

jquery.min.map
134.74 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/MVCSample/wwwroot/lib/jquery

LICENSE.txt
1.57 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC

Readme.md
856.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample

appsettings.Development.json
185.00 B

appsettings.json
321.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/Areas/Admin/Pages

Admin1.cshtml
72.00 B

Admin1.cshtml.cs
312.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/Areas/Books

_ViewImports.cshtml
106.00 B

_ViewStart.cshtml
51.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/Models

MenuItem.cs
130.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/Pages

_ViewImports.cshtml
106.00 B

_ViewStart.cshtml
29.00 B

Calc.cshtml
201.00 B

Calc.cshtml.cs
646.00 B

Error.cshtml
853.00 B

Error.cshtml.cs
843.00 B

Index.cshtml
336.00 B

Index.cshtml.cs
506.00 B

Privacy.cshtml
161.00 B

Privacy.cshtml.cs
513.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/Pages/Shared

_Layout.cshtml
2.57 KB

_ValidationScriptsPartial.cshtml
171.00 B

ShowBook.cshtml
523.00 B

UseMarkdown.cshtml
189.00 B

UseMarkdownAttribute.cshtml
108.00 B

UseTableTagHelper.cshtml
153.00 B

UseTableTagHelper.cshtml.cs
432.00 B

UseViewComponent.cshtml
572.00 B

UseViewComponent.cshtml.cs
713.00 B

Program.cs
694.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/Properties

launchSettings.json
687.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/Services

Formula1Events.cs
2.02 KB

MenuSamples.cs
533.00 B

Startup.cs
2.18 KB

WebAppSample.csproj
1.12 KB

WebAppSample.sln
2.97 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/wwwroot/css

site.css
1.31 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/wwwroot

favicon.ico
5.30 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/wwwroot/js

site.js
226.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/wwwroot/lib/bootstrap/dist/css

bootstrap-grid.css
63.04 KB

bootstrap-grid.css.map
148.19 KB

bootstrap-grid.min.css
47.35 KB

bootstrap-grid.min.css.map
106.00 KB

bootstrap-reboot.css
4.78 KB

bootstrap-reboot.css.map
74.69 KB

bootstrap-reboot.min.css
3.93 KB

bootstrap-reboot.min.css.map
31.70 KB

bootstrap.css
187.84 KB

bootstrap.css.map
480.52 KB

bootstrap.min.css
152.11 KB

bootstrap.min.css.map
611.28 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/wwwroot/lib/bootstrap/dist/js

bootstrap.bundle.js
217.69 KB

bootstrap.bundle.js.map
392.82 KB

bootstrap.bundle.min.js
76.79 KB

bootstrap.bundle.min.js.map
304.64 KB

bootstrap.js
128.55 KB

bootstrap.js.map
244.70 KB

bootstrap.min.js
56.71 KB

bootstrap.min.js.map
185.79 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/wwwroot/lib/bootstrap

LICENSE
1.10 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/wwwroot/lib/jquery-validation-unobtrusive

jquery.validate.unobtrusive.js
18.91 KB

jquery.validate.unobtrusive.min.js
5.73 KB

LICENSE.txt
575.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/wwwroot/lib/jquery-validation/dist

additional-methods.js
41.04 KB

additional-methods.min.js
18.03 KB

jquery.validate.js
47.54 KB

jquery.validate.min.js
22.72 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/wwwroot/lib/jquery-validation

LICENSE.md
1.07 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/wwwroot/lib/jquery/dist

jquery.js
280.89 KB

jquery.min.js
87.38 KB

jquery.min.map
134.74 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/RazorAndMVC/WebAppSample/wwwroot/lib/jquery

LICENSE.txt
1.57 KB

Sample.md
96.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/AzureFunctions/Books.Data

Books.Data.csproj
383.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/AzureFunctions/Books.Data/Models

BooksContext.cs
1.80 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/AzureFunctions/Books.Data/Services

IBookChapterService.cs
595.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/AzureFunctions/Books.Function

.gitignore
4.26 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/AzureFunctions/Books.Function/.vscode

extensions.json
80.00 B

Books_Function.csproj
1.10 KB

Books_Function.sln
2.03 KB

BooksService.cs
2.05 KB

host.json
217.00 B

Program.cs
686.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/AzureFunctions/Books.Shared

BookChapter.cs
126.00 B

Books.Shared.csproj
162.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/AzureFunctions

host.json
135.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksApi/Books.Shared

BookChapter.cs
126.00 B

Books.Shared.csproj
162.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksApi/BooksApi/.config

dotnet-tools.json
168.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksApi/BooksApi

appsettings.Development.json
159.00 B

appsettings.json
182.00 B

BooksApi.csproj
374.00 B

BooksApi.sln
2.04 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksApi/BooksApi/Controllers

BookChaptersController.cs
2.85 KB

Program.cs
515.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksApi/BooksApi/Properties

launchSettings.json
806.00 B

samplechapter.json
112.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksApi/BooksApi/Services

BookChapterService.cs
1.86 KB

IBookChapterService.cs
505.00 B

SampleChapters.cs
1.22 KB

Startup.cs
2.00 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksApi/BookServiceClient

appsettings.json
215.00 B

BooksApiClient.cs
4.66 KB

BookServiceClient.csproj
702.00 B

Program.cs
1.04 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksData/Books.Data

Books.Data.csproj
383.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksData/Books.Data/Models

BooksContext.cs
1.80 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksData/Books.Data/Services

IBookChapterService.cs
595.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksData/Books.Initializer

appsettings.json
142.00 B

Books.Initializer.csproj
517.00 B

Program.cs
994.00 B

SampleChapters.cs
1.02 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksData/Books.Shared

BookChapter.cs
126.00 B

Books.Shared.csproj
162.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksData/BooksApi

appsettings.Development.json
159.00 B

appsettings.json
321.00 B

BooksApi.csproj
506.00 B

BooksApi.sln
3.00 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksData/BooksApi/Controllers

BookChaptersController.cs
2.52 KB

Program.cs
515.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksData/BooksApi/Properties

launchSettings.json
806.00 B

Startup.cs
1.83 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksData/BookServiceClient

appsettings.json
209.00 B

BooksApiClient.cs
4.65 KB

BookServiceClient.csproj
702.00 B

Program.cs
1.04 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksDataAndAuthentication/Books.Data

Books.Data.csproj
383.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksDataAndAuthentication/Books.Data/Models

BooksContext.cs
1.80 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksDataAndAuthentication/Books.Data/Services

IBookChapterService.cs
595.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksDataAndAuthentication/Books.Initializer

appsettings.json
142.00 B

Books.Initializer.csproj
517.00 B

Program.cs
994.00 B

SampleChapters.cs
1.02 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksDataAndAuthentication/Books.Shared

BookChapter.cs
126.00 B

Books.Shared.csproj
162.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksDataAndAuthentication/BooksApi

appsettings.Development.json
159.00 B

appsettings.json
595.00 B

BooksApi.csproj
712.00 B

BooksApi.sln
3.00 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksDataAndAuthentication/BooksApi/Controllers

BookChaptersController.cs
2.92 KB

Program.cs
515.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksDataAndAuthentication/BooksApi/Properties

launchSettings.json
806.00 B

Startup.cs
2.10 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/BooksDataAndAuthentication/BookServiceClient

appsettings.json
394.00 B

AuthenticationMessageHandler.cs
1.15 KB

BooksApiClient.cs
4.68 KB

BookServiceClient.csproj
783.00 B

ClientAuthentication.cs
2.70 KB

Program.cs
1.48 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/GRPC/Books.Data

Books.Data.csproj
383.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/GRPC/Books.Data/Models

BooksContext.cs
1.89 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/GRPC/Books.Data/Services

IBookChapterService.cs
567.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/GRPC/Books.Shared

BookChapter.cs
126.00 B

Books.Shared.csproj
162.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/GRPC/GRPC.BooksClient

appsettings.json
49.00 B

GRPC.BooksClient.csproj
1.06 KB

Program.cs
861.00 B

Runner.cs
1.92 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/GRPC/GRPC.SensorClient

appsettings.json
49.00 B

GRPC.SensorClient.csproj
990.00 B

Program.cs
855.00 B

Runner.cs
1.00 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/GRPC/GRPCService

appsettings.Development.json
166.00 B

appsettings.json
400.00 B

GRPCService.csproj
600.00 B

GRPCService.sln
3.00 KB

Program.cs
738.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/GRPC/GRPCService/Properties

launchSettings.json
311.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/GRPC/GRPCService/Protos

books.proto
613.00 B

sensor.proto
354.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services/GRPC/GRPCService/Services

BooksService.cs
1.98 KB

SensorService.cs
1.29 KB

Startup.cs
1.95 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/Services

README.md
1.37 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR

Readme.md
817.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/SignalRSample/.config

dotnet-tools.json
175.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/SignalRSample/ChatServer

ChatServer.csproj
241.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/SignalRSample/ChatServer/Hubs

ChatHub.cs
336.00 B

GroupChatHub.cs
943.00 B

libman.json
250.00 B

Program.cs
504.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/SignalRSample/ChatServer/Properties

launchSettings.json
249.00 B

Startup.cs
1.26 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/SignalRSample/ChatServer/wwwroot

ChatWindow.html
1.36 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/SignalRSample/ChatServer/wwwroot/lib/signalr/dist/browser

signalr.js
236.68 KB

signalr.min.js
128.72 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/SignalRSample

SignalRSample.sln
5.91 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/SignalRSample/WinAppChatClient (Package)/build

Microsoft.WinUI.AppX.targets
14.28 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/SignalRSample/WinAppChatClient (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/SignalRSample/WinAppChatClient (Package)

Package.appxmanifest
1.64 KB

WinAppChatClient (Package).wapproj
3.29 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/SignalRSample/WinAppChatClient

app.manifest
730.00 B

App.xaml
643.00 B

App.xaml.cs
1.86 KB

MainWindow.xaml
801.00 B

MainWindow.xaml.cs
1009.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/SignalRSample/WinAppChatClient/Services

DialogService.cs
1.17 KB

IDialogService.cs
172.00 B

UrlService.cs
273.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/SignalRSample/WinAppChatClient/ViewModels

ChatViewModel.cs
3.05 KB

GroupChatViewModel.cs
3.96 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/SignalRSample/WinAppChatClient/Views

ChatUC.xaml
1.97 KB

ChatUC.xaml.cs
962.00 B

GroupChatUC.xaml
2.84 KB

GroupChatUC.xaml.cs
953.00 B

WinAppChatClient.csproj
1.52 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/SignalRStreaming

appsettings.Development.json
159.00 B

appsettings.json
182.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/SignalRStreaming/Hubs

StreamingHub.cs
725.00 B

Program.cs
523.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/SignalRStreaming/Properties

launchSettings.json
315.00 B

SignalRStreaming.csproj
166.00 B

SignalRStreaming.sln
1.57 KB

Startup.cs
1.26 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/3_Web/SignalR/StreamingClient

Program.cs
751.00 B

StreamingClient.csproj
392.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Patterns/BooksApp/BooksApp (Package)

BooksApp (Package).wapproj
3.36 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Patterns/BooksApp/BooksApp (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB

Package.appxmanifest
1.60 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Patterns/BooksApp

BooksApp.sln
6.62 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Patterns/BooksApp/BooksApp

app.manifest
722.00 B

App.xaml
627.00 B

App.xaml.cs
2.33 KB

BooksApp.csproj
2.00 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Patterns/BooksApp/BooksApp/Converters

StringToBoolConverter.cs
660.00 B

MainWindow.xaml
1.20 KB

MainWindow.xaml.cs
1.16 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Patterns/BooksApp/BooksApp/Services

WinUIDialogService.cs
1.27 KB

WinUIInitializeNavigationService.cs
811.00 B

WinUINavigationService.cs
2.00 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Patterns/BooksApp/BooksApp/ViewModels

MainWindowViewModel.cs
1.69 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Patterns/BooksApp/BooksApp/Views

BookDetailPage.xaml
569.00 B

BookDetailPage.xaml.cs
639.00 B

BookDetailUserControl.xaml
1.44 KB

BookDetailUserControl.xaml.cs
841.00 B

BookItemUserControl.xaml
1.68 KB

BookItemUserControl.xaml.cs
1.47 KB

BooksPage.xaml
3.19 KB

BooksPage.xaml.cs
912.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Patterns/BooksLib

BooksLib.csproj
460.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Patterns/BooksLib/Events

NavigationMessage.cs
364.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Patterns/BooksLib/Models

Book.cs
792.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Patterns/BooksLib/Services

BooksSampleRepository.cs
1.80 KB

BooksService.cs
1.81 KB

IBooksRepository.cs
170.00 B

IDialogService.cs
161.00 B

IQueryRepository.cs
272.00 B

IUpdateRepository.cs
265.00 B

PageNames.cs
202.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Patterns/BooksLib/ViewModels

BookDetailViewModel.cs
2.30 KB

BookItemViewModel.cs
874.00 B

BooksViewModel.cs
1.34 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Patterns/GenericViewModels

GenericViewModels.csproj
269.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Patterns/GenericViewModels/Services

IItemsService.cs
423.00 B

INavigationService.cs
279.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Patterns/GenericViewModels/ViewModels

EditableItemViewModel.cs
3.19 KB

IItemViewModel.cs
125.00 B

ItemViewModel.cs
344.00 B

MasterDetailViewModel.cs
2.53 KB

ViewModelBase.cs
1.47 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Patterns

Readme.md
874.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Animations/Animations (Package)

Animations (Package).wapproj
3.37 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Animations/Animations (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB

Package.appxmanifest
1.60 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Animations

Animations.sln
3.24 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Animations/Animations

Animations.csproj
1.67 KB

app.manifest
724.00 B

App.xaml
631.00 B

App.xaml.cs
1.17 KB

EasingChartControl.xaml
728.00 B

EasingChartControl.xaml.cs
1.40 KB

EasingFunctionModel.cs
373.00 B

EasingFunctionsControl.xaml
1.91 KB

EasingFunctionsControl.xaml.cs
2.31 KB

EasingFunctionsManager.cs
726.00 B

KeyframeAnimationControl.xaml
2.25 KB

KeyframeAnimationControl.xaml.cs
388.00 B

MainWindow.xaml
934.00 B

MainWindow.xaml.cs
434.00 B

SimpleAnimationControl.xaml
2.09 KB

SimpleAnimationControl.xaml.cs
784.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Brushes/Brushes (Package)

Brushes (Package).wapproj
3.35 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Brushes/Brushes (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB

Package.appxmanifest
1.59 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Brushes

Brushes.sln
3.22 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Brushes/Brushes

app.manifest
721.00 B

App.xaml
625.00 B

App.xaml.cs
1.15 KB

Brushes.csproj
1.05 KB

MainWindow.xaml
4.15 KB

MainWindow.xaml.cs
431.00 B

msbuild.jpg
69.37 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles

easinganimation.gif
26.86 MB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Geometries/Geometries (Package)

Geometries (Package).wapproj
3.37 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Geometries/Geometries (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB

Package.appxmanifest
1.60 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Geometries

Geometries.sln
3.24 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Geometries/Geometries

app.manifest
724.00 B

App.xaml
631.00 B

App.xaml.cs
1.17 KB

Geometries.csproj
1.12 KB

MainWindow.xaml
2.72 KB

MainWindow.xaml.cs
468.00 B

Readme.md
1.69 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Shapes/Shapes (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Shapes/Shapes (Package)

Package.appxmanifest
1.59 KB

Shapes (Package).wapproj
3.35 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Shapes

Shapes.sln
3.22 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Shapes/Shapes

app.manifest
720.00 B

App.xaml
623.00 B

App.xaml.cs
1.16 KB

MainWindow.xaml
1.84 KB

MainWindow.xaml.cs
1.40 KB

Shapes.csproj
943.00 B

simpleanimation.gif
4.33 MB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/StylesAndResources/StylesAndResources (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/StylesAndResources/StylesAndResources (Package)

Package.appxmanifest
1.63 KB

StylesAndResources (Package).wapproj
3.40 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/StylesAndResources

StylesAndResources.sln
3.29 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/StylesAndResources/StylesAndResources

app.manifest
732.00 B

App.xaml
631.00 B

App.xaml.cs
1.71 KB

MainWindow.xaml
3.39 KB

MainWindow.xaml.cs
883.00 B

ResourcesDemoUserControl.xaml
596.00 B

ResourcesDemoUserControl.xaml.cs
1.01 KB

Styles.xaml
472.00 B

StylesAndResources.csproj
1.44 KB

UseThemesUserControl.xaml
1.45 KB

UseThemesUserControl.xaml.cs
1012.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Templates/Models

Country.cs
233.00 B

CountryRepository.cs
570.00 B

ICountry.cs
129.00 B

Models.csproj
162.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Templates/Templates (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Templates/Templates (Package)

Package.appxmanifest
1.60 KB

Templates (Package).wapproj
3.36 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Templates

Templates.sln
4.99 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Templates/Templates

app.manifest
723.00 B

App.xaml
991.00 B

App.xaml.cs
1.20 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Templates/Templates/Images

Austria.bmp
486.54 KB

Germany.bmp
416.09 KB

Norway.bmp
379.01 KB

USA.bmp
74.30 KB

MainWindow.xaml
854.00 B

MainWindow.xaml.cs
432.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Templates/Templates/Styles

ControlTemplates.xaml
1.85 KB

ListTemplates.xaml
2.15 KB

ListTemplates.xaml.cs
226.00 B

Templates.csproj
1.70 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Templates/Templates/Views

ButtonTemplatesUserControl.xaml
524.00 B

ButtonTemplatesUserControl.xaml.cs
363.00 B

StyledListUserControl.xaml
1.43 KB

StyledListUserControl.xaml.cs
766.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Transformations/Transformations (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Transformations/Transformations (Package)

Package.appxmanifest
1.62 KB

Transformations (Package).wapproj
3.39 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Transformations

Transformations.sln
3.27 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Transformations/Transformations

app.manifest
729.00 B

App.xaml
641.00 B

App.xaml.cs
1.21 KB

MainWindow.xaml
2.84 KB

MainWindow.xaml.cs
438.00 B

SmilingFace.xaml
1.52 KB

SmilingFace.xaml.cs
333.00 B

Transformations.csproj
1.12 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Transitions/Transitions (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Transitions/Transitions (Package)

Package.appxmanifest
1.61 KB

Transitions (Package).wapproj
3.37 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Transitions

Transitions.sln
3.25 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Transitions/Transitions

app.manifest
725.00 B

App.xaml
633.00 B

App.xaml.cs
1.70 KB

MainWindow.xaml
964.00 B

MainWindow.xaml.cs
877.00 B

Transitions.csproj
1.53 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/Transitions/Transitions/Views

ListItemsUserControl.xaml
1.28 KB

ListItemsUserControl.xaml.cs
1.47 KB

PaneTransitionUserControl.xaml
1.92 KB

PaneTransitionUserControl.xaml.cs
1.14 KB

RepositionUserControl.xaml
1.17 KB

RepositionUserControl.xaml.cs
1.15 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/VisualStates/VisualStates (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/VisualStates/VisualStates (Package)

Package.appxmanifest
1.61 KB

VisualStates (Package).wapproj
3.38 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/VisualStates

VisualStates.sln
3.25 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/VisualStates/VisualStates

app.manifest
726.00 B

App.xaml
647.00 B

App.xaml.cs
1.15 KB

MainWindow.xaml
2.52 KB

MainWindow.xaml.cs
739.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Styles/VisualStates/VisualStates/Styles

ButtonStyles.xaml
3.33 KB

VisualStates.csproj
1.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/ControlsSamples/ControlsSamples (Package)

ControlsSamples (Package).wapproj
3.39 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/ControlsSamples/ControlsSamples (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB

Package.appxmanifest
1.62 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/ControlsSamples

ControlsSamples.sln
3.27 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/ControlsSamples/ControlsSamples

app.manifest
729.00 B

App.xaml
641.00 B

App.xaml.cs
1.21 KB

ControlsSamples.csproj
1.90 KB

MainWindow.xaml
1.61 KB

MainWindow.xaml.cs
1.08 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/ControlsSamples/ControlsSamples/Views

ButtonsPage.xaml
1.06 KB

ButtonsPage.xaml.cs
1.44 KB

DateSelectionPage.xaml
1.53 KB

DateSelectionPage.xaml.cs
5.46 KB

PresentersPage.xaml
1.36 KB

PresentersPage.xaml.cs
491.00 B

RangeControlsPage.xaml
1.57 KB

RangeControlsPage.xaml.cs
857.00 B

TextPage.xaml
1.07 KB

TextPage.xaml.cs
479.00 B

WebView2Page.xaml
592.00 B

WebView2Page.xaml.cs
487.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/DataBindingSamples/DataBindingSamples (Package)

DataBindingSamples (Package).wapproj
3.40 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/DataBindingSamples/DataBindingSamples (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB

Package.appxmanifest
1.63 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/DataBindingSamples

DataBindingSamples.sln
3.29 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/DataBindingSamples/DataBindingSamples

app.manifest
732.00 B

App.xaml
647.00 B

App.xaml.cs
1.18 KB

DataBindingSamples.csproj
1.14 KB

MainWindow.xaml
3.30 KB

MainWindow.xaml.cs
1.08 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/DataBindingSamples/DataBindingSamples/Models

Book.cs
828.00 B

ObservableObject.cs
798.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/DataBindingSamples/DataBindingSamples/Services

BooksService.cs
818.00 B

SampleBooksService.cs
786.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/DataBindingSamples/DataBindingSamples/Utilities

BookTemplateSelector.cs
589.00 B

CollectionToStringConverter.cs
624.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/DataBindingSamples/DataBindingSamples/Views

BookUserControl.xaml
1.27 KB

BookUserControl.xaml.cs
736.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/LayoutSamples/LayoutSamples (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/LayoutSamples/LayoutSamples (Package)

LayoutSamples (Package).wapproj
3.38 KB

Package.appxmanifest
1.61 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/LayoutSamples

LayoutSamples.sln
3.26 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/LayoutSamples/LayoutSamples

app.manifest
727.00 B

App.xaml
637.00 B

App.xaml.cs
1.17 KB

LayoutSamples.csproj
2.06 KB

MainWindow.xaml
1.65 KB

MainWindow.xaml.cs
1.10 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/LayoutSamples/LayoutSamples/Views

AdaptiveRelativePanelPage.xaml
4.25 KB

AdaptiveRelativePanelPage.xaml.cs
511.00 B

DelayLoadingPage.xaml
1.30 KB

DelayLoadingPage.xaml.cs
648.00 B

GridPage.xaml
1.05 KB

GridPage.xaml.cs
477.00 B

RelativePanelPage.xaml
1.28 KB

RelativePanelPage.xaml.cs
495.00 B

StackPanelPage.xaml
1.05 KB

StackPanelPage.xaml.cs
489.00 B

VariableSizedWrapGridPage.xaml
637.00 B

VariableSizedWrapGridPage.xaml.cs
2.54 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/NavigationControls/NavigationControls (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/NavigationControls/NavigationControls (Package)

NavigationControls (Package).wapproj
3.40 KB

Package.appxmanifest
1.63 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/NavigationControls

NavigationControls.sln
3.29 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/NavigationControls/NavigationControls

app.manifest
732.00 B

App.xaml
647.00 B

App.xaml.cs
1.21 KB

MainWindow.xaml
1.20 KB

MainWindow.xaml.cs
954.00 B

NavigationControls.csproj
1.65 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/NavigationControls/NavigationControls/Views

HubPage.xaml
1.78 KB

HubPage.xaml.cs
953.00 B

NavigationViewPage.xaml
2.83 KB

NavigationViewPage.xaml.cs
468.00 B

TabPage.xaml
579.00 B

TabPage.xaml.cs
1.09 KB

TabViewPage.xaml
572.00 B

TabViewPage.xaml.cs
1.52 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows

Readme.md
1.71 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/AttachedProperty/AttachedProperty (Package)

AttachedProperty (Package).wapproj
3.39 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/AttachedProperty/AttachedProperty (Package)/build

Microsoft.WinUI.AppX.targets
13.21 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/AttachedProperty/AttachedProperty (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB

Package.appxmanifest
1.64 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/AttachedProperty/AttachedProperty

app.manifest
730.00 B

App.xaml
643.00 B

App.xaml.cs
1.21 KB

AttachedProperty.csproj
954.00 B

MainWindow.xaml
920.00 B

MainWindow.xaml.cs
1.38 KB

MyAttachedPropertyProvider.cs
856.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/CustomMarkupExtensions/CustomMarkupExtensions (Package)

CustomMarkupExtensions (Package).wapproj
3.42 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/CustomMarkupExtensions/CustomMarkupExtensions (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB

Package.appxmanifest
1.64 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/CustomMarkupExtensions/CustomMarkupExtensions

app.manifest
736.00 B

App.xaml
655.00 B

App.xaml.cs
1.21 KB

CalculatorExtension.cs
801.00 B

CustomMarkupExtensions.csproj
960.00 B

MainWindow.xaml
789.00 B

MainWindow.xaml.cs
445.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/DependencyObjectSample/DependencyObjectSample (Package)

DependencyObjectSample (Package).wapproj
3.42 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/DependencyObjectSample/DependencyObjectSample (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB

Package.appxmanifest
1.64 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/DependencyObjectSample/DependencyObjectSample

app.manifest
736.00 B

App.xaml
655.00 B

App.xaml.cs
1.18 KB

DependencyObjectSample.csproj
960.00 B

MainWindow.xaml
599.00 B

MainWindow.xaml.cs
612.00 B

MyDependencyObject.cs
1.37 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/HelloWindows/HelloWindows (Package)

HelloWindows (Package).wapproj
3.38 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/HelloWindows/HelloWindows (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB

Package.appxmanifest
1.85 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/HelloWindows

HelloWindows.sln
3.25 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/HelloWindows/HelloWindows

app.manifest
727.00 B

App.xaml
635.00 B

App.xaml.cs
1.20 KB

HelloWindows.csproj
984.00 B

MainWindow.xaml
579.00 B

MainWindow.xaml.cs
568.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/Intro/DataLib

DataLib.csproj
162.00 B

Person.cs
226.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/Intro

Intro.sln
22.93 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/Intro/Intro/Intro (Package)/build

Microsoft.WinUI.AppX.targets
13.21 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/Intro/Intro/Intro (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/Intro/Intro/Intro (Package)

Intro (Package).wapproj
3.34 KB

Package.appxmanifest
1.61 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/Intro/Intro/Intro

app.manifest
723.00 B

App.xaml
629.00 B

App.xaml.cs
1.20 KB

Intro.csproj
1.02 KB

MainWindow.xaml
1.47 KB

MainWindow.xaml.cs
2.62 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/MarkupExtensions/MarkupExtensions (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/MarkupExtensions/MarkupExtensions (Package)

MarkupExtensions (Package).wapproj
3.39 KB

Package.appxmanifest
1.62 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/MarkupExtensions/MarkupExtensions

app.manifest
730.00 B

App.xaml
643.00 B

App.xaml.cs
1.21 KB

MainWindow.xaml
1.01 KB

MainWindow.xaml.cs
473.00 B

MarkupExtensions.csproj
954.00 B
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/RoutedEvents/RoutedEvents (Package)/Images

LockScreenLogo.scale-200.png
1.40 KB

SplashScreen.scale-200.png
7.52 KB

Square150x150Logo.scale-200.png
2.87 KB

Square44x44Logo.scale-200.png
1.61 KB

Square44x44Logo.targetsize-24_altform-unplated.png
1.23 KB

StoreLogo.png
1.42 KB

Wide310x150Logo.scale-200.png
3.13 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/RoutedEvents/RoutedEvents (Package)

Package.appxmanifest
1.61 KB

RoutedEvents (Package).wapproj
3.38 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022/code/4_Apps/Windows/XAMLIntro/RoutedEvents/RoutedEvents

app.manifest
726.00 B

App.xaml
635.00 B

App.xaml.cs
1.20 KB

MainWindow.xaml
967.00 B

MainWindow.xaml.cs
1.22 KB

RoutedEvents.csproj
985.00 B

CODE_OF_CONDUCT.md
5.11 KB

LICENSE
1.05 KB

README.md
5.17 KB

Updates.md
108.00 B

WinUI.md
1.42 KB
Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022

Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022.epub
11.55 MB

Nagel Ch. - Professional C# and .NET, 2021 Edition - 2022.pdf
21.94 MB