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 are the benefits of .net framework?
How does �side by side� work for the .net framework 3.0?
What is a serverside technology? what is a clientside technology? what is a clientserver technology? what is a internet based application? what is a intranet based application? what is a windows application? what is a console application? Difference between console application and windows application?
What is objectset? : Entity framework
What are the new enhancements done in default project template of asp.net mvc 4?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
how to face first interview in .NET?
Describe the gac in the .net framework.
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
how to create session in .net
What is entity framework? : Entity framework
If I have multiple filters implemented, what is the order in which these filters get executed?