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
Which is the root namespace for fundamental types in .net framework?
Explain two instances where routing is not implemented or required?
How do I install .net framework?
What are html helpers in asp.net mvc?
Explain JSON Binding?
What is the meaning of unobtrusive javascript? Explain us by any practical example.
what is split entity?
What is entity framework? : Entity framework
How does .net framework works?
What is page life cycle?
explain lazy loading, eager loading, and explicit loading?
how can you enhance the performance of entity framework?
Explain Bundle.Config in ASP.Net MVC4?
What is a model in android?
What is viewstart page in mvc?