Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
what is the difference between delegate and eventsactually events use delegates in the bottom but they also add an extra layer on the delegates hence
what is the difference between shadowing and overridingthe main basic difference between shadowing and overriding are as follows-1 the overriding
the events are always public as they are meant to serve each one registering to it but you can access modifiers in the eventsyou may have events with
what is difference between abstract classes and interfacesthe difference bw abstract and interfaces are s follows-1 the abstract
webservices as such do not have any mechanism by which they can maintain their state the webservices can access aspnet intrinsic objects such as
what is an application object amp how it is different from cache objectthe application object can be used in many situations where we want the data
the cache object is always defined in the systemwebcaching namespace you can get the reference to the cache object by either using the cache property
what are the types of dependencies in cachewhenever you add an item to the cache the dependency relationships is define that can force that item to
show the code for the file dependency in cachepartial classdefaultaspxpublic sub displayannouncement dim announcement as stringif cacheannouncement
what is cache callbackthe cache object is dependent on its dependencies for example time based file based etcthe cache items remove the object when
what is scavengingwhen server running your aspnet application runs low on the memory resources items are discarded from the cache depending on cache
what are different types of caching using in aspnetyou can use 2 types of output caching to cache information which is to be transmitted to and
how output cache functionality is achievedthe output cache functionality is achieved by using the outputcache attribute on aspnet page header the
how will you implement page fragment cachingthe page fragment caching includes the caching of a fragment of the page rather than the whole page when
what are aspnet session and compare it with classic asp sessionthe aspnet session caches per user session state it basically uses httpsessionstate
what are the modes of storing aspnet session1 inproc - in inproc mode session state is stored in the memory space of the aspnetwpexe process that is
what are the precautions so that stateserver mode work properlyfollowing are some points to remember so that stateserver mode works properly-a
what are the precautions by which sqlserver mode work properlyfollowing are the things to keep in mind so that the sqlserver mode works properly-a in
ltsessionstate modesqlserver stateconnectionstringtcpip1921681142424 sqlconnectionstringdata source19216811 integrated
what are benefits amp limitation of hidden fieldsthe benefits of using hidden fields are as shown below -1 they are very simple to
what is viewstatethe viewstate is built-in structure for automatically retaining the values among the multiple requests for the similar page the
the performance of the viewstate varies depending on the type of server control to which it is applied the text box label radiobuttoncheckbox
what are benefits and limitation of using viewstate for state managementthe benefits of using viewstate are as follows-1 there is no
how can you use hidden frames to cache client datathis technique is implemented by developing a hidden frame in page which will have your data to be