Click here to Skip to main content
15,920,513 members
Home / Discussions / C#
   

C#

 
QuestionReflection - practical application Pin
devvvy27-Nov-08 1:38
devvvy27-Nov-08 1:38 
AnswerRe: Reflection - practical application Pin
Simon P Stevens27-Nov-08 1:45
Simon P Stevens27-Nov-08 1:45 
GeneralRe: Reflection - practical application Pin
devvvy27-Nov-08 2:18
devvvy27-Nov-08 2:18 
GeneralRe: Reflection - practical application Pin
Simon P Stevens27-Nov-08 2:47
Simon P Stevens27-Nov-08 2:47 
AnswerRe: Reflection - practical application Pin
Eddy Vluggen27-Nov-08 2:48
professionalEddy Vluggen27-Nov-08 2:48 
GeneralRe: Reflection - practical application Pin
devvvy27-Nov-08 4:34
devvvy27-Nov-08 4:34 
GeneralRe: Reflection - practical application Pin
Thomas Weller27-Nov-08 4:47
Thomas Weller27-Nov-08 4:47 
AnswerRe: Reflection - practical application Pin
Eddy Vluggen27-Nov-08 4:57
professionalEddy Vluggen27-Nov-08 4:57 
devvvy wrote:
DAL - data abstraction layer?


Yup Smile | :)

devvvy wrote:
dont think Hibernate relies on that...


I dunno about NHibernate, but there are more custom layers out there.

With reflection you can 'ask' a class whether it contains a specific property or method. Combine this with the dynamic loading of an assembly, and querying what classes the assembly got - you could load your RichEdit (or any other control) dynamic from an assembly that the user selects (during runtime) and manipulate it using reflection.

Hope this helps,
GeneralRe: Reflection - practical application Pin
devvvy27-Nov-08 5:01
devvvy27-Nov-08 5:01 
AnswerRe: Reflection - practical application Pin
Mark Churchill27-Nov-08 13:11
Mark Churchill27-Nov-08 13:11 
GeneralRe: Reflection - practical application Pin
devvvy28-Nov-08 4:37
devvvy28-Nov-08 4:37 
QuestionNeed Project Post script Editor Pin
maliafzal27-Nov-08 0:55
maliafzal27-Nov-08 0:55 
AnswerRe: Need Project Post script Editor Pin
Ashfield27-Nov-08 1:19
Ashfield27-Nov-08 1:19 
AnswerRe: Need Project Post script Editor Pin
leppie27-Nov-08 1:35
leppie27-Nov-08 1:35 
QuestionContextSwitchDeadlock Pin
dec8227-Nov-08 0:29
dec8227-Nov-08 0:29 
AnswerRe: ContextSwitchDeadlock Pin
Simon P Stevens27-Nov-08 0:42
Simon P Stevens27-Nov-08 0:42 
QuestionNeed help Marshaling in C# Pin
Tunçay Şanlı27-Nov-08 0:29
Tunçay Şanlı27-Nov-08 0:29 
AnswerRe: Need help Marshaling in C# Pin
leppie27-Nov-08 0:48
leppie27-Nov-08 0:48 
GeneralRe: Need help Marshaling in C# Pin
Tunçay Şanlı1-Dec-08 0:20
Tunçay Şanlı1-Dec-08 0:20 
GeneralRe: Need help Marshaling in C# Pin
Tunçay Şanlı1-Dec-08 0:30
Tunçay Şanlı1-Dec-08 0:30 
Question.net remoting Pin
krinaljariwala26-Nov-08 23:39
krinaljariwala26-Nov-08 23:39 
AnswerRe: .net remoting Pin
Pedram Behroozi27-Nov-08 1:32
Pedram Behroozi27-Nov-08 1:32 
GeneralRe: .net remoting Pin
krinaljariwala27-Nov-08 1:39
krinaljariwala27-Nov-08 1:39 
GeneralRe: .net remoting Pin
Pedram Behroozi27-Nov-08 2:08
Pedram Behroozi27-Nov-08 2:08 
GeneralRe: .net remoting Pin
krinaljariwala27-Nov-08 2:10
krinaljariwala27-Nov-08 2:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.