Skip to content

A futuristic ride share app for space travel written in full stack .NET with Blazor

Notifications You must be signed in to change notification settings

EdCharbeneau/BlazePort

Repository files navigation

BlazePort

Are you ready to count down to liftoff? In this session, we test the limits of the .NET stack in an incredible mission to build BlazePort, a futuristic ride share app for space travel. We'll use a mashup of the latest in .NET technologies: leveraging CosmosDB for data persistence, model travel prices with ML.NET (via an Azure Function), and go full-stack with ASP.NET Core and Blazor for an end-to-end C# development experience. Strap yourself in for fast paced demos and hot bits on this journey through the .NET ecosystem.

Requirements

This app requires a Trial license to Telerik UI for Blazor. Obtain a free trial from Telerik.com

Once you obtain a free trial, please follow the NuGet Source instructions to add the Telerik packages.

CosmosDB

This application uses CosmosDB. To initialize, seed, and read/write you must create a CosmosDB account, then apply the settings from your account to user secrets. The application uses the following user secrets settings.

{
  "CosmosSettings": {
    "AccountEndpoint": "https://(yourinfo).documents.azure.com:443/",
    "AccountKey": "(yourinfo)",
    "DatabaseName": "BlazePort"
  }
}

Sponsored by

Telerik UI for Blazor, Increase productivity and cut costs in half. Try Now

Telerik UI for Blazor with 80+ truly native Blazor UI components to cover any app scenario, including a high-performing Grid. Increase productivity and cut cost in half! Give it a try for free.

About

A futuristic ride share app for space travel written in full stack .NET with Blazor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published