What are generics? why it is used?
architecture of ASP.NET?
Answer Posted / jithu
Generics are an extremely useful feature that allows you to
write type safe and efficient collection- and pattern-based
code.
Generics allow you to create type-safe code without knowing
the final type you will be working with. In many instances,
you want the types to have certain characteristics, in
which case you place constraints on the type
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the features that make asp.net more used framework? : asp.net mvc
Define viewstate in .net?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What is sta?
Explain about consistent programming model in the .NET framework?
How can you display all validation messages in one control?
List the types of authentication supported by asp.net?
Why mvc is better than asp.net? : Asp.Net MVC
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
What is redirectpermanent in asp.net?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Can you use c# without .net?
Why is xap important?
Where you store Connection string in "Web.Config" file in ASP.NET?
How will you load dynamic assembly?