Click here to Skip to main content
16,011,358 members
Home / Discussions / C#
   

C#

 
QuestionHow to capture data from the local serial port through a Aspx page situated in a Web Server ?? Pin
Nuno Silva4-Dec-03 3:58
Nuno Silva4-Dec-03 3:58 
AnswerRe: How to capture data from the local serial port through a Aspx page situated in a Web Server ?? Pin
Colin Angus Mackay4-Dec-03 4:03
Colin Angus Mackay4-Dec-03 4:03 
GeneralRe: How to capture data from the local serial port through a Aspx page situated in a Web Server ?? Pin
Nuno Silva4-Dec-03 6:10
Nuno Silva4-Dec-03 6:10 
GeneralAOP - Modifying a IMethodReturnMessage Pin
bzurer4-Dec-03 3:47
bzurer4-Dec-03 3:47 
GeneralRe: AOP - Modifying a IMethodReturnMessage Pin
Heath Stewart4-Dec-03 5:20
protectorHeath Stewart4-Dec-03 5:20 
GeneralRe: AOP - Modifying a IMethodReturnMessage Pin
bzurer4-Dec-03 10:27
bzurer4-Dec-03 10:27 
GeneralRe: AOP - Modifying a IMethodReturnMessage Pin
Heath Stewart4-Dec-03 10:50
protectorHeath Stewart4-Dec-03 10:50 
GeneralRe: AOP - Modifying a IMethodReturnMessage Pin
bzurer4-Dec-03 13:51
bzurer4-Dec-03 13:51 
One reason is the the security is very granular. For instance, if the client wants to see Employee.Name, Employee.Position and Employee.Salary but has no rights to Employee.Salary, I want to return

Name: Ludwig Wittgenstein
Position: TA, Philosophy
SSN : Access Denied

rather than throwing an execption.

I could easily pass around some sort of security token and handle this in the get_Methods, but my aim is to have my business objects contain ONLY business logic. I want security, profiling, versioning and concurrency concerns to be coded using aspect-oriented techniques.



Robert Zurer
robert@zurer.com

GeneralRe: AOP - Modifying a IMethodReturnMessage Pin
Heath Stewart4-Dec-03 14:51
protectorHeath Stewart4-Dec-03 14:51 
GeneralRe: AOP - Modifying a IMethodReturnMessage Pin
bzurer4-Dec-03 22:29
bzurer4-Dec-03 22:29 
GeneralRe: AOP - Modifying a IMethodReturnMessage Pin
Heath Stewart5-Dec-03 3:10
protectorHeath Stewart5-Dec-03 3:10 
GeneralRe: AOP - Modifying a IMethodReturnMessage Pin
bzurer4-Dec-03 23:02
bzurer4-Dec-03 23:02 
GeneralUsing ::SendMessage in C# Pin
Andreas Philipson4-Dec-03 0:29
Andreas Philipson4-Dec-03 0:29 
GeneralRe: Using ::SendMessage in C# Pin
Heath Stewart4-Dec-03 5:04
protectorHeath Stewart4-Dec-03 5:04 
GeneralRe: Using ::SendMessage in C# Pin
Andreas Philipson4-Dec-03 5:18
Andreas Philipson4-Dec-03 5:18 
GeneralRe: Using ::SendMessage in C# Pin
Andreas Philipson4-Dec-03 5:23
Andreas Philipson4-Dec-03 5:23 
GeneralJournal Hook Pin
lajiyo3-Dec-03 22:18
lajiyo3-Dec-03 22:18 
GeneralHide Commandbars in word doc shown in axWebBrowser... Pin
Martin Jonsson3-Dec-03 20:02
Martin Jonsson3-Dec-03 20:02 
GeneralRe: Hide Commandbars in word doc shown in axWebBrowser... Pin
Heath Stewart4-Dec-03 4:53
protectorHeath Stewart4-Dec-03 4:53 
GeneralC# Threads Pin
Anonymous3-Dec-03 19:35
Anonymous3-Dec-03 19:35 
GeneralRe: C# Threads Pin
Anonymous4-Dec-03 2:16
Anonymous4-Dec-03 2:16 
GeneralRe: C# Threads Pin
Heath Stewart4-Dec-03 4:40
protectorHeath Stewart4-Dec-03 4:40 
GeneralCopy files across networked servers Pin
stateyama3-Dec-03 14:11
stateyama3-Dec-03 14:11 
GeneralRe: Copy files across networked servers Pin
Heath Stewart4-Dec-03 4:37
protectorHeath Stewart4-Dec-03 4:37 
GeneralRe: Copy files across networked servers Pin
stateyama4-Dec-03 6:57
stateyama4-Dec-03 6:57 

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.