about c#

  • Thread starter Thread starter devi
  • Start date Start date
D

devi

hi.
i am new to dotnet ....
please clarify my doubts
tell me about type of applications which is in ide...
eg: what is the purpose of console application,..and so on how many
applications in templates...

by
devi.n
 
Hi Devi,

devi ha scritto:
hi.
i am new to dotnet ....
please clarify my doubts
tell me about type of applications which is in ide...
eg: what is the purpose of console application,..and so on how many
applications in templates...

Console application --> An application that you'll start/control/end
using the command line
WinForm application --> An application based on a GUI
Class Library --> A library, i.e. not an application, but a bounch of
classes that an application will be able to use.

Those are the most important templates you can find in the Express
Edition of VisualStudio. AFAIK in the "highes" editions there is some
other stuff.

HTH,
Giulio - Italy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top