Vous êtes sur la page 1sur 1

.NET FRAME WORK Q1). What tools can be developed using .NET applications? Q2).

What platforms does the .NET Framework run on? Q3). What languages does the .NET Framework support? Q4). Will the .NET Framework go through a standardisation process? Q5). What is the CLR? Q6). What is the CTS? Q7). What is the CLS? Q8). What is IL? Q9). What does 'managed' mean in the .NET context? Q10). What is an assembly? Q11). How can I produce an assembly?(with example). Q12). What is the difference between a private assembly and a shared assembly? Q13). How do assemblies find each other? Q14). How does assembly versioning work? Q15). How does an AppDomain get created? Q16). What is garbage collection? Q17). Is it true that objects don't always get destroyed immediately when the last reference goes away? Q18). Why doesn't the .NET runtime offer deterministic destruction? Q19). Is the lack of deterministic destruction in .NET a problem? Q20). Does non-deterministic destruction affect the usage of COM objects from managed code? Q21). Can finalize methods be avoided. Can finalize be implemented on class? Q22). Do I have any control over the garbage collection algorithm? Q23). How can I find out what the garbage collector is doing? Q24). Does the .NET Framework have in-built support for serialization? Q25). I want to serialize instances of my class. Should I use XmlSerializer, SoapFormatter or BinaryFormatter? Q26). Can I customise the serialization process? Q27). Why is XmlSerializer so slow? Q28). Why do I get errors when I try to serialize a Hashtable? Q29). XmlSerializer is throwing a generic "There was an error reflecting MyClass" error. How do I find out what the problem is? Q30). Can I create my own metadata attributes? Q31). Can I create my own context attributes? Q32). What is Code Access Security (CAS)? Q33). How does CAS work? Q34). Who defines the CAS code groups? Q35). How do I define my own code group? Q36). How do I change the permission set for a code group? Q37). Can I create my own permission set? Q38). I'm having some trouble with CAS. How can I diagnose my problem? Q39). I can't be bothered with all this CAS stuff. Can I turn it off? Q40). Can I look at the IL for an assembly? Q41). Can source code be reverse-engineered from IL? Q42). How can I stop my code being reverse-engineered from IL? Q43). Can I write IL programs directly? Q44).Technical feasibilities between .NET and COM,DCOM,MTS,COM+? Q45). Can I use COM components from .NET programs? Q46). Can I use .NET components from COM programs? Q47). Is ATL redundant in the .NET world? Q48). How does .NET remoting work? Q49). How can I get at the Win32 API from a .NET program? Q50).Are DOM,SAX and XPATH supported in .NET? Q51).Is multi-therading supported in .NET and if so how can a thread be spawned? Q52). How do I stop a thread? Q53). How do I use the thread pool? Q54). How do I know when my thread pool work item has completed? Q55). How do I prevent concurrent access to my data? Q56). Is there built-in support for tracing/logging? Q57). Can I redirect tracing to a file? Q58). Can I customise the trace output? Q59). What is XML-RPC and XML-RPC .NET? Q60). Where do I obtain XML-RPC.NET from?

Vous aimerez peut-être aussi