What is the difference between desktop application and console application in c# ?
What types of projects/apps we can make with console application in c# ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Priyaranjan K SPosted Oct 9, 2015, 3:32 AM
Priyaranjan K SPosted Oct 9, 2015, 8:22 AM
Amit JoshiPosted Oct 9, 2015, 8:20 AM
Amit JoshiPosted Oct 9, 2015, 2:34 AM
Munesh SharmaPosted Oct 9, 2015, 2:31 AM
2)we can add labels ,textboxes,buttons,dropdownlist on windows application.
3)out put can display on windows its self
4)it contains ToolBox.
Console:
1)console application output comes on DOS Prompt.
2)It cannot contain ToolBox