Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is reflection?

Answers were Sorted based on User's Feedback



What is reflection?..

Answer / kamal

Refelction is used to access assembly informations at
runtime. In .Net we can implement from System.Reflection
namespace.

Is This Answer Correct ?    5 Yes 3 No

What is reflection?..

Answer / janani

reflection is a collection of metadata and combination of
manifest.it can also be used to dynamically invoked method.

Is This Answer Correct ?    6 Yes 5 No

What is reflection?..

Answer / swapna

All .NET compilers produce metadata about the types defined
in the modules they produce. This metadata is packaged
along with the module (modules in turn are packaged
together in assemblies), and can be accessed by a mechanism
called reflection.

The System.Reflection namespace contains classes that can
be used to interrogate the types for a module/assembly.

Using reflection to access .NET metadata is very similar to
using ITypeLib/ITypeInfo to access type library data in
COM, and it is used for similar purposes - e.g. determining
data type sizes for marshaling data across
context/process/machine boundaries.

Reflection can also be used to dynamically invoke methods (
System.Type.InvokeMember ) , or even create types
dynamically at run-timeystem.Reflection.Emit.TypeBuilder).

Is This Answer Correct ?    9 Yes 9 No

What is reflection?..

Answer / kirti

All .NET compilers produce metadata about the types defined in the modules they produce. This metadata is packaged along with the module (modules in turn are packaged together in assemblies), and can be accessed by a mechanism called reflection. The System.Reflection namespace contains classes that can be used to interrogate the types for a module/assembly.

Using reflection to access .NET metadata is very similar to using ITypeLib/ITypeInfo to access type library data in COM, and it is used for similar purposes - e.g. determining data type sizes for marshaling data across context/process/machine boundaries.

Reflection can also be used to dynamically invoke methods (see System.Type.InvokeMember ) , or even create types dynamically at run-time (see System.Reflection.Emit.TypeBuilder).

Is This Answer Correct ?    0 Yes 0 No

What is reflection?..

Answer / agrawars

Reflection is a concept of reverse engineering. The process in order to read and access mechanism of control or assembly is called reflection. It can be performed by using System.reflection namespace in .net

Top two answers can be provide after it.

Thanks.

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More Dot Net Framework Interview Questions

What is ViewStart Page in ASP.Net MVC?

0 Answers   B-Ways TecnoSoft,


what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?

0 Answers  


What is JIT and how is works ?

10 Answers  


How to use multiple submit buttons in asp.net mvc?

0 Answers  


Which is the root namespace for fundamental types in .net framework?

0 Answers  


What is routeconfig.cs in mvc 4?

0 Answers  


I can't be bothered with all this CAS stuff. Can I turn it off

1 Answers  


How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!

2 Answers   HCL,


Is the lack of deterministic destruction in .NET a problem

1 Answers  


What is the difference between string and String

1 Answers  


what is the three pillar of .Net ?

11 Answers  


explain how you can load related entities in ef (entity framework)?

0 Answers   Microsoft,


Categories