FileMood

Download Improving .NET Core MVC Apps Using Extension Points

Improving NET Core MVC Apps Using Extension Points

Name

Improving .NET Core MVC Apps Using Extension Points

 DOWNLOAD Copy Link

Total Size

1.2 GB

Total Files

4156

Hash

B0FA326056C407B25B44A527A8AED9FE2B7BB4A6

/05 Enhancing Data Binding and Validation/

08 - Demo - Handling Bad Data with a Custom Binder.mp4

34.1 MB

01 - Exploring Custom Validation Requirements.mp4

6.5 MB

02 - Customizing Validation in MVC.mp4

5.5 MB

03 - Demo - Custom Property Validation with Attributes.mp4

17.9 MB

04 - Demo - Implementing Cross Property Model Validation.mp4

18.9 MB

05 - Exploring Model Binding in Depth.mp4

6.3 MB

06 - Model Binding Customization Options.mp4

4.7 MB

07 - Custom Model Binding Scenarios.mp4

2.6 MB

09 - Summary.mp4

3.1 MB

/02 Getting the Most Out of MVC/

01 - Introduction.mp4

5.2 MB

02 - From Convention to Customization.mp4

4.5 MB

03 - Understanding Extensibility in .NET Core.mp4

3.6 MB

04 - Touring the Sample Application.mp4

12.4 MB

05 - Setting up the Sample Project.mp4

7.2 MB

/03 Improving Views and Layouts/

01 - Exploring UI Enhancement Opportunities.mp4

4.8 MB

02 - Tag Helper Essentials.mp4

4.4 MB

03 - Working with Custom Tag Helpers.mp4

7.1 MB

04 - Demo - Creating a Simple Tag Helper.mp4

20.1 MB

05 - Demo - Building a Data Driven Tag Helper.mp4

25.0 MB

06 - Demo - Working with Attribute Tag Helpers.mp4

11.2 MB

07 - Managing Complex Layouts.mp4

5.8 MB

08 - Working with View Components.mp4

3.4 MB

09 - Demo - Creating a Custom View Component.mp4

20.0 MB

10 - Demo - Improving Layouts Using Reusable Components.mp4

12.0 MB

11 - Summary.mp4

2.4 MB

/04 Controlling Application Flow with Filters/

01 - The Need for Filters.mp4

4.4 MB

02 - Understanding Action and Result Filters.mp4

5.1 MB

03 - Demo - Working with Action Filters.mp4

31.3 MB

04 - Working with Exception Filters.mp4

2.2 MB

05 - Demo - Improving Error Handling with Exception Filters.mp4

21.0 MB

06 - Exploring Authorization Filters.mp4

5.1 MB

07 - Demo - Feature Switches with Authorization Filters.mp4

17.4 MB

08 - Introducing Resource, Type, and Service Filters.mp4

4.7 MB

09 - Exploring Type and Service Filter Differences.mp4

5.1 MB

10 - Demo - Dependency Injection with Type Filters.mp4

25.5 MB

11 - Summary.mp4

3.3 MB

/01 Course Overview/

01 - Course Overview.mp4

5.1 MB

/06 Customizing Application Responses/

01 - Opportunities to Enhance Application Responses.mp4

7.3 MB

02 - Understanding View Engines.mp4

3.0 MB

03 - Extending the Razor View Engine.mp4

3.4 MB

04 - Demo - Adding Themes with View Location Expanders.mp4

18.2 MB

05 - Demo - Enhancing the View Location Expander.mp4

20.3 MB

06 - Exploring Action Results.mp4

2.8 MB

07 - Extending and Customizing Action Results.mp4

3.8 MB

08 - Demo - Creating a Custom Action Result.mp4

24.6 MB

09 - Summary.mp4

2.8 MB

/07 Influencing the Action Method Selection Process/

01 - Action Method Selection Challenges.mp4

2.0 MB

02 - Use Cases for Extending Routing.mp4

2.1 MB

03 - Understanding Route Constraints.mp4

5.0 MB

04 - Demo - Creating a Custom Route Constraint.mp4

20.5 MB

05 - API Versioning Essentials.mp4

2.2 MB

06 - Demo - Simple Versioning with Constraints.mp4

24.6 MB

07 - Understanding Action Constraints.mp4

4.0 MB

08 - Exploring Action Constraint Use Cases.mp4

1.6 MB

09 - Demo - Creating a Custom Action Constraint.mp4

17.5 MB

10 - Summary.mp4

1.6 MB

/08 Changing MVC Conventions Using the App Model/

01 - Introducing the Application Model.mp4

4.3 MB

02 - Extending the Application Model.mp4

5.6 MB

03 - Demo - Changing Controller Naming Conventions.mp4

21.2 MB

04 - Demo - Influencing Parameter Binding Conventions.mp4

19.8 MB

05 - Versioning with Model Conventions.mp4

2.7 MB

06 - Demo - Preparing the Controllers for Versioning.mp4

17.1 MB

07 - Demo - Creating a Controller Versioning Convention.mp4

20.6 MB

08 - Summary.mp4

2.3 MB

/09 Customizing the Middleware Pipeline/

01 - Middleware Essentials.mp4

4.4 MB

02 - Building Custom Middleware.mp4

4.2 MB

03 - Demo - Working with Middleware.mp4

21.3 MB

04 - Introducing Basic Authentication.mp4

3.5 MB

05 - Demo - Implementing Basic Auth Using Middleware.mp4

20.5 MB

06 - Understanding Middleware Filters.mp4

2.7 MB

07 - Demo - Working with Middleware Filters.mp4

20.6 MB

08 - Summary.mp4

3.3 MB

/Exercise files/02/

getting-the-most-out-of-mvc-slides.pdf

392.2 KB

/Exercise files/03/

improving-views-and-layouts-slides.pdf

483.8 KB

/Exercise files/03/demos/end/src/

.gitignore

0.3 KB

Globomantics.sln

2.2 KB

/Exercise files/03/demos/end/src/Globomantics/

AppSettings.cs

0.2 KB

appsettings.Development.json

0.2 KB

appsettings.json

0.2 KB

bundleconfig.json

0.6 KB

Globomantics.csproj

0.7 KB

Globomantics.csproj.user

0.9 KB

Program.cs

0.6 KB

Startup.cs

2.3 KB

/Exercise files/03/demos/end/src/Globomantics.Core/

Globomantics.Core.csproj

0.1 KB

/Exercise files/03/demos/end/src/Globomantics.Core/bin/Debug/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

13.8 KB

Globomantics.Core.pdb

4.0 KB

/Exercise files/03/demos/end/src/Globomantics.Core/bin/Release/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

/Exercise files/03/demos/end/src/Globomantics.Core/Models/

AutoQuote.cs

0.4 KB

CDRate.cs

0.2 KB

CDTermLength.cs

0.2 KB

Contact.cs

0.4 KB

Employment.cs

0.6 KB

HomeVM.cs

0.3 KB

LifeQuote.cs

0.4 KB

LoanApplication.cs

0.5 KB

LoanDetails.cs

0.5 KB

Person.cs

0.7 KB

PropertyQuote.cs

0.4 KB

Rate.cs

0.4 KB

RentalQuote.cs

0.4 KB

/Exercise files/03/demos/end/src/Globomantics.Core/obj/

Globomantics.Core.csproj.nuget.cache

0.1 KB

Globomantics.Core.csproj.nuget.g.props

1.6 KB

Globomantics.Core.csproj.nuget.g.targets

1.0 KB

project.assets.json

39.6 KB

/Exercise files/03/demos/end/src/Globomantics.Core/obj/Debug/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

3.4 KB

Globomantics.Core.csprojAssemblyReference.cache

483.2 KB

Globomantics.Core.csprojResolveAssemblyReference.cache

476.8 KB

Globomantics.Core.dll

13.8 KB

Globomantics.Core.pdb

4.0 KB

/Exercise files/03/demos/end/src/Globomantics.Core/obj/Release/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

1.0 KB

Globomantics.Core.csprojResolveAssemblyReference.cache

476.8 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

/Exercise files/03/demos/end/src/Globomantics.Services/

DocumentService.cs

0.2 KB

FeatureService.cs

0.6 KB

Globomantics.Services.csproj

0.3 KB

LoanService.cs

1.4 KB

QuoteService.cs

0.6 KB

RateService.cs

1.7 KB

/Exercise files/03/demos/end/src/Globomantics.Services/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

13.8 KB

Globomantics.Core.pdb

4.0 KB

Globomantics.Services.deps.json

0.8 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.8 KB

/Exercise files/03/demos/end/src/Globomantics.Services/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.Services.deps.json

0.8 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/03/demos/end/src/Globomantics.Services/Interfaces/

IDocumentService.cs

0.1 KB

IFeatureService.cs

0.2 KB

ILoanService.cs

0.4 KB

IQuoteService.cs

0.4 KB

IRateService.cs

0.4 KB

/Exercise files/03/demos/end/src/Globomantics.Services/obj/

Globomantics.Services.csproj.nuget.cache

0.1 KB

Globomantics.Services.csproj.nuget.g.props

1.6 KB

Globomantics.Services.csproj.nuget.g.targets

1.0 KB

project.assets.json

40.5 KB

/Exercise files/03/demos/end/src/Globomantics.Services/obj/Debug/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

4.7 KB

Globomantics.Services.csprojAssemblyReference.cache

487.2 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

487.3 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.8 KB

/Exercise files/03/demos/end/src/Globomantics.Services/obj/Release/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

1.4 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

483.0 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/03/demos/end/src/Globomantics/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

13.8 KB

Globomantics.Core.pdb

4.0 KB

Globomantics.deps.json

281.8 KB

Globomantics.dll

21.5 KB

Globomantics.pdb

7.2 KB

Globomantics.runtimeconfig.dev.json

0.2 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.8 KB

/Exercise files/03/demos/end/src/Globomantics/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.deps.json

281.7 KB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.runtimeconfig.dev.json

0.3 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/03/demos/end/src/Globomantics/Components/

CreditCardRatesViewComponent.cs

1.1 KB

MortgageRatesViewComponent.cs

0.6 KB

/Exercise files/03/demos/end/src/Globomantics/Controllers/

AutoController.cs

1.4 KB

DocumentController.cs

3.2 KB

HomeController.cs

1.1 KB

InsuranceController.cs

0.6 KB

LifeController.cs

1.2 KB

LoanController.cs

2.1 KB

PropertyController.cs

1.2 KB

RatesController.cs

1.0 KB

RentController.cs

1.2 KB

ServicesController.cs

0.4 KB

/Exercise files/03/demos/end/src/Globomantics/Models/

ErrorViewModel.cs

0.2 KB

/Exercise files/03/demos/end/src/Globomantics/obj/

Globomantics.csproj.nuget.cache

0.1 KB

Globomantics.csproj.nuget.g.props

1.6 KB

Globomantics.csproj.nuget.g.targets

2.1 KB

project.assets.json

606.2 KB

/Exercise files/03/demos/end/src/Globomantics/obj/Debug/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

5.6 KB

Globomantics.csprojAssemblyReference.cache

1.9 MB

Globomantics.csprojResolveAssemblyReference.cache

1.8 MB

Globomantics.dll

21.5 KB

Globomantics.pdb

7.2 KB

/Exercise files/03/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

1.6 KB

Globomantics.csprojResolveAssemblyReference.cache

1.9 MB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.PrecompiledViews.dll

237.6 KB

Globomantics.PrecompiledViews.pdb

112.1 KB

microsoft.aspnetcore.mvc.razor.viewcompilation.rsp

1.9 KB

/Exercise files/03/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/

Globomantics.Parameters.xml

0.4 KB

Globomantics.SourceManifest.xml

0.2 KB

/Exercise files/03/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/

appsettings.Development.json

0.2 KB

appsettings.json

0.1 KB

bundleconfig.json

0.6 KB

dotnet-aspnet-codegenerator-design.dll

53.2 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.deps.json

297.6 KB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.PrecompiledViews.dll

237.6 KB

Globomantics.PrecompiledViews.pdb

112.1 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

Microsoft.CodeAnalysis.CSharp.Workspaces.dll

671.3 KB

Microsoft.CodeAnalysis.Workspaces.dll

2.4 MB

Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll

23.5 KB

Microsoft.VisualStudio.Web.CodeGeneration.Core.dll

73.2 KB

Microsoft.VisualStudio.Web.CodeGeneration.dll

35.8 KB

Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll

67.1 KB

Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll

27.1 KB

Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll

34.8 KB

Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll

93.7 KB

NuGet.Frameworks.dll

104.2 KB

System.Composition.AttributedModel.dll

24.8 KB

System.Composition.Convention.dll

59.1 KB

System.Composition.Hosting.dll

62.2 KB

System.Composition.Runtime.dll

29.9 KB

System.Composition.TypedParts.dll

64.8 KB

web.config

0.4 KB

/Exercise files/03/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/

favicon.ico

32.0 KB

/Exercise files/03/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.1 KB

site.min.css

0.3 KB

/Exercise files/03/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/03/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/03/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/03/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/03/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/03/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/03/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/Exercise files/03/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/03/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/03/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

/Exercise files/03/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/03/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/03/demos/end/src/Globomantics/Properties/

launchSettings.json

0.7 KB

/Exercise files/03/demos/end/src/Globomantics/Properties/PublishProfiles/

Globomantics20180516123508 - Web Deploy.pubxml

1.7 KB

Globomantics20180516123508 - Web Deploy.pubxml.user

1.0 KB

/Exercise files/03/demos/end/src/Globomantics/TagHelpers/

ActiveTagHelper.cs

1.1 KB

BannerTagHelper.cs

0.9 KB

CDTagHelper.cs

1.3 KB

/Exercise files/03/demos/end/src/Globomantics/Views/

_ViewImports.cshtml

0.3 KB

_ViewStart.cshtml

0.0 KB

/Exercise files/03/demos/end/src/Globomantics/Views/Auto/

Person.cshtml

0.4 KB

Quote.cshtml

1.8 KB

/Exercise files/03/demos/end/src/Globomantics/Views/Document/

Index.cshtml

3.8 KB

/Exercise files/03/demos/end/src/Globomantics/Views/Home/

carousel.cshtml

2.0 KB

Index.cshtml

5.2 KB

/Exercise files/03/demos/end/src/Globomantics/Views/Insurance/

Confirmation.cshtml

0.4 KB

Index.cshtml

1.4 KB

/Exercise files/03/demos/end/src/Globomantics/Views/Life/

Quote.cshtml

1.9 KB

/Exercise files/03/demos/end/src/Globomantics/Views/Loan/

Application.cshtml

2.6 KB

Confirmation.cshtml

3.5 KB

Employment.cshtml

3.6 KB

Personal.cshtml

1.2 KB

/Exercise files/03/demos/end/src/Globomantics/Views/Property/

Quote.cshtml

1.7 KB

/Exercise files/03/demos/end/src/Globomantics/Views/Rent/

Quote.cshtml

1.6 KB

/Exercise files/03/demos/end/src/Globomantics/Views/Services/

Index.cshtml

0.3 KB

/Exercise files/03/demos/end/src/Globomantics/Views/Shared/

_Layout.cshtml

2.4 KB

_ValidationScriptsPartial.cshtml

1.2 KB

Error.cshtml

0.9 KB

LeftNav.cshtml

0.6 KB

Nav.cshtml

1.4 KB

Person.cshtml

1.7 KB

/Exercise files/03/demos/end/src/Globomantics/Views/Shared/Components/CreditCardRates/

Default.cshtml

0.6 KB

/Exercise files/03/demos/end/src/Globomantics/Views/Shared/Components/MortgageRates/

Default.cshtml

0.6 KB

/Exercise files/03/demos/end/src/Globomantics/wwwroot/

favicon.ico

32.0 KB

/Exercise files/03/demos/end/src/Globomantics/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.1 KB

site.min.css

0.3 KB

/Exercise files/03/demos/end/src/Globomantics/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/03/demos/end/src/Globomantics/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/03/demos/end/src/Globomantics/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/03/demos/end/src/Globomantics/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/03/demos/end/src/Globomantics/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/03/demos/end/src/Globomantics/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/03/demos/end/src/Globomantics/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/Exercise files/03/demos/end/src/Globomantics/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/03/demos/end/src/Globomantics/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/03/demos/end/src/Globomantics/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

jquery.validate.unobtrusive.js

19.0 KB

jquery.validate.unobtrusive.min.js

5.4 KB

/Exercise files/03/demos/end/src/Globomantics/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/03/demos/end/src/Globomantics/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/03/demos/snippets/

ActiveTagHelper.cs

1.1 KB

BannerTagHelper.cs

0.9 KB

CDTagHelper.cs

1.3 KB

CreditCardRatesViewComponent.cs

1.1 KB

MortgageRatesViewComponent.cs

0.6 KB

/Exercise files/03/demos/start/src/

.gitignore

0.3 KB

Globomantics.sln

2.2 KB

/Exercise files/03/demos/start/src/Globomantics/

AppSettings.cs

0.2 KB

appsettings.Development.json

0.2 KB

appsettings.json

0.2 KB

bundleconfig.json

0.6 KB

Globomantics.csproj

0.7 KB

Globomantics.csproj.user

0.9 KB

Program.cs

0.6 KB

Startup.cs

2.3 KB

/Exercise files/03/demos/start/src/Globomantics.Core/

Globomantics.Core.csproj

0.1 KB

/Exercise files/03/demos/start/src/Globomantics.Core/bin/Debug/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

13.8 KB

Globomantics.Core.pdb

4.0 KB

/Exercise files/03/demos/start/src/Globomantics.Core/bin/Release/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

/Exercise files/03/demos/start/src/Globomantics.Core/Models/

AutoQuote.cs

0.4 KB

CDRate.cs

0.2 KB

CDTermLength.cs

0.2 KB

Contact.cs

0.4 KB

Employment.cs

0.6 KB

HomeVM.cs

0.3 KB

LifeQuote.cs

0.4 KB

LoanApplication.cs

0.5 KB

LoanDetails.cs

0.5 KB

Person.cs

0.7 KB

PropertyQuote.cs

0.4 KB

Rate.cs

0.4 KB

RentalQuote.cs

0.4 KB

/Exercise files/03/demos/start/src/Globomantics.Core/obj/

Globomantics.Core.csproj.nuget.cache

0.1 KB

Globomantics.Core.csproj.nuget.g.props

1.6 KB

Globomantics.Core.csproj.nuget.g.targets

1.0 KB

project.assets.json

39.6 KB

/Exercise files/03/demos/start/src/Globomantics.Core/obj/Debug/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

3.4 KB

Globomantics.Core.csprojAssemblyReference.cache

483.2 KB

Globomantics.Core.csprojResolveAssemblyReference.cache

476.8 KB

Globomantics.Core.dll

13.8 KB

Globomantics.Core.pdb

4.0 KB

/Exercise files/03/demos/start/src/Globomantics.Core/obj/Release/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

1.0 KB

Globomantics.Core.csprojResolveAssemblyReference.cache

476.8 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

/Exercise files/03/demos/start/src/Globomantics.Services/

DocumentService.cs

0.2 KB

FeatureService.cs

0.6 KB

Globomantics.Services.csproj

0.3 KB

LoanService.cs

1.4 KB

QuoteService.cs

0.6 KB

RateService.cs

1.8 KB

/Exercise files/03/demos/start/src/Globomantics.Services/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

13.8 KB

Globomantics.Core.pdb

4.0 KB

Globomantics.Services.deps.json

0.8 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.8 KB

/Exercise files/03/demos/start/src/Globomantics.Services/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.Services.deps.json

0.8 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/03/demos/start/src/Globomantics.Services/Interfaces/

IDocumentService.cs

0.1 KB

IFeatureService.cs

0.2 KB

ILoanService.cs

0.4 KB

IQuoteService.cs

0.4 KB

IRateService.cs

0.4 KB

/Exercise files/03/demos/start/src/Globomantics.Services/obj/

Globomantics.Services.csproj.nuget.cache

0.1 KB

Globomantics.Services.csproj.nuget.g.props

1.6 KB

Globomantics.Services.csproj.nuget.g.targets

1.0 KB

project.assets.json

40.5 KB

/Exercise files/03/demos/start/src/Globomantics.Services/obj/Debug/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

4.8 KB

Globomantics.Services.csprojAssemblyReference.cache

487.2 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

487.3 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.8 KB

/Exercise files/03/demos/start/src/Globomantics.Services/obj/Release/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

1.4 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

483.0 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/03/demos/start/src/Globomantics/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

13.8 KB

Globomantics.Core.pdb

4.0 KB

Globomantics.deps.json

281.8 KB

Globomantics.dll

15.9 KB

Globomantics.pdb

5.4 KB

Globomantics.runtimeconfig.dev.json

0.2 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.8 KB

/Exercise files/03/demos/start/src/Globomantics/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.deps.json

281.7 KB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.runtimeconfig.dev.json

0.3 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/03/demos/start/src/Globomantics/Controllers/

AutoController.cs

1.4 KB

DocumentController.cs

3.2 KB

HomeController.cs

1.4 KB

InsuranceController.cs

0.6 KB

LifeController.cs

1.2 KB

LoanController.cs

2.2 KB

PropertyController.cs

1.2 KB

RatesController.cs

1.0 KB

RentController.cs

1.2 KB

ServicesController.cs

0.4 KB

/Exercise files/03/demos/start/src/Globomantics/Models/

ErrorViewModel.cs

0.2 KB

/Exercise files/03/demos/start/src/Globomantics/obj/

Globomantics.csproj.nuget.cache

0.1 KB

Globomantics.csproj.nuget.g.props

1.6 KB

Globomantics.csproj.nuget.g.targets

2.1 KB

project.assets.json

606.2 KB

/Exercise files/03/demos/start/src/Globomantics/obj/Debug/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

5.6 KB

Globomantics.csprojAssemblyReference.cache

1.9 MB

Globomantics.csprojResolveAssemblyReference.cache

1.9 MB

Globomantics.dll

15.9 KB

Globomantics.pdb

5.4 KB

/Exercise files/03/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

1.6 KB

Globomantics.csprojResolveAssemblyReference.cache

1.9 MB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.PrecompiledViews.dll

237.6 KB

Globomantics.PrecompiledViews.pdb

112.1 KB

microsoft.aspnetcore.mvc.razor.viewcompilation.rsp

1.9 KB

/Exercise files/03/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/

Globomantics.Parameters.xml

0.4 KB

Globomantics.SourceManifest.xml

0.2 KB

/Exercise files/03/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/

appsettings.Development.json

0.2 KB

appsettings.json

0.1 KB

bundleconfig.json

0.6 KB

dotnet-aspnet-codegenerator-design.dll

53.2 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.deps.json

297.6 KB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.PrecompiledViews.dll

237.6 KB

Globomantics.PrecompiledViews.pdb

112.1 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

Microsoft.CodeAnalysis.CSharp.Workspaces.dll

671.3 KB

Microsoft.CodeAnalysis.Workspaces.dll

2.4 MB

Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll

23.5 KB

Microsoft.VisualStudio.Web.CodeGeneration.Core.dll

73.2 KB

Microsoft.VisualStudio.Web.CodeGeneration.dll

35.8 KB

Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll

67.1 KB

Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll

27.1 KB

Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll

34.8 KB

Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll

93.7 KB

NuGet.Frameworks.dll

104.2 KB

System.Composition.AttributedModel.dll

24.8 KB

System.Composition.Convention.dll

59.1 KB

System.Composition.Hosting.dll

62.2 KB

System.Composition.Runtime.dll

29.9 KB

System.Composition.TypedParts.dll

64.8 KB

web.config

0.4 KB

/Exercise files/03/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/

favicon.ico

32.0 KB

/Exercise files/03/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.1 KB

site.min.css

0.3 KB

/Exercise files/03/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/03/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/03/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/03/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/03/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/03/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/03/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

/Exercise files/03/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/03/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/03/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

/Exercise files/03/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/03/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/03/demos/start/src/Globomantics/Properties/

launchSettings.json

0.7 KB

/Exercise files/03/demos/start/src/Globomantics/Properties/PublishProfiles/

Globomantics20180516123508 - Web Deploy.pubxml

1.7 KB

Globomantics20180516123508 - Web Deploy.pubxml.user

1.0 KB

/Exercise files/03/demos/start/src/Globomantics/Views/

_ViewImports.cshtml

0.2 KB

_ViewStart.cshtml

0.0 KB

/Exercise files/03/demos/start/src/Globomantics/Views/Auto/

Person.cshtml

0.4 KB

Quote.cshtml

1.8 KB

/Exercise files/03/demos/start/src/Globomantics/Views/Document/

Index.cshtml

3.8 KB

/Exercise files/03/demos/start/src/Globomantics/Views/Home/

carousel.cshtml

2.0 KB

Index.cshtml

7.1 KB

/Exercise files/03/demos/start/src/Globomantics/Views/Insurance/

Confirmation.cshtml

0.4 KB

Index.cshtml

1.3 KB

/Exercise files/03/demos/start/src/Globomantics/Views/Life/

Quote.cshtml

1.9 KB

/Exercise files/03/demos/start/src/Globomantics/Views/Loan/

Application.cshtml

2.6 KB

Confirmation.cshtml

3.5 KB

Employment.cshtml

3.6 KB

Personal.cshtml

1.2 KB

/Exercise files/03/demos/start/src/Globomantics/Views/Property/

Quote.cshtml

1.7 KB

/Exercise files/03/demos/start/src/Globomantics/Views/Rent/

Quote.cshtml

1.6 KB

/Exercise files/03/demos/start/src/Globomantics/Views/Services/

Index.cshtml

0.3 KB

/Exercise files/03/demos/start/src/Globomantics/Views/Shared/

_Layout.cshtml

2.4 KB

_ValidationScriptsPartial.cshtml

1.2 KB

Error.cshtml

0.9 KB

LeftNav.cshtml

0.6 KB

Nav.cshtml

1.4 KB

Person.cshtml

1.7 KB

/Exercise files/03/demos/start/src/Globomantics/wwwroot/

favicon.ico

32.0 KB

/Exercise files/03/demos/start/src/Globomantics/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.1 KB

site.min.css

0.3 KB

/Exercise files/03/demos/start/src/Globomantics/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/03/demos/start/src/Globomantics/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/03/demos/start/src/Globomantics/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/03/demos/start/src/Globomantics/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/03/demos/start/src/Globomantics/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/03/demos/start/src/Globomantics/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/03/demos/start/src/Globomantics/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/Exercise files/03/demos/start/src/Globomantics/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/03/demos/start/src/Globomantics/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/03/demos/start/src/Globomantics/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

jquery.validate.unobtrusive.js

19.0 KB

jquery.validate.unobtrusive.min.js

5.4 KB

/Exercise files/03/demos/start/src/Globomantics/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/03/demos/start/src/Globomantics/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/04/

controlling-application-flow-with-filters-slides.pdf

308.3 KB

/Exercise files/04/demos/end/

.gitignore

0.3 KB

Globomantics.sln

2.2 KB

/Exercise files/04/demos/end/Globomantics/

appsettings.Development.json

0.2 KB

appsettings.json

0.2 KB

bundleconfig.json

0.6 KB

Globomantics.csproj

0.7 KB

Globomantics.csproj.user

0.9 KB

Program.cs

0.6 KB

Settings.StyleCop

0.0 KB

Startup.cs

2.4 KB

/Exercise files/04/demos/end/Globomantics.Core/

Globomantics.Core.csproj

0.1 KB

/Exercise files/04/demos/end/Globomantics.Core/bin/Debug/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

13.8 KB

Globomantics.Core.pdb

4.0 KB

/Exercise files/04/demos/end/Globomantics.Core/bin/Release/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

/Exercise files/04/demos/end/Globomantics.Core/Models/

AutoQuote.cs

0.4 KB

CDRate.cs

0.2 KB

CDTermLength.cs

0.2 KB

Contact.cs

0.4 KB

Employment.cs

0.6 KB

HomeVM.cs

0.3 KB

LifeQuote.cs

0.4 KB

LoanApplication.cs

0.5 KB

LoanDetails.cs

0.5 KB

Person.cs

0.7 KB

PropertyQuote.cs

0.4 KB

Rate.cs

0.4 KB

RentalQuote.cs

0.4 KB

/Exercise files/04/demos/end/Globomantics.Core/obj/

Globomantics.Core.csproj.nuget.cache

0.1 KB

Globomantics.Core.csproj.nuget.g.props

1.6 KB

Globomantics.Core.csproj.nuget.g.targets

1.0 KB

project.assets.json

39.6 KB

/Exercise files/04/demos/end/Globomantics.Core/obj/Debug/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

3.4 KB

Globomantics.Core.csprojAssemblyReference.cache

483.2 KB

Globomantics.Core.csprojResolveAssemblyReference.cache

476.8 KB

Globomantics.Core.dll

13.8 KB

Globomantics.Core.pdb

4.0 KB

/Exercise files/04/demos/end/Globomantics.Core/obj/Release/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

1.0 KB

Globomantics.Core.csprojResolveAssemblyReference.cache

476.8 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

/Exercise files/04/demos/end/Globomantics.Services/

DocumentService.cs

0.2 KB

FeatureService.cs

0.9 KB

Globomantics.Services.csproj

1.0 KB

LoanService.cs

1.4 KB

QuoteService.cs

0.6 KB

RateService.cs

1.8 KB

/Exercise files/04/demos/end/Globomantics.Services/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

13.8 KB

Globomantics.Core.pdb

4.0 KB

Globomantics.Services.deps.json

22.9 KB

Globomantics.Services.dll

8.2 KB

Globomantics.Services.pdb

1.9 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/04/demos/end/Globomantics.Services/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.Services.deps.json

0.8 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/04/demos/end/Globomantics.Services/Interfaces/

IDocumentService.cs

0.1 KB

IFeatureService.cs

0.2 KB

ILoanService.cs

0.4 KB

IQuoteService.cs

0.4 KB

IRateService.cs

0.4 KB

/Exercise files/04/demos/end/Globomantics.Services/obj/

Globomantics.Services.csproj.nuget.cache

0.1 KB

Globomantics.Services.csproj.nuget.g.props

1.6 KB

Globomantics.Services.csproj.nuget.g.targets

1.0 KB

project.assets.json

79.1 KB

/Exercise files/04/demos/end/Globomantics.Services/obj/Debug/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

5.2 KB

Globomantics.Services.csprojAssemblyReference.cache

614.6 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

512.1 KB

Globomantics.Services.dll

8.2 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/04/demos/end/Globomantics.Services/obj/Release/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

1.4 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

483.0 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/04/demos/end/Globomantics/Attributes/

CsvResult.cs

1.5 KB

ValidationFilter.cs

0.9 KB

/Exercise files/04/demos/end/Globomantics/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

13.8 KB

Globomantics.Core.pdb

4.0 KB

Globomantics.deps.json

278.9 KB

Globomantics.dll

25.1 KB

Globomantics.pdb

8.7 KB

Globomantics.runtimeconfig.dev.json

0.2 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

8.2 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/04/demos/end/Globomantics/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.deps.json

281.7 KB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.runtimeconfig.dev.json

0.3 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/04/demos/end/Globomantics/Components/

CreditCardRatesViewComponent.cs

1.1 KB

MortgageRatesViewComponent.cs

0.6 KB

/Exercise files/04/demos/end/Globomantics/Controllers/

AutoController.cs

1.2 KB

DocumentController.cs

3.2 KB

HomeController.cs

1.1 KB

InsuranceController.cs

1.2 KB

LifeController.cs

1.2 KB

LoanController.cs

2.2 KB

PropertyController.cs

1.2 KB

RatesController.cs

1.3 KB

RentController.cs

1.2 KB

ServicesController.cs

0.4 KB

/Exercise files/04/demos/end/Globomantics/Filters/

FeatureAuthFilter.cs

0.9 KB

ModelValidationFilter.cs

0.9 KB

RateExceptionFilter.cs

0.5 KB

/Exercise files/04/demos/end/Globomantics/Models/

ErrorViewModel.cs

0.2 KB

/Exercise files/04/demos/end/Globomantics/obj/

Globomantics.csproj.nuget.cache

0.1 KB

Globomantics.csproj.nuget.g.props

1.6 KB

Globomantics.csproj.nuget.g.targets

2.1 KB

project.assets.json

597.3 KB

/Exercise files/04/demos/end/Globomantics/obj/Debug/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

5.5 KB

Globomantics.csprojAssemblyReference.cache

2.0 MB

Globomantics.csprojResolveAssemblyReference.cache

1.9 MB

Globomantics.dll

25.1 KB

Globomantics.pdb

8.7 KB

/Exercise files/04/demos/end/Globomantics/obj/Release/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

1.6 KB

Globomantics.csprojResolveAssemblyReference.cache

1.9 MB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.PrecompiledViews.dll

237.6 KB

Globomantics.PrecompiledViews.pdb

112.1 KB

microsoft.aspnetcore.mvc.razor.viewcompilation.rsp

1.9 KB

/Exercise files/04/demos/end/Globomantics/obj/Release/netcoreapp2.0/PubTmp/

Globomantics.Parameters.xml

0.4 KB

Globomantics.SourceManifest.xml

0.2 KB

/Exercise files/04/demos/end/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/

appsettings.Development.json

0.2 KB

appsettings.json

0.1 KB

bundleconfig.json

0.6 KB

dotnet-aspnet-codegenerator-design.dll

53.2 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.deps.json

297.6 KB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.PrecompiledViews.dll

237.6 KB

Globomantics.PrecompiledViews.pdb

112.1 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

Microsoft.CodeAnalysis.CSharp.Workspaces.dll

671.3 KB

Microsoft.CodeAnalysis.Workspaces.dll

2.4 MB

Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll

23.5 KB

Microsoft.VisualStudio.Web.CodeGeneration.Core.dll

73.2 KB

Microsoft.VisualStudio.Web.CodeGeneration.dll

35.8 KB

Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll

67.1 KB

Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll

27.1 KB

Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll

34.8 KB

Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll

93.7 KB

NuGet.Frameworks.dll

104.2 KB

System.Composition.AttributedModel.dll

24.8 KB

System.Composition.Convention.dll

59.1 KB

System.Composition.Hosting.dll

62.2 KB

System.Composition.Runtime.dll

29.9 KB

System.Composition.TypedParts.dll

64.8 KB

web.config

0.4 KB

/Exercise files/04/demos/end/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/

favicon.ico

32.0 KB

/Exercise files/04/demos/end/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.1 KB

site.min.css

0.3 KB

/Exercise files/04/demos/end/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/04/demos/end/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/04/demos/end/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/04/demos/end/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/04/demos/end/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/04/demos/end/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/04/demos/end/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/Exercise files/04/demos/end/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/04/demos/end/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/04/demos/end/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

jquery.validate.unobtrusive.js

19.0 KB

/Exercise files/04/demos/end/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/04/demos/end/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/04/demos/end/Globomantics/Properties/

launchSettings.json

0.7 KB

/Exercise files/04/demos/end/Globomantics/Properties/PublishProfiles/

Globomantics20180516123508 - Web Deploy.pubxml

1.7 KB

Globomantics20180516123508 - Web Deploy.pubxml.user

1.0 KB

/Exercise files/04/demos/end/Globomantics/TagHelpers/

ActiveTagHelper.cs

1.1 KB

BannerTagHelper.cs

0.9 KB

CDTagHelper.cs

1.3 KB

/Exercise files/04/demos/end/Globomantics/Views/

_ViewImports.cshtml

0.3 KB

_ViewStart.cshtml

0.0 KB

/Exercise files/04/demos/end/Globomantics/Views/Auto/

Quote.cshtml

1.9 KB

/Exercise files/04/demos/end/Globomantics/Views/Document/

Index.cshtml

3.8 KB

/Exercise files/04/demos/end/Globomantics/Views/Home/

carousel.cshtml

2.0 KB

Index.cshtml

5.2 KB

/Exercise files/04/demos/end/Globomantics/Views/Insurance/

Confirmation.cshtml

0.4 KB

Index.cshtml

1.3 KB

/Exercise files/04/demos/end/Globomantics/Views/Life/

Quote.cshtml

1.8 KB

/Exercise files/04/demos/end/Globomantics/Views/Loan/

Application.cshtml

2.6 KB

Confirmation.cshtml

3.5 KB

Employment.cshtml

3.6 KB

Personal.cshtml

1.2 KB

/Exercise files/04/demos/end/Globomantics/Views/Property/

Quote.cshtml

1.7 KB

/Exercise files/04/demos/end/Globomantics/Views/Rent/

Quote.cshtml

1.6 KB

/Exercise files/04/demos/end/Globomantics/Views/Services/

Index.cshtml

0.3 KB

/Exercise files/04/demos/end/Globomantics/Views/Shared/

_Layout.cshtml

2.4 KB

_ValidationScriptsPartial.cshtml

1.2 KB

Error.cshtml

0.9 KB

LeftNav.cshtml

0.7 KB

Nav.cshtml

1.4 KB

Person.cshtml

1.7 KB

/Exercise files/04/demos/end/Globomantics/Views/Shared/Components/CreditCardRates/

Default.cshtml

0.6 KB

/Exercise files/04/demos/end/Globomantics/Views/Shared/Components/MortgageRates/

Default.cshtml

0.6 KB

/Exercise files/04/demos/end/Globomantics/wwwroot/

favicon.ico

32.0 KB

features.json

0.1 KB

/Exercise files/04/demos/end/Globomantics/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.2 KB

site.min.css

0.3 KB

/Exercise files/04/demos/end/Globomantics/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/04/demos/end/Globomantics/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/04/demos/end/Globomantics/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/04/demos/end/Globomantics/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/04/demos/end/Globomantics/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/04/demos/end/Globomantics/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/04/demos/end/Globomantics/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/Exercise files/04/demos/end/Globomantics/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/04/demos/end/Globomantics/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/04/demos/end/Globomantics/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

jquery.validate.unobtrusive.js

19.0 KB

jquery.validate.unobtrusive.min.js

5.4 KB

/Exercise files/04/demos/end/Globomantics/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/04/demos/end/Globomantics/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/04/demos/snippets/

ExceptionFilter.cs

0.5 KB

FeatureAuthFilter.cs

1.1 KB

ModelValidationFilter.cs

0.9 KB

RateExceptionFilter.cs

0.5 KB

/Exercise files/04/demos/start/

.gitignore

0.3 KB

Globomantics.sln

2.2 KB

/Exercise files/04/demos/start/Globomantics/

appsettings.Development.json

0.2 KB

appsettings.json

0.2 KB

bundleconfig.json

0.6 KB

Globomantics.csproj

0.7 KB

Globomantics.csproj.user

0.9 KB

Program.cs

0.6 KB

Startup.cs

2.3 KB

/Exercise files/04/demos/start/Globomantics.Core/

Globomantics.Core.csproj

0.1 KB

/Exercise files/04/demos/start/Globomantics.Core/bin/Debug/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

13.8 KB

Globomantics.Core.pdb

4.0 KB

/Exercise files/04/demos/start/Globomantics.Core/bin/Release/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

/Exercise files/04/demos/start/Globomantics.Core/Models/

AutoQuote.cs

0.4 KB

CDRate.cs

0.2 KB

CDTermLength.cs

0.2 KB

Contact.cs

0.4 KB

Employment.cs

0.6 KB

HomeVM.cs

0.3 KB

LifeQuote.cs

0.4 KB

LoanApplication.cs

0.5 KB

LoanDetails.cs

0.5 KB

Person.cs

0.7 KB

PropertyQuote.cs

0.4 KB

Rate.cs

0.4 KB

RentalQuote.cs

0.4 KB

/Exercise files/04/demos/start/Globomantics.Core/obj/

Globomantics.Core.csproj.nuget.cache

0.1 KB

Globomantics.Core.csproj.nuget.g.props

1.6 KB

Globomantics.Core.csproj.nuget.g.targets

1.0 KB

project.assets.json

39.6 KB

/Exercise files/04/demos/start/Globomantics.Core/obj/Debug/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

3.4 KB

Globomantics.Core.csprojAssemblyReference.cache

483.2 KB

Globomantics.Core.csprojResolveAssemblyReference.cache

476.8 KB

Globomantics.Core.dll

13.8 KB

Globomantics.Core.pdb

4.0 KB

/Exercise files/04/demos/start/Globomantics.Core/obj/Release/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

1.0 KB

Globomantics.Core.csprojResolveAssemblyReference.cache

476.8 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

/Exercise files/04/demos/start/Globomantics.Services/

DocumentService.cs

0.2 KB

FeatureService.cs

1.0 KB

Globomantics.Services.csproj

1.0 KB

LoanService.cs

1.4 KB

QuoteService.cs

0.6 KB

RateService.cs

1.7 KB

/Exercise files/04/demos/start/Globomantics.Services/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

13.8 KB

Globomantics.Core.pdb

4.0 KB

Globomantics.Services.deps.json

22.9 KB

Globomantics.Services.dll

8.2 KB

Globomantics.Services.pdb

1.9 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/04/demos/start/Globomantics.Services/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.Services.deps.json

0.8 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/04/demos/start/Globomantics.Services/Interfaces/

IDocumentService.cs

0.1 KB

IFeatureService.cs

0.2 KB

ILoanService.cs

0.4 KB

IQuoteService.cs

0.4 KB

IRateService.cs

0.4 KB

/Exercise files/04/demos/start/Globomantics.Services/obj/

Globomantics.Services.csproj.nuget.cache

0.1 KB

Globomantics.Services.csproj.nuget.g.props

1.6 KB

Globomantics.Services.csproj.nuget.g.targets

1.0 KB

project.assets.json

79.1 KB

/Exercise files/04/demos/start/Globomantics.Services/obj/Debug/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

5.2 KB

Globomantics.Services.csprojAssemblyReference.cache

624.4 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

512.1 KB

Globomantics.Services.dll

8.2 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/04/demos/start/Globomantics.Services/obj/Release/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

1.4 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

483.0 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/04/demos/start/Globomantics/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

13.8 KB

Globomantics.Core.pdb

4.0 KB

Globomantics.deps.json

278.9 KB

Globomantics.dll

21.5 KB

Globomantics.pdb

7.2 KB

Globomantics.runtimeconfig.dev.json

0.2 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

8.2 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/04/demos/start/Globomantics/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.deps.json

281.7 KB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.runtimeconfig.dev.json

0.3 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/04/demos/start/Globomantics/Components/

CreditCardRatesViewComponent.cs

1.1 KB

MortgageRatesViewComponent.cs

0.6 KB

/Exercise files/04/demos/start/Globomantics/Controllers/

AutoController.cs

1.4 KB

DocumentController.cs

3.2 KB

HomeController.cs

1.4 KB

InsuranceController.cs

1.2 KB

LifeController.cs

1.2 KB

LoanController.cs

2.1 KB

PropertyController.cs

1.2 KB

RatesController.cs

1.0 KB

RentController.cs

1.2 KB

ServicesController.cs

0.4 KB

/Exercise files/04/demos/start/Globomantics/Models/

ErrorViewModel.cs

0.2 KB

/Exercise files/04/demos/start/Globomantics/obj/

Globomantics.csproj.nuget.cache

0.1 KB

Globomantics.csproj.nuget.g.props

1.6 KB

Globomantics.csproj.nuget.g.targets

2.1 KB

project.assets.json

597.3 KB

/Exercise files/04/demos/start/Globomantics/obj/Debug/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

5.5 KB

Globomantics.csprojAssemblyReference.cache

2.1 MB

Globomantics.csprojResolveAssemblyReference.cache

1.9 MB

Globomantics.dll

21.5 KB

Globomantics.pdb

7.2 KB

/Exercise files/04/demos/start/Globomantics/obj/Release/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

1.6 KB

Globomantics.csprojResolveAssemblyReference.cache

1.9 MB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.PrecompiledViews.dll

237.6 KB

Globomantics.PrecompiledViews.pdb

112.1 KB

microsoft.aspnetcore.mvc.razor.viewcompilation.rsp

1.9 KB

/Exercise files/04/demos/start/Globomantics/obj/Release/netcoreapp2.0/PubTmp/

Globomantics.Parameters.xml

0.4 KB

Globomantics.SourceManifest.xml

0.2 KB

/Exercise files/04/demos/start/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/

appsettings.Development.json

0.2 KB

appsettings.json

0.1 KB

bundleconfig.json

0.6 KB

dotnet-aspnet-codegenerator-design.dll

53.2 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.deps.json

297.6 KB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.PrecompiledViews.dll

237.6 KB

Globomantics.PrecompiledViews.pdb

112.1 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

Microsoft.CodeAnalysis.CSharp.Workspaces.dll

671.3 KB

Microsoft.CodeAnalysis.Workspaces.dll

2.4 MB

Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll

23.5 KB

Microsoft.VisualStudio.Web.CodeGeneration.Core.dll

73.2 KB

Microsoft.VisualStudio.Web.CodeGeneration.dll

35.8 KB

Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll

67.1 KB

Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll

27.1 KB

Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll

34.8 KB

Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll

93.7 KB

NuGet.Frameworks.dll

104.2 KB

System.Composition.AttributedModel.dll

24.8 KB

System.Composition.Convention.dll

59.1 KB

System.Composition.Hosting.dll

62.2 KB

System.Composition.Runtime.dll

29.9 KB

System.Composition.TypedParts.dll

64.8 KB

web.config

0.4 KB

/Exercise files/04/demos/start/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/

favicon.ico

32.0 KB

/Exercise files/04/demos/start/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.1 KB

site.min.css

0.3 KB

/Exercise files/04/demos/start/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/04/demos/start/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/04/demos/start/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/04/demos/start/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/04/demos/start/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/04/demos/start/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/04/demos/start/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/Exercise files/04/demos/start/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/04/demos/start/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/04/demos/start/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

/Exercise files/04/demos/start/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/04/demos/start/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/04/demos/start/Globomantics/Properties/

launchSettings.json

0.7 KB

/Exercise files/04/demos/start/Globomantics/Properties/PublishProfiles/

Globomantics20180516123508 - Web Deploy.pubxml

1.7 KB

Globomantics20180516123508 - Web Deploy.pubxml.user

1.0 KB

/Exercise files/04/demos/start/Globomantics/TagHelpers/

ActiveTagHelper.cs

1.1 KB

BannerTagHelper.cs

0.9 KB

CDTagHelper.cs

1.3 KB

/Exercise files/04/demos/start/Globomantics/Views/

_ViewImports.cshtml

0.3 KB

_ViewStart.cshtml

0.0 KB

/Exercise files/04/demos/start/Globomantics/Views/Auto/

Quote.cshtml

1.9 KB

/Exercise files/04/demos/start/Globomantics/Views/Document/

Index.cshtml

3.8 KB

/Exercise files/04/demos/start/Globomantics/Views/Home/

carousel.cshtml

2.0 KB

Index.cshtml

5.2 KB

/Exercise files/04/demos/start/Globomantics/Views/Insurance/

Confirmation.cshtml

0.4 KB

Index.cshtml

1.3 KB

/Exercise files/04/demos/start/Globomantics/Views/Life/

Quote.cshtml

1.8 KB

/Exercise files/04/demos/start/Globomantics/Views/Loan/

Application.cshtml

2.6 KB

Confirmation.cshtml

3.5 KB

Employment.cshtml

3.6 KB

Personal.cshtml

1.2 KB

/Exercise files/04/demos/start/Globomantics/Views/Property/

Quote.cshtml

1.7 KB

/Exercise files/04/demos/start/Globomantics/Views/Rent/

Quote.cshtml

1.6 KB

/Exercise files/04/demos/start/Globomantics/Views/Services/

Index.cshtml

0.3 KB

/Exercise files/04/demos/start/Globomantics/Views/Shared/

_Layout.cshtml

2.4 KB

_ValidationScriptsPartial.cshtml

1.2 KB

Error.cshtml

0.9 KB

LeftNav.cshtml

0.7 KB

Nav.cshtml

1.4 KB

Person.cshtml

1.7 KB

/Exercise files/04/demos/start/Globomantics/Views/Shared/Components/CreditCardRates/

Default.cshtml

0.6 KB

/Exercise files/04/demos/start/Globomantics/Views/Shared/Components/MortgageRates/

Default.cshtml

0.6 KB

/Exercise files/04/demos/start/Globomantics/wwwroot/

favicon.ico

32.0 KB

features.json

0.1 KB

/Exercise files/04/demos/start/Globomantics/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.2 KB

site.min.css

0.3 KB

/Exercise files/04/demos/start/Globomantics/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/04/demos/start/Globomantics/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/04/demos/start/Globomantics/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/04/demos/start/Globomantics/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/04/demos/start/Globomantics/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/04/demos/start/Globomantics/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/04/demos/start/Globomantics/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/Exercise files/04/demos/start/Globomantics/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/04/demos/start/Globomantics/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/04/demos/start/Globomantics/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

jquery.validate.unobtrusive.js

19.0 KB

jquery.validate.unobtrusive.min.js

5.4 KB

/Exercise files/04/demos/start/Globomantics/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/04/demos/start/Globomantics/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/05/

enhancing-data-binding-and-validation-slides.pdf

255.3 KB

/Exercise files/05/demos/demos/end/src/

.gitignore

0.3 KB

Globomantics.sln

2.2 KB

/Exercise files/05/demos/demos/end/src/.vs/config/

applicationhost.config

80.0 KB

/Exercise files/05/demos/demos/end/src/.vs/Globomantics/DesignTimeBuild/

.dtbcache

2.0 MB

/Exercise files/05/demos/demos/end/src/.vs/Globomantics/v15/

.suo

185.3 KB

/Exercise files/05/demos/demos/end/src/.vs/Globomantics/v15/Server/sqlite3/

db.lock

0.0 KB

storage.ide

2.2 MB

storage.ide-shm

32.8 KB

storage.ide-wal

3.2 MB

/Exercise files/05/demos/demos/end/src/Globomantics/

appsettings.Development.json

0.2 KB

appsettings.json

0.2 KB

bundleconfig.json

0.6 KB

Globomantics.csproj

0.7 KB

Globomantics.csproj.user

1.3 KB

Program.cs

0.6 KB

Startup.cs

2.5 KB

/Exercise files/05/demos/demos/end/src/Globomantics.Core/

Globomantics.Core.csproj

0.1 KB

/Exercise files/05/demos/demos/end/src/Globomantics.Core/bin/Debug/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

14.3 KB

Globomantics.Core.pdb

3.9 KB

/Exercise files/05/demos/demos/end/src/Globomantics.Core/bin/Release/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

/Exercise files/05/demos/demos/end/src/Globomantics.Core/Models/

AutoQuote.cs

0.4 KB

CDRate.cs

0.2 KB

CDTermLength.cs

0.2 KB

Contact.cs

0.4 KB

Employment.cs

1.6 KB

HomeVM.cs

0.3 KB

LifeQuote.cs

0.4 KB

LoanApplication.cs

0.5 KB

LoanDetails.cs

0.7 KB

Person.cs

0.8 KB

PropertyQuote.cs

0.4 KB

Rate.cs

0.4 KB

RentalQuote.cs

0.4 KB

Submission.cs

0.3 KB

/Exercise files/05/demos/demos/end/src/Globomantics.Core/obj/

Globomantics.Core.csproj.nuget.cache

0.1 KB

Globomantics.Core.csproj.nuget.g.props

1.6 KB

Globomantics.Core.csproj.nuget.g.targets

1.0 KB

project.assets.json

39.6 KB

/Exercise files/05/demos/demos/end/src/Globomantics.Core/obj/Debug/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

1.9 KB

Globomantics.Core.csprojAssemblyReference.cache

102.2 KB

Globomantics.Core.csprojResolveAssemblyReference.cache

476.8 KB

Globomantics.Core.dll

14.3 KB

Globomantics.Core.pdb

3.9 KB

/Exercise files/05/demos/demos/end/src/Globomantics.Core/obj/Release/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

1.0 KB

Globomantics.Core.csprojResolveAssemblyReference.cache

476.8 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

/Exercise files/05/demos/demos/end/src/Globomantics.Core/Validation/

AgeValidator.cs

0.6 KB

/Exercise files/05/demos/demos/end/src/Globomantics.Services/

DocumentService.cs

0.2 KB

FeatureService.cs

0.9 KB

Globomantics.Services.csproj

1.0 KB

LoanService.cs

1.4 KB

QuoteService.cs

0.6 KB

RateService.cs

1.8 KB

/Exercise files/05/demos/demos/end/src/Globomantics.Services/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

14.3 KB

Globomantics.Core.pdb

3.9 KB

Globomantics.Services.deps.json

1.5 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.8 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/05/demos/demos/end/src/Globomantics.Services/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.Services.deps.json

0.8 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/05/demos/demos/end/src/Globomantics.Services/Interfaces/

IDocumentService.cs

0.1 KB

IFeatureService.cs

0.2 KB

ILoanService.cs

0.4 KB

IQuoteService.cs

0.4 KB

IRateService.cs

0.4 KB

/Exercise files/05/demos/demos/end/src/Globomantics.Services/obj/

Globomantics.Services.csproj.nuget.cache

0.1 KB

Globomantics.Services.csproj.nuget.g.props

1.6 KB

Globomantics.Services.csproj.nuget.g.targets

1.0 KB

project.assets.json

40.5 KB

/Exercise files/05/demos/demos/end/src/Globomantics.Services/obj/Debug/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

3.1 KB

Globomantics.Services.csprojAssemblyReference.cache

103.1 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

509.1 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.8 KB

/Exercise files/05/demos/demos/end/src/Globomantics.Services/obj/Release/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

1.4 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

483.0 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/05/demos/demos/end/src/Globomantics/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

14.3 KB

Globomantics.Core.pdb

3.9 KB

Globomantics.deps.json

281.8 KB

Globomantics.dll

23.0 KB

Globomantics.pdb

7.6 KB

Globomantics.runtimeconfig.dev.json

0.3 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.8 KB

/Exercise files/05/demos/demos/end/src/Globomantics/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.deps.json

281.7 KB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.runtimeconfig.dev.json

0.3 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Binders/

SurveyBinder.cs

1.0 KB

SurveyBinderProvider.cs

0.6 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Components/

CreditCardRatesViewComponent.cs

1.1 KB

MortgageRatesViewComponent.cs

0.6 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Controllers/

AutoController.cs

1.2 KB

DocumentController.cs

3.2 KB

HomeController.cs

0.8 KB

InsuranceController.cs

1.2 KB

LifeController.cs

1.2 KB

LoanController.cs

2.0 KB

PropertyController.cs

1.2 KB

RatesController.cs

1.3 KB

RentController.cs

1.2 KB

ServicesController.cs

0.4 KB

SurveyController.cs

0.4 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Filters/

FeatureAuthFilter.cs

0.9 KB

ModelValidationFilter.cs

0.9 KB

RateExceptionFilter.cs

0.8 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Models/

ErrorViewModel.cs

0.2 KB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/

Globomantics.csproj.nuget.cache

0.1 KB

Globomantics.csproj.nuget.g.props

1.6 KB

Globomantics.csproj.nuget.g.targets

2.1 KB

project.assets.json

606.2 KB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/Debug/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

3.0 KB

Globomantics.csprojAssemblyReference.cache

255.1 KB

Globomantics.csprojResolveAssemblyReference.cache

1.9 MB

Globomantics.dll

23.0 KB

Globomantics.pdb

7.6 KB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

1.6 KB

Globomantics.csprojResolveAssemblyReference.cache

1.9 MB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.PrecompiledViews.dll

237.6 KB

Globomantics.PrecompiledViews.pdb

112.1 KB

microsoft.aspnetcore.mvc.razor.viewcompilation.rsp

1.9 KB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/

Globomantics.Parameters.xml

0.4 KB

Globomantics.SourceManifest.xml

0.2 KB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/

appsettings.Development.json

0.2 KB

appsettings.json

0.1 KB

bundleconfig.json

0.6 KB

dotnet-aspnet-codegenerator-design.dll

53.2 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.deps.json

297.6 KB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.PrecompiledViews.dll

237.6 KB

Globomantics.PrecompiledViews.pdb

112.1 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

Microsoft.CodeAnalysis.CSharp.Workspaces.dll

671.3 KB

Microsoft.CodeAnalysis.Workspaces.dll

2.4 MB

Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll

23.5 KB

Microsoft.VisualStudio.Web.CodeGeneration.Core.dll

73.2 KB

Microsoft.VisualStudio.Web.CodeGeneration.dll

35.8 KB

Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll

27.1 KB

Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll

34.8 KB

Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll

93.7 KB

NuGet.Frameworks.dll

104.2 KB

System.Composition.AttributedModel.dll

24.8 KB

System.Composition.Convention.dll

59.1 KB

System.Composition.Hosting.dll

62.2 KB

System.Composition.Runtime.dll

29.9 KB

System.Composition.TypedParts.dll

64.8 KB

web.config

0.4 KB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/

favicon.ico

32.0 KB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.1 KB

site.min.css

0.3 KB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/05/demos/demos/end/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Properties/

launchSettings.json

0.7 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Properties/PublishProfiles/

Globomantics20180516123508 - Web Deploy.pubxml

1.7 KB

Globomantics20180516123508 - Web Deploy.pubxml.user

1.0 KB

/Exercise files/05/demos/demos/end/src/Globomantics/TagHelpers/

ActiveTagHelper.cs

1.1 KB

BannerTagHelper.cs

0.9 KB

CDTagHelper.cs

1.3 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Views/

_ViewImports.cshtml

0.3 KB

_ViewStart.cshtml

0.0 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Views/Auto/

Quote.cshtml

1.9 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Views/Document/

Index.cshtml

3.8 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Views/Home/

carousel.cshtml

2.0 KB

Index.cshtml

5.2 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Views/Insurance/

Confirmation.cshtml

0.4 KB

Index.cshtml

1.3 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Views/Life/

Quote.cshtml

1.8 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Views/Loan/

Application.cshtml

2.6 KB

Confirmation.cshtml

3.6 KB

Employment.cshtml

3.8 KB

Personal.cshtml

1.2 KB

Success.cshtml

1.1 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Views/Property/

Quote.cshtml

1.7 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Views/Rent/

Quote.cshtml

1.6 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Views/Services/

Index.cshtml

0.3 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Views/Shared/

_Layout.cshtml

2.4 KB

_ValidationScriptsPartial.cshtml

1.2 KB

Error.cshtml

0.9 KB

LeftNav.cshtml

0.7 KB

Nav.cshtml

1.4 KB

Person.cshtml

1.7 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Views/Shared/Components/CreditCardRates/

Default.cshtml

0.6 KB

/Exercise files/05/demos/demos/end/src/Globomantics/Views/Shared/Components/MortgageRates/

Default.cshtml

0.6 KB

/Exercise files/05/demos/demos/end/src/Globomantics/wwwroot/

favicon.ico

32.0 KB

features.json

0.1 KB

/Exercise files/05/demos/demos/end/src/Globomantics/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.2 KB

site.min.css

0.3 KB

/Exercise files/05/demos/demos/end/src/Globomantics/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/05/demos/demos/end/src/Globomantics/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/05/demos/demos/end/src/Globomantics/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/05/demos/demos/end/src/Globomantics/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/05/demos/demos/end/src/Globomantics/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/05/demos/demos/end/src/Globomantics/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/05/demos/demos/end/src/Globomantics/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/Exercise files/05/demos/demos/end/src/Globomantics/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/05/demos/demos/end/src/Globomantics/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/05/demos/demos/end/src/Globomantics/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

jquery.validate.unobtrusive.js

19.0 KB

jquery.validate.unobtrusive.min.js

5.4 KB

/Exercise files/05/demos/demos/end/src/Globomantics/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/05/demos/demos/end/src/Globomantics/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/05/demos/demos/snippets/

AgeValidator.txt

0.6 KB

EmploymentValidator.txt

0.6 KB

SurveyBinder.txt

0.8 KB

SurveyProvider.txt

0.4 KB

/Exercise files/05/demos/demos/start/src/

.gitignore

0.3 KB

Globomantics.sln

2.2 KB

/Exercise files/05/demos/demos/start/src/.vs/config/

applicationhost.config

80.1 KB

/Exercise files/05/demos/demos/start/src/.vs/Globomantics/DesignTimeBuild/

.dtbcache

2.1 MB

/Exercise files/05/demos/demos/start/src/.vs/Globomantics/v15/

.suo

191.5 KB

/Exercise files/05/demos/demos/start/src/.vs/Globomantics/v15/Server/sqlite3/

db.lock

0.0 KB

storage.ide

2.2 MB

storage.ide-shm

32.8 KB

storage.ide-wal

3.4 MB

/Exercise files/05/demos/demos/start/src/Globomantics/

appsettings.Development.json

0.2 KB

appsettings.json

0.2 KB

bundleconfig.json

0.6 KB

Globomantics.csproj

0.7 KB

Globomantics.csproj.user

1.3 KB

Program.cs

0.6 KB

Startup.cs

2.4 KB

/Exercise files/05/demos/demos/start/src/Globomantics.Core/

Globomantics.Core.csproj

0.1 KB

/Exercise files/05/demos/demos/start/src/Globomantics.Core/bin/Debug/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

14.3 KB

Globomantics.Core.pdb

4.0 KB

/Exercise files/05/demos/demos/start/src/Globomantics.Core/bin/Release/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

/Exercise files/05/demos/demos/start/src/Globomantics.Core/Models/

AutoQuote.cs

0.4 KB

CDRate.cs

0.2 KB

CDTermLength.cs

0.2 KB

Contact.cs

0.4 KB

Employment.cs

1.0 KB

HomeVM.cs

0.3 KB

LifeQuote.cs

0.4 KB

LoanApplication.cs

0.5 KB

LoanDetails.cs

0.7 KB

Person.cs

0.7 KB

PropertyQuote.cs

0.4 KB

Rate.cs

0.4 KB

RentalQuote.cs

0.4 KB

/Exercise files/05/demos/demos/start/src/Globomantics.Core/obj/

Globomantics.Core.csproj.nuget.cache

0.1 KB

Globomantics.Core.csproj.nuget.g.props

1.6 KB

Globomantics.Core.csproj.nuget.g.targets

1.0 KB

project.assets.json

39.6 KB

/Exercise files/05/demos/demos/start/src/Globomantics.Core/obj/Debug/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

3.4 KB

Globomantics.Core.csprojAssemblyReference.cache

483.2 KB

Globomantics.Core.csprojResolveAssemblyReference.cache

476.8 KB

Globomantics.Core.dll

14.3 KB

Globomantics.Core.pdb

4.0 KB

/Exercise files/05/demos/demos/start/src/Globomantics.Core/obj/Release/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

1.0 KB

Globomantics.Core.csprojResolveAssemblyReference.cache

476.8 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

/Exercise files/05/demos/demos/start/src/Globomantics.Services/

DocumentService.cs

0.2 KB

FeatureService.cs

0.9 KB

Globomantics.Services.csproj

1.0 KB

LoanService.cs

1.4 KB

QuoteService.cs

0.6 KB

RateService.cs

1.8 KB

/Exercise files/05/demos/demos/start/src/Globomantics.Services/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

14.3 KB

Globomantics.Core.pdb

4.0 KB

Globomantics.Services.deps.json

22.9 KB

Globomantics.Services.dll

8.2 KB

Globomantics.Services.pdb

1.9 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/05/demos/demos/start/src/Globomantics.Services/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.Services.deps.json

0.8 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/05/demos/demos/start/src/Globomantics.Services/Interfaces/

IDocumentService.cs

0.1 KB

IFeatureService.cs

0.2 KB

ILoanService.cs

0.4 KB

IQuoteService.cs

0.4 KB

IRateService.cs

0.4 KB

/Exercise files/05/demos/demos/start/src/Globomantics.Services/obj/

Globomantics.Services.csproj.nuget.cache

0.1 KB

Globomantics.Services.csproj.nuget.g.props

1.6 KB

Globomantics.Services.csproj.nuget.g.targets

1.0 KB

project.assets.json

79.1 KB

/Exercise files/05/demos/demos/start/src/Globomantics.Services/obj/Debug/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

5.2 KB

Globomantics.Services.csprojAssemblyReference.cache

611.2 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

509.1 KB

Globomantics.Services.dll

8.2 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/05/demos/demos/start/src/Globomantics.Services/obj/Release/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

1.4 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

483.0 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/05/demos/demos/start/src/Globomantics/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

14.3 KB

Globomantics.Core.pdb

4.0 KB

Globomantics.deps.json

278.9 KB

Globomantics.dll

23.0 KB

Globomantics.pdb

7.9 KB

Globomantics.runtimeconfig.dev.json

0.2 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

8.2 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/05/demos/demos/start/src/Globomantics/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.deps.json

281.7 KB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.runtimeconfig.dev.json

0.3 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Components/

CreditCardRatesViewComponent.cs

1.1 KB

MortgageRatesViewComponent.cs

0.6 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Controllers/

AutoController.cs

1.2 KB

DocumentController.cs

3.2 KB

HomeController.cs

0.8 KB

InsuranceController.cs

1.2 KB

LifeController.cs

1.2 KB

LoanController.cs

2.0 KB

PropertyController.cs

1.2 KB

RatesController.cs

1.3 KB

RentController.cs

1.2 KB

ServicesController.cs

0.4 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Filters/

FeatureAuthFilter.cs

0.9 KB

ModelValidationFilter.cs

0.9 KB

RateExceptionFilter.cs

0.8 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Models/

ErrorViewModel.cs

0.2 KB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/

Globomantics.csproj.nuget.cache

0.1 KB

Globomantics.csproj.nuget.g.props

1.6 KB

Globomantics.csproj.nuget.g.targets

2.1 KB

project.assets.json

597.3 KB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/Debug/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

5.6 KB

Globomantics.csprojAssemblyReference.cache

1.9 MB

Globomantics.csprojResolveAssemblyReference.cache

1.9 MB

Globomantics.dll

23.0 KB

Globomantics.pdb

7.9 KB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

1.6 KB

Globomantics.csprojResolveAssemblyReference.cache

1.9 MB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.PrecompiledViews.dll

237.6 KB

Globomantics.PrecompiledViews.pdb

112.1 KB

microsoft.aspnetcore.mvc.razor.viewcompilation.rsp

1.9 KB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/

Globomantics.Parameters.xml

0.4 KB

Globomantics.SourceManifest.xml

0.2 KB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/

appsettings.Development.json

0.2 KB

appsettings.json

0.1 KB

bundleconfig.json

0.6 KB

dotnet-aspnet-codegenerator-design.dll

53.2 KB

Globomantics.Core.dll

10.8 KB

Globomantics.Core.pdb

3.2 KB

Globomantics.deps.json

297.6 KB

Globomantics.dll

13.3 KB

Globomantics.pdb

3.6 KB

Globomantics.PrecompiledViews.dll

237.6 KB

Globomantics.PrecompiledViews.pdb

112.1 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

Microsoft.CodeAnalysis.CSharp.Workspaces.dll

671.3 KB

Microsoft.CodeAnalysis.Workspaces.dll

2.4 MB

Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll

23.5 KB

Microsoft.VisualStudio.Web.CodeGeneration.Core.dll

73.2 KB

Microsoft.VisualStudio.Web.CodeGeneration.dll

35.8 KB

Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll

27.1 KB

Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll

34.8 KB

Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll

93.7 KB

NuGet.Frameworks.dll

104.2 KB

System.Composition.AttributedModel.dll

24.8 KB

System.Composition.Convention.dll

59.1 KB

System.Composition.Hosting.dll

62.2 KB

System.Composition.Runtime.dll

29.9 KB

System.Composition.TypedParts.dll

64.8 KB

web.config

0.4 KB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/

favicon.ico

32.0 KB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.1 KB

site.min.css

0.3 KB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/05/demos/demos/start/src/Globomantics/obj/Release/netcoreapp2.0/PubTmp/Out/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Properties/

launchSettings.json

0.7 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Properties/PublishProfiles/

Globomantics20180516123508 - Web Deploy.pubxml

1.7 KB

Globomantics20180516123508 - Web Deploy.pubxml.user

1.0 KB

/Exercise files/05/demos/demos/start/src/Globomantics/TagHelpers/

ActiveTagHelper.cs

1.1 KB

BannerTagHelper.cs

0.9 KB

CDTagHelper.cs

1.3 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Views/

_ViewImports.cshtml

0.3 KB

_ViewStart.cshtml

0.0 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Views/Auto/

Quote.cshtml

1.9 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Views/Document/

Index.cshtml

3.8 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Views/Home/

carousel.cshtml

2.0 KB

Index.cshtml

5.2 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Views/Insurance/

Confirmation.cshtml

0.4 KB

Index.cshtml

1.3 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Views/Life/

Quote.cshtml

1.8 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Views/Loan/

Application.cshtml

2.6 KB

Confirmation.cshtml

3.6 KB

Employment.cshtml

3.8 KB

Personal.cshtml

1.2 KB

Success.cshtml

1.1 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Views/Property/

Quote.cshtml

1.7 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Views/Rent/

Quote.cshtml

1.6 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Views/Services/

Index.cshtml

0.3 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Views/Shared/

_Layout.cshtml

2.4 KB

_ValidationScriptsPartial.cshtml

1.2 KB

Error.cshtml

0.9 KB

LeftNav.cshtml

0.7 KB

Nav.cshtml

1.4 KB

Person.cshtml

1.7 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Views/Shared/Components/CreditCardRates/

Default.cshtml

0.6 KB

/Exercise files/05/demos/demos/start/src/Globomantics/Views/Shared/Components/MortgageRates/

Default.cshtml

0.6 KB

/Exercise files/05/demos/demos/start/src/Globomantics/wwwroot/

favicon.ico

32.0 KB

features.json

0.1 KB

/Exercise files/05/demos/demos/start/src/Globomantics/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.2 KB

site.min.css

0.3 KB

/Exercise files/05/demos/demos/start/src/Globomantics/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/05/demos/demos/start/src/Globomantics/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/05/demos/demos/start/src/Globomantics/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/05/demos/demos/start/src/Globomantics/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/05/demos/demos/start/src/Globomantics/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/05/demos/demos/start/src/Globomantics/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/05/demos/demos/start/src/Globomantics/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/Exercise files/05/demos/demos/start/src/Globomantics/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/05/demos/demos/start/src/Globomantics/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/05/demos/demos/start/src/Globomantics/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

jquery.validate.unobtrusive.js

19.0 KB

jquery.validate.unobtrusive.min.js

5.4 KB

/Exercise files/05/demos/demos/start/src/Globomantics/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/05/demos/demos/start/src/Globomantics/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/06/

customizing-application-responses-slides.pdf

207.7 KB

/Exercise files/06/demos/end/

.gitignore

0.3 KB

Globomantics.sln

2.2 KB

/Exercise files/06/demos/end/.vs/config/

applicationhost.config

80.1 KB

/Exercise files/06/demos/end/.vs/Globomantics/DesignTimeBuild/

.dtbcache

2.1 MB

/Exercise files/06/demos/end/.vs/Globomantics/v15/

.suo

70.1 KB

/Exercise files/06/demos/end/.vs/Globomantics/v15/Server/sqlite3/

db.lock

0.0 KB

storage.ide

2.1 MB

storage.ide-shm

32.8 KB

storage.ide-wal

4.1 MB

/Exercise files/06/demos/end/Globomantics/

appsettings.Development.json

0.2 KB

appsettings.json

0.1 KB

bundleconfig.json

0.6 KB

Globomantics.csproj

0.7 KB

Globomantics.csproj.user

1.5 KB

Program.cs

0.6 KB

Startup.cs

2.8 KB

/Exercise files/06/demos/end/Globomantics.Core/

Globomantics.Core.csproj

0.1 KB

/Exercise files/06/demos/end/Globomantics.Core/bin/Debug/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

15.9 KB

Globomantics.Core.pdb

4.8 KB

/Exercise files/06/demos/end/Globomantics.Core/bin/Release/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

/Exercise files/06/demos/end/Globomantics.Core/Models/

AutoQuote.cs

0.4 KB

CDRate.cs

0.2 KB

CDTermLength.cs

0.2 KB

Contact.cs

0.4 KB

Employment.cs

1.6 KB

HomeVM.cs

0.3 KB

LifeQuote.cs

0.4 KB

LoanApplication.cs

0.5 KB

LoanDetails.cs

0.7 KB

Person.cs

0.8 KB

PropertyQuote.cs

0.4 KB

Rate.cs

0.4 KB

RentalQuote.cs

0.4 KB

Submission.cs

0.3 KB

/Exercise files/06/demos/end/Globomantics.Core/obj/

Globomantics.Core.csproj.nuget.cache

0.1 KB

Globomantics.Core.csproj.nuget.g.props

1.6 KB

Globomantics.Core.csproj.nuget.g.targets

1.0 KB

project.assets.json

39.5 KB

/Exercise files/06/demos/end/Globomantics.Core/obj/Debug/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

3.1 KB

Globomantics.Core.csprojAssemblyReference.cache

479.3 KB

Globomantics.Core.dll

15.9 KB

Globomantics.Core.pdb

4.8 KB

/Exercise files/06/demos/end/Globomantics.Core/obj/Release/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

0.9 KB

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

/Exercise files/06/demos/end/Globomantics.Core/Validation/

AgeValidator.cs

0.6 KB

/Exercise files/06/demos/end/Globomantics.Services/

DocumentService.cs

0.2 KB

FeatureService.cs

0.9 KB

Globomantics.Services.csproj

1.2 KB

LoanService.cs

1.4 KB

QuoteService.cs

0.6 KB

RateService.cs

1.8 KB

/Exercise files/06/demos/end/Globomantics.Services/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

15.9 KB

Globomantics.Core.pdb

4.8 KB

Globomantics.Services.deps.json

22.9 KB

Globomantics.Services.dll

8.2 KB

Globomantics.Services.pdb

1.8 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/06/demos/end/Globomantics.Services/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

Globomantics.Services.deps.json

1.5 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/06/demos/end/Globomantics.Services/Interfaces/

IDocumentService.cs

0.1 KB

IFeatureService.cs

0.2 KB

ILoanService.cs

0.4 KB

IQuoteService.cs

0.4 KB

IRateService.cs

0.4 KB

/Exercise files/06/demos/end/Globomantics.Services/obj/

Globomantics.Services.csproj.nuget.cache

0.1 KB

Globomantics.Services.csproj.nuget.g.props

1.6 KB

Globomantics.Services.csproj.nuget.g.targets

1.0 KB

project.assets.json

79.0 KB

/Exercise files/06/demos/end/Globomantics.Services/obj/Debug/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

4.9 KB

Globomantics.Services.csprojAssemblyReference.cache

608.4 KB

Globomantics.Services.dll

8.2 KB

Globomantics.Services.pdb

1.8 KB

/Exercise files/06/demos/end/Globomantics.Services/obj/Release/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

1.9 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

508.4 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/06/demos/end/Globomantics/ActionResults/

CsvResult.cs

1.6 KB

/Exercise files/06/demos/end/Globomantics/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

15.9 KB

Globomantics.Core.pdb

4.8 KB

Globomantics.deps.json

278.9 KB

Globomantics.dll

26.1 KB

Globomantics.pdb

8.7 KB

Globomantics.runtimeconfig.dev.json

0.2 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

8.2 KB

Globomantics.Services.pdb

1.8 KB

/Exercise files/06/demos/end/Globomantics/Binders/

SurveyBinder.cs

1.0 KB

SurveyBinderProvider.cs

0.6 KB

/Exercise files/06/demos/end/Globomantics/Components/

CreditCardRatesViewComponent.cs

1.1 KB

MortgageRatesViewComponent.cs

0.6 KB

/Exercise files/06/demos/end/Globomantics/Controllers/

AutoController.cs

1.2 KB

DocumentController.cs

1.3 KB

HomeController.cs

0.8 KB

InsuranceController.cs

1.2 KB

LifeController.cs

1.2 KB

LoanController.cs

2.0 KB

PropertyController.cs

1.2 KB

RatesController.cs

1.3 KB

RentController.cs

1.2 KB

ServicesController.cs

0.4 KB

SurveyController.cs

0.4 KB

/Exercise files/06/demos/end/Globomantics/Filters/

FeatureAuthFilter.cs

0.9 KB

ModelValidationFilter.cs

0.9 KB

RateExceptionFilter.cs

0.8 KB

/Exercise files/06/demos/end/Globomantics/Models/

ErrorViewModel.cs

0.2 KB

/Exercise files/06/demos/end/Globomantics/obj/

Globomantics.csproj.nuget.cache

0.1 KB

Globomantics.csproj.nuget.g.props

1.6 KB

Globomantics.csproj.nuget.g.targets

2.1 KB

project.assets.json

597.1 KB

/Exercise files/06/demos/end/Globomantics/obj/Debug/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

3.7 KB

Globomantics.csprojAssemblyReference.cache

1.9 MB

Globomantics.dll

26.1 KB

Globomantics.pdb

8.7 KB

/Exercise files/06/demos/end/Globomantics/Properties/

launchSettings.json

0.7 KB

/Exercise files/06/demos/end/Globomantics/Properties/PublishProfiles/

Globomantics20180516123508 - Web Deploy.pubxml

1.7 KB

Globomantics20180516123508 - Web Deploy.pubxml.user

1.0 KB

/Exercise files/06/demos/end/Globomantics/TagHelpers/

ActiveTagHelper.cs

1.1 KB

BannerTagHelper.cs

0.9 KB

CDTagHelper.cs

1.3 KB

/Exercise files/06/demos/end/Globomantics/Theme/

ThemeExpander.cs

1.2 KB

/Exercise files/06/demos/end/Globomantics/Views/

_ViewImports.cshtml

0.3 KB

_ViewStart.cshtml

0.0 KB

/Exercise files/06/demos/end/Globomantics/Views/Auto/

Quote.cshtml

1.9 KB

/Exercise files/06/demos/end/Globomantics/Views/Document/

Index.cshtml

3.8 KB

/Exercise files/06/demos/end/Globomantics/Views/Home/

carousel.cshtml

2.0 KB

Index.cshtml

5.2 KB

/Exercise files/06/demos/end/Globomantics/Views/Insurance/

Confirmation.cshtml

0.4 KB

Index.cshtml

1.3 KB

/Exercise files/06/demos/end/Globomantics/Views/Life/

Quote.cshtml

1.8 KB

/Exercise files/06/demos/end/Globomantics/Views/Loan/

Application.cshtml

2.6 KB

Confirmation.cshtml

3.6 KB

Employment.cshtml

3.8 KB

Personal.cshtml

1.2 KB

Success.cshtml

1.1 KB

/Exercise files/06/demos/end/Globomantics/Views/Property/

Quote.cshtml

1.7 KB

/Exercise files/06/demos/end/Globomantics/Views/Rent/

Quote.cshtml

1.6 KB

/Exercise files/06/demos/end/Globomantics/Views/Services/

Index.cshtml

0.3 KB

/Exercise files/06/demos/end/Globomantics/Views/Shared/

_Layout.cshtml

2.4 KB

_ValidationScriptsPartial.cshtml

1.2 KB

Error.cshtml

0.9 KB

LeftNav.cshtml

0.7 KB

Nav.cshtml

1.4 KB

Person.cshtml

1.7 KB

/Exercise files/06/demos/end/Globomantics/Views/Shared/Components/CreditCardRates/

Default.cshtml

0.6 KB

/Exercise files/06/demos/end/Globomantics/Views/Shared/Components/MortgageRates/

Default.cshtml

0.6 KB

/Exercise files/06/demos/end/Globomantics/Views/Themes/Alpha/Home/

Index.cshtml

5.2 KB

/Exercise files/06/demos/end/Globomantics/Views/Themes/Beta/Home/

Index.cshtml

5.2 KB

/Exercise files/06/demos/end/Globomantics/wwwroot/

favicon.ico

32.0 KB

features.json

0.1 KB

/Exercise files/06/demos/end/Globomantics/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.2 KB

site.min.css

0.3 KB

/Exercise files/06/demos/end/Globomantics/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/06/demos/end/Globomantics/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/06/demos/end/Globomantics/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/06/demos/end/Globomantics/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/06/demos/end/Globomantics/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/06/demos/end/Globomantics/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/06/demos/end/Globomantics/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/Exercise files/06/demos/end/Globomantics/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/06/demos/end/Globomantics/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/06/demos/end/Globomantics/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

jquery.validate.unobtrusive.js

19.0 KB

jquery.validate.unobtrusive.min.js

5.4 KB

/Exercise files/06/demos/end/Globomantics/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/06/demos/end/Globomantics/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/06/demos/end/obj/

project.assets.json

577.8 KB

src.csproj.nuget.cache

0.1 KB

src.csproj.nuget.g.props

1.6 KB

src.csproj.nuget.g.targets

2.1 KB

/Exercise files/06/demos/snippets/

CsvResult.txt

1.6 KB

ThemeExpander.txt

1.2 KB

/Exercise files/06/demos/start/

.gitignore

0.3 KB

Globomantics.sln

2.2 KB

/Exercise files/06/demos/start/.vs/config/

applicationhost.config

80.0 KB

/Exercise files/06/demos/start/.vs/Globomantics/DesignTimeBuild/

.dtbcache

2.0 MB

/Exercise files/06/demos/start/.vs/Globomantics/v15/

.suo

65.0 KB

/Exercise files/06/demos/start/.vs/Globomantics/v15/Server/sqlite3/

db.lock

0.0 KB

storage.ide

2.1 MB

storage.ide-shm

32.8 KB

storage.ide-wal

4.1 MB

/Exercise files/06/demos/start/Globomantics/

appsettings.Development.json

0.2 KB

appsettings.json

0.2 KB

bundleconfig.json

0.6 KB

Globomantics.csproj

0.7 KB

Globomantics.csproj.user

1.5 KB

Program.cs

0.6 KB

Startup.cs

2.5 KB

/Exercise files/06/demos/start/Globomantics.Core/

Globomantics.Core.csproj

0.1 KB

/Exercise files/06/demos/start/Globomantics.Core/bin/Debug/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

15.9 KB

Globomantics.Core.pdb

4.8 KB

/Exercise files/06/demos/start/Globomantics.Core/bin/Release/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

/Exercise files/06/demos/start/Globomantics.Core/Models/

AutoQuote.cs

0.4 KB

CDRate.cs

0.2 KB

CDTermLength.cs

0.2 KB

Contact.cs

0.4 KB

Employment.cs

1.6 KB

HomeVM.cs

0.3 KB

LifeQuote.cs

0.4 KB

LoanApplication.cs

0.5 KB

LoanDetails.cs

0.7 KB

Person.cs

0.8 KB

PropertyQuote.cs

0.4 KB

Rate.cs

0.4 KB

RentalQuote.cs

0.4 KB

Submission.cs

0.3 KB

/Exercise files/06/demos/start/Globomantics.Core/obj/

Globomantics.Core.csproj.nuget.cache

0.1 KB

Globomantics.Core.csproj.nuget.g.props

1.6 KB

Globomantics.Core.csproj.nuget.g.targets

1.0 KB

project.assets.json

39.5 KB

/Exercise files/06/demos/start/Globomantics.Core/obj/Debug/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

3.2 KB

Globomantics.Core.csprojAssemblyReference.cache

483.2 KB

Globomantics.Core.dll

15.9 KB

Globomantics.Core.pdb

4.8 KB

/Exercise files/06/demos/start/Globomantics.Core/obj/Release/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

0.9 KB

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

/Exercise files/06/demos/start/Globomantics.Core/Validation/

AgeValidator.cs

0.6 KB

/Exercise files/06/demos/start/Globomantics.Services/

DocumentService.cs

0.2 KB

FeatureService.cs

0.9 KB

Globomantics.Services.csproj

1.0 KB

LoanService.cs

1.4 KB

QuoteService.cs

0.6 KB

RateService.cs

1.8 KB

/Exercise files/06/demos/start/Globomantics.Services/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

15.9 KB

Globomantics.Core.pdb

4.7 KB

Globomantics.Services.deps.json

1.5 KB

Globomantics.Services.dll

8.2 KB

Globomantics.Services.pdb

1.8 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/06/demos/start/Globomantics.Services/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

Globomantics.Services.deps.json

1.5 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/06/demos/start/Globomantics.Services/Interfaces/

IDocumentService.cs

0.1 KB

IFeatureService.cs

0.2 KB

ILoanService.cs

0.4 KB

IQuoteService.cs

0.4 KB

IRateService.cs

0.4 KB

/Exercise files/06/demos/start/Globomantics.Services/obj/

Globomantics.Services.csproj.nuget.cache

0.1 KB

Globomantics.Services.csproj.nuget.g.props

1.6 KB

Globomantics.Services.csproj.nuget.g.targets

1.0 KB

project.assets.json

40.4 KB

/Exercise files/06/demos/start/Globomantics.Services/obj/Debug/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

4.1 KB

Globomantics.Services.csprojAssemblyReference.cache

516.3 KB

Globomantics.Services.dll

8.2 KB

Globomantics.Services.pdb

1.8 KB

/Exercise files/06/demos/start/Globomantics.Services/obj/Release/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

1.9 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

508.4 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/06/demos/start/Globomantics/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

15.9 KB

Globomantics.Core.pdb

4.8 KB

Globomantics.deps.json

281.8 KB

Globomantics.dll

24.6 KB

Globomantics.pdb

8.4 KB

Globomantics.runtimeconfig.dev.json

0.2 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

8.2 KB

Globomantics.Services.pdb

1.8 KB

/Exercise files/06/demos/start/Globomantics/Binders/

SurveyBinder.cs

1.0 KB

SurveyBinderProvider.cs

0.6 KB

/Exercise files/06/demos/start/Globomantics/Components/

CreditCardRatesViewComponent.cs

1.1 KB

MortgageRatesViewComponent.cs

0.6 KB

/Exercise files/06/demos/start/Globomantics/Controllers/

AutoController.cs

1.2 KB

DocumentController.cs

3.2 KB

HomeController.cs

0.8 KB

InsuranceController.cs

1.2 KB

LifeController.cs

1.2 KB

LoanController.cs

2.0 KB

PropertyController.cs

1.2 KB

RatesController.cs

1.3 KB

RentController.cs

1.2 KB

ServicesController.cs

0.4 KB

SurveyController.cs

0.4 KB

/Exercise files/06/demos/start/Globomantics/Filters/

FeatureAuthFilter.cs

0.9 KB

ModelValidationFilter.cs

0.9 KB

RateExceptionFilter.cs

0.8 KB

/Exercise files/06/demos/start/Globomantics/Models/

ErrorViewModel.cs

0.2 KB

/Exercise files/06/demos/start/Globomantics/obj/

Globomantics.csproj.nuget.cache

0.1 KB

Globomantics.csproj.nuget.g.props

1.6 KB

Globomantics.csproj.nuget.g.targets

2.1 KB

project.assets.json

606.0 KB

/Exercise files/06/demos/start/Globomantics/obj/Debug/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

3.8 KB

Globomantics.csprojAssemblyReference.cache

1.9 MB

Globomantics.dll

24.6 KB

Globomantics.pdb

8.4 KB

/Exercise files/06/demos/start/Globomantics/Properties/

launchSettings.json

0.7 KB

/Exercise files/06/demos/start/Globomantics/Properties/PublishProfiles/

Globomantics20180516123508 - Web Deploy.pubxml

1.7 KB

Globomantics20180516123508 - Web Deploy.pubxml.user

1.0 KB

/Exercise files/06/demos/start/Globomantics/TagHelpers/

ActiveTagHelper.cs

1.1 KB

BannerTagHelper.cs

0.9 KB

CDTagHelper.cs

1.3 KB

/Exercise files/06/demos/start/Globomantics/Views/

_ViewImports.cshtml

0.3 KB

_ViewStart.cshtml

0.0 KB

/Exercise files/06/demos/start/Globomantics/Views/Auto/

Quote.cshtml

1.9 KB

/Exercise files/06/demos/start/Globomantics/Views/Document/

Index.cshtml

3.8 KB

/Exercise files/06/demos/start/Globomantics/Views/Home/

carousel.cshtml

2.0 KB

Index.cshtml

5.2 KB

/Exercise files/06/demos/start/Globomantics/Views/Insurance/

Confirmation.cshtml

0.4 KB

Index.cshtml

1.3 KB

/Exercise files/06/demos/start/Globomantics/Views/Life/

Quote.cshtml

1.8 KB

/Exercise files/06/demos/start/Globomantics/Views/Loan/

Application.cshtml

2.6 KB

Confirmation.cshtml

3.6 KB

Employment.cshtml

3.8 KB

Personal.cshtml

1.2 KB

Success.cshtml

1.1 KB

/Exercise files/06/demos/start/Globomantics/Views/Property/

Quote.cshtml

1.7 KB

/Exercise files/06/demos/start/Globomantics/Views/Rent/

Quote.cshtml

1.6 KB

/Exercise files/06/demos/start/Globomantics/Views/Services/

Index.cshtml

0.3 KB

/Exercise files/06/demos/start/Globomantics/Views/Shared/

_Layout.cshtml

2.4 KB

_ValidationScriptsPartial.cshtml

1.2 KB

Error.cshtml

0.9 KB

LeftNav.cshtml

0.7 KB

Nav.cshtml

1.4 KB

Person.cshtml

1.7 KB

/Exercise files/06/demos/start/Globomantics/Views/Shared/Components/CreditCardRates/

Default.cshtml

0.6 KB

/Exercise files/06/demos/start/Globomantics/Views/Shared/Components/MortgageRates/

Default.cshtml

0.6 KB

/Exercise files/06/demos/start/Globomantics/wwwroot/

favicon.ico

32.0 KB

features.json

0.1 KB

/Exercise files/06/demos/start/Globomantics/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.2 KB

site.min.css

0.3 KB

/Exercise files/06/demos/start/Globomantics/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/06/demos/start/Globomantics/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/06/demos/start/Globomantics/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/06/demos/start/Globomantics/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/06/demos/start/Globomantics/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/06/demos/start/Globomantics/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/06/demos/start/Globomantics/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/Exercise files/06/demos/start/Globomantics/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/06/demos/start/Globomantics/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/06/demos/start/Globomantics/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

jquery.validate.unobtrusive.js

19.0 KB

jquery.validate.unobtrusive.min.js

5.4 KB

/Exercise files/06/demos/start/Globomantics/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/06/demos/start/Globomantics/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/06/demos/start/obj/

project.assets.json

577.8 KB

src.csproj.nuget.cache

0.1 KB

src.csproj.nuget.g.props

1.6 KB

src.csproj.nuget.g.targets

2.1 KB

/Exercise files/07/

influencing-the-action-method-selection-process-slides.pdf

264.9 KB

/Exercise files/07/demos/

emailTemplate.html

0.6 KB

/Exercise files/07/demos/end/src/

.gitignore

0.3 KB

Globomantics.sln

2.2 KB

/Exercise files/07/demos/end/src/.vs/config/

applicationhost.config

80.1 KB

/Exercise files/07/demos/end/src/.vs/Globomantics/DesignTimeBuild/

.dtbcache

2.0 MB

/Exercise files/07/demos/end/src/.vs/Globomantics/v15/

.suo

100.4 KB

/Exercise files/07/demos/end/src/.vs/Globomantics/v15/Server/sqlite3/

db.lock

0.0 KB

storage.ide

2.2 MB

storage.ide-shm

32.8 KB

storage.ide-wal

4.2 MB

/Exercise files/07/demos/end/src/Globomantics/

appsettings.Development.json

0.2 KB

appsettings.json

0.1 KB

bundleconfig.json

0.6 KB

Globomantics.csproj

0.7 KB

Globomantics.csproj.user

1.5 KB

Program.cs

0.6 KB

Startup.cs

3.1 KB

/Exercise files/07/demos/end/src/Globomantics.Core/

Globomantics.Core.csproj

0.1 KB

/Exercise files/07/demos/end/src/Globomantics.Core/bin/Debug/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

16.9 KB

Globomantics.Core.pdb

5.1 KB

/Exercise files/07/demos/end/src/Globomantics.Core/bin/Release/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

/Exercise files/07/demos/end/src/Globomantics.Core/Models/

AutoQuote.cs

0.4 KB

CDRate.cs

0.2 KB

CDTermLength.cs

0.2 KB

Contact.cs

0.4 KB

Employment.cs

1.6 KB

HomeVM.cs

0.3 KB

LifeQuote.cs

0.4 KB

LoanApplication.cs

0.5 KB

LoanDetails.cs

0.7 KB

MortgageRateDetails.cs

0.4 KB

Person.cs

0.8 KB

PropertyQuote.cs

0.4 KB

Rate.cs

0.4 KB

RentalQuote.cs

0.4 KB

Submission.cs

0.3 KB

/Exercise files/07/demos/end/src/Globomantics.Core/obj/

Globomantics.Core.csproj.nuget.cache

0.1 KB

Globomantics.Core.csproj.nuget.g.props

1.6 KB

Globomantics.Core.csproj.nuget.g.targets

1.0 KB

project.assets.json

39.6 KB

/Exercise files/07/demos/end/src/Globomantics.Core/obj/Debug/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

3.0 KB

Globomantics.Core.dll

16.9 KB

Globomantics.Core.pdb

5.1 KB

/Exercise files/07/demos/end/src/Globomantics.Core/obj/Release/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

0.9 KB

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

/Exercise files/07/demos/end/src/Globomantics.Core/Validation/

AgeValidator.cs

0.6 KB

/Exercise files/07/demos/end/src/Globomantics.Services/

DocumentService.cs

0.2 KB

FeatureService.cs

0.9 KB

Globomantics.Services.csproj

1.0 KB

LoanService.cs

1.4 KB

QuoteService.cs

0.6 KB

RateService.cs

2.9 KB

/Exercise files/07/demos/end/src/Globomantics.Services/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

16.9 KB

Globomantics.Core.pdb

5.1 KB

Globomantics.Services.deps.json

22.9 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/07/demos/end/src/Globomantics.Services/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

Globomantics.Services.deps.json

1.5 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/07/demos/end/src/Globomantics.Services/Interfaces/

IDocumentService.cs

0.1 KB

IFeatureService.cs

0.2 KB

ILoanService.cs

0.4 KB

IQuoteService.cs

0.4 KB

IRateService.cs

0.5 KB

/Exercise files/07/demos/end/src/Globomantics.Services/obj/

Globomantics.Services.csproj.nuget.cache

0.1 KB

Globomantics.Services.csproj.nuget.g.props

1.6 KB

Globomantics.Services.csproj.nuget.g.targets

1.0 KB

project.assets.json

79.0 KB

/Exercise files/07/demos/end/src/Globomantics.Services/obj/Debug/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

5.1 KB

Globomantics.Services.csprojAssemblyReference.cache

614.7 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/07/demos/end/src/Globomantics.Services/obj/Release/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

1.9 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

508.4 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/07/demos/end/src/Globomantics/ActionResults/

CsvResult.cs

1.6 KB

/Exercise files/07/demos/end/src/Globomantics/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

16.9 KB

Globomantics.Core.pdb

5.1 KB

Globomantics.deps.json

278.9 KB

Globomantics.dll

28.7 KB

Globomantics.pdb

10.0 KB

Globomantics.runtimeconfig.dev.json

0.2 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/07/demos/end/src/Globomantics/Binders/

SurveyBinder.cs

1.0 KB

SurveyBinderProvider.cs

0.6 KB

/Exercise files/07/demos/end/src/Globomantics/Components/

CreditCardRatesViewComponent.cs

1.1 KB

MortgageRatesViewComponent.cs

0.6 KB

/Exercise files/07/demos/end/src/Globomantics/Constraints/

MobileSelector.cs

0.5 KB

TokenConstraint.cs

1.1 KB

VersionConstraint.cs

1.0 KB

/Exercise files/07/demos/end/src/Globomantics/Controllers/

AutoController.cs

1.2 KB

DocumentController.cs

1.3 KB

HomeController.cs

1.1 KB

InsuranceController.cs

1.2 KB

LifeController.cs

1.2 KB

LoanController.cs

2.0 KB

PromotionController.cs

0.6 KB

PropertyController.cs

1.2 KB

RatesController.cs

1.5 KB

RentController.cs

1.2 KB

ServicesController.cs

0.4 KB

SurveyController.cs

0.4 KB

/Exercise files/07/demos/end/src/Globomantics/Filters/

FeatureAuthFilter.cs

0.9 KB

ModelValidationFilter.cs

0.9 KB

RateExceptionFilter.cs

0.9 KB

/Exercise files/07/demos/end/src/Globomantics/Models/

ErrorViewModel.cs

0.2 KB

/Exercise files/07/demos/end/src/Globomantics/obj/

Globomantics.csproj.nuget.cache

0.1 KB

Globomantics.csproj.nuget.g.props

1.6 KB

Globomantics.csproj.nuget.g.targets

2.1 KB

project.assets.json

597.3 KB

/Exercise files/07/demos/end/src/Globomantics/obj/Debug/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

4.0 KB

Globomantics.csprojAssemblyReference.cache

1.9 MB

Globomantics.dll

28.7 KB

Globomantics.pdb

10.0 KB

/Exercise files/07/demos/end/src/Globomantics/Properties/

launchSettings.json

0.7 KB

/Exercise files/07/demos/end/src/Globomantics/Properties/PublishProfiles/

Globomantics20180516123508 - Web Deploy.pubxml

1.7 KB

Globomantics20180516123508 - Web Deploy.pubxml.user

1.0 KB

/Exercise files/07/demos/end/src/Globomantics/TagHelpers/

ActiveTagHelper.cs

1.1 KB

BannerTagHelper.cs

0.9 KB

CDTagHelper.cs

1.3 KB

/Exercise files/07/demos/end/src/Globomantics/Theme/

ThemeExpander.cs

1.2 KB

/Exercise files/07/demos/end/src/Globomantics/Views/

_ViewImports.cshtml

0.3 KB

_ViewStart.cshtml

0.0 KB

/Exercise files/07/demos/end/src/Globomantics/Views/Auto/

Quote.cshtml

1.9 KB

/Exercise files/07/demos/end/src/Globomantics/Views/Document/

Index.cshtml

3.8 KB

/Exercise files/07/demos/end/src/Globomantics/Views/Home/

carousel.cshtml

2.0 KB

Index.cshtml

5.2 KB

MobileIndex.cshtml

0.5 KB

/Exercise files/07/demos/end/src/Globomantics/Views/Insurance/

Confirmation.cshtml

0.4 KB

Index.cshtml

1.3 KB

/Exercise files/07/demos/end/src/Globomantics/Views/Life/

Quote.cshtml

1.8 KB

/Exercise files/07/demos/end/src/Globomantics/Views/Loan/

Application.cshtml

2.6 KB

Confirmation.cshtml

3.6 KB

Employment.cshtml

3.8 KB

Personal.cshtml

1.2 KB

Success.cshtml

1.1 KB

/Exercise files/07/demos/end/src/Globomantics/Views/Promotion/

Index.cshtml

1.1 KB

/Exercise files/07/demos/end/src/Globomantics/Views/Property/

Quote.cshtml

1.7 KB

/Exercise files/07/demos/end/src/Globomantics/Views/Rent/

Quote.cshtml

1.6 KB

/Exercise files/07/demos/end/src/Globomantics/Views/Services/

Index.cshtml

0.3 KB

/Exercise files/07/demos/end/src/Globomantics/Views/Shared/

_Layout.cshtml

2.4 KB

_ValidationScriptsPartial.cshtml

1.2 KB

Error.cshtml

0.9 KB

LeftNav.cshtml

0.7 KB

Nav.cshtml

1.4 KB

Person.cshtml

1.7 KB

/Exercise files/07/demos/end/src/Globomantics/Views/Shared/Components/CreditCardRates/

Default.cshtml

0.6 KB

/Exercise files/07/demos/end/src/Globomantics/Views/Shared/Components/MortgageRates/

Default.cshtml

0.6 KB

/Exercise files/07/demos/end/src/Globomantics/Views/Themes/Alpha/Home/

Index.cshtml

5.2 KB

/Exercise files/07/demos/end/src/Globomantics/Views/Themes/Beta/Home/

Index.cshtml

5.2 KB

/Exercise files/07/demos/end/src/Globomantics/wwwroot/

favicon.ico

32.0 KB

features.json

0.1 KB

/Exercise files/07/demos/end/src/Globomantics/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.2 KB

site.min.css

0.3 KB

/Exercise files/07/demos/end/src/Globomantics/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/07/demos/end/src/Globomantics/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/07/demos/end/src/Globomantics/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/07/demos/end/src/Globomantics/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/07/demos/end/src/Globomantics/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/07/demos/end/src/Globomantics/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/07/demos/end/src/Globomantics/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/Exercise files/07/demos/end/src/Globomantics/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/07/demos/end/src/Globomantics/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/07/demos/end/src/Globomantics/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

jquery.validate.unobtrusive.js

19.0 KB

jquery.validate.unobtrusive.min.js

5.4 KB

/Exercise files/07/demos/end/src/Globomantics/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/07/demos/end/src/Globomantics/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/07/demos/end/src/obj/

project.assets.json

577.8 KB

src.csproj.nuget.cache

0.1 KB

src.csproj.nuget.g.props

1.6 KB

src.csproj.nuget.g.targets

2.1 KB

/Exercise files/07/demos/snippets/

mobileConstraint.txt

0.5 KB

tokenConstraint.txt

1.0 KB

versionConstraint.txt

1.0 KB

/Exercise files/07/demos/start/src/

.gitignore

0.3 KB

Globomantics.sln

2.2 KB

/Exercise files/07/demos/start/src/.vs/config/

applicationhost.config

80.1 KB

/Exercise files/07/demos/start/src/.vs/Globomantics/DesignTimeBuild/

.dtbcache

2.1 MB

/Exercise files/07/demos/start/src/.vs/Globomantics/v15/

.suo

86.5 KB

/Exercise files/07/demos/start/src/.vs/Globomantics/v15/Server/sqlite3/

db.lock

0.0 KB

storage.ide

2.1 MB

storage.ide-shm

32.8 KB

storage.ide-wal

4.2 MB

/Exercise files/07/demos/start/src/Globomantics/

appsettings.Development.json

0.2 KB

appsettings.json

0.1 KB

bundleconfig.json

0.6 KB

Globomantics.csproj

0.7 KB

Globomantics.csproj.user

1.5 KB

Program.cs

0.6 KB

Startup.cs

2.8 KB

/Exercise files/07/demos/start/src/Globomantics.Core/

Globomantics.Core.csproj

0.1 KB

/Exercise files/07/demos/start/src/Globomantics.Core/bin/Debug/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

16.9 KB

Globomantics.Core.pdb

5.1 KB

/Exercise files/07/demos/start/src/Globomantics.Core/bin/Release/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

/Exercise files/07/demos/start/src/Globomantics.Core/Models/

AutoQuote.cs

0.4 KB

CDRate.cs

0.2 KB

CDTermLength.cs

0.2 KB

Contact.cs

0.4 KB

Employment.cs

1.6 KB

HomeVM.cs

0.3 KB

LifeQuote.cs

0.4 KB

LoanApplication.cs

0.5 KB

LoanDetails.cs

0.7 KB

MortgageRateDetails.cs

0.4 KB

Person.cs

0.8 KB

PropertyQuote.cs

0.4 KB

Rate.cs

0.4 KB

RentalQuote.cs

0.4 KB

Submission.cs

0.3 KB

/Exercise files/07/demos/start/src/Globomantics.Core/obj/

Globomantics.Core.csproj.nuget.cache

0.1 KB

Globomantics.Core.csproj.nuget.g.props

1.6 KB

Globomantics.Core.csproj.nuget.g.targets

1.0 KB

project.assets.json

39.6 KB

/Exercise files/07/demos/start/src/Globomantics.Core/obj/Debug/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

3.2 KB

Globomantics.Core.csprojAssemblyReference.cache

483.2 KB

Globomantics.Core.dll

16.9 KB

Globomantics.Core.pdb

5.1 KB

/Exercise files/07/demos/start/src/Globomantics.Core/obj/Release/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

0.9 KB

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

/Exercise files/07/demos/start/src/Globomantics.Core/Validation/

AgeValidator.cs

0.6 KB

/Exercise files/07/demos/start/src/Globomantics.Services/

DocumentService.cs

0.2 KB

FeatureService.cs

0.9 KB

Globomantics.Services.csproj

1.0 KB

LoanService.cs

1.4 KB

QuoteService.cs

0.6 KB

RateService.cs

2.9 KB

/Exercise files/07/demos/start/src/Globomantics.Services/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

16.9 KB

Globomantics.Core.pdb

5.1 KB

Globomantics.Services.deps.json

22.9 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/07/demos/start/src/Globomantics.Services/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

Globomantics.Services.deps.json

1.5 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/07/demos/start/src/Globomantics.Services/Interfaces/

IDocumentService.cs

0.1 KB

IFeatureService.cs

0.2 KB

ILoanService.cs

0.4 KB

IQuoteService.cs

0.4 KB

IRateService.cs

0.5 KB

/Exercise files/07/demos/start/src/Globomantics.Services/obj/

Globomantics.Services.csproj.nuget.cache

0.1 KB

Globomantics.Services.csproj.nuget.g.props

1.6 KB

Globomantics.Services.csproj.nuget.g.targets

1.0 KB

project.assets.json

79.1 KB

/Exercise files/07/demos/start/src/Globomantics.Services/obj/Debug/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

5.1 KB

Globomantics.Services.csprojAssemblyReference.cache

653.4 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/07/demos/start/src/Globomantics.Services/obj/Release/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

1.9 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

508.4 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/07/demos/start/src/Globomantics/ActionResults/

CsvResult.cs

1.6 KB

/Exercise files/07/demos/start/src/Globomantics/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

16.9 KB

Globomantics.Core.pdb

5.1 KB

Globomantics.deps.json

278.9 KB

Globomantics.dll

26.6 KB

Globomantics.pdb

9.0 KB

Globomantics.runtimeconfig.dev.json

0.2 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/07/demos/start/src/Globomantics/Binders/

SurveyBinder.cs

1.0 KB

SurveyBinderProvider.cs

0.6 KB

/Exercise files/07/demos/start/src/Globomantics/Components/

CreditCardRatesViewComponent.cs

1.1 KB

MortgageRatesViewComponent.cs

0.6 KB

/Exercise files/07/demos/start/src/Globomantics/Controllers/

AutoController.cs

1.2 KB

DocumentController.cs

1.3 KB

HomeController.cs

0.8 KB

InsuranceController.cs

1.2 KB

LifeController.cs

1.2 KB

LoanController.cs

2.0 KB

PromotionController.cs

0.6 KB

PropertyController.cs

1.2 KB

RatesController.cs

1.5 KB

RentController.cs

1.2 KB

ServicesController.cs

0.4 KB

SurveyController.cs

0.4 KB

/Exercise files/07/demos/start/src/Globomantics/Filters/

FeatureAuthFilter.cs

0.9 KB

ModelValidationFilter.cs

0.9 KB

RateExceptionFilter.cs

0.9 KB

/Exercise files/07/demos/start/src/Globomantics/Models/

ErrorViewModel.cs

0.2 KB

/Exercise files/07/demos/start/src/Globomantics/obj/

Globomantics.csproj.nuget.cache

0.1 KB

Globomantics.csproj.nuget.g.props

1.6 KB

Globomantics.csproj.nuget.g.targets

2.1 KB

project.assets.json

597.3 KB

/Exercise files/07/demos/start/src/Globomantics/obj/Debug/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

4.1 KB

Globomantics.csprojAssemblyReference.cache

2.2 MB

Globomantics.dll

26.6 KB

Globomantics.pdb

9.0 KB

/Exercise files/07/demos/start/src/Globomantics/Properties/

launchSettings.json

0.7 KB

/Exercise files/07/demos/start/src/Globomantics/Properties/PublishProfiles/

Globomantics20180516123508 - Web Deploy.pubxml

1.7 KB

Globomantics20180516123508 - Web Deploy.pubxml.user

1.0 KB

/Exercise files/07/demos/start/src/Globomantics/TagHelpers/

ActiveTagHelper.cs

1.1 KB

BannerTagHelper.cs

0.9 KB

CDTagHelper.cs

1.3 KB

/Exercise files/07/demos/start/src/Globomantics/Theme/

ThemeExpander.cs

1.2 KB

/Exercise files/07/demos/start/src/Globomantics/Views/

_ViewImports.cshtml

0.3 KB

_ViewStart.cshtml

0.0 KB

/Exercise files/07/demos/start/src/Globomantics/Views/Auto/

Quote.cshtml

1.9 KB

/Exercise files/07/demos/start/src/Globomantics/Views/Document/

Index.cshtml

3.8 KB

/Exercise files/07/demos/start/src/Globomantics/Views/Home/

carousel.cshtml

2.0 KB

Index.cshtml

5.2 KB

MobileIndex.cshtml

0.5 KB

/Exercise files/07/demos/start/src/Globomantics/Views/Insurance/

Confirmation.cshtml

0.4 KB

Index.cshtml

1.3 KB

/Exercise files/07/demos/start/src/Globomantics/Views/Life/

Quote.cshtml

1.8 KB

/Exercise files/07/demos/start/src/Globomantics/Views/Loan/

Application.cshtml

2.6 KB

Confirmation.cshtml

3.6 KB

Employment.cshtml

3.8 KB

Personal.cshtml

1.2 KB

Success.cshtml

1.1 KB

/Exercise files/07/demos/start/src/Globomantics/Views/Promotion/

Index.cshtml

1.1 KB

/Exercise files/07/demos/start/src/Globomantics/Views/Property/

Quote.cshtml

1.7 KB

/Exercise files/07/demos/start/src/Globomantics/Views/Rent/

Quote.cshtml

1.6 KB

/Exercise files/07/demos/start/src/Globomantics/Views/Services/

Index.cshtml

0.3 KB

/Exercise files/07/demos/start/src/Globomantics/Views/Shared/

_Layout.cshtml

2.4 KB

_ValidationScriptsPartial.cshtml

1.2 KB

Error.cshtml

0.9 KB

LeftNav.cshtml

0.7 KB

Nav.cshtml

1.4 KB

Person.cshtml

1.7 KB

/Exercise files/07/demos/start/src/Globomantics/Views/Shared/Components/CreditCardRates/

Default.cshtml

0.6 KB

/Exercise files/07/demos/start/src/Globomantics/Views/Shared/Components/MortgageRates/

Default.cshtml

0.6 KB

/Exercise files/07/demos/start/src/Globomantics/Views/Themes/Alpha/Home/

Index.cshtml

5.2 KB

/Exercise files/07/demos/start/src/Globomantics/Views/Themes/Beta/Home/

Index.cshtml

5.2 KB

/Exercise files/07/demos/start/src/Globomantics/wwwroot/

favicon.ico

32.0 KB

features.json

0.1 KB

/Exercise files/07/demos/start/src/Globomantics/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.2 KB

site.min.css

0.3 KB

/Exercise files/07/demos/start/src/Globomantics/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/07/demos/start/src/Globomantics/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/07/demos/start/src/Globomantics/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/07/demos/start/src/Globomantics/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/07/demos/start/src/Globomantics/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/07/demos/start/src/Globomantics/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/07/demos/start/src/Globomantics/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/Exercise files/07/demos/start/src/Globomantics/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/07/demos/start/src/Globomantics/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/07/demos/start/src/Globomantics/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

jquery.validate.unobtrusive.js

19.0 KB

jquery.validate.unobtrusive.min.js

5.4 KB

/Exercise files/07/demos/start/src/Globomantics/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/07/demos/start/src/Globomantics/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/07/demos/start/src/obj/

project.assets.json

577.8 KB

src.csproj.nuget.cache

0.1 KB

src.csproj.nuget.g.props

1.6 KB

src.csproj.nuget.g.targets

2.1 KB

/Exercise files/08/

changing-mvc-conventions-using-the-app-model-slides.pdf

350.9 KB

/Exercise files/08/demos/end/src/

.gitignore

0.3 KB

Globomantics.sln

2.2 KB

/Exercise files/08/demos/end/src/.vs/config/

applicationhost.config

80.1 KB

/Exercise files/08/demos/end/src/.vs/Globomantics/DesignTimeBuild/

.dtbcache

2.1 MB

/Exercise files/08/demos/end/src/.vs/Globomantics/v15/

.suo

100.4 KB

/Exercise files/08/demos/end/src/.vs/Globomantics/v15/Server/sqlite3/

db.lock

0.0 KB

storage.ide

2.3 MB

storage.ide-shm

32.8 KB

storage.ide-wal

4.1 MB

/Exercise files/08/demos/end/src/Globomantics/

appsettings.Development.json

0.2 KB

appsettings.json

0.1 KB

bundleconfig.json

0.6 KB

Globomantics.csproj

0.7 KB

Globomantics.csproj.user

1.5 KB

Program.cs

0.6 KB

Startup.cs

3.2 KB

/Exercise files/08/demos/end/src/Globomantics.Core/

Globomantics.Core.csproj

0.1 KB

/Exercise files/08/demos/end/src/Globomantics.Core/bin/Debug/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

16.9 KB

Globomantics.Core.pdb

5.1 KB

/Exercise files/08/demos/end/src/Globomantics.Core/bin/Release/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

/Exercise files/08/demos/end/src/Globomantics.Core/Models/

AutoQuote.cs

0.4 KB

CDRate.cs

0.2 KB

CDTermLength.cs

0.2 KB

Contact.cs

0.4 KB

Employment.cs

1.6 KB

HomeVM.cs

0.3 KB

LifeQuote.cs

0.4 KB

LoanApplication.cs

0.5 KB

LoanDetails.cs

0.7 KB

MortgageRateDetails.cs

0.4 KB

Person.cs

0.8 KB

PropertyQuote.cs

0.4 KB

Rate.cs

0.4 KB

RentalQuote.cs

0.4 KB

Submission.cs

0.3 KB

/Exercise files/08/demos/end/src/Globomantics.Core/obj/

Globomantics.Core.csproj.nuget.cache

0.1 KB

Globomantics.Core.csproj.nuget.g.props

1.6 KB

Globomantics.Core.csproj.nuget.g.targets

1.0 KB

project.assets.json

39.6 KB

/Exercise files/08/demos/end/src/Globomantics.Core/obj/Debug/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

3.3 KB

Globomantics.Core.csprojAssemblyReference.cache

479.3 KB

Globomantics.Core.dll

16.9 KB

Globomantics.Core.pdb

5.1 KB

/Exercise files/08/demos/end/src/Globomantics.Core/obj/Release/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

0.9 KB

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

/Exercise files/08/demos/end/src/Globomantics.Core/Validation/

AgeValidator.cs

0.6 KB

/Exercise files/08/demos/end/src/Globomantics.Services/

DocumentService.cs

0.2 KB

FeatureService.cs

0.9 KB

Globomantics.Services.csproj

1.0 KB

LoanService.cs

1.4 KB

QuoteService.cs

0.6 KB

RateService.cs

2.9 KB

/Exercise files/08/demos/end/src/Globomantics.Services/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

16.9 KB

Globomantics.Core.pdb

5.1 KB

Globomantics.Services.deps.json

22.9 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/08/demos/end/src/Globomantics.Services/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

Globomantics.Services.deps.json

1.5 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/08/demos/end/src/Globomantics.Services/Interfaces/

IDocumentService.cs

0.1 KB

IFeatureService.cs

0.2 KB

ILoanService.cs

0.4 KB

IQuoteService.cs

0.4 KB

IRateService.cs

0.5 KB

/Exercise files/08/demos/end/src/Globomantics.Services/obj/

Globomantics.Services.csproj.nuget.cache

0.1 KB

Globomantics.Services.csproj.nuget.g.props

1.6 KB

Globomantics.Services.csproj.nuget.g.targets

1.0 KB

project.assets.json

79.0 KB

/Exercise files/08/demos/end/src/Globomantics.Services/obj/Debug/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

5.1 KB

Globomantics.Services.csprojAssemblyReference.cache

643.8 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/08/demos/end/src/Globomantics.Services/obj/Release/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

1.9 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

508.4 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/08/demos/end/src/Globomantics/ActionResults/

CsvResult.cs

1.6 KB

/Exercise files/08/demos/end/src/Globomantics/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

16.9 KB

Globomantics.Core.pdb

5.1 KB

Globomantics.deps.json

278.9 KB

Globomantics.dll

30.7 KB

Globomantics.pdb

11.3 KB

Globomantics.runtimeconfig.dev.json

0.2 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/08/demos/end/src/Globomantics/Binders/

SurveyBinder.cs

1.0 KB

SurveyBinderProvider.cs

0.6 KB

/Exercise files/08/demos/end/src/Globomantics/Components/

CreditCardRatesViewComponent.cs

1.1 KB

MortgageRatesViewComponent.cs

0.6 KB

/Exercise files/08/demos/end/src/Globomantics/Constraints/

ActionVersionConstraint.cs

1.0 KB

MobileSelector.cs

0.5 KB

RouteVersionConstraint.cs

1.0 KB

TokenConstraint.cs

1.1 KB

/Exercise files/08/demos/end/src/Globomantics/Controllers/

AutoController.cs

1.2 KB

DocumentController.cs

1.3 KB

HomeController.cs

1.1 KB

InsuranceController.cs

1.2 KB

LifeController.cs

1.2 KB

LoanController.cs

2.0 KB

PromotionController.cs

0.6 KB

PropertyController.cs

1.2 KB

RatesApiController.cs

1.4 KB

RatesApiV2Controller.cs

1.4 KB

RentController.cs

1.2 KB

ServicesController.cs

0.4 KB

SurveyController.cs

0.4 KB

/Exercise files/08/demos/end/src/Globomantics/Conventions/

APIConvention.cs

0.4 KB

BindName.cs

0.6 KB

ControllerVersion.cs

0.6 KB

/Exercise files/08/demos/end/src/Globomantics/Filters/

FeatureAuthFilter.cs

0.9 KB

ModelValidationFilter.cs

0.9 KB

RateExceptionFilter.cs

0.9 KB

/Exercise files/08/demos/end/src/Globomantics/Models/

ErrorViewModel.cs

0.2 KB

/Exercise files/08/demos/end/src/Globomantics/obj/

Globomantics.csproj.nuget.cache

0.1 KB

Globomantics.csproj.nuget.g.props

1.6 KB

Globomantics.csproj.nuget.g.targets

2.1 KB

project.assets.json

597.3 KB

/Exercise files/08/demos/end/src/Globomantics/obj/Debug/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

4.0 KB

Globomantics.csprojAssemblyReference.cache

2.0 MB

Globomantics.dll

30.7 KB

Globomantics.pdb

11.3 KB

/Exercise files/08/demos/end/src/Globomantics/Properties/

launchSettings.json

0.7 KB

/Exercise files/08/demos/end/src/Globomantics/Properties/PublishProfiles/

Globomantics20180516123508 - Web Deploy.pubxml

1.7 KB

Globomantics20180516123508 - Web Deploy.pubxml.user

1.0 KB

/Exercise files/08/demos/end/src/Globomantics/TagHelpers/

ActiveTagHelper.cs

1.1 KB

BannerTagHelper.cs

0.9 KB

CDTagHelper.cs

1.3 KB

/Exercise files/08/demos/end/src/Globomantics/Theme/

ThemeExpander.cs

1.2 KB

/Exercise files/08/demos/end/src/Globomantics/Views/

_ViewImports.cshtml

0.3 KB

_ViewStart.cshtml

0.0 KB

/Exercise files/08/demos/end/src/Globomantics/Views/Auto/

Quote.cshtml

1.9 KB

/Exercise files/08/demos/end/src/Globomantics/Views/Document/

Index.cshtml

3.8 KB

/Exercise files/08/demos/end/src/Globomantics/Views/Home/

carousel.cshtml

2.0 KB

Index.cshtml

5.2 KB

MobileIndex.cshtml

0.5 KB

/Exercise files/08/demos/end/src/Globomantics/Views/Insurance/

Confirmation.cshtml

0.4 KB

Index.cshtml

1.3 KB

/Exercise files/08/demos/end/src/Globomantics/Views/Life/

Quote.cshtml

1.8 KB

/Exercise files/08/demos/end/src/Globomantics/Views/Loan/

Application.cshtml

2.6 KB

Confirmation.cshtml

3.6 KB

Employment.cshtml

3.8 KB

Personal.cshtml

1.2 KB

Success.cshtml

1.1 KB

/Exercise files/08/demos/end/src/Globomantics/Views/Promotion/

Index.cshtml

1.1 KB

/Exercise files/08/demos/end/src/Globomantics/Views/Property/

Quote.cshtml

1.7 KB

/Exercise files/08/demos/end/src/Globomantics/Views/Rent/

Quote.cshtml

1.6 KB

/Exercise files/08/demos/end/src/Globomantics/Views/Services/

Index.cshtml

0.3 KB

/Exercise files/08/demos/end/src/Globomantics/Views/Shared/

_Layout.cshtml

2.4 KB

_ValidationScriptsPartial.cshtml

1.2 KB

Error.cshtml

0.9 KB

LeftNav.cshtml

0.7 KB

Nav.cshtml

1.4 KB

Person.cshtml

1.7 KB

/Exercise files/08/demos/end/src/Globomantics/Views/Shared/Components/CreditCardRates/

Default.cshtml

0.6 KB

/Exercise files/08/demos/end/src/Globomantics/Views/Shared/Components/MortgageRates/

Default.cshtml

0.6 KB

/Exercise files/08/demos/end/src/Globomantics/Views/Themes/Alpha/Home/

Index.cshtml

5.2 KB

/Exercise files/08/demos/end/src/Globomantics/Views/Themes/Beta/Home/

Index.cshtml

5.2 KB

/Exercise files/08/demos/end/src/Globomantics/wwwroot/

favicon.ico

32.0 KB

features.json

0.1 KB

/Exercise files/08/demos/end/src/Globomantics/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.2 KB

site.min.css

0.3 KB

/Exercise files/08/demos/end/src/Globomantics/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/08/demos/end/src/Globomantics/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/08/demos/end/src/Globomantics/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/08/demos/end/src/Globomantics/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/08/demos/end/src/Globomantics/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/08/demos/end/src/Globomantics/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/08/demos/end/src/Globomantics/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/Exercise files/08/demos/end/src/Globomantics/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/08/demos/end/src/Globomantics/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/08/demos/end/src/Globomantics/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

jquery.validate.unobtrusive.js

19.0 KB

jquery.validate.unobtrusive.min.js

5.4 KB

/Exercise files/08/demos/end/src/Globomantics/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/08/demos/end/src/Globomantics/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/08/demos/end/src/obj/

project.assets.json

577.8 KB

src.csproj.nuget.cache

0.1 KB

src.csproj.nuget.g.props

1.6 KB

src.csproj.nuget.g.targets

2.1 KB

/Exercise files/08/demos/snippets/

ActionVersionConstraint.txt

1.0 KB

BindName.txt

0.4 KB

ControllerName.txt

0.5 KB

ControllerVersion.txt

0.8 KB

/Exercise files/08/demos/start/src/

.gitignore

0.3 KB

Globomantics.sln

2.2 KB

/Exercise files/08/demos/start/src/.vs/config/

applicationhost.config

80.1 KB

/Exercise files/08/demos/start/src/.vs/Globomantics/DesignTimeBuild/

.dtbcache

2.1 MB

/Exercise files/08/demos/start/src/.vs/Globomantics/v15/

.suo

91.6 KB

/Exercise files/08/demos/start/src/.vs/Globomantics/v15/Server/sqlite3/

db.lock

0.0 KB

storage.ide

2.3 MB

storage.ide-shm

32.8 KB

storage.ide-wal

4.1 MB

/Exercise files/08/demos/start/src/Globomantics/

appsettings.Development.json

0.2 KB

appsettings.json

0.1 KB

bundleconfig.json

0.6 KB

Globomantics.csproj

0.7 KB

Globomantics.csproj.user

1.5 KB

Program.cs

0.6 KB

Startup.cs

3.1 KB

/Exercise files/08/demos/start/src/Globomantics.Core/

Globomantics.Core.csproj

0.1 KB

/Exercise files/08/demos/start/src/Globomantics.Core/bin/Debug/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

16.4 KB

Globomantics.Core.pdb

5.0 KB

/Exercise files/08/demos/start/src/Globomantics.Core/bin/Release/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

/Exercise files/08/demos/start/src/Globomantics.Core/Models/

AutoQuote.cs

0.4 KB

CDRate.cs

0.2 KB

CDTermLength.cs

0.2 KB

Contact.cs

0.4 KB

Employment.cs

1.6 KB

HomeVM.cs

0.3 KB

LifeQuote.cs

0.4 KB

LoanApplication.cs

0.5 KB

LoanDetails.cs

0.7 KB

MortgageRateDetails.cs

0.4 KB

Person.cs

0.8 KB

PropertyQuote.cs

0.4 KB

Rate.cs

0.4 KB

RentalQuote.cs

0.4 KB

Submission.cs

0.3 KB

/Exercise files/08/demos/start/src/Globomantics.Core/obj/

Globomantics.Core.csproj.nuget.cache

0.1 KB

Globomantics.Core.csproj.nuget.g.props

1.6 KB

Globomantics.Core.csproj.nuget.g.targets

1.0 KB

project.assets.json

39.6 KB

/Exercise files/08/demos/start/src/Globomantics.Core/obj/Debug/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

1.9 KB

Globomantics.Core.csprojAssemblyReference.cache

479.3 KB

Globomantics.Core.dll

16.4 KB

Globomantics.Core.pdb

5.0 KB

/Exercise files/08/demos/start/src/Globomantics.Core/obj/Release/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

0.9 KB

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

/Exercise files/08/demos/start/src/Globomantics.Core/Validation/

AgeValidator.cs

0.6 KB

/Exercise files/08/demos/start/src/Globomantics.Services/

DocumentService.cs

0.2 KB

FeatureService.cs

0.9 KB

Globomantics.Services.csproj

1.0 KB

LoanService.cs

1.4 KB

QuoteService.cs

0.6 KB

RateService.cs

2.9 KB

/Exercise files/08/demos/start/src/Globomantics.Services/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

16.4 KB

Globomantics.Core.pdb

5.0 KB

Globomantics.Services.deps.json

22.9 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/08/demos/start/src/Globomantics.Services/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

Globomantics.Services.deps.json

1.5 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/08/demos/start/src/Globomantics.Services/Interfaces/

IDocumentService.cs

0.1 KB

IFeatureService.cs

0.2 KB

ILoanService.cs

0.4 KB

IQuoteService.cs

0.4 KB

IRateService.cs

0.5 KB

/Exercise files/08/demos/start/src/Globomantics.Services/obj/

Globomantics.Services.csproj.nuget.cache

0.1 KB

Globomantics.Services.csproj.nuget.g.props

1.6 KB

Globomantics.Services.csproj.nuget.g.targets

1.0 KB

project.assets.json

79.1 KB

/Exercise files/08/demos/start/src/Globomantics.Services/obj/Debug/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

5.1 KB

Globomantics.Services.csprojAssemblyReference.cache

643.8 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/08/demos/start/src/Globomantics.Services/obj/Release/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

1.9 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

508.4 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/08/demos/start/src/Globomantics/ActionResults/

CsvResult.cs

1.6 KB

/Exercise files/08/demos/start/src/Globomantics/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

16.4 KB

Globomantics.Core.pdb

5.0 KB

Globomantics.deps.json

278.9 KB

Globomantics.dll

28.7 KB

Globomantics.pdb

10.0 KB

Globomantics.runtimeconfig.dev.json

0.2 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/08/demos/start/src/Globomantics/Binders/

SurveyBinder.cs

1.0 KB

SurveyBinderProvider.cs

0.6 KB

/Exercise files/08/demos/start/src/Globomantics/Components/

CreditCardRatesViewComponent.cs

1.1 KB

MortgageRatesViewComponent.cs

0.6 KB

/Exercise files/08/demos/start/src/Globomantics/Constraints/

MobileSelector.cs

0.5 KB

TokenConstraint.cs

1.1 KB

VersionConstraint.cs

1.0 KB

/Exercise files/08/demos/start/src/Globomantics/Controllers/

AutoController.cs

1.2 KB

DocumentController.cs

1.3 KB

HomeController.cs

1.1 KB

InsuranceController.cs

1.2 KB

LifeController.cs

1.2 KB

LoanController.cs

2.0 KB

PromotionController.cs

0.6 KB

PropertyController.cs

1.2 KB

RatesController.cs

1.5 KB

RentController.cs

1.2 KB

ServicesController.cs

0.4 KB

SurveyController.cs

0.4 KB

/Exercise files/08/demos/start/src/Globomantics/Filters/

FeatureAuthFilter.cs

0.9 KB

ModelValidationFilter.cs

0.9 KB

RateExceptionFilter.cs

0.9 KB

/Exercise files/08/demos/start/src/Globomantics/Models/

ErrorViewModel.cs

0.2 KB

/Exercise files/08/demos/start/src/Globomantics/obj/

Globomantics.csproj.nuget.cache

0.1 KB

Globomantics.csproj.nuget.g.props

1.6 KB

Globomantics.csproj.nuget.g.targets

2.1 KB

project.assets.json

597.3 KB

/Exercise files/08/demos/start/src/Globomantics/obj/Debug/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

4.1 KB

Globomantics.csprojAssemblyReference.cache

2.0 MB

Globomantics.dll

28.7 KB

Globomantics.pdb

10.0 KB

/Exercise files/08/demos/start/src/Globomantics/Properties/

launchSettings.json

0.7 KB

/Exercise files/08/demos/start/src/Globomantics/Properties/PublishProfiles/

Globomantics20180516123508 - Web Deploy.pubxml

1.7 KB

Globomantics20180516123508 - Web Deploy.pubxml.user

1.0 KB

/Exercise files/08/demos/start/src/Globomantics/TagHelpers/

ActiveTagHelper.cs

1.1 KB

BannerTagHelper.cs

0.9 KB

CDTagHelper.cs

1.3 KB

/Exercise files/08/demos/start/src/Globomantics/Theme/

ThemeExpander.cs

1.2 KB

/Exercise files/08/demos/start/src/Globomantics/Views/

_ViewImports.cshtml

0.3 KB

_ViewStart.cshtml

0.0 KB

/Exercise files/08/demos/start/src/Globomantics/Views/Auto/

Quote.cshtml

1.9 KB

/Exercise files/08/demos/start/src/Globomantics/Views/Document/

Index.cshtml

3.8 KB

/Exercise files/08/demos/start/src/Globomantics/Views/Home/

carousel.cshtml

2.0 KB

Index.cshtml

5.2 KB

MobileIndex.cshtml

0.5 KB

/Exercise files/08/demos/start/src/Globomantics/Views/Insurance/

Confirmation.cshtml

0.4 KB

Index.cshtml

1.3 KB

/Exercise files/08/demos/start/src/Globomantics/Views/Life/

Quote.cshtml

1.8 KB

/Exercise files/08/demos/start/src/Globomantics/Views/Loan/

Application.cshtml

2.6 KB

Confirmation.cshtml

3.6 KB

Employment.cshtml

3.8 KB

Personal.cshtml

1.2 KB

Success.cshtml

1.1 KB

/Exercise files/08/demos/start/src/Globomantics/Views/Promotion/

Index.cshtml

1.1 KB

/Exercise files/08/demos/start/src/Globomantics/Views/Property/

Quote.cshtml

1.7 KB

/Exercise files/08/demos/start/src/Globomantics/Views/Rent/

Quote.cshtml

1.6 KB

/Exercise files/08/demos/start/src/Globomantics/Views/Services/

Index.cshtml

0.3 KB

/Exercise files/08/demos/start/src/Globomantics/Views/Shared/

_Layout.cshtml

2.4 KB

_ValidationScriptsPartial.cshtml

1.2 KB

Error.cshtml

0.9 KB

LeftNav.cshtml

0.7 KB

Nav.cshtml

1.4 KB

Person.cshtml

1.7 KB

/Exercise files/08/demos/start/src/Globomantics/Views/Shared/Components/CreditCardRates/

Default.cshtml

0.6 KB

/Exercise files/08/demos/start/src/Globomantics/Views/Shared/Components/MortgageRates/

Default.cshtml

0.6 KB

/Exercise files/08/demos/start/src/Globomantics/Views/Themes/Alpha/Home/

Index.cshtml

5.2 KB

/Exercise files/08/demos/start/src/Globomantics/Views/Themes/Beta/Home/

Index.cshtml

5.2 KB

/Exercise files/08/demos/start/src/Globomantics/wwwroot/

favicon.ico

32.0 KB

features.json

0.1 KB

/Exercise files/08/demos/start/src/Globomantics/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

1.2 KB

site.min.css

0.3 KB

/Exercise files/08/demos/start/src/Globomantics/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/08/demos/start/src/Globomantics/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/08/demos/start/src/Globomantics/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/08/demos/start/src/Globomantics/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/08/demos/start/src/Globomantics/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/08/demos/start/src/Globomantics/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/08/demos/start/src/Globomantics/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/Exercise files/08/demos/start/src/Globomantics/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/08/demos/start/src/Globomantics/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/08/demos/start/src/Globomantics/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

jquery.validate.unobtrusive.js

19.0 KB

jquery.validate.unobtrusive.min.js

5.4 KB

/Exercise files/08/demos/start/src/Globomantics/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/08/demos/start/src/Globomantics/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/08/demos/start/src/obj/

project.assets.json

577.8 KB

src.csproj.nuget.cache

0.1 KB

src.csproj.nuget.g.props

1.6 KB

src.csproj.nuget.g.targets

2.1 KB

/Exercise files/09/

customizing-the-middleware-pipeline-slides.pdf

212.6 KB

/Exercise files/09/demos/end/

.gitignore

0.3 KB

Globomantics.sln

2.2 KB

/Exercise files/09/demos/end/.vs/config/

applicationhost.config

80.0 KB

/Exercise files/09/demos/end/.vs/Globomantics/DesignTimeBuild/

.dtbcache

2.0 MB

/Exercise files/09/demos/end/.vs/Globomantics/v15/

.suo

113.2 KB

/Exercise files/09/demos/end/.vs/Globomantics/v15/Server/sqlite3/

storage.ide

2.3 MB

storage.ide-shm

32.8 KB

storage.ide-wal

4.1 MB

/Exercise files/09/demos/end/Globomantics/

appsettings.Development.json

0.2 KB

appsettings.json

0.1 KB

bundleconfig.json

0.6 KB

Globomantics.csproj

0.7 KB

Globomantics.csproj.user

1.5 KB

Program.cs

0.6 KB

Startup.cs

3.3 KB

/Exercise files/09/demos/end/Globomantics.Core/

Globomantics.Core.csproj

0.1 KB

/Exercise files/09/demos/end/Globomantics.Core/bin/Debug/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

16.4 KB

Globomantics.Core.pdb

5.0 KB

/Exercise files/09/demos/end/Globomantics.Core/bin/Release/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

/Exercise files/09/demos/end/Globomantics.Core/Models/

AutoQuote.cs

0.4 KB

CDRate.cs

0.2 KB

CDTermLength.cs

0.2 KB

Contact.cs

0.4 KB

Employment.cs

1.6 KB

HomeVM.cs

0.3 KB

LifeQuote.cs

0.4 KB

LoanApplication.cs

0.5 KB

LoanDetails.cs

0.7 KB

MortgageRateDetails.cs

0.4 KB

Person.cs

0.8 KB

PropertyQuote.cs

0.4 KB

Rate.cs

0.4 KB

RentalQuote.cs

0.4 KB

Submission.cs

0.3 KB

/Exercise files/09/demos/end/Globomantics.Core/obj/

Globomantics.Core.csproj.nuget.cache

0.1 KB

Globomantics.Core.csproj.nuget.g.props

1.6 KB

Globomantics.Core.csproj.nuget.g.targets

1.0 KB

project.assets.json

39.4 KB

/Exercise files/09/demos/end/Globomantics.Core/obj/Debug/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

1.8 KB

Globomantics.Core.dll

16.4 KB

Globomantics.Core.pdb

5.0 KB

/Exercise files/09/demos/end/Globomantics.Core/obj/Release/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

0.9 KB

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

/Exercise files/09/demos/end/Globomantics.Core/Validation/

AgeValidator.cs

0.6 KB

/Exercise files/09/demos/end/Globomantics.Services/

DocumentService.cs

0.2 KB

FeatureService.cs

0.9 KB

Globomantics.Services.csproj

1.0 KB

LoanService.cs

1.4 KB

QuoteService.cs

0.6 KB

RateService.cs

2.9 KB

/Exercise files/09/demos/end/Globomantics.Services/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

16.4 KB

Globomantics.Core.pdb

5.0 KB

Globomantics.Services.deps.json

1.5 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/09/demos/end/Globomantics.Services/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

Globomantics.Services.deps.json

1.5 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/09/demos/end/Globomantics.Services/Interfaces/

IDocumentService.cs

0.1 KB

IFeatureService.cs

0.2 KB

ILoanService.cs

0.4 KB

IQuoteService.cs

0.4 KB

IRateService.cs

0.5 KB

/Exercise files/09/demos/end/Globomantics.Services/obj/

Globomantics.Services.csproj.nuget.cache

0.1 KB

Globomantics.Services.csproj.nuget.g.props

1.6 KB

Globomantics.Services.csproj.nuget.g.targets

1.0 KB

project.assets.json

40.2 KB

/Exercise files/09/demos/end/Globomantics.Services/obj/Debug/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

3.1 KB

Globomantics.Services.csprojAssemblyReference.cache

512.1 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/09/demos/end/Globomantics.Services/obj/Release/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

1.9 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

508.4 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/09/demos/end/Globomantics/ActionResults/

CsvResult.cs

1.6 KB

/Exercise files/09/demos/end/Globomantics/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

16.4 KB

Globomantics.Core.pdb

5.0 KB

Globomantics.deps.json

281.8 KB

Globomantics.dll

32.3 KB

Globomantics.pdb

11.6 KB

Globomantics.runtimeconfig.dev.json

0.2 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/09/demos/end/Globomantics/Binders/

SurveyBinder.cs

1.0 KB

SurveyBinderProvider.cs

0.6 KB

/Exercise files/09/demos/end/Globomantics/Components/

CreditCardRatesViewComponent.cs

1.1 KB

MortgageRatesViewComponent.cs

0.6 KB

/Exercise files/09/demos/end/Globomantics/Constraints/

ActionVersionConstraint.cs

1.0 KB

MobileSelector.cs

0.5 KB

RouteVersionConstraint.cs

1.0 KB

TokenConstraint.cs

1.1 KB

/Exercise files/09/demos/end/Globomantics/Controllers/

AutoController.cs

1.2 KB

DocumentController.cs

1.3 KB

HomeController.cs

1.1 KB

InsuranceController.cs

1.2 KB

LifeController.cs

1.2 KB

LoanController.cs

2.0 KB

PromotionController.cs

0.6 KB

PropertyController.cs

1.2 KB

RatesApiController.cs

1.4 KB

RatesApiV2Controller.cs

1.4 KB

RentController.cs

1.2 KB

ServicesController.cs

0.4 KB

SurveyController.cs

0.4 KB

/Exercise files/09/demos/end/Globomantics/Conventions/

APIConvention.cs

0.4 KB

BindName.cs

0.6 KB

ControllerVersion.cs

0.6 KB

/Exercise files/09/demos/end/Globomantics/Filters/

FeatureAuthFilter.cs

0.9 KB

ModelValidationFilter.cs

0.9 KB

RateExceptionFilter.cs

0.9 KB

/Exercise files/09/demos/end/Globomantics/Middleware/

BasicAuthConfig.cs

0.4 KB

BasicAuthMiddleware.cs

1.1 KB

/Exercise files/09/demos/end/Globomantics/Models/

ErrorViewModel.cs

0.2 KB

/Exercise files/09/demos/end/Globomantics/obj/

Globomantics.csproj.nuget.cache

0.1 KB

Globomantics.csproj.nuget.g.props

1.6 KB

Globomantics.csproj.nuget.g.targets

2.1 KB

project.assets.json

605.7 KB

/Exercise files/09/demos/end/Globomantics/obj/Debug/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

1.6 KB

Globomantics.csprojAssemblyReference.cache

1.9 MB

Globomantics.dll

32.3 KB

Globomantics.pdb

11.6 KB

/Exercise files/09/demos/end/Globomantics/Properties/

launchSettings.json

0.7 KB

/Exercise files/09/demos/end/Globomantics/Properties/PublishProfiles/

Globomantics20180516123508 - Web Deploy.pubxml

1.7 KB

Globomantics20180516123508 - Web Deploy.pubxml.user

1.0 KB

/Exercise files/09/demos/end/Globomantics/TagHelpers/

ActiveTagHelper.cs

1.1 KB

BannerTagHelper.cs

0.9 KB

CDTagHelper.cs

1.3 KB

/Exercise files/09/demos/end/Globomantics/Theme/

ThemeExpander.cs

1.2 KB

/Exercise files/09/demos/end/Globomantics/Views/

_ViewImports.cshtml

0.3 KB

_ViewStart.cshtml

0.0 KB

/Exercise files/09/demos/end/Globomantics/Views/Auto/

Quote.cshtml

1.9 KB

/Exercise files/09/demos/end/Globomantics/Views/Document/

Index.cshtml

3.8 KB

/Exercise files/09/demos/end/Globomantics/Views/Home/

carousel.cshtml

2.0 KB

Index.cshtml

5.2 KB

MobileIndex.cshtml

0.5 KB

/Exercise files/09/demos/end/Globomantics/Views/Insurance/

Confirmation.cshtml

0.4 KB

Index.cshtml

1.3 KB

/Exercise files/09/demos/end/Globomantics/Views/Life/

Quote.cshtml

1.8 KB

/Exercise files/09/demos/end/Globomantics/Views/Loan/

Application.cshtml

2.6 KB

Confirmation.cshtml

3.6 KB

Employment.cshtml

3.8 KB

Personal.cshtml

1.2 KB

Success.cshtml

1.1 KB

/Exercise files/09/demos/end/Globomantics/Views/Promotion/

Index.cshtml

1.1 KB

/Exercise files/09/demos/end/Globomantics/Views/Property/

Quote.cshtml

1.7 KB

/Exercise files/09/demos/end/Globomantics/Views/Rent/

Quote.cshtml

1.6 KB

/Exercise files/09/demos/end/Globomantics/Views/Services/

Index.cshtml

0.3 KB

/Exercise files/09/demos/end/Globomantics/Views/Shared/

_Layout.cshtml

2.2 KB

_ValidationScriptsPartial.cshtml

1.2 KB

Error.cshtml

0.9 KB

LeftNav.cshtml

0.7 KB

Nav.cshtml

1.4 KB

Person.cshtml

1.7 KB

/Exercise files/09/demos/end/Globomantics/Views/Shared/Components/CreditCardRates/

Default.cshtml

0.6 KB

/Exercise files/09/demos/end/Globomantics/Views/Shared/Components/MortgageRates/

Default.cshtml

0.6 KB

/Exercise files/09/demos/end/Globomantics/Views/Themes/Alpha/Home/

Index.cshtml

5.2 KB

/Exercise files/09/demos/end/Globomantics/Views/Themes/Beta/Home/

Index.cshtml

5.2 KB

/Exercise files/09/demos/end/Globomantics/wwwroot/

favicon.ico

32.0 KB

features.json

0.1 KB

/Exercise files/09/demos/end/Globomantics/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

0.9 KB

site.min.css

0.3 KB

/Exercise files/09/demos/end/Globomantics/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/09/demos/end/Globomantics/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/09/demos/end/Globomantics/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/09/demos/end/Globomantics/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/09/demos/end/Globomantics/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/09/demos/end/Globomantics/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/09/demos/end/Globomantics/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/Exercise files/09/demos/end/Globomantics/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/09/demos/end/Globomantics/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/09/demos/end/Globomantics/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

jquery.validate.unobtrusive.js

19.0 KB

jquery.validate.unobtrusive.min.js

5.4 KB

/Exercise files/09/demos/end/Globomantics/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/09/demos/end/Globomantics/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/09/demos/end/obj/

project.assets.json

577.8 KB

src.csproj.nuget.cache

0.1 KB

src.csproj.nuget.g.props

1.6 KB

src.csproj.nuget.g.targets

2.1 KB

/Exercise files/09/demos/snippets/

BasicAuthConfig.txt

0.4 KB

BasicAuthMiddleware.txt

1.1 KB

SimpleMiddleware.txt

0.4 KB

username-password.txt

0.1 KB

/Exercise files/09/demos/start/

.gitignore

0.3 KB

Globomantics.sln

2.2 KB

/Exercise files/09/demos/start/.vs/config/

applicationhost.config

80.0 KB

/Exercise files/09/demos/start/.vs/Globomantics/DesignTimeBuild/

.dtbcache

2.0 MB

/Exercise files/09/demos/start/.vs/Globomantics/v15/

.suo

100.4 KB

/Exercise files/09/demos/start/.vs/Globomantics/v15/Server/sqlite3/

db.lock

0.0 KB

storage.ide

2.3 MB

storage.ide-shm

32.8 KB

storage.ide-wal

4.1 MB

/Exercise files/09/demos/start/Globomantics/

appsettings.Development.json

0.2 KB

appsettings.json

0.1 KB

bundleconfig.json

0.6 KB

Globomantics.csproj

0.7 KB

Globomantics.csproj.user

1.5 KB

Program.cs

0.6 KB

Startup.cs

3.3 KB

/Exercise files/09/demos/start/Globomantics.Core/

Globomantics.Core.csproj

0.1 KB

/Exercise files/09/demos/start/Globomantics.Core/bin/Debug/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

16.4 KB

Globomantics.Core.pdb

5.0 KB

/Exercise files/09/demos/start/Globomantics.Core/bin/Release/netcoreapp2.0/

Globomantics.Core.deps.json

0.5 KB

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

/Exercise files/09/demos/start/Globomantics.Core/Models/

AutoQuote.cs

0.4 KB

CDRate.cs

0.2 KB

CDTermLength.cs

0.2 KB

Contact.cs

0.4 KB

Employment.cs

1.6 KB

HomeVM.cs

0.3 KB

LifeQuote.cs

0.4 KB

LoanApplication.cs

0.5 KB

LoanDetails.cs

0.7 KB

MortgageRateDetails.cs

0.4 KB

Person.cs

0.8 KB

PropertyQuote.cs

0.4 KB

Rate.cs

0.4 KB

RentalQuote.cs

0.4 KB

Submission.cs

0.3 KB

/Exercise files/09/demos/start/Globomantics.Core/obj/

Globomantics.Core.csproj.nuget.cache

0.1 KB

Globomantics.Core.csproj.nuget.g.props

1.6 KB

Globomantics.Core.csproj.nuget.g.targets

1.0 KB

project.assets.json

39.6 KB

/Exercise files/09/demos/start/Globomantics.Core/obj/Debug/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

1.8 KB

Globomantics.Core.csprojAssemblyReference.cache

102.2 KB

Globomantics.Core.dll

16.4 KB

Globomantics.Core.pdb

5.0 KB

/Exercise files/09/demos/start/Globomantics.Core/obj/Release/netcoreapp2.0/

Globomantics.Core.AssemblyInfo.cs

1.0 KB

Globomantics.Core.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Core.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Core.csproj.FileListAbsolute.txt

0.9 KB

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

/Exercise files/09/demos/start/Globomantics.Core/Validation/

AgeValidator.cs

0.6 KB

/Exercise files/09/demos/start/Globomantics.Services/

DocumentService.cs

0.2 KB

FeatureService.cs

0.9 KB

Globomantics.Services.csproj

1.0 KB

LoanService.cs

1.4 KB

QuoteService.cs

0.6 KB

RateService.cs

2.9 KB

/Exercise files/09/demos/start/Globomantics.Services/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

16.4 KB

Globomantics.Core.pdb

5.0 KB

Globomantics.Services.deps.json

1.5 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/09/demos/start/Globomantics.Services/bin/Release/netcoreapp2.0/

Globomantics.Core.dll

15.4 KB

Globomantics.Core.pdb

4.6 KB

Globomantics.Services.deps.json

1.5 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

Microsoft.AspNetCore.Hosting.Abstractions.dll

22.0 KB

Microsoft.AspNetCore.Hosting.Abstractions.xml

22.7 KB

Newtonsoft.Json.dll

639.5 KB

Newtonsoft.Json.xml

662.1 KB

/Exercise files/09/demos/start/Globomantics.Services/Interfaces/

IDocumentService.cs

0.1 KB

IFeatureService.cs

0.2 KB

ILoanService.cs

0.4 KB

IQuoteService.cs

0.4 KB

IRateService.cs

0.5 KB

/Exercise files/09/demos/start/Globomantics.Services/obj/

Globomantics.Services.csproj.nuget.cache

0.1 KB

Globomantics.Services.csproj.nuget.g.props

1.6 KB

Globomantics.Services.csproj.nuget.g.targets

1.0 KB

project.assets.json

40.5 KB

/Exercise files/09/demos/start/Globomantics.Services/obj/Debug/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

3.1 KB

Globomantics.Services.csprojAssemblyReference.cache

513.4 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/09/demos/start/Globomantics.Services/obj/Release/netcoreapp2.0/

Globomantics.Services.AssemblyInfo.cs

1.0 KB

Globomantics.Services.AssemblyInfoInputs.cache

0.0 KB

Globomantics.Services.csproj.CopyComplete

0.0 KB

Globomantics.Services.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.Services.csproj.FileListAbsolute.txt

1.9 KB

Globomantics.Services.csprojResolveAssemblyReference.cache

508.4 KB

Globomantics.Services.dll

7.7 KB

Globomantics.Services.pdb

1.5 KB

/Exercise files/09/demos/start/Globomantics/ActionResults/

CsvResult.cs

1.6 KB

/Exercise files/09/demos/start/Globomantics/bin/Debug/netcoreapp2.0/

Globomantics.Core.dll

16.4 KB

Globomantics.Core.pdb

5.0 KB

Globomantics.deps.json

281.8 KB

Globomantics.dll

32.3 KB

Globomantics.pdb

11.6 KB

Globomantics.runtimeconfig.dev.json

0.2 KB

Globomantics.runtimeconfig.json

0.2 KB

Globomantics.Services.dll

8.7 KB

Globomantics.Services.pdb

1.9 KB

/Exercise files/09/demos/start/Globomantics/Binders/

SurveyBinder.cs

1.0 KB

SurveyBinderProvider.cs

0.6 KB

/Exercise files/09/demos/start/Globomantics/Components/

CreditCardRatesViewComponent.cs

1.1 KB

MortgageRatesViewComponent.cs

0.6 KB

/Exercise files/09/demos/start/Globomantics/Constraints/

ActionVersionConstraint.cs

1.0 KB

MobileSelector.cs

0.5 KB

RouteVersionConstraint.cs

1.0 KB

TokenConstraint.cs

1.1 KB

/Exercise files/09/demos/start/Globomantics/Controllers/

AutoController.cs

1.2 KB

DocumentController.cs

1.3 KB

HomeController.cs

1.1 KB

InsuranceController.cs

1.2 KB

LifeController.cs

1.2 KB

LoanController.cs

2.0 KB

PromotionController.cs

0.6 KB

PropertyController.cs

1.2 KB

RatesApiController.cs

1.4 KB

RatesApiV2Controller.cs

1.4 KB

RentController.cs

1.2 KB

ServicesController.cs

0.4 KB

SurveyController.cs

0.4 KB

/Exercise files/09/demos/start/Globomantics/Conventions/

APIConvention.cs

0.4 KB

BindName.cs

0.6 KB

ControllerVersion.cs

0.6 KB

/Exercise files/09/demos/start/Globomantics/Filters/

FeatureAuthFilter.cs

0.9 KB

ModelValidationFilter.cs

0.9 KB

RateExceptionFilter.cs

0.9 KB

/Exercise files/09/demos/start/Globomantics/Models/

ErrorViewModel.cs

0.2 KB

/Exercise files/09/demos/start/Globomantics/obj/

Globomantics.csproj.nuget.cache

0.1 KB

Globomantics.csproj.nuget.g.props

1.6 KB

Globomantics.csproj.nuget.g.targets

2.1 KB

project.assets.json

606.1 KB

/Exercise files/09/demos/start/Globomantics/obj/Debug/netcoreapp2.0/

Globomantics.AssemblyInfo.cs

1.0 KB

Globomantics.AssemblyInfoInputs.cache

0.0 KB

Globomantics.csproj.CopyComplete

0.0 KB

Globomantics.csproj.CoreCompileInputs.cache

0.0 KB

Globomantics.csproj.FileListAbsolute.txt

1.6 KB

Globomantics.csprojAssemblyReference.cache

1.9 MB

Globomantics.dll

32.3 KB

Globomantics.pdb

11.6 KB

/Exercise files/09/demos/start/Globomantics/Properties/

launchSettings.json

0.7 KB

/Exercise files/09/demos/start/Globomantics/Properties/PublishProfiles/

Globomantics20180516123508 - Web Deploy.pubxml

1.7 KB

Globomantics20180516123508 - Web Deploy.pubxml.user

1.0 KB

/Exercise files/09/demos/start/Globomantics/TagHelpers/

ActiveTagHelper.cs

1.1 KB

BannerTagHelper.cs

0.9 KB

CDTagHelper.cs

1.3 KB

/Exercise files/09/demos/start/Globomantics/Theme/

ThemeExpander.cs

1.2 KB

/Exercise files/09/demos/start/Globomantics/Views/

_ViewImports.cshtml

0.3 KB

_ViewStart.cshtml

0.0 KB

/Exercise files/09/demos/start/Globomantics/Views/Auto/

Quote.cshtml

1.9 KB

/Exercise files/09/demos/start/Globomantics/Views/Document/

Index.cshtml

3.8 KB

/Exercise files/09/demos/start/Globomantics/Views/Home/

carousel.cshtml

2.0 KB

Index.cshtml

5.2 KB

MobileIndex.cshtml

0.5 KB

/Exercise files/09/demos/start/Globomantics/Views/Insurance/

Confirmation.cshtml

0.4 KB

Index.cshtml

1.3 KB

/Exercise files/09/demos/start/Globomantics/Views/Life/

Quote.cshtml

1.8 KB

/Exercise files/09/demos/start/Globomantics/Views/Loan/

Application.cshtml

2.6 KB

Confirmation.cshtml

3.6 KB

Employment.cshtml

3.8 KB

Personal.cshtml

1.2 KB

Success.cshtml

1.1 KB

/Exercise files/09/demos/start/Globomantics/Views/Promotion/

Index.cshtml

1.1 KB

/Exercise files/09/demos/start/Globomantics/Views/Property/

Quote.cshtml

1.7 KB

/Exercise files/09/demos/start/Globomantics/Views/Rent/

Quote.cshtml

1.6 KB

/Exercise files/09/demos/start/Globomantics/Views/Services/

Index.cshtml

0.3 KB

/Exercise files/09/demos/start/Globomantics/Views/Shared/

_Layout.cshtml

2.2 KB

_ValidationScriptsPartial.cshtml

1.2 KB

Error.cshtml

0.9 KB

LeftNav.cshtml

0.7 KB

Nav.cshtml

1.4 KB

Person.cshtml

1.7 KB

/Exercise files/09/demos/start/Globomantics/Views/Shared/Components/CreditCardRates/

Default.cshtml

0.6 KB

/Exercise files/09/demos/start/Globomantics/Views/Shared/Components/MortgageRates/

Default.cshtml

0.6 KB

/Exercise files/09/demos/start/Globomantics/Views/Themes/Alpha/Home/

Index.cshtml

5.2 KB

/Exercise files/09/demos/start/Globomantics/Views/Themes/Beta/Home/

Index.cshtml

5.2 KB

/Exercise files/09/demos/start/Globomantics/wwwroot/

favicon.ico

32.0 KB

features.json

0.1 KB

/Exercise files/09/demos/start/Globomantics/wwwroot/css/

bootstrap-grid.min.css

29.0 KB

bootstrap-grid.min.css.map

68.2 KB

bootstrap-reboot.min.css

4.0 KB

bootstrap-reboot.min.css.map

25.9 KB

bootstrap.min.css

140.9 KB

bootstrap.min.css.map

559.6 KB

carousel.css

1.9 KB

site.css

0.9 KB

site.min.css

0.3 KB

/Exercise files/09/demos/start/Globomantics/wwwroot/images/

banner1.svg

9.7 KB

banner2.svg

8.4 KB

banner3.svg

10.9 KB

banner4.svg

12.3 KB

beach.jpg

744.8 KB

bench.png

2.9 MB

road.jpg

518.0 KB

shore.jpg

285.2 KB

stop.jpg

149.3 KB

trees.jpg

1.5 MB

/Exercise files/09/demos/start/Globomantics/wwwroot/images/carousel/

beach.png

1.8 MB

grass.png

2.7 MB

/Exercise files/09/demos/start/Globomantics/wwwroot/images/small/

bench.jpg

53.8 KB

shore.jpg

54.0 KB

train.jpg

119.9 KB

trees.jpg

100.6 KB

/Exercise files/09/demos/start/Globomantics/wwwroot/js/

bootstrap.min.js

57.7 KB

holder.min.js

32.3 KB

popper.min.js

20.3 KB

site.js

0.4 KB

site.min.js

0.0 KB

/Exercise files/09/demos/start/Globomantics/wwwroot/lib/bootstrap/

.bower.json

1.0 KB

LICENSE

1.1 KB

/Exercise files/09/demos/start/Globomantics/wwwroot/lib/bootstrap/dist/css/

bootstrap-theme.css

26.7 KB

bootstrap-theme.css.map

47.7 KB

bootstrap-theme.min.css

23.4 KB

bootstrap-theme.min.css.map

25.6 KB

bootstrap.css

152.8 KB

bootstrap.css.map

389.3 KB

bootstrap.min.css

121.2 KB

bootstrap.min.css.map

542.2 KB

/Exercise files/09/demos/start/Globomantics/wwwroot/lib/bootstrap/dist/fonts/

glyphicons-halflings-regular.eot

20.1 KB

glyphicons-halflings-regular.svg

109.0 KB

glyphicons-halflings-regular.ttf

45.4 KB

glyphicons-halflings-regular.woff

23.4 KB

glyphicons-halflings-regular.woff2

18.0 KB

/Exercise files/09/demos/start/Globomantics/wwwroot/lib/bootstrap/dist/js/

bootstrap.js

72.1 KB

bootstrap.min.js

37.1 KB

npm.js

0.5 KB

/Exercise files/09/demos/start/Globomantics/wwwroot/lib/jquery/

.bower.json

0.5 KB

LICENSE.txt

1.6 KB

/Exercise files/09/demos/start/Globomantics/wwwroot/lib/jquery-validation/

.bower.json

0.9 KB

LICENSE.md

1.1 KB

/.../jquery-validation-unobtrusive/

.bower.json

1.1 KB

jquery.validate.unobtrusive.js

19.0 KB

jquery.validate.unobtrusive.min.js

5.4 KB

/Exercise files/09/demos/start/Globomantics/wwwroot/lib/jquery-validation/dist/

additional-methods.js

37.9 KB

additional-methods.min.js

17.2 KB

jquery.validate.js

44.0 KB

jquery.validate.min.js

21.1 KB

/Exercise files/09/demos/start/Globomantics/wwwroot/lib/jquery/dist/

jquery.js

268.2 KB

jquery.min.js

85.6 KB

jquery.min.map

129.5 KB

/Exercise files/09/demos/start/obj/

project.assets.json

577.8 KB

src.csproj.nuget.cache

0.1 KB

src.csproj.nuget.g.props

1.6 KB

src.csproj.nuget.g.targets

2.1 KB

 

Total files 4156


Copyright © 2024 FileMood.com