If you are LOOKING for material to prepare for a technical interview and you are a Developer on MS Technologies, you have come to the right place! Welcome to MOREDOTNET! The collection of definitions & concepts, that flow step by step and take you through the .NET learning curve. Here you will find the most useful notes on .NET framework & architecture, OOPS in .NET, questions onASP.NET, ADO.NET Notes, MS SQL, Oracle, Javascript & XML stuff, Interview preparation material & questions, the most frequently asked questions and more. You would also find links to the latest stuff in the .NET World. Stay tuned to MoreDotnet! Learn more & more...
CONTENTS══════════════════════
OOPS- Class, Key Concepts of a Class, Class Members, Object, Structure, Method, Property, Event, Access Modifiers, Public, Private, Protected, Friend, Protected Friend, Default, Overloads, Shared, Overidable, Overrides, NotOverridable, MustOverride, Shadows, Constructors, New, MyBase, Me, Abstract Class, Interface, Serializable, Boxing, UnBoxing, Value Type, Reference Type
.NET FRAMEWORK - .NET, Versions of .NET, Operating Systems Support in .NET, .NET Compact Framework, Mono, .NET Tools, CLI, CLR, Class Libraries, CTS, MSIL, Managed Code, Managed Data, Managed Classes, Reflection, Assembly, Private & Shared Assemblies, Assembly Versioning, Application Domain, ILDASM, Namespaces, SN.EXE, GACUTIL, Garbage Collector, IDisposable Interface, Serialization, XmlSerializer, BinaryFormatter and SoapFormatter, Attributes, CAS, Threads, Trace & Debug
How do I send a new page to the user? How do I pass values between pages? How do I pass data to a user control? How do I pass data back to the page from a user control? How do I pass a value between two user controls? How do I pass a value between an ASP.NET 2.0 page and its master page? How do I store global variables? How do I store a value between PostBacks? How do I loop through all the controls in a form? How do I store sensitive data securely? Why don't any controls show up on my page at run time? What is a Server Control? What's the difference between HTML controls and Web controls? What's the difference between User Controls and Custom Controls? How do I save the state of my controls between postbacks? How do I set the focus to a particular control on my page? How do I send the output of a Web control via e-mail?