Google

Friday, February 1, 2008

ASP.NET Question And Answer 3

8. Garbage Collection
9. Dispose, finalize, suppress finalize, Idispose interface
10. Assemblies, Namespace: Assembly is a collection of class/namespaces. An
assembly contains Manifest, M etadata, Resource files, IL code
11. Com interoperability, ad ding refer ences, web ref erences
12. Database connectivity an d providers
13. Application Domain
VB.Net
1. Class modifiers: public, private, friend, protected, protected friend, mustinherit,
NotInheritable
2. M ethod modifiers: public, private
3. Overridable
4. Shadows
5. Overloadable
6. Overrides
7. Overloads
8. Set/Get Property
9. IIF
10. Inheritance
11. Polymorphism
12. Delegates
13. Events
14. Reflection
15. Boxing
16. UnBoxing
17. Casting
ASP.Net
1. W eb Controls: Data grid (templates, sorting, p aging, bound columns, unbound
columns, data binding), Data list, repeater controls
2. HTM L Controls
3. Code behind pages, system.web.ui.page base class
4. W eb.config: App settings, identity (impersonate), authentication (windows,
forms, anonymous, passport), authorization
5. Databind.eval
6. Trace, Debug
7. Output cache
8. Session management
9. Application, Session
10. Global.asax httpapplication
11. User controls, custom controls, custom rendered controls (postback event,
postdatachanged event) usercontrol is the base class
12. Directives

No comments: