What is the role and responsibilities of business analyst and how is that role different from that of a project manager?
Static PagesQuick and easy to put together, even by someone who doesn't have much experience. Ideal for demonstrating how a site will look. Cache friendly, one copy can be shown to many people. Dynamic
Latest Answer: static page: user can not interact with these pages i.e, not customiseddynamic page: user can interact with these pages i.e, customised and database access can be done through these pages ...
Latest Answer: Threads are processed differently depending on IIS5. or IIS 6 is used. For each request that comes in, a new instance of the appropriate HttpApplication-derived class is created, as are the associated modules for that app. To avoid reallocating apps and ...
Latest Answer: Multithreading is a important feature of .NET, which was not there in Visual Basic.If u want to use Multithreading, import a namespace called as System.Threading.In this namespace there are many classes related to it like Mutex,.... ...
Latest Answer: thread can be stopped temporarily by thread.suspend and then recovered by thread.resume. Also thread.abort stops the thread completely and cannot be recovred unless created a new one. ...
Latest Answer: You can customize the tracing output's target by adding TraceListener instances to or removing instances from the Listeners collection. ...
Latest Answer: TextWriterListener will redirect the tracing output to an instance of the TextWriter or to any object of stream class such as log file, network stram or Console. ...
Latest Answer: basically there are two ways by which you can enable tracing.i. page label ii.application label.For page label tracing in the page directive write the followingand if you want show some message then either wrire trace.write(message) ...
Latest Answer: Identity permissions control code access from one assembly to another. You can use identity permissions, which are a subset of code access permissions, either declaratively or imperatively ...
Latest Answer: Above answer is correct but i add two more lines:Serialization is the process of converting an object into a stream of bytes.For example, you can share an object between different applications by serializing it to the clipboard. You can serialize an object ...
View page << Previous 1 [2] 3 4 5 Next >>

Go Top