Skip to content
 
 

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Everywhere with .NET

Sample code to demonstrate how code can be shared all the way from frontend to backend with C# and .NET.

This project includes:

Project Description
PokemonEverywhere.Blazor Blazor web app that shows the retrieved Pokemon data
PokemonEverywhere.Blazor.Shared Razor Class Library (RCL) that is shared amongst all Blazor enabled projects (Blazor, Blazor Hybrid with .NET MAUI, WPF and WinForms)
PokemonEverywhere.BlazorHybrid Blazor Hybrid project built on .NET MAUI that you can run on Android, iOS, Windows and macOS
PokemonEverywhere.Shared Class library that is shared with all other projects. Includes the Pokemon models and services to retrieve data
PokemonEverywhere.WebAPI Backend Web API project that retrieves the data from an external source and serves it to the clients
PokemonEverywhere.Wpf WPF client project that shows how to retrieve the data in both a WPF DataGrid and using Blazor Hybrid
PokemonEverywhere.WinForms WinForms client project that shows how to retrieve the data in both a WinForms DataGridView and using Blazor Hybrid

About

Demo code that shows how to use C# end-to-end from frontend to backend with Blazor, Blazor Hybrid, .NET MAUI, Web API and beyond!

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages