How can Bitwise OR operator reresents in .Net??
To which alias name a variable points to if it is declared
as "int" variable??
Answer / kaviean
Binary OR operator -> | (single pipe)
eg. varA | varB
"int" is an alias for System.Int32
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the use of view model in asp.net mvc?
Explain the difference between viewbag and viewdata in mvc?
What is JIT and how is works ?
What is the importance of NonActionAttribute?
Are there any parts of the .net framework 3.0 that only work on windows vista?
What is the .net framework?
How many .NET languages can a single .NET DLL contain
What is the "helperpage.isajax" property?
What is the role of the jit compiler in .net framework?
what is difference b/w .net 1.1 and .net 2.0. I need Answer in c# , asp.net and ado.net Level.Like c#1.1 and c#.1.1 , ado.net1.1 and ado.net2.0 and asp.net1.1 and asp.net2.0
What is work of clr?
Why do you need to box a primitive variable