What are generics? why it is used?
architecture of ASP.NET?
Answer Posted / jyoti
Generics provide the solution to a limitation in earlier
versions of the common language runtime and the C# language
in which generalization is accomplished by casting types to
and from the universal base type Object. By creating a
generic class, you can create a collection that is type-
safe at compile-time.increases the
performance.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
Define asp.net caching?
What is event in asp.net?
Differentiate between structure and class.
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
Explain Life cycle of ASP.NET page when a request is made.
What is synchronous and Asynchronous post back ?
How will you load dynamic assembly? How will create assesblies at run time?
Which object encapsulates state or data of a user?
What does asp stand for in asp.net?
Which is faster union or union all?
Which type of state management is provided by Query String in ASP.NET?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What is the procedure to create the environment for asp.net? : asp.net mvc
Define msil.