Latest Answer: if you install biztalk server it provides Biztalk Project in the project types like webproject, windows project, console project. We use rest of the products of the Biztalk like adapters and all those thing and use them in .net. If you find more suitable ...
Latest Answer: Hi all,There are three types of JIT.1. Pre -JIT2. Econo-JIT3. Normal JITPre -JIT:Compiles whole code once Econo-JIT:Compiles code part by partNormal-JIT:Compiles only that part of code when called in cache.ThanksNarsimha ...
Latest Answer: 1. Abstract class can have method with implementation, interface can only have method definitions2. You can inherit multiple interface but cannot inherit multiple abstract class ...
Latest Answer: U can add an assembly to GAC by using GACUtility Tool. ...
Latest Answer: GAC is made for this purpose only. ...
Latest Answer: Hello everybody.Memory profiler is the important tool which is available on internet.you can you it to indentify memory leakages.Simply attach you assembly and run your application and after some time you can stopn application. after doing so this profiler ...
Latest Answer: Well ATLAS or AJAX is a framwork that supports remote service side calls. where as cache is only server side. While Cache maintains a buffer of data for a period of time. There is no such provision in ATLAS.... ATLAS is used just to update client sidevariables ...
Scenario: You have both v1.1 and v2.0 of .NET framework installed on the same machine and both are configured for command line compiling using the PATH environment variable.Question: Which version of .NET will be activated when you type the 'csc' command at the command prompt?
A) v 1.1B) v 2.0C) Error eccours.D) NoneExplanation: It depends on the order of the frameworks in PATH environment variable. The first version in the path variable will be used. eg: if v2.0 is followed
Latest Answer: .Net manages memory with help of garbage collector. There are three types of generations.Gen 0, Gen1, Gen 2First memory is allocated from gen 0 when gen 0 is full.garbage collector is called. It collects inactive objects from gen0 and active objects ...
What is the reason of occuring overflow-underflow arithmatic exception error, it shows error message when we run ourprogram by adding control
View page << Previous 1 2 [3] 4 Next >>

Go Top