CleanArchitecture
Havit.Blazor
CleanArchitecture | Havit.Blazor | |
---|---|---|
19 | 25 | |
17,203 | 561 | |
0.7% | 1.6% | |
8.6 | 9.6 | |
3 days ago | 9 days ago | |
C# | C# | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
CleanArchitecture
-
AdonisJS
Looking at this, it has similar aspects as ASP.NET Core, and the same flaws as the Controller per class design used. Methods such as "create", "show" and "store" do not share a state, they shouldn't share a class either.
However, you can rectify this, by just not trying to share a class with any of those. In .NET Steve Smith, aka Ardalis shows how to do this with his Clean architecture idea [1], Idea is to make a class for each endpoint. This also makes it easier for "Update" classes to share functionality with other "Update" classes and so on.
[1]: https://github.com/ardalis/CleanArchitecture/tree/main/sampl...
-
Dotnet.World.News(Wednesday, September, 20, 2023)
🔴 [CleanArchitecture] (Learning Template + Docs): A starting point for Clean Architecture with ASP.NET Core. Clean Architecture is just the latest in a series of names for the same loosely-coupled, dependency-inverted architecture.
- Advice for the web API app development using clean architecture in .NET 6.
- Не знаю где задать этот вопрос
- Where can I learn more about Design Patterns & Clean Architecture in .NET?
-
Learning .NET core as a front-end developer
Here’s a few: - complex domain driven example using vertical slice - another DDD example - clean architecture template by Jason taylor - clean architecture template by ardalis
-
Ask HN: Examples of Top C# Code?
This repository is a good place to start with modern c# code, specifically ASP.NET
https://github.com/ardalis/CleanArchitecture
-
API’s in ASP.NET
If you want to try clean architecture, you can check out Steve smith’s repo or Jason Taylor’s repo.
- Tips to develop a Blazor Server app that’s easy to migrate to WASM in the future
-
Measuring maintainability metrics with NDepend
🔗 Clean Architecture repository | GitHub
Havit.Blazor
- Best Blazor Components Package (Other than MudBlazor)
-
Anyone Else Using Havit Blazor? I am having an issue with their accordion
[HxAccordion] [Possible Bug] Accordion Collapses When It Should Stay Open · Issue #685 · havit/Havit.Blazor (github.com)
-
Can I build single-page apps with core, like react pages without refreshing the site?
Look up some Blazor UI / Component Libraries.Awesome-Blazor lists the more popular ones. The two I recommend are Mudblazor and Havit Blazor because the documentation is built using Blazor and the repos are open source on GitHub.
-
Debouncer - helps you debounce any action in Blazor
Or you can just replicate the source code in your own project (MIT license): https://github.com/havit/Havit.Blazor/blob/master/Havit.Blazor.Components.Web/Debouncer.cs
-
Show HN: Well-documented Blazor component library
I have been using this Blazor component library and in terms of documentation and ease of use its so much better than its competitors (MudBlazor and Blazorise) and very well maintained. I am not affiliated with them but I really enjoy using it. I just wanted to share my opinion. Maybe we can star them on GitHub :)
https://havit.blazor.eu/
https://github.com/havit/Havit.Blazor
-
Looking for an open source Dashboard Admin template
built with https://havit.blazor.eu components
-
best way to implement bootstrap component behaviors
Take a look at https://havit.blazor.eu, free Bootstrap 5 components for Blazor.
-
Question on blazor wasm localizations and am I doing it right?
The generator is a NuGet package: Havit.SourceGenerators.StrongApiStringLocalizers The source code of the generator is here: https://github.com/havit/Havit.Blazor/tree/master/Havit.SourceGenerators.StrongApiStringLocalizers (credits to @jiricincura) Unfortunatelly there is no documentation, but feel free to use https://github.com/havit/Havit.Blazor/discussions if you get stuck.
-
I need a Data-Grid that I can copy/paste excel data with
There is a nice grid in the Havit Blazor Library. https://havit.blazor.eu/
- Havit.Blazor v3.0.0 Released
What are some alternatives?
CleanArchitecture - Clean Architecture Solution Template for ASP.NET Core
BootstrapBlazor - Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
blazor-starter-kit - Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
blazorboilerplate - Blazor Boilerplate / Starter Template with MudBlazor
GuardClauses - A simple package with guard clause extensions.
blazor-samples - Explore and learn Syncfusion Blazor components using large collection of demos, example applications and tutorial samples