Speaking of Boolean data types, what's different between C# and C/C++ ?
Answer Posted / 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 |
Post New Answer View All Answers
Can a view be shared across multiple controllers? If yes, how we can do that?
How do I use partial view?
What is the difference between renderaction and renderpartial?
What are the 3 main components of an asp.net mvc application?
how do you query in entity model when the result has a join from from different database other than the entity model?
Explain Model, view and Controllers in Asp.Net MVC?
How do I install .net framework?
What is associationset? : Entity framework
What is entitytype? : Entity framework
Explain the methods used to render the views in ASP.Net MVC?
Can you please explain the request flow in ASP.NET MVC framework?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What is MVVM design pattern?
Explain the .net framework.
What is a view engine?