Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
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
what are daemon threadsdaemon threads run in the background and stop automatically when nothing is running program the example of a daemon thread is
i want to develop sms application with auto reply based on the content of the message using gsm modem egstudent results checking using cell phone via
what is threadjoin in threadingthere are 2 versions of threadjoin -threadjointhreadjoininteger this returns a boolean valuethe threadjoin method
what is threadsleepthe threads execution can be paused by calling threadsleep method this threadsleep method takes an integer value which
what does address of operator dothe address of operator generates a delegate object for the backgroundprocess method a delegate within vbnet is a
what is multi-threadingmulti-threading process forms the subset of multi-tasking inspite of having to switch between programs this feature switches
what is multi-taskingit is a feature of the modern operating system with which we can run multiple programs at the same time for example word excel
what are types of compatibility in vb6there are three possible project compatibility settingsno compatibility project compatibility binary
how object pooling in net is donecom reduces overhead by creating object from scratch thus in com when object is activated its activated from
types of transactions in com netthere are 5 types of transactions that can be used with com an object is whenever registered with the com it
what is dcomdcom is different from com in that it allows for creating objects distributed around a network and a protocol for invoking that
describe iuknown interfaceall com object supports atleast one interface that is iunknown interface all interfaces are the classes derived from
what is reference counting in comthe reference counting is a memory management method used to count the number of times an object has a pointer
what is codedomthe codedom is an object model that represents actually a source code it is designed for language independent - once you create a
image generator ngenexethe ngenexe native image generator allows you to run the jit compiler on your assemblys msil and generate native machine code
what is the difference between converttostring and tostring methodto know the difference between converttostring and tostring see the below code int
prevent net dll to be decompiledby design phase net embeds rich metadata inside the executable code using the msil anyone can easily decompile
difference between vbnet and cthis is the main debatable issue in net community and everyone treat their languages like religionit is a very
concept of boxing and unboxingthe boxing permits any value type to be implicitly converted to type object or to any other interface type implemented