Can we access the web controls in a page pre initialising event?
Answers were Sorted based on User's Feedback
How does the 'page lifecycle' of asp.net mvc works?
What is a model in android?
How the framework differentiate between 2 version dlls? eg Version 2.0 and 2.1 dlls are there. both are referred in the code.but we are using only name of that dll not the version number. in run time how the framework know which dll has to be referred?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What are the components required to create a route in mvc?
What is the advantage of mvc?
Explain JSON Binding?
What are the versions of .net framework?
What is separation of concerns in asp.net mvc?
What is JIT and how is works ?
Can you handle all button click events at once in a form? Give coding.