What data type should you use if you want an 8-bit value that's signed ?
Answer Posted / kirti
sbyte.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the gac in the .net framework.
what is use of entity container?
What is entityset? : Entity framework
If I have multiple filters implemented, what is the order in which these filters get executed?
What is mapping in entity framework? : Entity framework
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
mention what is code first approach and model first approach in entity framework?
Where is tempdata stored?
What is the difference between ViewData, ViewBag and TempData?
What is an asynchronous controller in asp.net mvc?
what do you mean by navigation property?
Explain Model, view and Controllers in Asp.Net MVC?
How to change the action name in mvc?
What is NonActionAttribute ?