QUESTIONS

Tagged: reflection

answers  0
views  238
votes  0

[Article] Reflection in .NET - Part 5  

This is in continuation to Reflection in .NET - Part 4 Late Binding In our programs, we usually use early binding where the programmer declares the type of an object beforehand. In early binding, the ...
Apr 20, 2016
Hisham Dalal
{ 100 - 1 - 0 }
answers  0
views  343
votes  0

[Article] Reflection in .NET - Part 4  

This is in continuation to Reflection in .NET - Part 3 ReflectionPermission If ReflectionPermission is not granted to the code, it can access only the public members of the loaded assemblies. The code ...
Apr 19, 2016
Hisham Dalal
{ 100 - 1 - 0 }
answers  0
views  358
votes  0

[Article] Reflection in .NET - Part 3  

This is in continuation to Reflection in .NET - Part 2 Querying the fields for their attached attributes Consider a library app that has the entities like Book, Student, etc. Now you can use attribute ...
Apr 19, 2016
Hisham Dalal
{ 100 - 1 - 0 }
answers  0
views  441
votes  0

[Article] Reflection in .NET - Part 2  

This is in continuation to Reflection in .NET - Part 1 Retrieving a Type System.Type class Every CLR object or value is an instance of some type. A type itself is an instance of type System.Type. An i ...
Apr 19, 2016
Hisham Dalal
{ 100 - 1 - 0 }
answers  0
views  665
votes  1

[Article] Reflection in .NET - Part 1  

Introduction to Reflection In general, the reflection refers to the ability of a running C# program to inspect data about itself and manipulate accordingly. It is a powerful tool that lets you read wh ...
Apr 19, 2016
Hisham Dalal
{ 100 - 1 - 0 }
5  posts
You may also like
When to use 'ref' and 'out' keywords - specifically with strings?
Visual Studio 2015 F10 Debugger key not working
Horizontally centering a <div> inside another <div>
How to Encrypt and Decrypt a string in C#
Server Side Rendering in JavaScript?
Curlybrackets Software
The source code for Curlybrackets (C#/.NET/SQL Server) is available for purchase here. Start your own Q+A site now!

Easily create custom post types: messages, ideas, questions, tickets, whatever.

The Software Pack is a great place to start your corporate Q+A customer support site.