Semir TeskeredzicfordotInternet | web development & techdotinternet.hashnode.net·Mar 29, 2023Let's Do Blazor 1/3 | Initial app setup & basicsWelcome to the Let's Do Blazor series. Through this series, I plan to introduce you to the basics of creating web applications with Blazor. First, I will guide you through the project creation and the basic structure. Then we will start building our ...Discuss·9 likes·43 readsLet's do BlazorBlazor
James AmatteyforBlazorise Hashnode Blogblazorise.hashnode.net·Aug 30, 2022What To Expect In .NET 7?Microsoft's .NET Release Cycle In 2016, Microsoft released .NET 3.0 as a cross-platform framework. Since the official release of .NET 5 in November, Microsoft has committed to an annual release cycle for .NET as it focuses on making .NET a multiplatf...Discuss·2 likes·60 readsdotnet
Jhonatan OliveiraforJhon's Blogjhonatanfoliveira.hashnode.net·Mar 7, 2023Introduction to Blazor - Part 1: Getting StartedIntroduction to Blazor Blazor is a web framework from Microsoft that allows developers to build interactive web applications using C# and HTML. With Blazor, we can create web applications that run entirely in the browser without the need for plugins ...Discuss·1 like·487 readsBuilding Blazor ApplicationC#
TihanaforBlazorise Hashnode Blogblazorise.hashnode.net·Apr 14, 2023What is Blazorise all AboutBlazorise, an open-source system, has evolved into a comprehensive Blazor UI component library offering state-of-the-art solutions for startups and enterprises. The Blazorise team is committed to staying ahead of the curve by keeping up with the late...Discussblazorise
Semir TeskeredzicfordotInternet | web development & techdotinternet.hashnode.net·Mar 29, 2023Let's Do Blazor 1/3 | Initial app setup & basicsWelcome to the Let's Do Blazor series. Through this series, I plan to introduce you to the basics of creating web applications with Blazor. First, I will guide you through the project creation and the basic structure. Then we will start building our ...Discuss·9 likes·43 readsLet's do BlazorBlazor
Bogdan BujdeaforBogdan Bujdeabogdan.hashnode.net·Mar 28, 2023Building an app with ChatGPT: Day 1Before starting work on this project, I had an insightful discussion with ChatGPT about what I should build. My idea was simple: a habit tracker that motivates you by making you compete with yourself. For example, if I want to do 10 pushups per day, ...Discuss·67 readsBuilding an app with ChatGPTchatgpt
Brecht Van der ElstforBrecht Van der Elstbrechtvde.hashnode.net·Mar 16, 2023Using Source Generators to create a Blazor icon libraryIn this article, you'll learn how to utilize Source Generators to create an icon library for Blazor apps. Source Generators are a powerful tool, which can be used to generate additional C# code during compilation. We won't be designing the icons ours...Discuss·27 readsdotnetcore
Jhonatan OliveiraforJhon's Blogjhonatanfoliveira.hashnode.net·Mar 7, 2023Introduction to Blazor - Part 1: Getting StartedIntroduction to Blazor Blazor is a web framework from Microsoft that allows developers to build interactive web applications using C# and HTML. With Blazor, we can create web applications that run entirely in the browser without the need for plugins ...Discuss·1 like·487 readsBuilding Blazor ApplicationC#
Semir TeskeredzicfordotInternet | web development & techdotinternet.hashnode.net·Mar 7, 2023What is Blazor and why should you care as a web dev?In the universe of technology, something is constantly going on. If you, as a web developer, are using JavaScript and its frameworks and libraries day to day, you are familiar with the feeling of excitement when something new is out there. Blazor is ...Discuss·71 reads.NET
TihanaforBlazorise Hashnode Blogblazorise.hashnode.net·Mar 3, 20232022 Blazorise GoalsBlazorise is an open-source UI component library for Blazor that allows developers to build web applications using C# instead of JavaScript. Blazorise provides a set of reusable components, including buttons, forms, modals, charts, and more, that can...Discussblazorise
Marvin Nii-Odai BotchwayforMarvin Botchway'smarvinbotchway.hashnode.net·Feb 7, 2023Part 2/3 A Full-Stack Expense Tracking App With Blazor, Web API & EF Core and SQL Server Express.In Part 1 we built a working API that could create, read, update and delete expenses. Part 2 would be moving on from there by creating services to make our code better and also working on the front end. NOTE: This tutorial uses .NET 6.0 (Long Term Su...Discuss·62 readsBlazor
Marvin Nii-Odai BotchwayforMarvin Botchway'smarvinbotchway.hashnode.net·Jan 31, 2023[Part 1 /3] A Full-Stack Expense Tracking App With Blazor, Web API & EF Core and SQL Server Express.The app would provide a user with a way to keep a record of expenses. NOTE: This tutorial uses .NET 6.0 (Long Term Support) and may not work the same for other versions. Things you'll need (Prerequisites) Visual Studio Installed SQL Server Express ...Discuss·83 readsBlazor
M B A R Kformbarkt3sto.hashnode.net·Jan 22, 2023Introduction to BlazorBlazor is a framework for building web applications using C# and .NET. It allows developers to create interactive web pages using C# code instead of JavaScript. Blazor can run on the client-side (in a web browser) or on the server-side (as an ASP.NET...Discuss·63 readsBlazor