Can datetime be null c#?


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

Post New Answer

More C Sharp Interview Questions

What is a pre-requisite for connection pooling?

1 Answers  


Can arraylist hold primitive types?

0 Answers  


What is a data set in c#?

0 Answers  


Are c# references the same as c++ references?

0 Answers  


What is the advantage of generics in c#?

0 Answers  






Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.

0 Answers  


Why do we use constructors in c#?

0 Answers  


What is xml comments in c#?

0 Answers  


What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?

0 Answers  


If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?

0 Answers   HCL,


How to authenticate web service? When you enter the web service url in browser it should ask username and password. After entering the un&pwd we have to show its methods and service description(wsdl).

3 Answers  


Is c# lazy thread safe?

0 Answers  


Categories