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

C#

 
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 
GeneralRe: AOP - Modifying a IMethodReturnMessage Pin
Heath Stewart4-Dec-03 14:51
protectorHeath Stewart4-Dec-03 14:51 
I guess I'm of the mind that while modularity is good (I'm a stickler for a good object-model), allowing some degree of control / not hiding too much is good between objects. For example, our data tier objects in the app I designed always throw exceptions unless they can recover from certain exceptions, while the business objects or UI tier decide what to do with the exceptions. This allows the app to pass extra information to the client about why the exception occured (not to mention it's handy to debug when some of my guys don't have the source for some components) and allows the caller to decide how to handle it. We also use proxies ala remoting. I guess whatever works for you, though. There's never an absolute correct way in development! Smile | :) (Although there are a lot of stupid and flat-out wrong ones...not that yours is - just my commentary! Smile | :) )

I'm going to have to read-up on this aspect-oriented technique. I've heard it mentioned several times and know there's an article around here in CP somewhere, I've just never read it. I'll have to do that and google for a few other resources, but if you've got a link or too to something you found useful, I'd sure appreciate it.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
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 
GeneralTextBox Arrays Pin
spindar3-Dec-03 13:33
spindar3-Dec-03 13:33 

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.