what all type of application can u make with visual studio?
Answers were Sorted based on User's Feedback
To all type of application in vs following them:-
a). visual c#(windows application,console application,class
library,etc...)
b). visual c++ (CLR console application, class library)
c). vb.net,web application,crystal report,etc...
d). bussiness inteligence
Thank u
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / guest
answer is name all of them ie
windows application , web application, C# console, vc++, etc etc
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / dharmesh bafna
In visual studio mostly you can make: Windows App,Web
App,Web Service,Smart Client App,Mobile App,Device App.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain what is the difference between encrypting a password and applying a hashing?
Explain the use of activex control in .net?
Which Namespace is used to to achieve MultiThreading in .NET?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
Explain asp.net?
Which dll is required to translate xml to sql in internet information server (iis)?
Define satelite assembly?
How does cas works?
What does msil do?
What is a system lock?
Tell us the difference between managed and unmanaged code?
Explain .NET architecture?