What is double c#?


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

Post New Answer

More C Sharp Interview Questions

How the versioning applies to Assemblies or can you explain version numbers?

0 Answers   CitiusTech,


How to implement delegates in c#.net

0 Answers  


We cannot create instances of static classes. Can we have constructors for static classes?

0 Answers  


coding for delegates?

3 Answers   Tech Mahindra,


Can we create extension method for interface?

0 Answers  






explain the three services model commonly know as a three-tier application.

0 Answers   Siebel Systems,


what is lamda expression?

3 Answers  


What is generic types in c#?

0 Answers  


I created a class which is inherited from interface IDisposable. Now if I use object of this class with using keyword. Then How the dispose method will get call. Does garbage collector call it or some else.

2 Answers   Sapient,


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


How to create events for a control? What is custom events? How to create it?

0 Answers  


1)what is difference between char and varchar in sql server 2005 2) what is composite key and candidate key 3) what is temporary table and derived table 4) how to calculate difference between two dates

1 Answers   Wipro,


Categories