.NET 10 FSH Starter Kit is Almost there! #1154
Replies: 11 comments 1 reply
|
Already using parts of the .net 9 version upgraded to .net 10, great job @iammukeshm |
|
Great job sir... Latest got a Redis issue it seems: Timeout on Runtime. RedisConnectionException: SocketClosed (ReadEndOfStream, 0-read, last-recv: 0) on localhost:64593/Interactive, Flushed/MarkProcessed, last: ECHO, origin: ReadFromPipe, outstanding: 13, last-read: 0s ago, last-write: 0s ago, unanswered-write: 0s ago, keep-alive: 60s, state: ConnectedEstablishing, mgr: 10 of 10 available, last-heartbeat: never, global: 0s ago, v: 2.7.27.49176 |
|
On the DDD Primatives, PK options in ef, can it be dynamic eg : Guid, Long or Int? |
|
TenantTheme could be a good option to use Finbuckle.MultiTenant.Options -> https://www.finbuckle.com/MultiTenant/Docs/v10.0.1/Options, could be more like tenant configuration then. |
|
This is going to be a game changer. Happy to front up $50.00 and challenge everyone else to do same. This project is not trivial and needs compensation. Well done. 👍✅ |
|
@iammukeshm , what is the idea behind Groups? Is it to organize users? If so, need to add a check if users linked to group prior to deleting, or is there cascading in effect? I like the idea of it. Could extent when linking user to have optional expiry then. So like a temp admin for a week. After that, user is expired from group, with all associated permissions. |
|
Keycloak would be great for auth. |
|
Excelent works! @iammukeshm Can you upload some short/youtube video in your blog to see how to works with the template using claude code for vibecoding. We want to see the this template in live :) Thanks in advanced! |
|
If I want to start a new project which version is stable to start with ? |
|
v10 is released. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Lately, I've been investing quite a lot of hours to revive the FSH .NET Starter Kit project, and upgrade it to the latest and greatest .NET 10!
🚀 Cool Features Included
Core Framework (.NET 10)
IModuleinterface with automatic DI registration and endpoint mappingAggregateRoot,BaseEntity, domain events, soft delete, and audit interfaces baked inPre-Built Modules (NuGet-Ready)
Building Blocks
API & Web
/api/v1/...)Observability
/health/ready,/health/live,/health/detailedendpointsInfrastructure
Blazor UI
FshPageHeader,FshUserProfile,FshPagination,FshTable, theme picker, dialogs📋 Backlog Items
Security Enhancements
Eventing & Messaging
Testing
Frontend/Blazor
DevOps & Operations
Documentation
Additional Modules (Planned)
All reactions