Logo 
Search:

c sharp Interview FAQs

Submit Interview FAQ
No Records Found!!!
Go Ahead and Post your Interview FAQ
Home » Interview FAQs » c sharpRSS Feeds
.Net Framework
Comments: 0

What operating systems does the .NET Framework run on?

The runtime supports Windows Server 2003, Windows XP, Windows 2000, NT4 SP6a and Windows ME/98. Windows 95 is not supported. Some parts of the framework do not work on all platforms - for example, ASP.NET is only supported on XP and Windows 2000/2003...
Posted By:Opal Alexander      Posted On: Oct 10

.Net Framework
Comments: 0

What is .NET?

.NET is a general-purpose software development platform, similar to Java. At its core is a virtual machine that turns intermediate language (IL) into machine code. High-level language compilers for C#, VB.NET and C++ are provided to turn source code ...
Posted By:Sherri Parker      Posted On: Oct 05

C++ Programming
Comments: 0

Algorithm for Inserting a node after or before particular node in Circular Doubly Linked List

PROCEDURE INSERT_CD(T, KEY, POS)
[Where pointer ‘T’ is a pointer which can be either pointing to first in or lasting element and key is the value after or before u want to insert new node and pos is a variable which is giving direction ‘right’ or ‘l...
Posted By:Lu Fischer      Posted On: Jul 14

Assembly Language
Comments: 0

What are the Control signals used for DMA operation?

HOLD & HLDA are the Control signals used for DMA operation.
Posted By:Adalhelm Fischer      Posted On: Jul 13

C++ Programming
Comments: 0

What is Mixed Graph in dfs (data file structure)?

If there are five edges and out of them two are directed and rest are undirected then it is called mixed graph.
Posted By:Amelie Hughes      Posted On: Jul 11

C++ Programming
Comments: 0

Which of the following statements are true about copy constructors? - Select option

I. It declares and initializes an object from another object
II. It will not be useful when arguments are passed by value
III. It can be used to pass arguments by reference
IV. The compiler provides its own copy constructor, if it is not defined. ...
Posted By:Lucy Brown      Posted On: Jul 09

.Net Framework
Comments: 0

What operating systems does the .NET Framework run on?

The runtime supports Windows Server 2003, Windows XP, Windows 2000, NT4 SP6a and Windows ME/98. Windows 95 is not supported. Some parts of the framework do not work on all platforms - for example, ASP.NET is only supported on XP and Windows 2000/2003...
Posted By:Opal Alexander      Posted On: Oct 10

.Net Framework
Comments: 0

What is .NET?

.NET is a general-purpose software development platform, similar to Java. At its core is a virtual machine that turns intermediate language (IL) into machine code. High-level language compilers for C#, VB.NET and C++ are provided to turn source code ...
Posted By:Sherri Parker      Posted On: Oct 05

C++ Programming
Comments: 0

Algorithm for Inserting a node after or before particular node in Circular Doubly Linked List

PROCEDURE INSERT_CD(T, KEY, POS)
[Where pointer ‘T’ is a pointer which can be either pointing to first in or lasting element and key is the value after or before u want to insert new node and pos is a variable which is giving direction ‘right’ or ‘l...
Posted By:Lu Fischer      Posted On: Jul 14

Assembly Language
Comments: 0

What are the Control signals used for DMA operation?

HOLD & HLDA are the Control signals used for DMA operation.
Posted By:Adalhelm Fischer      Posted On: Jul 13

C++ Programming
Comments: 0

What is Mixed Graph in dfs (data file structure)?

If there are five edges and out of them two are directed and rest are undirected then it is called mixed graph.
Posted By:Amelie Hughes      Posted On: Jul 11

C++ Programming
Comments: 0

Which of the following statements are true about copy constructors? - Select option

I. It declares and initializes an object from another object
II. It will not be useful when arguments are passed by value
III. It can be used to pass arguments by reference
IV. The compiler provides its own copy constructor, if it is not defined. ...
Posted By:Lucy Brown      Posted On: Jul 09

  57  58  59  60  61  62  63  64  65  66  67