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 difference between managed and unmanaged code?
How do you register the dotnet component or assembly ?
1 Answers Accenture, BirlaSoft,
What is objectcontext? : Entity framework
How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?
When will the .net framework 3.0 be released?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
Iam using an asp.net application . i want to update one of my table in database at 4pm every day how it is possible.
Explain the advantage of packaging over xcopy in .net?
what is Thread Priority?
What is entitytypes? : Entity framework
Explain what is routing?
What is the use of action filters in an mvc application?