Looking for a fun beginner Blazor project?

Read more here:
https://bgh.st/2eo3zq

#blazor #dotnet #csharp #aspnet #programming

How I Use AI on Side Projects: ChatGPT, Cursor, and Copilot

A practical split: ChatGPT for low-context questions, Cursor and Copilot when the answer lives in your repoโ€”illustrated with real hobby projects from Hugo to Blazor.

Funky Si's Blog
.NET 11 Preview 3 is now available! - .NET Blog

Find out about the new features in .NET 11 Preview 3 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, container images, and more!

.NET Blog

How can we call JavaScript from Blazor?

Read more here:
https://bgh.st/pqkgf6

#blazor #dotnet #csharp #javascript #aspnet

I built a small CLI to simplify hosting Blazor Server / ASP.NET Core apps on a fresh Ubuntu VPS.

It sets up nginx, systemd, SSL and optional Cloudflare integration.

You can run multiple apps on a ~3โ‚ฌ VPS and if something breaks, just reroll the server and redeploy.

https://github.com/Nix1983/Ghostly-Hosting

https://ghostlyinc.com/en-us/tools/ghostly-hosting/

#dotnet #blazor #selfhosted #webdevelopment

GitHub - Nix1983/Ghostly-Hosting: One-Click Blazor Deployment for Ubuntu Servers

One-Click Blazor Deployment for Ubuntu Servers. Contribute to Nix1983/Ghostly-Hosting development by creating an account on GitHub.

GitHub
Out now: The Microsoft Fluent UI #Blazor library v5 RC2! So many new things: AutoComplete, Toast, DataGrid pinned and hierachical+selectable columns, Theme API & Designer, Calendar Min/MaxDate, MCP migration tooling and dozens of other component fixes and improvements...(1/2)
Using Blazor Sections For Complex Situations

Blazor provides a number of helpful utilities to manage content and flows within your application, but at times you may encounter conflicts, especially when individual pages need to override items set at the Layout or even app level. A great example of this is SEO inclusions. Sections are your friend for this situation. Let's dive in!

I love using plugins, and using them with Blazor is no exception!

Read more here:
https://bgh.st/tan3e3

#aspnetcore #blazor #plugins #csharp