Code Search Engine with ASP.NET Core and Blazor #590
bytefish
started this conversation in
Show and tell
Replies: 2 comments
-
Will do a review after the holidays |
Beta Was this translation helpful? Give feedback.
0 replies
-
@vnbaaij Maybe it's still of interest. I have updated the example to the latest Blazor FluentUI components and it was pretty easy to do. The project is also fully containerized with Docker, so it also shows how to host the Blazor WASM application and serve it using ASP.NET Core. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have written a small Blazor Frontend for a Code Search, that I am currently experimenting with:
It uses FluentUI components and I have also used the Pagination component. I had to copy the Pagination Component code and some infrastructure code to get it working, but it all plays nicely together and the UI was only a few lines of code. It's my first Blazor project, so there's a lot of room for improvement I guess.
Beta Was this translation helpful? Give feedback.
All reactions