How can Bitwise OR operator reresents in .Net??
To which alias name a variable points to if it is declared
as "int" variable??
Answer Posted / kaviean
Binary OR operator -> | (single pipe)
eg. varA | varB
"int" is an alias for System.Int32
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is dapper better than entity framework?
What is the "helperpage.isajax" property?
What is edm in entity framework?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
Explain the methods used to render the views in mvc?
What is difference between razor and web form engine?
Is .net framework dead?
What is work of clr?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
what is entity framework?
What is ViewData and TempData in ASP.Net MVC?
mention what is the key advantage of using entity framework or ef?
What is entitycontainer? : Entity framework