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 .glimpse in mvc?
What is the difference between model view and controller?
Mention two instances where routing is not implemented or required?
What is JIT and how is works ?
What is the domain object?
Where are the value-type variables allocated in the computer RAM ?
what is way of loading data in ef (entity framework)?
mention what is the difference between ado.net and classic ado?
Can you draw and explain the .NET Farmework?
What is the use of the default route {resource}.axd/{*pathinfo} ?
How to ensure the credentials for WebService using Windows authentication
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?