.NET Framework - Different Project types

Asked By abcd
26-Jun-07 12:11 PM
Can someone explan or a web link which has information regarding all the
different projects supported in VS2005 (say C#). I want to recapcture my
knowledge who is doing what. like earlier ATL com project was there now its
still there but there are other lots of different proejct options too so
when to use what...I am looking for File--> New Project

Is there nice explaination somewhere....

thanks
VB
(1)
Recapcture
(1)
Proejct
(1)
Explan
(1)
VS2005
(1)
ATL
(1)
Com
(1)
  Nicholas Paldino [.NET/C# MVP] replied...
26-Jun-07 12:50 PM
I don't think you are going to find this in one place.  I think that the
best you could do is find a description of projects according to the
technology that they correspond to.  So, you could find a list of C#
projects in one place, VB projects in another, VC++ in another, etc, etc.  I
would look for that, instead of a complete list for all project types.


--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
Create New Account
help
Einbindung VB Standard Dll .NET Framework Hallo, setze ein existierendes VB Projekt in VB.Net um. VB Projekt greift mit Declare auf Funktionen einer Standard Dll, ebenfalls mit VB und entspr. Compilerbefehlen erstellt, zu und das hat in VB tadellos funktioniert. Beim Aufruf einer Funktion in VB.Net erhalte ich jedoch die Ausnahme, dass versucht wird, im geschützten Speicher zu lesen oder zu schreiben. Leider reichen meine C++ Kenntnisse nicht aus, diese VB Standard Dll in C++ zu schreiben. Ist es generell möglich, diese VB Standard Dll auch
VB .NET Framework When you declare <script language = "vb" Which vb is it? Expression Web Designer Discussions ASP.NET (1) VB (1) VB.NET (1) Expression Web (1) Excel (1) NET (1) Windows Server (1) JavaScript (1) VB Script. Note that VB Script will only work in Internet Explorer when used clientside. - - Ron Symonds - Microsoft MVP (FrontPage Sun, 6 May 2007 08:55:44 -0400, "dancer" <dancer@microsoft.com> A language of "VB" would be Visual Basic (formerly called Visual Basic .NET) running on the server. The complete
Execution sequence .NET Framework What are the default execution sequence of the following vb in running a vb.net application? I want to know when MySettings are populated with values when I run the application. Application.Designer.vb AssemblyInfo.vb Resource.Designer.vb Settings.Designer.vb Form1 vb Form1.Designer.vb NorthwindDataSet.Designer.vb The application startup form is Form1. VB.NET Discussions AssemblyInfo (1) Application
How easy is it to learn VB compared to C#? .NET Framework How hard / easy is it to use / learn VB compared to c#? VB.NET Discussions VB.NET (1) VB (1) JavaScript (1) FCzel (1) Onur (1) Rowe (1) Java (1) Seth (1) It's harder to learn VB well. This is due to the fact that VB offers more ways of doing most things. e.g., Setting the return value for a way) Wiring events to methods - 2 ways (C# has 1 way) String manipulation - 2 ways (VB 'legacy' functions vs .NET methods) Exception handling vs unstructured error handling (C# has 1 way