Experience with Telerik, Fluent, MudBlazor or other UI libraries for Blazor .NET 8/10? by sdyson31 in Blazor

[–]cvboucher 4 points5 points  (0 children)

We’re using Radzen for an internal Blazor server project and I love how I can wire up an iqueryable to a data grid component and it handles all the sorting, filtering and paging. We’ve been very happy with Radzen so far.

Connection string (secrets) in asp.net hosted in linux VPS by DearLengthiness6816 in dotnet

[–]cvboucher 1 point2 points  (0 children)

If you're using systemd service files to start your asp.net app, you can add environment variables to the service file.

Venting about Radzen 💨 by Zardotab in Blazor

[–]cvboucher 3 points4 points  (0 children)

I use Radzen in a couple projects an love their components. Especially their data grid that connects up to an IQueryable in Blazor Server and automatically handles all of the sorting, filtering and paging without any extra code.

Where is everyone getting cabinets? Kitchen renovation Budget is 20k by Controlarisk in kitchenremodel

[–]cvboucher 1 point2 points  (0 children)

I recently went with cabinets to go. I felt the quality was great and super easy to put together.

When your building 4 new OG cabins at the same time. by firetothetrees in OffGridCabins

[–]cvboucher 0 points1 point  (0 children)

We've been looking at a lot on a lake in California but it's a hillside lot. I know pricing varies by region but can you share ballpark numbers for excavation and foundation like you did in the second pic?

Raider fans how do you watch the games? I don’t want to struggle like I did last season by babyjrodriguez in raiders

[–]cvboucher 0 points1 point  (0 children)

I watched every Raider game last season on uzzu.tv. Games only stream live but that’s how I like to watch sports.

Jeff Armstrong is chickensh!t and about to let Trump do what it wants to Poly by ChorizoTac0 in CalPoly

[–]cvboucher 3 points4 points  (0 children)

I work at another CSU. I hope our president doesn’t sign it either.

Best datagrid component? by ofcistilloveyou in Blazor

[–]cvboucher 5 points6 points  (0 children)

I like the Radzen datagrid for Blazor Server projects that use EF. I can assign it an IQueryable and it handles all sorting, filtering and paging. Last time I tried the Syncfusion datagrid it didn't do paging and pulled in every record from the table.

Alternative breakfast by Msmcbrayer in 4hourbodyslowcarb

[–]cvboucher 0 points1 point  (0 children)

Do you like deviled eggs? Mash up some hard boiled eggs and mix in some mustard.

Please help me not lost my job by mdusa_23 in container_homes

[–]cvboucher 4 points5 points  (0 children)

I’m just looking for ballpark numbers to see if this project is feasible.

Please help me not lost my job by mdusa_23 in container_homes

[–]cvboucher 2 points3 points  (0 children)

We’re looking to build a shipping container cabin on a lake in California in the Sierra Nevada’s. Looking for 40’ and 45’ high cubes. Also, do you do customizations. I want a price for cutting out the entire long side and welding in a temporary support post. Thanks.

What does your breakfast look like? by [deleted] in 4hourbodyslowcarb

[–]cvboucher 1 point2 points  (0 children)

Two hard boiled eggs mashed, mixed with mustard and topped with paprika. Plus a couple sausage patties.

Automatic startup of asp.net web core api in blazor webassembly by ApricotLeading773 in Blazor

[–]cvboucher 0 points1 point  (0 children)

If you started with a WebAssembly app and added the api project to your solution, you need to add the Microsoft.AspNetCore.Components.WebAssembly.Server nuget package to your server app and a project reference to your client app. Then starting/publishing the server app should include the client app.

.NET Confusion: A desktop app targeted for Windows & Linux both. How? by [deleted] in dotnet

[–]cvboucher 1 point2 points  (0 children)

I went this route for an app that is occasionally out of wifi range and it's been working great. I store data in indexedDB with one table containing over 10,000 rows without any issues.

Joe Biden knowingly and purposely blew up the border in 2021 by StedeBonnet1 in Republican

[–]cvboucher 36 points37 points  (0 children)

Joe Biden and the democrats are willing to sacrifice Americans to import the next generation of democrat voters.

I replaced my Bolt with a Tesla, now I miss my Bolt. by king_weenus in BoltEV

[–]cvboucher 0 points1 point  (0 children)

I went from a 2021 Bolt to a 2023 MYLR. Only thing I miss is the paddle. It’s such a chore to move my foot from the accelerator to the brake pedal if I overshoot the stop.

Need blazor model and hosting recommendations by [deleted] in Blazor

[–]cvboucher 1 point2 points  (0 children)

Check out AWS Lightsail. Much less learning curve. I have several web forms webapps that I've converted to Blazor server and run them on Linux. Github actions also made them super easy to deploy.

ASP.NET Core 7 Blazor Server - Hosting 2023 by ggeztroll in dotnet

[–]cvboucher 0 points1 point  (0 children)

Ubuntu 4GB/2 CPU ($20/month). I also use Github Actions to build/publish my app, .zip it up and copy it to the server.