Roadmap to .NET 8 Upgrade 🚀 #907
Replies: 26 comments 55 replies
-
Hi mukesh, how are you on the code generation? |
Beta Was this translation helpful? Give feedback.
-
@iammukeshm I don't know NextJS to create a frontend. With .Net Api + Blazor, it is easy to connect both through NSwag. Is it also easy with NextJS ? what about notification with SignalR too please ? |
Beta Was this translation helpful? Give feedback.
-
I think database facility remain as it is for all databases support with multiple DB support more user can use this project |
Beta Was this translation helpful? Give feedback.
-
@iammukeshm we Create extension for visual studio or vscode to generate code like below link in this project casual studio extension is installed using this we can easily generated code backend and frontend https://github.com/neozhu/CleanArchitectureCodeGenerator |
Beta Was this translation helpful? Give feedback.
-
@iammukeshm, I would like to suggest to preserve the Net7/Net8 versions and create new repository for Net8 so people can decide which pattern to use (Onion or Sliced). |
Beta Was this translation helpful? Give feedback.
-
@iammukeshm is there a reason you are limiting it to minimal apis? Is it not possible to allow the use of controllers as an option for those of us who prefer controllers? |
Beta Was this translation helpful? Give feedback.
-
I like the new way.. Is there a good reason why the old way with controllers is better? |
Beta Was this translation helpful? Give feedback.
-
I'm super excited! |
Beta Was this translation helpful? Give feedback.
-
Hi, @iammukeshm
|
Beta Was this translation helpful? Give feedback.
-
@iammukeshm , I try to install the template but I can't. I tried just 'tba' inside visual studio console package manager with package source 'nuget.org', I tried Install-Package tba but it didn't work. How can install the package to test it ? do you plan to release a new web site with a documentation please ? thanks |
Beta Was this translation helpful? Give feedback.
-
Hello Mukesh, Do you have any blog post, or where you based to change from Clean to an vertical slice architecture? |
Beta Was this translation helpful? Give feedback.
-
A database first code generator will be a life saver for many. That is, you create the database or if you have an existing database, you can use the database tables and columns to generate entity classes and properties respectively. @iammukeshm is it something worth adding to the roadmap? |
Beta Was this translation helpful? Give feedback.
-
Excelent plan! And ambicious project... it's a big change with the latear technologies.. but I'm thinking Why mantaint two project web api and microservice boilerplates…. if a microservice can be containt a webapi perfectly…. and also you need to upgrade the blazor ui to be compatible with webapi and microservice.. but now for this version nextJS is perfect!! But another repo to mantaint... I think that is too job for you.. (and the community) .. May be we need an integral plan to unified all boirplates in a modular design… what do you think? |
Beta Was this translation helpful? Give feedback.
-
How far has fullstackhero's progress reached? 🤔 Here is a quick overview.
Overall, the rewrite has neared a stable state. The major work pending is related to Identity and Permission Management. I will use the same codebase from v1 for this, and add certain improvements. As for the front end, I will go with NextJS 14 initially, and later on, add Blazor. Frontend is one of the lower priorities for now. Suggestions? I will add a list of issues/features on the GitHub repository so that some of you can pick up tasks. V2 is on the way! To get more updates, subscribe to my newsletter: https://staging.codewithmukesh.com/newsletter Check out the repository: https://github.com/fullstackhero/dotnet-webapi-starter-kit/tree/v2 |
Beta Was this translation helpful? Give feedback.
-
@iammukeshm why not use azure? Is there any reason because it is more suitable with visual studio and Microsoft ecosystem |
Beta Was this translation helpful? Give feedback.
-
I know this may be a little late but I have come across the following library by JohnPSmith: https://github.com/JonPSmith/AuthPermissions.AspNetCore this is a Multitenancy Library that has a lot more features and is actively being worked on. It also supports Hierarchical Multitenancy. |
Beta Was this translation helpful? Give feedback.
-
@iammukeshm - |
Beta Was this translation helpful? Give feedback.
-
Hi! @iammukeshm Did you stop working on Net8 upgrade? Your last commit was a month ago.. Sorry You and me, and others have another jobs that pay the bills :) .... I understand but you have a big community use this template in production and it's waiting for it....... Did you need help to upgrade it more faster? What is the upgrade status? .. Thanks in advanced! |
Beta Was this translation helpful? Give feedback.
-
I highly appreciate your efforts and dedication to the community. I saw your comprehensive upgrade roadmap to .NET 8 from October 2023. You shared and announced it very strongly with the community, your fans and supporters of the project. It's been 5 months now and still haven't received the .NET 8 release in production environment. I believe you still maintain the credibility of your words, as well as what you have planned, which I see you marked as a high priority but seems to be left open. I want to confirm with you whether this project is dead or will continue. Thank you very much. |
Beta Was this translation helpful? Give feedback.
-
Hi @iammukeshm , Nice to here an update on the web api template to .net 8. Additionally, I suggest incorporating the finbuckle multitenant with identityserve4 integration to web api. Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Any news? The project is dead? |
Beta Was this translation helpful? Give feedback.
-
Update: Here is what's done,
What's Pending?
|
Beta Was this translation helpful? Give feedback.
-
Are you adding in HangfireMediatorBridge in V2 brnach |
Beta Was this translation helpful? Give feedback.
-
Are you porting over signalR intergration into V2? |
Beta Was this translation helpful? Give feedback.
-
@iammukeshm What are we missing to launch v2? |
Beta Was this translation helpful? Give feedback.
-
Hi @iammukeshm , regarding the source code generation. |
Beta Was this translation helpful? Give feedback.
-
There will be a complete rewrite to reduce the project's complexity and make it more adaptable for everyone. I have gone into a very opinionated approach while building this solution, at the same time keeping in mind that the project should be extensible.
Pull Request WIP - #905
Beta Was this translation helpful? Give feedback.
All reactions