Speaking of Boolean data types, what's different between C# and C/C++ ?
Answer / kirti
There's no conversion between 0 and false, as well as any other number and true, like in C/C++.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is boxing and unboxing?
what is the three pillar of .Net ?
how to maintain the session state? what is Abstract class and interface and inheritence with example?
what are abstract classes? what is overriding?
what is code first approach?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
How .net assemblies are registred as private and shared assembly ?
What are the contents of assembly?
explain why t4 entity is important in entity framework?
What is an asynchronous controller in asp.net mvc?
Can you set the unlimited length for "maxjsonlength" property in config?