Liam Grantiamliamgrant4.hashnode.dev·Feb 27, 2024Blazor in .NET 8 Previews 6 and 7This post is a quick overview of an Abto Software blog article. With recent Blazor iterations – .NET 8 Previews 6 and 7 – great changes were made to the ASP.NET framework. The most central transformations are adjustments mainly surrounding Blazor fun...Discuss·1 like·64 readsBlazor
Janusjanus.hashnode.dev·Feb 14, 2024How to integrate TinyMCE with the all New Blazor Static Server render modeBlazor static server-side rendering (static SSR), not to be confused with interactive SSR, has finally landed in .NET 8. This mode does not require a websocket connection, but keep in mind pages are fully rendered on the server and delivered to the c...Discuss·90 readsBlazor
Utsav Basyalutsav12.hashnode.dev·Jan 12, 2024Exploring the Power of Blazor in .NET Core DevelopmentIntroduction: In the ever-evolving landscape of web development, the .NET ecosystem has continued to impress with its versatility and efficiency. One of the notable additions to the .NET Core framework is Blazor, a framework that allows developers to...Discussdotnetcore
Dev LeaderProhashnode.devleader.ca·Dec 26, 2023How To Make A Budgeting App In C# With BlazorIn this article, we will explore how to make a budgeting app in C# with ASP.NET Core Blazor. Whether you are new to software development or an experienced software engineer looking to expand your knowledge, this article will provide valuable insights...DiscussBlazor
Pavlo Datsiukpavlodatsiuk.hashnode.dev·Oct 19, 2023Implementing a .NET MAUI Blazor Hybrid App with ZXing QR/Barcode ScannerMobile application development has witnessed significant changes and advancements in recent years. One of the notable shifts is the rise of cross-platform development frameworks that allow developers to build apps for multiple platforms with a single...Discuss·924 reads#maui
Udyan Ojhaudyanishere.hashnode.dev·Jun 18, 2023Exploring the Power of Blazor.NET: Revolutionizing Web Development?Welcome to the exciting world of Blazor.NET! If you're a budding developer looking to revolutionize your web development skills, you've come to the right place. Blazor.NET is a game-changer in the web development landscape, offering the power of .NET...Discuss·53 readsBlazor
Joseph Huntleyjoehuntley.hashnode.dev·Jun 5, 2023Dependency Injection in .NETWhether you're an aspiring junior developer embarking on your .NET journey or a seasoned senior engineer seeking to reinforce your fundamental knowledge, one skill that undoubtedly stands out is dependency injection. In the ever-evolving world of sof...Discuss·183 reads.NET
Oscar Montenegro 🧙🏾♂️🌟unitcoding.hashnode.dev·Mar 24, 2023Create an image generator with BlazorHello guys, happy Friday! Today I will inaugurate a new section that will be called “API Friday”. What will this API Friday be about? well, basically every Friday(or every two Fridays) I will post a .net project(blazor, asp net MVC, web API, etc.) ma...DiscussC#
Daniel Smithdanielsmithd.hashnode.dev·Feb 20, 20237 Features of Blazor frameworkBlazor is one of the latest web development frameworks that enables developers to build web applications with C# and HTML. It has been gaining momentum drastically since its release in 2018 with its high efficiency and productive programming model. T...DiscussBlazor
Marvin Nii-Odai Botchwaymarvinbotchway.hashnode.dev·Feb 9, 2023Part 3/3 A Full-Stack Expense Tracking App With Blazor, Web API & EF Core and SQL Server Express.In Part 2 we built a working Frontend that shows the list of expenses and total expenses we also used services to make our code more modular. In Part 3 we would continue with hooking up the create, edit and delete actions in the frontend. Fix Error P...Discuss·2 likes·128 readsBlazor