C
C#3w ago
Jena

blazor web app using C#

I'm doing a simple calculator project to learn Blazor Web App in Visual Studio. I got my code to work but in the browser, I wouldn't get any results. I sent my code to someone else and it worked for them. Do I have my project set up wrong?? https://github.com/JenaLRW/BlazorCalc
GitHub
GitHub - JenaLRW/BlazorCalc: practicing Blazor Web App before using...
practicing Blazor Web App before using it for my Capstone project. Super simple calculator. - GitHub - JenaLRW/BlazorCalc: practicing Blazor Web App before using it for my Capstone project. Sup...
1 Reply
Sehra
Sehra3w ago
bonus points for having a gitignore. no, i'm not getting any results either you are missing @rendermode InteractiveServer

Did you find this page helpful?