Laconia.MVVM
1.0.4
dotnet add package Laconia.MVVM --version 1.0.4
NuGet\Install-Package Laconia.MVVM -Version 1.0.4
<PackageReference Include="Laconia.MVVM" Version="1.0.4" />
paket add Laconia.MVVM --version 1.0.4
#r "nuget: Laconia.MVVM, 1.0.4"
// Install Laconia.MVVM as a Cake Addin #addin nuget:?package=Laconia.MVVM&version=1.0.4 // Install Laconia.MVVM as a Cake Tool #tool nuget:?package=Laconia.MVVM&version=1.0.4
Welcome to Laconia!
Laconia* is intended to be a rapid prototyping platform for applications. The intention is to provide all of the most beneficial pieces needed to instantiate a startups application architecture and infrastructure.
We are using DotNet with C# 8 and intend to keep the projects in sync with major .Net Core releases. Note, the first versions of this will be using Azure and for UI I will be using the excellent open source MudBlazor UI Framework.
Why?
I've been in the startup scene for over a decade and founded one myself. I have watched any number of other startups take on enterprise level problems and use tools that I believe are better used for smaller minimalist SAAS projects. While .Net Core can seem intimidating, its quite easy to work with.
So why is it so great?
- It runs anywhere, literally anywhere. Linux, Windows, Server, Blazor Server, Blazor client, Mobile platforms, microcontrollers...
- Blazor Server lets you build a fast, stable, SPA that has direct access to your business layer.
- If you plan ahead a bit the same services you built into your prototype can power a REST API with minimal overhead and you'll get all the benefits of .NET's massive set of customizations and security
Features
I'll be implementing the following features that I believe are fundamental to a high-quality web application. Note that each of these items below are basically just implementing a nice clean config for re-use. They will each come with necessary settings class prefilled where possible with "Sensible Defaults" I'll be making improvements over time and I am HIGHLY OPEN to feedback. I like learning too!
Feature | Tooling used | Nuget |
---|---|---|
External Configuration | Azure App Config |
Laconia.Config |
Structured Logging Console | Serilog / Console |
Laconia.Logging |
Structured Logging + OTEL | Serilog / Jaeger |
Laconia.Logging |
SQL Database | PostgreSQL |
Laconia.Data |
Identity | .Net Identity |
Laconia.Identity |
Free Distributed Caching | .Net in memory cache |
|
Premium Distributed Caching | Redis |
Laconia.Caching |
Free Document Database | Marten |
Laconia.NoSql |
Premium Document Database | Marten |
Laconia.NoSql |
Background Workers | HangFire |
Laconia.Background |
Free Document Database | Marten |
Laconia.NoSql |
Free Document Database | Marten |
Laconia.NoSql |
Blazor Server | MudBlazor |
MudBlazor |
* Laconia's name was taken from the wonderful 'The Expanse' book series. It is also the location of a historical place of government in Greece.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- CommunityToolkit.Mvvm (>= 8.2.2)
- Microsoft.AspNetCore.Components (>= 8.0.10)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Laconia.MVVM:
Package | Downloads |
---|---|
Laconia.Abstractions
Package Description |
|
Laconia.MudUI
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.4 | 76 | 10/25/2024 |
1.0.2 | 74 | 10/25/2024 |
1.0.1 | 71 | 10/25/2024 |
1.0.0 | 69 | 10/25/2024 |
1.0.0-alpha-0.2.1 | 44 | 10/5/2024 |
1.0.0-alpha-0.2 | 49 | 10/5/2024 |
1.0.0-alpha-0.1.25 | 55 | 9/18/2024 |
1.0.0-alpha-0.1.24 | 68 | 5/23/2024 |
1.0.0-alpha-0.1.23 | 61 | 5/22/2024 |
1.0.0-alpha-0.1.22 | 143 | 5/6/2024 |
1.0.0-alpha-0.1.21 | 120 | 5/4/2024 |