-1

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

Thanks. :)

Deepak Sharma
  • 456
  • 4
  • 15

2 Answers2

1

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.

Tommaso Belluzzo
  • 23,232
  • 8
  • 74
  • 98
0

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.
Desty
  • 2,684
  • 21
  • 28