- Full form of MVC?
- Steps of MVC application execution?
- Difference between ViewBag, ViewData,TempData?
- How can i transfer a values from controller to controller?
- How can i transfer a values from action to action?
- How can i transfer a values from view to view?
- What are the form action types-Get Post?
- Can i use a Get function acting like Post to save data?
- What is base class of data annotation?
- What are the types of validations related to MVC?
- How unobtrusive.js works?What will happen if i donot use this?
- What are the return types of actions?
- What can be used as return type while dealing with files?
- Is it possible to return void in action?
- What is main base class for MVC?
- What is base class of validation attribute?
- When model binding works?
- For custom model binding where i have to register that binder?
- What is bundle?
- What is routing?
- What is editor template and display template?
- What are the folders mvc finds for view?
- What are the differences between view and partial view?
Progaming Questions
Saturday, January 18, 2014
MVC
ASP.Net and IIS
- What is Session?
- What is ViewState?
- How web.config works?
- What is cross page post back?
- Difference between response.redirect and server.transfer?
- What are the session state modes?
- What is In proc session state management?
- What is State server session state management?
- What is SQL server session state management?
- What is sticky session?
- Difference between session state and application state?
- Why web applications are state less?
- What are the request to response steps?
- What is cookie?
- What is cache?
- Can i have multiple master pages in a single project/single page?
- What is application pool?
OOPS and C# Questions
- What is Class?
- What is Object?
- What is Variable?
- 4 Basic things of OOPS.
- What is reference type and value type variable?
- Immutable means?
- Difference between Mutable and Immutable class?
- What is Interface?
- Tell a real life example of Interface.
- Why should i use abstract class?
- Difference between abstract class and interface?
- Difference between static and constant?
- How can i prevent a function to be inherited?
- What is function overloading?
- What is Optional parameters?
- What is named parameters?
- How dynamic data type works?
- What id function overriding?
- How can i force a user to inherit a class?
- What is delegate?
- What is Thread?
- What is the namespace do i need to use for Thread?
- Tell an example of partial class/Why we need to use partial class?
- Can i use Using(Class1 obj=new Class1()){}? if so then how?
- What is the need of Serialize?
- What is overriding?
- Why to use Virtual ?
- Do i need to override function if call inherited from abstract class?
- If i have same function in base as well as in sub class then what happen at the time of compilation?
- When can I use new keyword in function declaration?
- How to call base class's function if i have same function in base and in sub class?
Subscribe to:
Posts (Atom)