Monday, September 13, 2010

Designing is the creativity

web designinig is my  hobbie

3 comments:

  1. .netframework is product given by microsoft for windows operating system
    it is development environment

    2.Is .netframework platform dependent or independent?
    3.what is CLI?
    4.What is CLS?
    5.What is CTS?
    6.What is difference between .netframework and mono?
    7.what is MSIL code?
    8.What is an assembly?
    9.How is the content of assembly in text format?
    10.what is the difference between COM component and Assembly?
    11.Can we use COM component in .net application?
    12.what is task of CodeManager ?
    13.What is CLR,and its task?
    14.What is the difference between Managed code and unmanaged code?
    15.What is Garbage collector?
    16.What is Managed Heap?
    17.can I use .net component in COM component?
    18.what is WINAPI?
    19.Can I WinAPI in .netframework?
    20.what is the difference between value types and reference types?
    21.What is base type for reference types?
    22.what is JIT?
    23.how many types of jit compilers are there?
    24.what is PE file?
    25.what is the difference between PE file and Assembly?
    26.what is appdomain and when it is created?
    27.is it possible to create an appdomin by programmer?
    28.what is the difference between AppDomain and PCB?
    29.what are the different types of assemblies?
    30.what is Strong name key?
    31.How to create strong name Key?
    32.what is the use of private key in Strong name key?
    33.what is Digital signature ?
    34.what is the use of public key in Strong name key?
    35.what are the different parts in version of assembly?
    36.what is the difference between private assembly and public assembly?
    37.what is satellite assembly?
    38.what is delay signing?
    39.what is GAC?
    40.What is DLL hell problem and how to avoid it in assemblies?
    41. What are generations and how are they used by the garbage collector?
    42. What is Ilasm.exe used for?
    43. What is Ildasm.exe used for?
    44. What is the ResGen.exe tool used for?
    45.what is Manifest and its parts?
    46.what is the tool used to install assembly in GAC?
    47.what is the use of System.GC.Collect()?
    48.what is difference between COM,COM+,DOM?
    49.what is the difference between namespace and Assembly?
    50.what are different technologies of .netframework?
    51.can source code reverse engineered from IL code?
    52.How can I stop my IL code being reverse engineered?
    53.Can I write IL code programs directly?
    54.Can I do things in IL that can not be done in C#?
    55.what is the size of .net object?

    ReplyDelete
  2. casestudy1
    Take two threads (Thread1 and Thread1).Thread1 reads line by line from a.txt,After reading one line suspend thread1.Thread2 has to write that line into b.txt.After writing line into b.txt,it must be suspended.it must be continued until all content of a.txt is completed
    Posted by pardhu at 2:25 AM

    ReplyDelete