C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,100 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello. I am learning c# in practice. I am writing a telegram chat bot. I painted all the logic, methods, it remains to create a database and save user states. How can I do that? In the menu item I have 3 types of users. Technologist, seamstress and salesperson. What does it mean to make a state machine? Does this need to be done for every menu? I did menu traversal calling methods.