Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
passport authenticationa centralized service given by microsoft offers a single logon point for clientsunauthenticated users are redirected to the
explain forms authenticationyou as a web application developer are supposed to increase the web page and authenticate the user by checking the given
explain windows authentication schemesthere are four parts of windows authenticationi integrated windows authenticationii basic and basic with ssl
what are the authentication methods in net1windows authentication2forms authentication3passport authentication4nonecustom
how does output caching work in aspnet output caching is a powerful method that enhances requestresponse throughput by caching the content
why the javascript validation not run on the aspnetthe aspnet button is post backed on the server amp not yet submit amp when it goes to the server
describe session handling in a web farm how does it work and what are the limits in aspnet there are three ways to manage session objects one
how is a property designated as read-only in vbnet public read-only property property name as return type get your property execution goes in
what is reflection it extends the advantages of metadata by allowing developers to inspect and use it at runtime for example dynamically determine
what is delegationa delegate seems like a strongly type function pointer delegates can request the methods that they reference without making
what is serialization how it works in netserialization is when you persist the state of an object to a storage medium so an exact copy can be
explain assembliesan assembly is a single deployable unit that having all the information about the implementation of - classes- structures and-
what are assembliesassembly is a single deployable unit that have information about the implementation of classes structures and interfaces it also
what are the differences between asp and asp net asp code is interpretedaspnet code is compiled asp business logic and presentation logic are
what is assemblyassemblies are the building blocks of net framework applications they form the fundamental unit of deployment version control reuse
in what order do the events of an aspx page execute as a developer is it important to understand these events if you try to access it in
which template must you provide in order to display data in a repeater controlitemtemplateto display data in the itemtemplate declare one or more web
briefly explain what user controls are and what server controls are and the differences among the two an aspnet control sometimes known as a
how different are interface and abstract class in netabstract classes cannot be instantiated it can have or cannot have abstract method basically
how to use activex control in net activex control is a special type of com component that supports a user interface usingactivex control in your
differences between datagrid datalist and repeater 1 datagrid has paging whereas datalist doesnt2 datalist has a property called repeat
explain dataset accept changes and data adapter update methods data adapter update method calls the respective insert update or delete statements
what is clr clrcommon language runtime is the major resource of net framework it is collection of services such as garbage collector exception
what is strong-typing versus weak-typing which is preferred why strong type is checking the types of variables as soon as possible usually at
can you define what inheritance is and an example of when you might use itthe process of deriving a new class from an existing class is known as