Difference between int and int32
Answer / kirti
Both are same. System.Int32 is a .NET class. Int is an alias name for System.Int32.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
In which assembly is the mvc framework defined?
What are action filters?
What are the 2 ways of adding constraints to a route?
What platforms does the .NET Framework run on?
What are the methods in Thread class?
Why doesn't the .NET runtime offer deterministic destruction
What operating systems will the .net framework 3.0 be available for?
When do you absolutely have to declare a class as abstract
Can a nested object be used in Serialization
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What is the difference between renderaction and renderpartial?