aspnetcore-app-workshop
This workshop will teach you ASP.NET Core by building a complete conference management website from scratch.
File Explorer
Download Latest Version (.zip)- extensions.json
- add-project.png
- add-sqlite-nuget-reference.png
- ConferencePlannerArchitectureDiagram.svg
- ConferencePlannerERD.svg
- create-dto-project.png
- name-backend-project.png
- new-frontend-project.png
- new-project.png
- new-solution.png
- new-web-api-settings.png
- scaffold-api-controller.png
- scaffold-speaker-endpoint.png
- swagger - full api.png
- swagger-create-results.png
- swagger-create-speaker.png
- swagger-speakers.png
- vs-backend-additional-info.png
- vs-create-dto-project.png
- vs-name-backend-project.png
- vs-new-project-api.png
- vs-set-startup-projects.png
- vs2019-create-dto-project.png
- 1. Create BackEnd API project.md
- 2. Build out BackEnd and Refactor.md
- 3. Add front-end, render agenda, set up front-end models.md
- 4. Add auth features.md
- 5. Add personal agenda.md
- 6. Production Readiness and Deployment.md
- 7. Challenges.md
- 8. SPA FrontEnd.md
- architecture-diagram.md
- architecture-diagram.png
- architecture-diagram.svg
- conference-planner-db-diagram.png
- presenter-recommendations.md
- speaker-notes.md
- topics.md
- 20220506035015_Initial.cs
- 20220506035015_Initial.Designer.cs
- ApplicationDbContextModelSnapshot.cs
- ApplicationDbContext.cs
- Speaker.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- BackEnd.csproj
- Program.cs
- SpeakerEndpoints.cs
- ConferencePlanner.sln
- ApplicationDbContext.cs
- Attendee.cs
- DataLoader.cs
- Session.cs
- SessionAttendee.cs
- SessionSpeaker.cs
- Speaker.cs
- TechoramaDataLoader.cs
- Track.cs
- AttendeeEndpoints.cs
- SessionEndpoints.cs
- SpeakerEndpoints.cs
- EntityExtensions.cs
- 20220506035015_Initial.cs
- 20220506035015_Initial.Designer.cs
- 20220521120541_Refactor.cs
- 20220521120541_Refactor.Designer.cs
- ApplicationDbContextModelSnapshot.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- BackEnd.csproj
- Program.cs
- Attendee.cs
- AttendeeResponse.cs
- ConferenceDTO.csproj
- Session.cs
- SessionResponse.cs
- Speaker.cs
- SpeakerResponse.cs
- Track.cs
- ConferencePlanner.sln
- ApplicationDbContext.cs
- Attendee.cs
- DataLoader.cs
- Session.cs
- SessionAttendee.cs
- SessionSpeaker.cs
- Speaker.cs
- TechoramaDataLoader.cs
- Track.cs
- AttendeeEndpoints.cs
- SearchEndpoints.cs
- SessionEndpoints.cs
- SpeakerEndpoints.cs
- EntityExtensions.cs
- 20220506035015_Initial.cs
- 20220506035015_Initial.Designer.cs
- 20220521120541_Refactor.cs
- 20220521120541_Refactor.Designer.cs
- ApplicationDbContextModelSnapshot.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- BackEnd.csproj
- ConferencePlanner.db-shm
- Program.cs
- Attendee.cs
- AttendeeResponse.cs
- ConferenceDTO.csproj
- SearchResult.cs
- Session.cs
- SessionResponse.cs
- Speaker.cs
- SpeakerResponse.cs
- Track.cs
- _Layout.cshtml
- _Layout.cshtml.css
- _ValidationScriptsPartial.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- Error.cshtml
- Error.cshtml.cs
- Index.cshtml
- Index.cshtml.cs
- Privacy.cshtml
- Privacy.cshtml.cs
- Search.cshtml
- Search.cshtml.cs
- Session.cshtml
- Session.cshtml.cs
- Speaker.cshtml
- Speaker.cshtml.cs
- launchSettings.json
- ApiClient.cs
- IApiClient.cs
- site.css
- site.js
- bootstrap-grid.css
- bootstrap-grid.css.map
- bootstrap-grid.min.css
- bootstrap-grid.min.css.map
- bootstrap-grid.rtl.css
- bootstrap-grid.rtl.css.map
- bootstrap-grid.rtl.min.css
- bootstrap-grid.rtl.min.css.map
- bootstrap-reboot.css
- bootstrap-reboot.css.map
- bootstrap-reboot.min.css
- bootstrap-reboot.min.css.map
- bootstrap-reboot.rtl.css
- bootstrap-reboot.rtl.css.map
- bootstrap-reboot.rtl.min.css
- bootstrap-reboot.rtl.min.css.map
- bootstrap-utilities.css
- bootstrap-utilities.css.map
- bootstrap-utilities.min.css
- bootstrap-utilities.min.css.map
- bootstrap-utilities.rtl.css
- bootstrap-utilities.rtl.css.map
- bootstrap-utilities.rtl.min.css
- bootstrap-utilities.rtl.min.css.map
- bootstrap.css
- bootstrap.css.map
- bootstrap.min.css
- bootstrap.min.css.map
- bootstrap.rtl.css
- bootstrap.rtl.css.map
- bootstrap.rtl.min.css
- bootstrap.rtl.min.css.map
- bootstrap.bundle.js
- bootstrap.bundle.js.map
- bootstrap.bundle.min.js
- bootstrap.bundle.min.js.map
- bootstrap.esm.js
- bootstrap.esm.js.map
- bootstrap.esm.min.js
- bootstrap.esm.min.js.map
- bootstrap.js
- bootstrap.js.map
- bootstrap.min.js
- bootstrap.min.js.map
- LICENSE
- jquery.js
- jquery.min.js
- jquery.min.map
- LICENSE.txt
- additional-methods.js
- additional-methods.min.js
- jquery.validate.js
- jquery.validate.min.js
- LICENSE.md
- jquery.validate.unobtrusive.js
- jquery.validate.unobtrusive.min.js
- LICENSE.txt
- favicon.ico
- appsettings.Development.json
- appsettings.json
- FrontEnd.csproj
- Program.cs
- ConferencePlanner.sln
- DevIntersection_Vegas_2017.json
- NDC_London_2019.json
- NDC_London_2020.json
- NDC_Oslo_2019.json
- NDC_Sydney_2018.json
- NDC_Sydney_2019.json
- Techorama_2022.json
- ApplicationDbContext.cs
- Attendee.cs
- DataLoader.cs
- Session.cs
- SessionAttendee.cs
- SessionSpeaker.cs
- Speaker.cs
- TechoramaDataLoader.cs
- Track.cs
- AttendeeEndpoints.cs
- SearchEndpoints.cs
- SessionEndpoints.cs
- SpeakerEndpoints.cs
- EntityExtensions.cs
- 20220506035015_Initial.cs
- 20220506035015_Initial.Designer.cs
- 20220521120541_Refactor.cs
- 20220521120541_Refactor.Designer.cs
- ApplicationDbContextModelSnapshot.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- BackEnd.csproj
- ConferencePlanner.db-shm
- Program.cs
- Attendee.cs
- AttendeeResponse.cs
- ConferenceDTO.csproj
- SearchResult.cs
- Session.cs
- SessionResponse.cs
- Speaker.cs
- SpeakerResponse.cs
- Track.cs
- IdentityDbContext.cs
- User.cs
- _ViewImports.cshtml
- Register.cshtml
- Register.cshtml.cs
- _ValidationScriptsPartial.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- ClaimsPrincipalFactory.cs
- AuthHelpers.cs
- 20230409060032_CreateIdentitySchema.cs
- 20230409060032_CreateIdentitySchema.Designer.cs
- IdentityDbContextModelSnapshot.cs
- EditSession.cshtml
- EditSession.cshtml.cs
- _Layout.cshtml
- _Layout.cshtml.css
- _LoginPartial.cshtml
- _ValidationScriptsPartial.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- Error.cshtml
- Error.cshtml.cs
- Index.cshtml
- Index.cshtml.cs
- Privacy.cshtml
- Privacy.cshtml.cs
- Search.cshtml
- Search.cshtml.cs
- Session.cshtml
- Session.cshtml.cs
- Speaker.cshtml
- Speaker.cshtml.cs
- launchSettings.json
- AdminService.cs
- ApiClient.cs
- IAdminService.cs
- IApiClient.cs
- AuthzTagHelper.cs
- site.css
- site.js
- bootstrap-grid.css
- bootstrap-grid.css.map
- bootstrap-grid.min.css
- bootstrap-grid.min.css.map
- bootstrap-grid.rtl.css
- bootstrap-grid.rtl.css.map
- bootstrap-grid.rtl.min.css
- bootstrap-grid.rtl.min.css.map
- bootstrap-reboot.css
- bootstrap-reboot.css.map
- bootstrap-reboot.min.css
- bootstrap-reboot.min.css.map
- bootstrap-reboot.rtl.css
- bootstrap-reboot.rtl.css.map
- bootstrap-reboot.rtl.min.css
- bootstrap-reboot.rtl.min.css.map
- bootstrap-utilities.css
- bootstrap-utilities.css.map
- bootstrap-utilities.min.css
- bootstrap-utilities.min.css.map
- bootstrap-utilities.rtl.css
- bootstrap-utilities.rtl.css.map
- bootstrap-utilities.rtl.min.css
- bootstrap-utilities.rtl.min.css.map
- bootstrap.css
- bootstrap.css.map
- bootstrap.min.css
- bootstrap.min.css.map
- bootstrap.rtl.css
- bootstrap.rtl.css.map
- bootstrap.rtl.min.css
- bootstrap.rtl.min.css.map
- bootstrap.bundle.js
- bootstrap.bundle.js.map
- bootstrap.bundle.min.js
- bootstrap.bundle.min.js.map
- bootstrap.esm.js
- bootstrap.esm.js.map
- bootstrap.esm.min.js
- bootstrap.esm.min.js.map
- bootstrap.js
- bootstrap.js.map
- bootstrap.min.js
- bootstrap.min.js.map
- LICENSE
- jquery.js
- jquery.min.js
- jquery.min.map
- LICENSE.txt
- additional-methods.js
- additional-methods.min.js
- jquery.validate.js
- jquery.validate.min.js
- LICENSE.md
- jquery.validate.unobtrusive.js
- jquery.validate.unobtrusive.min.js
- LICENSE.txt
- favicon.ico
- appsettings.Development.json
- appsettings.json
- FrontEnd.csproj
- Program.cs
- ConferencePlanner.sln
- DevIntersection_Vegas_2017.json
- NDC_London_2019.json
- NDC_London_2020.json
- NDC_Oslo_2019.json
- NDC_Sydney_2018.json
- NDC_Sydney_2019.json
- Techorama_2022.json
- ApplicationDbContext.cs
- Attendee.cs
- DataLoader.cs
- Session.cs
- SessionAttendee.cs
- SessionSpeaker.cs
- Speaker.cs
- TechoramaDataLoader.cs
- Track.cs
- AttendeeEndpoints.cs
- SearchEndpoints.cs
- SessionEndpoints.cs
- SpeakerEndpoints.cs
- EntityExtensions.cs
- 20220506035015_Initial.cs
- 20220506035015_Initial.Designer.cs
- 20220521120541_Refactor.cs
- 20220521120541_Refactor.Designer.cs
- ApplicationDbContextModelSnapshot.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- BackEnd.csproj
- ConferencePlanner.db-shm
- Program.cs
- Attendee.cs
- AttendeeResponse.cs
- ConferenceDTO.csproj
- SearchResult.cs
- Session.cs
- SessionResponse.cs
- Speaker.cs
- SpeakerResponse.cs
- Track.cs
- IdentityDbContext.cs
- User.cs
- _ViewImports.cshtml
- Logout.cshtml
- Logout.cshtml.cs
- Register.cshtml
- Register.cshtml.cs
- _ValidationScriptsPartial.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- ClaimsPrincipalFactory.cs
- AuthHelpers.cs
- RequireLoginMiddleware.cs
- SkipWelcomeAttribute.cs
- 20230409060032_CreateIdentitySchema.cs
- 20230409060032_CreateIdentitySchema.Designer.cs
- IdentityDbContextModelSnapshot.cs
- EditSession.cshtml
- EditSession.cshtml.cs
- Attendee.cs
- _AgendaPartial.cshtml
- _Layout.cshtml
- _Layout.cshtml.css
- _LoginPartial.cshtml
- _ValidationScriptsPartial.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- Error.cshtml
- Error.cshtml.cs
- Index.cshtml
- Index.cshtml.cs
- MyAgenda.cshtml
- MyAgenda.cshtml.cs
- Privacy.cshtml
- Privacy.cshtml.cs
- Search.cshtml
- Search.cshtml.cs
- Session.cshtml
- Session.cshtml.cs
- Speaker.cshtml
- Speaker.cshtml.cs
- Welcome.cshtml
- Welcome.cshtml.cs
- launchSettings.json
- AdminService.cs
- ApiClient.cs
- IAdminService.cs
- IApiClient.cs
- AuthzTagHelper.cs
- site.css
- site.js
- bootstrap-grid.css
- bootstrap-grid.css.map
- bootstrap-grid.min.css
- bootstrap-grid.min.css.map
- bootstrap-grid.rtl.css
- bootstrap-grid.rtl.css.map
- bootstrap-grid.rtl.min.css
- bootstrap-grid.rtl.min.css.map
- bootstrap-reboot.css
- bootstrap-reboot.css.map
- bootstrap-reboot.min.css
- bootstrap-reboot.min.css.map
- bootstrap-reboot.rtl.css
- bootstrap-reboot.rtl.css.map
- bootstrap-reboot.rtl.min.css
- bootstrap-reboot.rtl.min.css.map
- bootstrap-utilities.css
- bootstrap-utilities.css.map
- bootstrap-utilities.min.css
- bootstrap-utilities.min.css.map
- bootstrap-utilities.rtl.css
- bootstrap-utilities.rtl.css.map
- bootstrap-utilities.rtl.min.css
- bootstrap-utilities.rtl.min.css.map
- bootstrap.css
- bootstrap.css.map
- bootstrap.min.css
- bootstrap.min.css.map
- bootstrap.rtl.css
- bootstrap.rtl.css.map
- bootstrap.rtl.min.css
- bootstrap.rtl.min.css.map
- bootstrap.bundle.js
- bootstrap.bundle.js.map
- bootstrap.bundle.min.js
- bootstrap.bundle.min.js.map
- bootstrap.esm.js
- bootstrap.esm.js.map
- bootstrap.esm.min.js
- bootstrap.esm.min.js.map
- bootstrap.js
- bootstrap.js.map
- bootstrap.min.js
- bootstrap.min.js.map
- LICENSE
- jquery.js
- jquery.min.js
- jquery.min.map
- LICENSE.txt
- additional-methods.js
- additional-methods.min.js
- jquery.validate.js
- jquery.validate.min.js
- LICENSE.md
- jquery.validate.unobtrusive.js
- jquery.validate.unobtrusive.min.js
- LICENSE.txt
- favicon.ico
- appsettings.Development.json
- appsettings.json
- FrontEnd.csproj
- FrontEnd.db-shm
- Program.cs
- ScaffoldingReadMe.txt
- ConferencePlanner.sln
- AttendeesController.cs
- SearchController.cs
- SessionsController.cs
- SpeakersController.cs
- ApplicationDbContext.cs
- Attendee.cs
- DataLoader.cs
- DevIntersectionLoader.cs
- Session.cs
- SessionAttendee.cs
- SessionizeLoader.cs
- SessionSpeaker.cs
- Speaker.cs
- Track.cs
- EntityExtensions.cs
- 20190614215301_Initial.cs
- 20190614215301_Initial.Designer.cs
- 20190614225827_Refactor.cs
- 20190614225827_Refactor.Designer.cs
- ApplicationDbContextModelSnapshot.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- BackEnd.csproj
- Dockerfile
- Program.cs
- Startup.cs
- Attendee.cs
- AttendeeResponse.cs
- ConferenceDTO.csproj
- SearchResult.cs
- SearchTerm.cs
- Session.cs
- SessionResponse.cs
- Speaker.cs
- SpeakerResponse.cs
- Track.cs
- backend-deployment.yaml
- backend-service.yaml
- db-deployment.yaml
- db-service.yaml
- frontend-deployment.yaml
- frontend-service.yaml
- Chart.yaml
- README.md
- IdentityDbContext.cs
- User.cs
- _ViewImports.cshtml
- Logout.cshtml
- Logout.cshtml.cs
- Register.cshtml
- Register.cshtml.cs
- _ViewImports.cshtml
- _ViewStart.cshtml
- ClaimsPrincipalFactory.cs
- IdentityHostingStartup.cs
- BackendHealthCheck.cs
- AuthHelpers.cs
- RequireLoginMiddleware.cs
- SkipWelcomeAttribute.cs
- 20190616075621_CreateIdentitySchema.cs
- 20190616075621_CreateIdentitySchema.Designer.cs
- IdentityDbContextModelSnapshot.cs
- Attendee.cs
- EditSession.cshtml
- EditSession.cshtml.cs
- _AgendaPartial.cshtml
- _CookieConsentPartial.cshtml
- _Layout.cshtml
- _LoginPartial.cshtml
- _ValidationScriptsPartial.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- Error.cshtml
- Error.cshtml.cs
- Index.cshtml
- Index.cshtml.cs
- MyAgenda.cshtml
- MyAgenda.cshtml.cs
- Privacy.cshtml
- Privacy.cshtml.cs
- Search.cshtml
- Search.cshtml.cs
- Session.cshtml
- Session.cshtml.cs
- Speaker.cshtml
- Speaker.cshtml.cs
- Welcome.cshtml
- Welcome.cshtml.cs
- launchSettings.json
- AdminService.cs
- ApiClient.cs
- IAdminService.cs
- IApiClient.cs
- AuthzTagHelper.cs
- site.css
- site.js
- bootstrap-grid.css
- bootstrap-grid.css.map
- bootstrap-grid.min.css
- bootstrap-grid.min.css.map
- bootstrap-reboot.css
- bootstrap-reboot.css.map
- bootstrap-reboot.min.css
- bootstrap-reboot.min.css.map
- bootstrap.css
- bootstrap.css.map
- bootstrap.min.css
- bootstrap.min.css.map
- bootstrap.bundle.js
- bootstrap.bundle.js.map
- bootstrap.bundle.min.js
- bootstrap.bundle.min.js.map
- bootstrap.js
- bootstrap.js.map
- bootstrap.min.js
- bootstrap.min.js.map
- LICENSE
- jquery.js
- jquery.min.js
- jquery.min.map
- LICENSE.txt
- additional-methods.js
- additional-methods.min.js
- jquery.validate.js
- jquery.validate.min.js
- LICENSE.md
- jquery.validate.unobtrusive.js
- jquery.validate.unobtrusive.min.js
- LICENSE.txt
- favicon.ico
- appsettings.Development.json
- appsettings.json
- Dockerfile
- FrontEnd.csproj
- Program.cs
- Startup.cs
- _helpers.tpl
- backend-deployment.yaml
- backend-service.yaml
- db-deployment.yaml
- db-service.yaml
- frontend-deployment.yaml
- frontend-service.yaml
- loadbalancer.yaml
- NOTES.txt
- .helmignore
- Chart.yaml
- values.yaml
- workshop.yaml
- conf-nginx.conf
- Dockerfile
- .dockerignore
- ConferencePlanner.sln
- docker-compose.dcproj
- docker-compose.override.yml
- docker-compose.yml
- AttendeesController.cs
- ConferencesController.cs
- SearchController.cs
- SessionsController.cs
- SpeakersController.cs
- ApplicationDbContext.cs
- Attendee.cs
- Conference.cs
- ConferenceAttendee.cs
- DevIntersectionLoader.cs
- Session.cs
- SessionSpeaker.cs
- SessionTag.cs
- Speaker.cs
- Tag.cs
- Track.cs
- EntityExtensions.cs
- 20170612084913_Initial.cs
- 20170612084913_Initial.Designer.cs
- 20170612112815_Refactor.cs
- 20170612112815_Refactor.Designer.cs
- ApplicationDbContextModelSnapshot.cs
- appsettings.Development.json
- appsettings.json
- BackEnd.csproj
- BaseDataLoader.cs
- DevIntersection_Vegas_2017.json
- Program.cs
- Startup.cs
- Attendee.cs
- AttendeeResponse.cs
- Conference.cs
- ConferenceDTO.csproj
- ConferenceResponse.cs
- SearchResult.cs
- SearchTerm.cs
- Session.cs
- SessionResponse.cs
- Speaker.cs
- SpeakerResponse.cs
- Tag.cs
- TagResponse.cs
- Track.cs
- TrackResponse.cs
- app.e2e-spec.ts
- app.po.ts
- tsconfig.e2e.json
- home.component.html
- home.component.ts
- nav-menu.component.css
- nav-menu.component.html
- nav-menu.component.ts
- session-detail.component.css
- session-detail.component.html
- session-detail.component.spec.ts
- session-detail.component.ts
- sessions.component.css
- sessions.component.html
- sessions.component.spec.ts
- sessions.component.ts
- data.service.spec.ts
- data.service.ts
- model.ts
- speaker-detail.component.css
- speaker-detail.component.html
- speaker-detail.component.spec.ts
- speaker-detail.component.ts
- app.component.css
- app.component.html
- app.component.ts
- app.module.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- index.html
- main.ts
- polyfills.ts
- styles.css
- test.ts
- tsconfig.app.json
- tsconfig.spec.json
- typings.d.ts
- .angular-cli.json
- .editorconfig
- .gitignore
- karma.conf.js
- package.json
- protractor.conf.js
- README.md
- tsconfig.json
- tslint.json
- favicon.ico
- .gitignore
- appsettings.Development.json
- appsettings.json
- FrontEndSpa.csproj
- Program.cs
- Startup.cs
- ConferencePlanner.sln
- AttendeesController.cs
- ConferencesController.cs
- SearchController.cs
- SessionsController.cs
- SpeakersController.cs
- ApplicationDbContext.cs
- Attendee.cs
- Conference.cs
- ConferenceAttendee.cs
- DevIntersectionLoader.cs
- Session.cs
- SessionSpeaker.cs
- SessionTag.cs
- Speaker.cs
- Tag.cs
- Track.cs
- EntityExtensions.cs
- 20170612084913_Initial.cs
- 20170612084913_Initial.Designer.cs
- 20170612112815_Refactor.cs
- 20170612112815_Refactor.Designer.cs
- ApplicationDbContextModelSnapshot.cs
- appsettings.Development.json
- appsettings.json
- BackEnd.csproj
- BaseDataLoader.cs
- DevIntersection_Vegas_2017.json
- Program.cs
- Startup.cs
- Attendee.cs
- AttendeeResponse.cs
- Conference.cs
- ConferenceDTO.csproj
- ConferenceResponse.cs
- SearchResult.cs
- SearchTerm.cs
- Session.cs
- SessionResponse.cs
- Speaker.cs
- SpeakerResponse.cs
- Tag.cs
- TagResponse.cs
- Track.cs
- TrackResponse.cs
- ConferencePlanner.sln
- DevIntersection_Vegas_2017.json
- NDC_London_2019.json
- NDC_London_2020.json
- NDC_Oslo_2019.json
- NDC_Sydney_2018.json
- NDC_Sydney_2019.json
- Techorama_2022.json
- ApplicationDbContext.cs
- Attendee.cs
- DataLoader.cs
- Session.cs
- SessionAttendee.cs
- SessionSpeaker.cs
- Speaker.cs
- TechoramaDataLoader.cs
- Track.cs
- AttendeeEndpoints.cs
- SearchEndpoints.cs
- SessionEndpoints.cs
- SpeakerEndpoints.cs
- EntityExtensions.cs
- 20220506035015_Initial.cs
- 20220506035015_Initial.Designer.cs
- 20220521120541_Refactor.cs
- 20220521120541_Refactor.Designer.cs
- ApplicationDbContextModelSnapshot.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- BackEnd.csproj
- ConferencePlanner.db-shm
- Program.cs
- Attendee.cs
- AttendeeResponse.cs
- ConferenceDTO.csproj
- SearchResult.cs
- Session.cs
- SessionResponse.cs
- Speaker.cs
- SpeakerResponse.cs
- Track.cs
- IdentityDbContext.cs
- User.cs
- _ViewImports.cshtml
- Logout.cshtml
- Logout.cshtml.cs
- Register.cshtml
- Register.cshtml.cs
- _ValidationScriptsPartial.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- ClaimsPrincipalFactory.cs
- AuthHelpers.cs
- RequireLoginMiddleware.cs
- SkipWelcomeAttribute.cs
- 20230409060032_CreateIdentitySchema.cs
- 20230409060032_CreateIdentitySchema.Designer.cs
- IdentityDbContextModelSnapshot.cs
- EditSession.cshtml
- EditSession.cshtml.cs
- Attendee.cs
- _AgendaPartial.cshtml
- _Layout.cshtml
- _Layout.cshtml.css
- _LoginPartial.cshtml
- _ValidationScriptsPartial.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- Error.cshtml
- Error.cshtml.cs
- Index.cshtml
- Index.cshtml.cs
- MyAgenda.cshtml
- MyAgenda.cshtml.cs
- Privacy.cshtml
- Privacy.cshtml.cs
- Search.cshtml
- Search.cshtml.cs
- Session.cshtml
- Session.cshtml.cs
- Speaker.cshtml
- Speaker.cshtml.cs
- Welcome.cshtml
- Welcome.cshtml.cs
- launchSettings.json
- AdminService.cs
- ApiClient.cs
- IAdminService.cs
- IApiClient.cs
- AuthzTagHelper.cs
- site.css
- site.js
- bootstrap-grid.css
- bootstrap-grid.css.map
- bootstrap-grid.min.css
- bootstrap-grid.min.css.map
- bootstrap-grid.rtl.css
- bootstrap-grid.rtl.css.map
- bootstrap-grid.rtl.min.css
- bootstrap-grid.rtl.min.css.map
- bootstrap-reboot.css
- bootstrap-reboot.css.map
- bootstrap-reboot.min.css
- bootstrap-reboot.min.css.map
- bootstrap-reboot.rtl.css
- bootstrap-reboot.rtl.css.map
- bootstrap-reboot.rtl.min.css
- bootstrap-reboot.rtl.min.css.map
- bootstrap-utilities.css
- bootstrap-utilities.css.map
- bootstrap-utilities.min.css
- bootstrap-utilities.min.css.map
- bootstrap-utilities.rtl.css
- bootstrap-utilities.rtl.css.map
- bootstrap-utilities.rtl.min.css
- bootstrap-utilities.rtl.min.css.map
- bootstrap.css
- bootstrap.css.map
- bootstrap.min.css
- bootstrap.min.css.map
- bootstrap.rtl.css
- bootstrap.rtl.css.map
- bootstrap.rtl.min.css
- bootstrap.rtl.min.css.map
- bootstrap.bundle.js
- bootstrap.bundle.js.map
- bootstrap.bundle.min.js
- bootstrap.bundle.min.js.map
- bootstrap.esm.js
- bootstrap.esm.js.map
- bootstrap.esm.min.js
- bootstrap.esm.min.js.map
- bootstrap.js
- bootstrap.js.map
- bootstrap.min.js
- bootstrap.min.js.map
- LICENSE
- jquery.js
- jquery.min.js
- jquery.min.map
- LICENSE.txt
- additional-methods.js
- additional-methods.min.js
- jquery.validate.js
- jquery.validate.min.js
- LICENSE.md
- jquery.validate.unobtrusive.js
- jquery.validate.unobtrusive.min.js
- LICENSE.txt
- favicon.ico
- appsettings.Development.json
- appsettings.json
- FrontEnd.csproj
- FrontEnd.db-shm
- Program.cs
- ScaffoldingReadMe.txt
- ConferencePlanner.sln
- AttendeesController.cs
- SearchController.cs
- SessionsController.cs
- SpeakersController.cs
- DevIntersection_Vegas_2017.json
- NDC_London_2019.json
- NDC_London_2020.json
- NDC_Oslo_2019.json
- NDC_Sydney_2018.json
- NDC_Sydney_2019.json
- Techorama_2022.json
- ApplicationDbContext.cs
- Attendee.cs
- DataLoader.cs
- DevIntersectionLoader.cs
- Session.cs
- SessionAttendee.cs
- SessionizeLoader.cs
- SessionSpeaker.cs
- Speaker.cs
- Track.cs
- EntityExtensions.cs
- 20190711192431_Initial.cs
- 20190711192431_Initial.Designer.cs
- ApplicationDbContextModelSnapshot.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- BackEnd.csproj
- Program.cs
- Startup.cs
- Attendee.cs
- AttendeeResponse.cs
- ConferenceDTO.csproj
- SearchResult.cs
- SearchTerm.cs
- Session.cs
- SessionResponse.cs
- Speaker.cs
- SpeakerResponse.cs
- Track.cs
- IdentityDbContext.cs
- User.cs
- Logout.cshtml
- Logout.cshtml.cs
- Register.cshtml
- Register.cshtml.cs
- _ViewImports.cshtml
- _ViewStart.cshtml
- ClaimsPrincipalFactory.cs
- IdentityHostingStartup.cs
- BackendHealthCheck.cs
- AuthHelpers.cs
- CacheKeys.cs
- RequireLoginMiddleware.cs
- SkipWelcomeAttribute.cs
- 20190119000636_CreateIdentitySchema.cs
- 20190119000636_CreateIdentitySchema.Designer.cs
- IdentityDbContextModelSnapshot.cs
- _ViewImports.cshtml
- EditSession.cshtml
- EditSession.cshtml.cs
- Attendee.cs
- Session.cs
- _AgendaPartial.cshtml
- _AlertPartial.cshtml
- _CookieConsentPartial.cshtml
- _Layout.cshtml
- _LoginPartial.cshtml
- _ValidationScriptsPartial.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- Denied.cshtml
- Error.cshtml
- Error.cshtml.cs
- Index.cshtml
- Index.cshtml.cs
- MyAgenda.cshtml
- MyAgenda.cshtml.cs
- Privacy.cshtml
- Privacy.cshtml.cs
- Search.cshtml
- Search.cshtml.cs
- Session.cshtml
- Session.cshtml.cs
- Speaker.cshtml
- Speaker.cshtml.cs
- Speakers.cshtml
- Speakers.cshtml.cs
- Status.cshtml
- Status.cshtml.cs
- Welcome.cshtml
- Welcome.cshtml.cs
- launchSettings.json
- AdminService.cs
- ApiClient.cs
- IAdminService.cs
- IApiClient.cs
- AuthzTagHelper.cs
- site.css
- site.js
- bootstrap-grid.css
- bootstrap-grid.css.map
- bootstrap-grid.min.css
- bootstrap-grid.min.css.map
- bootstrap-reboot.css
- bootstrap-reboot.css.map
- bootstrap-reboot.min.css
- bootstrap-reboot.min.css.map
- bootstrap.css
- bootstrap.css.map
- bootstrap.min.css
- bootstrap.min.css.map
- bootstrap.bundle.js
- bootstrap.bundle.js.map
- bootstrap.bundle.min.js
- bootstrap.bundle.min.js.map
- bootstrap.js
- bootstrap.js.map
- bootstrap.min.js
- bootstrap.min.js.map
- LICENSE
- jquery.js
- jquery.min.js
- jquery.min.map
- LICENSE.txt
- additional-methods.js
- additional-methods.min.js
- jquery.validate.js
- jquery.validate.min.js
- LICENSE.md
- jquery.validate.unobtrusive.js
- jquery.validate.unobtrusive.min.js
- LICENSE.txt
- favicon.ico
- appsettings.Development.json
- appsettings.json
- bundleconfig.json
- FrontEnd.csproj
- Program.cs
- Startup.cs
- ConferencePlanner.sln
- README.md
- .dockerignore
- .gitignore
- Dockerfile
- LICENSE
- order.md
- README.md
π Installation Guide
1. Get the code
git clone https://github.com/dotnet-presentations/aspnetcore-app-workshop
Downloads the entire project code from GitHub to your computer.
cd aspnetcore-app-workshop
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose -f save-points/6-Deployment-docker/ConferencePlanner/docker-compose.override.yml up -d --build
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. .NET
MediumPrerequisites
cd save-points/1-Create-API-and-EF-Model/ConferencePlanner/BackEnd
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
4. Node.js
EasyPrerequisites
cd save-points/8a-Adding-FrontEnd-Spa-final/ConferencePlanner/src/FrontEndSpa/ClientApp
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
