What type of Visual Studio c# project should i select for making an instant messenger application [closed]

StackOverflow https://stackoverflow.com/questions/14308118

Pregunta

what c# project must i choose in order to create an instant messaging application in visual studio. pls help.

Thanks. :)

¿Fue útil?

Solución

You have to plan a lot of different things during application design process. The main project anyway, of course, should be a windows form application or a WPF... then, eventually some libraries.

Otros consejos

This question is far too common and will be closed soon.

But to give you some suggestions for directions you can go next:

  • Design you overall architecture first
  • Are there technical restrictions for the UI?
  • You have basically following options: Console App, WPF, WinForms, Silverlight, ASP
  • Since you said in a comment that the app should be a web app, maybe you want create an ASP.Net application.
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top