I want to delete a user input if a condition is not met, and keep the Console interface same and intact without using Console.Clear() or goto menu;
I want to delete whatever was entered by the user if a condition is not met. How can I do that?
If I use Console.Clear() or goto menu; the same...
Hello everyone,
I'm taking a c# course in college and still fairly new to the language so please bear with me on this one. I'm working on an assignment that is based solely on iterations and decision statements in a Visual Studio Console app, and essentially what I'm trying to do is create a...
Is there a way to know if these 2 lines have the same size in pixels aka length? What code should I use to determine if they have the same length or not?
Just because these perpendicular lines created with ASCII, they differ in length size according to whether they were put next to one another...
Hi! I want to master this small library and I have the following question. I have implemented:
Domain
namespace MediatrDemo.Domain
{
public class Client
{
public int ID { get; set; }
public string Name { get; set; }
public string OtherInfo { get; set; }
}
}...
and new in c# , i just have some assignment and i please for help:
-> Need to create console app in visual studio which can:
Read data and display in console from 2 columns (Northwind database) PRODUCTS and Related CATEGORIES.
Thanks in advance on good people willing to help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.