When would you use generics in your code c#?
What does clr stand for?
How many bytes is an int?
Why we put script in head of asp.net page Why not in body?
How do you restrict the type which can be used in custom generic?
what is the difference between int and Int32?
what is class libraries?
what is the purpose of Interfaces?
What?s different about switch statements in C#?
What is the use of GC.KeepAlive Method?
What are the basic string operations? Explain.
Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }
What is asp net c# corner?