All Projects → jongalloway → Aspnetcore App Workshop

jongalloway / Aspnetcore App Workshop

Licence: mit
This workshop has been migrated to https://github.com/dotnet-presentations/aspnetcore-app-workshop

Projects that are alternatives of or similar to Aspnetcore App Workshop

Mlnet Workshop
ML.NET Workshop to predict car sales prices
Stars: ✭ 29 (-72.38%)
Mutual labels:  asp-net-core, workshop, dotnet-core
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+723.81%)
Mutual labels:  asp-net-core, dotnet-core
Aspnetcore For Beginners
Half day workshop for developers who are completely new to .NET Core and ASP.NET ASP.NET
Stars: ✭ 96 (-8.57%)
Mutual labels:  asp-net-core, workshop
Carter
Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
Stars: ✭ 875 (+733.33%)
Mutual labels:  asp-net-core, dotnet-core
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+6401.9%)
Mutual labels:  asp-net-core, dotnet-core
Ocelot
.NET core API Gateway
Stars: ✭ 6,675 (+6257.14%)
Mutual labels:  asp-net-core, dotnet-core
Pieshopcore
A simple pie shopping management system using ASP.NET CORE MVC application
Stars: ✭ 25 (-76.19%)
Mutual labels:  asp-net-core, dotnet-core
Grpc Demos
Demos for my talk Beyond HTTP in ASP.NET Core 3.0 with gRPC
Stars: ✭ 74 (-29.52%)
Mutual labels:  asp-net-core, dotnet-core
Elf
The .NET 5 link forward service runs on Microsoft Azure
Stars: ✭ 68 (-35.24%)
Mutual labels:  asp-net-core, dotnet-core
Electron.net Musicplayer Sample
Stars: ✭ 55 (-47.62%)
Mutual labels:  asp-net-core, dotnet-core
Aspnetcore Developer Roadmap
Roadmap to becoming an ASP.NET Core developer in 2021
Stars: ✭ 8,248 (+7755.24%)
Mutual labels:  asp-net-core, dotnet-core
Piranha.core
Piranha CMS is the friendly editor-focused CMS for .NET Core that can be used both as an integrated CMS or as a headless API.
Stars: ✭ 1,242 (+1082.86%)
Mutual labels:  asp-net-core, dotnet-core
Electron.net
Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
Stars: ✭ 6,074 (+5684.76%)
Mutual labels:  asp-net-core, dotnet-core
Cronscheduler.aspnetcore
Cron Scheduler for AspNetCore 2.x/3.x or DotNetCore 2.x/3.x Self-hosted
Stars: ✭ 100 (-4.76%)
Mutual labels:  asp-net-core, dotnet-core
Practical Aspnetcore
Practical samples of ASP.NET Core 2.1, 2.2, 3.1, 5.0 and 6.0 projects you can use. Readme contains explanations on all projects.
Stars: ✭ 6,199 (+5803.81%)
Mutual labels:  asp-net-core, dotnet-core
Cofoundry
Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development
Stars: ✭ 621 (+491.43%)
Mutual labels:  asp-net-core, dotnet-core
Starwars
GraphQL 'Star Wars' example using GraphQL for .NET, ASP.NET Core, Entity Framework Core
Stars: ✭ 559 (+432.38%)
Mutual labels:  asp-net-core, dotnet-core
Awesome Blazor
Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Stars: ✭ 6,063 (+5674.29%)
Mutual labels:  asp-net-core, dotnet-core
Jetweet
Jetweet is a mini twitter clone with basic functionalities, Made using ASP.NET CORE and Entity framework technologies
Stars: ✭ 29 (-72.38%)
Mutual labels:  asp-net-core, dotnet-core
Just An Email
App to share files & texts between your devices without installing anything
Stars: ✭ 75 (-28.57%)
Mutual labels:  asp-net-core, dotnet-core

ASP.NET Core - App Building Workshop

Setup

.NET Core SDK 2.0

Offline (on USB drive)

Run the appropriate SDK installer for your platform in the dotnet-sdk-2.0.0 folder

Online

Download and run SDK installer for your platform:

Visual Studio 2017 (Version 15.3)

If you're using Windows, you'll want to install Visual Studio 2017 15.3. You can install multiple versions of Visual Studio 2017 side by side, so you won't need to modify your existing Visual Studio 2017 install if you don't want. The Community edition is free to install and is suitable to complete this workshop.

Offline Installer (if available)

Since conference WiFi can be a little slow, we'll try to have some USB sticks with offline installers.

  1. Run vs_community.exe in VS2017.3\Community folder
  2. Select only the following workloads:
    • .NET desktop development
    • ASP.NET and web development
    • Azure development
    • .NET Core cross-platform development

Web Based Installer

  1. Download the installer from the button on the left of this page: https://www.visualstudio.com
  2. Select only the following workloads:
    • .NET desktop development
    • ASP.NET and web development
    • Azure development
    • .NET Core cross-platform development

Visual Studio Code

Offline (on USB drive)

Run the appropriate installer for your platform in the VSCode folder

Online

Install Visual Studio Code from http://code.visualstudio.com.

What you'll be building

In this workshop, you'll learn by building a full-featured ASP.NET Core application from scratch. We'll start from File/ New and build up to an API back-end application, a web front-end application, and a common library for shared data transfer objects using .NET Standard.

Architecture Diagram

Sessions

Session Topics
Session #1 Get bits installed, build the back-end application with basic EF model
Session #2 Build out back-end, extract EF model
Session #3 Add front-end, render agenda, set up front-end models
Session #4 Add authentication, add admin policy, allow editing sessions, users can sign-in with Twitter and Google, custom auth tag helper
Session #5 Add user association and personal agenda
Session #6 Deployment, Azure and other production environments, configuring environments, diagnostics
Session #7 Challenges
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].