Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
you can post back to any of the page and pages in other application too but if you are posting pages to other application the previouspage property
the sql cache dependencies is a new characteristic in aspnet 20 which can automatically invalidate a cached data object like a dataset when the
why do we need static methods for post cache substitutionthe aspnet should be able to call this static method even when there isnt an instance of
what is object oriented programmingthis is a problem solving process to develop software systems this is a technique to think real world in terms of
what is a class in dot netthe class describes all the attributes of objects as well as the methods which implement the behavior of member objects it
what is an object in dot netthis is the basic unit of a system an object is an entity that has identity attributes and behavior the objects are
what is the relation between classes and objectsthe class amp object look very much same but are not same the class is a definition while object is a
what are characteristics of object oriented systemsthe characteristics of object oriented systems are as follows1 abstraction the
what are the steps of acquiring a proxy object in webservicethe following steps are required to get a proxy object of a webservice at the client
what is discothe web service description language wsdl is a w3c specification which defines the xml grammar for describing the web servicesxml
what is uddithe full form of the uddi is universal description discovery and integration the directory that can be used to publish and discover
what is a web servicethe web services are the business logic components which provide the functionality via the internet using standard protocols
what is marshalling and types of marshallingthe marshaling is used when an object is converted so that it can be sent across the network or across
what is asynchronous one-way callsthe one-way calls are a different from the asynchronous calls by the execution angle that the net framework does
what are leasetime sponsorship time renew on call time and lease manager poll timein the normal net environment objects lifetime is managed by
its never told to distribute complete implementation at client due to following shown reasons-1 anyone can use ildasm and decrypt your logic2
what is fundamental of published or precreated objects in remotingin the scenarios of the singleton or single call the objects are created
different types of remote object creation mode in netthere are 2 different ways in which the object can be created using remoting -1sao server
what is the difference between thread and processthe thread is a path of execution which can run on cpu a process is a collection of threads that
avoid deadlock in threadingthe best and careful planning may avoid deadlocksthere are so many ways microsoft has provided by which you can
what is readerwriter locksyou may want to lock the resource only whenever data is being written and permit multiple clients to parallel read data
what is manual reset event and auto reset eventthe threads that call one of the wait methods of a synchronization event should wait until other
what are wait handlesthe wait handles sends signals of a thread status from one thread to another thread there are 3 kind of wait
what is a monitor objectmonitor objects are used to ensure that a block of code runs without being interrupted by code running on other threads in
how can we know a state of a threadthe threadstate property is used to get complete detail of a thread the thread can have one or a combination of