Hello guys, can someone help me with understanding this and how to write the classes and its states and behaviours? I will take care of the CODING myself, just want someone t...
Why do I get this Microsoft.AspNetCore.Mvc.ViewFeatures.DynamicViewData thing in my page? @model TipCalculator @{ ViewData["Title"] = "Tip Calculator"; } <div asp-valid...
Can anybody tell me how to throw an error message for the InputMismatchException from Scanner Class? Scanner input = new Scanner(System.in); int sc = input.nextIn...
does anybody know what does this message mean? When I try to save the work in C# windows forms, this appears
How is the input stored when it is taken from the user with the line "Console.WriteLine();"? Is it automatically stored in the Console.ReadLine();? Or do we have to store Con...
Why I don't see this package in ASP.NET libraries?
Can anyone tell what can I do to fix these two errors?