Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
what is a parameter explain the new types of parameters introduced in c 40a parameter is a special type of variable which is used in a function to
what is a classa class describes all the attributes of objects as well as the methods that execute the behaviour of member objects it is a
what is object-oriented programming oopoop is a technique to develop logical modules like classes that contain properties methods fields and events
what is the difference between int and int32there is no difference among int and int32 systemint32 is a net class and int is an alias name for
describe the roles of clr in net frameworkclr gives an environment to execute net applications on target machines clr is also a common runtime
what is difference between systemstring and systemstringbuilder classesstring and stringbuilder classes are used to store string values but the
what is the role of the jit compiler in net frameworkthe jit compiler is an significant element of clr which loads msil on target machines for
what is common language specification clscls is a set of essential rules which must be followed by each net language to be a net- compliant language
how many types of generations are there in a garbage collectormemory management in the clr is separated into three generations that are building up
what is lazy initializationlazy initialization is a process by which an object is not initialized until it is first called in your code the net 40
what is microsoft intermediate language msilthe net framework is shipped with compilers of all net programming languages to develop programs there
what are the improvements made in cas in net 40the cas mechanism in net is used to control and configure the ability of managed code previously as
mention the execution process for managed codea piece of managed code is executed as follows choosing a language compiler
what is difference between namespace and assemblyfollowing are the differences among namespace and assemblyassembly is physical grouping of logical
how does cas worksthere are two key methods of cas security policy- code groups and permissions a code group contains assemblies in it in a manner
what is garbage collection explain the difference among garbage collections in net 40 and earlier versionsgarbage collection stops memory leaks
what are tuplestuple is a fixed-size collection that can have elements of either similar or different data types same to arrays a user must have to
differentiate between managed and unmanaged codemanaged code is the code that is implemented directly by the clr instead of the operating system the
what is code access security cascode access security cas is part of the net security model that stops unauthorized access of resources and operations
state the differences between the dispose and finalizeclr uses the dispose and finalize methods to perform garbage collection of run-time objects of
give a brief introduction on side-by-side execution can two applications one using private assembly and the other using the shared assembly be stated
what is common type system ctscts is the component of clr by which net framework provides support for multiple languages because it have a type
explain memory-mapped filesmemory-mapped files mmfs permit you map the content of a file to the logical address of an application these files enable
name the classes that are introduced in the systemnumerics namespacethe following two new classes are introduced in the systemnumerics
what are code contractscode contracts help you to state the code assumptions and statements stating the behavior of your code in a language-neutral