![]() Related Questions In .NET Compact Framework, can I free memory explicitly without waiting for garbage collector to free the memory? A developer company sends dll's to the client. someclient is not happy current functionality, so requestsome modification. developer made some changes andsend new dll to all clients. Some client is happy withold version, tell me minimal change to so that neitherclients get affected. Read Answers (3) | Asked by : Rupesh Agrawal What are assembly attributes?what are assembly version requirements and security identity?what is public key in assembly? 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 : 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 ... Suppose I have a .net assembly version 1.0 in GAC now i want to update the version to 2.0how can i do that. how can i update my previous version. Which command is used to keep a constraint into a datacolumnor, how to keep a constraint into datacolumn If there are 5 different .net applications running on a single machine,When the Garbage Collector wakes up how does it release the unused resources1)Will there be 5 threads of GC running(1 for each application)?2)Will Latest Answer : CLR maintains a table content of what are the objects created, what are the tasks running.CLR wont create threads itself. because threads concept have many disadvantages.Based on that table only GC collects on Managed Heap objects. ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||