.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2908 Page Views: 

What are the various types of applications we can develop using .Net Technology?



Posted By: Avi Date: 8 January 2010 01:29:07 PM
 Answer:

1) Console applications

2) Windows GUI applications (Windows Forms)

3) Windows Presentation Foundation (WPF) applications

4) ASP.Net applications (Web Applications)

5) Web services applications

6) Windows services applications


Posted By: eTechPlanet


Date: 8 January 2010 01:29:07 PM

I just know three of them :

1) ASP.Net applications (Web Applications)

2) Web services applications

3) Windows services applications.


Posted By: Johndecruse


Date: 30 January 2010 04:35:12 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image GtPUuT
Related Questions
.Net Framework : What is serialization?

What is serialization?

Serialization is process of converting an object into other form (like xml tree or sequence of bits)....
Category: .Net Framework Date: 10/13/2010 11:25:49 AM
.Net Framework : What is LINQ to SQL?

What is LINQ to SQL?

LINQ to SQL allows LINQ to be used to query SQL Server databases. It converts LINQ query to SQL quer....
Category: .Net Framework Date: 10/13/2010 11:15:48 AM
.Net Framework : How can you start asynchronous operation?

How can you start asynchronous operation?

You can call BeginInovke on delegate instance.
Category: .Net Framework Date: 10/13/2010 10:22:49 AM
.Net Framework : How can you filter runtime exceptions?

How can you filter runtime exceptions?

By using multiple catch blocks
Category: .Net Framework Date: 10/13/2010 8:38:48 AM
.Net Framework : What is difference between string and stringbuilder?

What is difference between string and stringbuilder?

String is for simple string operations while StringBuilder is used to perform high manipulation stri....
Category: .Net Framework Date: 7/3/2010 1:55:44 PM