Int map to which .net types?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

How do I create a delegate/multicastdelegate?

0 Answers  


What to implement on my class Finalize or IDisposable

0 Answers   HCL,


Write a C# program to find the Factorial of n

0 Answers  


What is class in oops with example in c#?

0 Answers  


code to generate a excel sheet and to write data into it --- -it has to fetch the excel sheet which is in one folder placed by us inside a project folder(i,e it has to create a instance of that excel sheet) and write the data into it row by row please respond as early as possible

1 Answers  


Define an escape sequence, name few strings in escape sequence?

0 Answers  


Can a struct inherit from an interface in c#?

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

2 Answers   Proteans,


What do you mean by object pooling?

0 Answers  


What is the use of convert toint32 in c#?

0 Answers  


What is a template class?

0 Answers  


What is the purpose of a constructor in c#?

0 Answers  


Categories