Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
what is the difference between vb6 and vbnetvb61 it is object-based language2 it does not support
explain interfacean interface is not a class it is an entity that is explained by the word interface an interface has no implementation it only has
what is an interface and what is an abstract class please expand by examples of using both explain why in a interface class all methods are
net is compile time or runtime environment nets framework has clscts and clrcts checks declaration of types at the time when u write code and
how would you implement inheritance using vbnetwhen we set out to execute a class using inheritance we must first begin with an existing class from
how to creating a key pair you can create a key pair using the strong name tool snexe key pair files usually have an snk extensionto create a key
what is the difference between proc sent by val and by refby val changes will not be reflected back to the variableby ref changes will be reflected
custom authenticationif we dont need aspnet to perform any authentication we can set the authentication mode to nonethe reason behind this decision
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