Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
what is the main function of an assembly it contains code that the common language runtime implements microsoft intermediate language msil code in a
what is assemblyassemblies are the building blocks of net framework applications they variety the fundamental unit of deployment version control
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 method do you invoke on the dataadapter control to load your generated dataset with datadataadapterfillds the beauty of this method is it
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 between the two an aspnet control sometimes known as a
how different are interface and abstract class in net abstract classes cannot be instantiated it can have or cant have abstract method basically
how to use activex control in net activex control is a special type of com component that handles a user interface using activex control in your net
differences between datagrid datalist and repeater 1 datagrid has paging while datalist doesnt2 datalist has a property known as 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 like garbage collector exception
what is strong-typing versus weak-typing which is preferred whystrong type is checking the types of variables as early as possible usually at compile
can you explain 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
what is the transport protocol you use to call a web service soaphttp is preferred for soap whereas tcp for binary ie http is used in web services
what is the purpose of dotnetdot net is a collection of products like c aspnet vbnet xml the purpose of net is that we can simply upgrade and degrade
briefly explain how server form post-back works post back the process in which a web page sends data back to the similar page on the server view
can you give an example of what might be best suited to place in the applicationstart and sessionstart subroutinesapplicationstart - we can place
what is a manifest an assembly manifest contains all the metadata required to specify the assemblys version requirements and security identity
what exactly is being serialized when you perform serialization serialization is the process of changing an object into stream of bytes we perform it
what is the main difference between asp and aspnet asp contains scripts which are not compiled while in aspnet the code is
how would asp and aspnet apps run at the same time on the same serverboth asp and aspnet can be run at similar server becuase iis has the capability
difference between panel and group box classe el amp group box both can used as container for other controls like radio buttons amp check box the
how does the xml serializer work what acl permissions does a process using it require xml serializer needs write permission to the systems
types of validation controls provided by aspnetthere are following types of validation controls provided by aspnet1 required field validator2 compare
briefly explain how the server control validation controls work a validation control works by evaluating the value of an input server control on the