Content:
This code has been written with Visual Studio 2022.
Blazor - Use the power of .NET and C# to build full stack web apps without writing a line of JavaScript.
Blazor WebAssembly + Minimal API:
Markupolation.Sample.Api
Markupolation.Sample.Blazor
Prerequisite:
Run sample:
tye run tye-blazor.yaml
Blazor Site:
Tye Dashboard:
</> htmx - high power tools for HTML
HTMX + Minimal API:
Markupolation.Sample.Api
Markupolation.Sample.Htmx
Prerequisite:
Run sample:
tye run tye-htmx.yaml
HTMX Site:
Tye Dashboard:
Azure Functions is a serverless solution that allows you to write less code, maintain less infrastructure, and save on costs.
Azure Functions:
Markupolation.Sample.Functions
Prerequisite:
Run sample:
cd Markupolation.Sample.Functions
func start
Console application:
Markupolation.Sample.Examples
Prerequisite:
Run sample:
cd Markupolation.Sample.Examples
dotnet run