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 data type should you use if you want an 8-bit value that's signed ?
How do you specify comments using razor syntax?
Can source code be reverse-engineered from IL?
The order of the filters that get executed, if the multiple filters are implemented?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
What is namespace used for loading assemblies at run time and name the methods?
Is dapper better than entity framework?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
What is tempdata?
Explain the new features added in version 4 of mvc (mvc4)?
What are Non Action methods in ASP.Net MVC?
What are differences between entity framework and l2s? : Entity framework