c#console

  1. Programmable Physics

    Question How to remove/delete a string that has been just entered by a user and read by console from Console Interface Screen?

    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...
  2. mike22

    Question console app displays products & related categories from northwind db

    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...
Back
Top Bottom