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

What type of pipes does the .Net framework supports?



Posted By: Avi Date: 14 October 2010 02:24:48 AM
 Answer:

Anonymous pipes, named pipes


Posted By: avibtech


Date: 14 October 2010 02:24:48 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image x2NVnQ
Related Questions
.Net Framework : What's new in .Net Framework 3.0?

What's new in .Net Framework 3.0?

There are no major architectural changes in .Net Framework 3.0. The version of Common Language Runti....
Category: .Net Framework Date: 12/4/2009 11:32:57 PM
.Net Framework : Explain CLR (Common Language Runtime) and its functionalities?

Explain CLR (Common Language Runtime) and its functionalities?

Common Language Runtime (CLR) is the engine available in .Net Framework to compile and run the progr....
Category: .Net Framework Date: 11/30/2009 3:42:09 PM
.Net Framework : How Just in Time Compiler Works?

How Just in Time Compiler Works?

.Net Framework uses two step compilation process. We write code in C#, VB.Net, or in other supportin....
Category: .Net Framework Date: 11/30/2009 2:53:38 PM
.Net Framework : Describe the difference between a Thread and a Process?

Describe the difference between a Thread and a Process?

A process is a unit of execution which has its own data regarding the source, has its own memory spa....
Category: .Net Framework Date: 10/30/2009 7:29:42 AM
.Net Framework : What namespaces and classes are typically used to develop Windows Services in .Net?

What namespaces and classes are typically used to develop Windows Services in .Net?

Namespace: 1) System.ServiceProcess Classes: 1) ServiceBase 2) ServiceProcessInstaller 3) ServiceIn....
Category: .Net Framework Date: 9/30/2009 7:18:12 AM