![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions A delegate object encapsulates a reference to a method. In C++ they were referred to as function pointers. Latest Answer : A typical example of delegate usage can be found in event handling. For example, when the event is raised that the selected index of a dropdown list changed, we want method "ddlFoo_SelectedIndexChanged(object sender, EventArgs e)" to be ... .NET FRAMEWORK1. What is .NET Framework?The .NET Framework has two main components: the common language runtime and the .NET Framework class library.You can think of the runtime as an agent that manages View Question | Asked by : Prasanna Muthukrishnan Skill/Topic: AdvancedA) Specialized DLLsB) PointersC) Delegates Latest Answer : ha ha ha..here u go again sisira.. opening your stinking mouth.When you dont know the answers why you shamelessly give the answer ... Skill/Topic: AdvancedA) YesB) NoExplanation: Pointers can be used if required, but it will be unsafe code. Latest Answer : well, actually, we can use pointers in C#..only tht we should mark the code as unsafe and before compiling we should use the tag unsafe. ... Skill/Topic: AdvancedA) Copies the IL code to the heapB) Destroys the pointersC) is responsible for automatic memory management Latest Answer : ans:C) is responsible for automatic memory management ... Skill/Topic: AdvancedA) reflectionB) pointersC) collections Latest Answer : Reflection ... can we use pointer in c# ?if we can then how it can implement ?and if no then why we can not use pointer in c#? Latest Answer : we can use pointers in C# within the scope of unsafe code e.g.:unsafe{//all pointer related code here}but doing so, makes ur code un managed.Also, if you want to have pointers to class level variables, you must use fixed keyword. ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||