Hiranko
Hiranko
CC#
Created by Hiranko on 4/24/2024 in #help
Any WPF Guides?
I'm creating desktop website of receipting system using WPF in C# Visual Studio during my internship project. I searched through various videos on Youtube and most of them are outdated or maybe I'm just confused to follow which one of them because their logic in the code is all different. I got the grasp the use of XAML and C# OOP, but not MVVM. I even bought some online course in Udemy, but they barely touch or explained the MVVM part. But do feel free to recommend anything that I should learn more about WPF that suits could my project requirements.
12 replies
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
I was learning ASP.NET through a Microsoft tutorial, trying to figure out the cause of the data not being created after I clicked on the 'Create New' button to insert new data and I can't even update the data. However, I can delete the data and the seed data. Been stuck for almost a week now, I have tried to compare the completed code sample given by following this tutorial, https://learn.microsoft.com/en-us/aspnet/core/data/ef-rp/intro?view=aspnetcore-8.0&tabs=visual-studio. But the problem is still the same in part 1. Is it normal for the create new button not create any data? Or maybe something I don't understand and see the problem? If so, can anyone tell me if it's a problem with the database sync, the package or some new error I don't see? Since I was fine doing razor and MVC tutorials without ef core and redoing the tutorial carefully over and over again without any guidance except watching videos online and used ChatGPT(which doesn't help much).
43 replies