.NET Blazor | Build Bill Tracker Web app using Blazor Server, SQLite and Syncfusion components.
Hello friends, welcome, in this video, I will facilitate on creating Bill Tracker we application using Blazor Server hosting model, SQLite for database and Syncfusion components.
Thanks so much for watching 🙌🏾 LIKE 👍, SUBSCRIBE & turn on Notifications 🔔 to know when I upload new videos EVERYDAY!
/*You can buy a coffee for me to support the channel*/ ☕️
https://www.buymeacoffee.com/NetcodeHub
/*Get Intouch with Us*/
Netcode Developers’ Community : https://teams.live.com/l/community/FEAKIkySEy9CilqSAM
Microsoft Team : https://teams.live.com/l/invite/FEA8U4MMI1ZJGM2cgE
/*Syncfusion Documentations*/
Message Component | https://blazor.syncfusion.com/documentation/message/getting-started
DataGrid Component | https://blazor.syncfusion.com/documentation/datagrid/getting-started
Dialog Component | https://blazor.syncfusion.com/documentation/dialog/getting-started
/*Claim Free Syncfusion License*/
https://youtu.be/IhF66IEyv_8 | How to Claim Free Syncfusion Community License Key (Individual) for Syncfusion Components.
/*Blazor Playlist*/
Blazor Mini Projects Playlist | https://www.youtube.com/playlist?list=PL285LgYq_FoKe8Az5DytU9fdtqiE7U3eW
/*Get Source code*/
GitHub | https://github.com/Netcode-Hub/BlazorServerBillTracker
/*Follow Netcode-Hub*/
https://netcodehub.blogspot.com
https://github.com/Netcode-Hub | Grab projects source code from here.
https://twitter.com/NetcodeHub | Twitter
https://web.facebook.com/NetcodeHub | Facebook
https://www.linkedin.com/in/netcode-hub-90b188258/ | LinkedIn
/*Chapters*/
0:00:00 Introduction to the project.
0:13:37 Creating Blazor Server project.
0:16:33 Installing NuGet packages.
0:18:37 Creating database connection string.
0:18:50 Creating application context model.
0:20:45 Creating models.
0:26:25 Registering database connection.
0:26:54 Adding database migrations.
0:29:15 Creating service with interface and implementation class.
0:36:25 Importing namespaces to be used.
0:39:47 Adding razor component to add Bill to the application.
0:47:20 Adding razor component to display bills from the database.
0:51:01 display all due bills in the index razor component.
0:57:34 Adding Syncfusion stylesheet and script references.
0:59:36 Testing the application.
1:02:42 Conclusion.