C
C#2y ago
Zigo

❔ My ASP.NET project isn't launching

I just made templates for a Standalone Angular project and a ASP.NET 6 project but it seems like only the angular is launching. This is my code - https://github.com/dzenis-zigo/Frizerski-Salon-ML can someone please help me? Thank you!
GitHub
GitHub - dzenis-zigo/Frizerski-Salon-ML
Contribute to dzenis-zigo/Frizerski-Salon-ML development by creating an account on GitHub.
5 Replies
Zigo
Zigo2y ago
and this bar is 50% the entire time
Zigo
Zigo2y ago
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Making properties accessible by both static and non-static methodsI had to make a static duplicate of a property, because I wanted it to be accessible by both non-sta❔ Windows Forms different controls but same event doing different code?```cs private void OnSecondsChange(object sender, EventArgs e) { textBoxUpTime.Text += $"{sender✅ What is better, in this case, Replace() or Substring()In Unity it seems that text input comes with a 'Zero Width Space Character' at the end, and that mes❔ How to pass anchor tag values to controller to render view based on selected valueHI, how do I pass the values assigned to an anchor tag to the controller so that the controller can ❔ How to force method call regardless of type?```cs public class TempBaseClass { } public class TempGenericClass<T> : TempBaseClass { public ❔ Double property with [Required] data annotation does not validateHow can I make it so that the req body has to have a DiscountPercentage field?❔ 'Type may be weakened' inspection in riderIn intelliJ there is an inspection *look at screenshot* for java. Is there an equivalent for it in r❔ Where to learn building APIs ?hey guys can anyone tell me where i can learn building APIs with C#❔ The foreign key property 'UserRole.RoleId1' was created in shadow stateI've expanded the default `IdentityUserRole` implementation for .NET identity like this: ```cs publiPossible to have one controller checking which button is clicked and render view based on it?Hi, I'm not sure if this is possible but say there are 3 big clickable `<a>` tag button, and instead