Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
describe session handling in a web farm how does it work and what are the limits in aspnet there are three ways to handle session objects
assignment 3b experiment with neural networkbackgroundin this assignment you will experiment with neural network for solving different types of
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 here
what is reflection it extends the benefits of metadata by permitting developers to inspect and use it at runtime for example dynamically verify
what is delegationa delegate acts like a strongly type function pointer delegates can raise the methods that they reference without making explicit
explain how viewstate is being formed and how it is keeps on clientthe type of viewstate is systemwebuistatebag which is a dictionary that keeps
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
define assemblyassembly is a one deployable unit that contains information about the execution of classes structures and interfaces it also keeps the
what are assemblies assemblies are same to dll files both have the reusable pieces of code in the shape of classes functions dll needs to be
what are the differences between asp and asp net 1 asp code is interpretedaspnet code is compiled2 asp business logic and presentation logic
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