Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello
Help me to find the proper language to write a program for a shop
assume I have a buityshop. the customer enters the program and select the type of work they need
and pay the price through visa or other. They will receive the conformation.
I am a c sharp programer, which language that may suit me

What I have tried:

C#
privat void Help()
{
;//do not know where to post this question.so i posted it here
}
Posted
Updated 14-Jul-23 3:23am
v2
Comments
Graeme_Grant 14-Jul-23 6:07am    
If you are a C# programmer, then you have the right programming language for you.
Aravindba 14-Jul-23 6:41am    
private voided Help()
{
;//Sorry we cant help on this question.....
}
PIEBALDconsult 14-Jul-23 9:25am    
I would not use such a system and I would not go to a shop which insisted that I do.
Don't waste your time.

1 solution

The language to use is almost always the one you know best, unless there are hardware reasons why that language cannot be used (like you want to code for an iPhone for example - there you are pretty much Objective-C only).

So ... open VS, and start coding in C#!
 
Share this answer
 
Comments
Richard Deeming 14-Jul-23 6:26am    
"there you are pretty much Objective-C only"

With .NET MAUI[^], you can use C# to write applications for iOS. :)
OriginalGriff 14-Jul-23 10:45am    
There are far too many of these bleedin' frameworks ... :D
PIEBALDconsult 14-Jul-23 19:44pm    
You're welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900