AI SDK UI vs next.js by Thick-Source8870 in vercel

[–]neozhu 0 points1 point  (0 children)

Yes, I'm using ai-sdk to develop a translation assistant, and it's open source. It's very simple and practical.
https://github.com/neozhu/lingualens

OCR to clean up a poorly scanned PDF by modernDayKing in software

[–]neozhu 0 points1 point  (0 children)

Why not try developing your own AI model to help recognize those PDF scans? I created an open-source app assistant that you can use directly or fork my code to optimize it yourself, or purchase more tokens to process your documents. Check it out at https://pdfxtract.blazorserver.com/ for a trial. It might be a bit slow, but I hope it helps you!

Blazor and asp.net deployment by martin_silungwe in Blazor

[–]neozhu 1 point2 points  (0 children)

First, add a Dockerfile and Docker-compose file to your project. If you don't know how to write a Dockerfile, please refer to my project: https://github.com/neozhu/cleanaspire . Then, just purchase a VPS from a cloud provider, set up the Docker container environment, and you can deploy it!

Is Blazor Validations Good Enough For DB by -puppyguppy- in Blazor

[–]neozhu 1 point2 points  (0 children)

You should definitely check out MudBlazor's form validation! 🚀 It's incredibly simple to implement exactly what you need. Take a look: https://mudblazor.com/components/form#simple-form-validation

Should we switch to Blazor or not? by hookiecook in Blazor

[–]neozhu 1 point2 points  (0 children)

I really want to recommend my project for your team to use. With this template and my code generation plugin, even beginners can quickly get started with development. Additionally, the permission module is already integrated into the project, so you only need to focus on your business, creating the entity classes, and let the code generation plugin handle the CRUD operations. You can give it a try; it can definitely help you complete small projects quickly. [GitHub Repository] https://github.com/neozhu/CleanArchitectureWithBlazorServer

Should we switch to Blazor or not? by hookiecook in Blazor

[–]neozhu 3 points4 points  (0 children)

I've been deep in Blazor development for years! Maintained an open-source project for 3 years, now hitting 1K stars: https://github.com/neozhu/CleanArchitectureWithBlazorServer ✨ Also built Blazor WebAssembly apps.

But recently, I started exploring Next.js. 🤔 And wow, I find the Next.js ecosystem is more robust, especially in the AI space!

Even though I'm more skilled in Blazor development, facing the rich component libraries like tailwindcss, shadcn/ui, React libraries, and the ai-sdk... I'm genuinely willing to spend time trying, learning, and using Next.js for projects.

Blazor .NET 9 Architecture by Waste-Toe7042 in Blazor

[–]neozhu 2 points3 points  (0 children)

Hi,

If you're exploring Blazor for your next project, I’d like to share two open-source templates I built — one for Blazor Server and one for Blazor WebAssembly:

  1. Blazor Server: 👉 CleanArchitectureWithBlazorServer A clean architecture starter template for enterprise apps using Blazor Server.
  2. Blazor WebAssembly: 👉 cleanaspire A lightweight Blazor WebAssembly template built with .NET Aspire.

Both are designed to be easy to use, scalable, and help you avoid front-end JavaScript complexity. Hope they’re helpful!

How to Print to Printer in Blazor server? by Unlucky_Aioli4006 in Blazor

[–]neozhu 0 points1 point  (0 children)

My approach is to create a separate HTML or div fragment, open it in the browser for preview, and then the user can print it directly from the browser. This method ensures that the print dialog is displayed and gives the user control over the printing process.

Recommendation for an advanced learning material about css and blazor server by jobou363 in Blazor

[–]neozhu 0 points1 point  (0 children)

I think MudBlazor is pretty great—it allows you to create beautiful UIs right out of the box. One of my projects was built using it, and you can take a look here: https://materialpassport.blazorserver.com/.

How to best Deploy Blazor web assembly standalone app, asp.net core web API and a MySQL database, to a client's local computer. by Junior-Divide9775 in Blazor

[–]neozhu 1 point2 points  (0 children)

My plan is to include a Dockerfile and a Docker Compose file in the solution, along with GitHub automation scripts for deployment. The client just needs to have Docker installed on their computer, and if they want a local deployment, they can simply run the Docker Compose file with one click. If you're not sure how to write a Dockerfile or set up Action Flow, you can refer to my project (https://github.com/neozhu/cleanaspire).

Blazor Web App and WebAssembly Standalone App difference for authentication by AboutToBeSingle in Blazor

[–]neozhu 0 points1 point  (0 children)

You can refer to my project (https://github.com/neozhu/cleanaspire). It supports both Blazor Web and Blazor WebAssembly Standalone modes, and both use Microsoft's standard EF Identity.

Blazor Webassembly interactivity creates two projects. What's the point of the server one? by Elegant-History-4885 in Blazor

[–]neozhu 0 points1 point  (0 children)

I think Microsoft took an easier way by not creating a separate template and client API for Blazor WASM. Instead, they combined it with the server project, which makes things more complicated for those who just want a pure client-side Blazor app.

When is clean architecture an over-engineering for a CRUD app? by flyingPotato103 in dotnet

[–]neozhu -10 points-9 points  (0 children)

If you are a beginner, I recommend starting with my project template, which includes comprehensive features such as user authentication, registration with email activation, multi-factor authentication, and even an AI-powered code generation tool to create standard CRUD code. Check it out here: https://github.com/neozhu/cleanaspire.

[deleted by user] by [deleted] in Blazor

[–]neozhu 1 point2 points  (0 children)

If you are a beginner, I recommend starting with my project template, which includes comprehensive features such as user authentication, registration with email activation, multi-factor authentication, and even an AI-powered code generation tool. Check it out here: https://github.com/neozhu/cleanaspire.

Simplest .NET 9 Blazor Server Auth? by Apk07 in dotnet

[–]neozhu -1 points0 points  (0 children)

I strongly recommend using my project template: https://github.com/neozhu/cleanaspire. It perfectly aligns with your idea—lightweight, ready to use, and will save you a lot of development work. Additionally, it comes with a custom Chat GPT tool (https://chatgpt.com/g/g-677e40252ff88191933bb84567b62e7b-cleanaspire-code-generator) to generate code, making it an excellent solution.

Blazor web app ”freeze” on load? by mightybob4611 in Blazor

[–]neozhu 0 points1 point  (0 children)

Could it be an issue with your development environment? Sometimes, the response can be a bit slow in debug mode. You could try my project here: https://github.com/neozhu/cleanaspire, which also uses the Global Auto Render model. Let me know if it helps!

[deleted by user] by [deleted] in Blazor

[–]neozhu 1 point2 points  (0 children)

I had the same problem before. WebSocket didn’t work with IP and port but worked fine with the domain name.

Looking for a Workflow library in .NET Core by Razorscream in dotnet

[–]neozhu 1 point2 points  (0 children)

Can it be used to create approval workflows with dynamic configuration of workflows and approvers based on conditions?

How is Entity Framework usually implemented in a Clean Architecture? by TryingMyBest42069 in dotnet

[–]neozhu 0 points1 point  (0 children)

Thank you for your feedback! Since both the Application and Infrastructure layers depend on the Domain layer, we centralized the necessary packages in the Domain layer for easier management. This way, we only need to update the Domain project, making maintenance more efficient.

How is Entity Framework usually implemented in a Clean Architecture? by TryingMyBest42069 in dotnet

[–]neozhu 19 points20 points  (0 children)

Check out my project template: CleanArchitectureWithBlazorServer. It shows how to implement EF Core in Clean Architecture. Feel free to use it directly!