Click here to Skip to main content
15,912,977 members
Home / Discussions / C#
   

C#

 
AnswerRe: Update() method in TableAdapter Pin
Christian Graus23-Jan-07 16:04
protectorChristian Graus23-Jan-07 16:04 
GeneralRe: Update() method in TableAdapter Pin
hotnreddyfreddy24-Jan-07 5:26
hotnreddyfreddy24-Jan-07 5:26 
QuestionXml.File Pin
missfath23-Jan-07 15:18
missfath23-Jan-07 15:18 
AnswerRe: Xml.File Pin
Christian Graus23-Jan-07 16:05
protectorChristian Graus23-Jan-07 16:05 
AnswerRe: Xml.File Pin
gauthee23-Jan-07 21:06
gauthee23-Jan-07 21:06 
GeneralRe: Xml.File Pin
missfath28-Jan-07 14:39
missfath28-Jan-07 14:39 
QuestionUsing Attributes to implement "callbacks" Pin
urbane.tiger23-Jan-07 13:56
urbane.tiger23-Jan-07 13:56 
AnswerRe: Using Attributes to implement "callbacks" Pin
Marc Clifton23-Jan-07 14:34
mvaMarc Clifton23-Jan-07 14:34 
pjd1001 wrote:
I was wondering how much use people make of attributes to implement "callback" like processing a'la OnDeserialized etc in NET2.0 serialization process.


I used to think that metadata was the cat's meow. After using it extensively, I discovered that it leads to a maintenance nightmare. If you decide to change the attributes to a property, you have to recompile the whole assembly. Which, frankly, sucks. It would be much better if the metadata was external to the source code, so it can vary in a decoupled way from the code itself. Some people probably would not be happy with that idea. But that's my thoughts on the whole attribute thing.

Marc


Thyme In The Country

People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith


GeneralRe: Using Attributes to implement "callbacks" Pin
urbane.tiger28-Jan-07 14:08
urbane.tiger28-Jan-07 14:08 
QuestionGood ideas for beginner programming?? Pin
TrooperIronMan23-Jan-07 13:35
TrooperIronMan23-Jan-07 13:35 
AnswerRe: Good ideas for beginner programming?? Pin
urbane.tiger23-Jan-07 14:04
urbane.tiger23-Jan-07 14:04 
AnswerRe: Good ideas for beginner programming?? Pin
Marc Clifton23-Jan-07 14:36
mvaMarc Clifton23-Jan-07 14:36 
GeneralRe: Good ideas for beginner programming?? Pin
TrooperIronMan24-Jan-07 1:38
TrooperIronMan24-Jan-07 1:38 
Questioncircular references in controls? Pin
amatbrewer23-Jan-07 11:31
amatbrewer23-Jan-07 11:31 
AnswerRe: circular references in controls? Pin
Stefan Troschuetz23-Jan-07 11:52
Stefan Troschuetz23-Jan-07 11:52 
GeneralRe: circular references in controls? Pin
Luc Pattyn23-Jan-07 14:00
sitebuilderLuc Pattyn23-Jan-07 14:00 
GeneralRe: circular references in controls? Pin
aSarafian23-Jan-07 23:05
aSarafian23-Jan-07 23:05 
AnswerRe: circular references in controls? Pin
jayart24-Jan-07 1:28
jayart24-Jan-07 1:28 
QuestionRight Solution in VS.Net? Pin
harjin23-Jan-07 11:31
harjin23-Jan-07 11:31 
AnswerRe: Right Solution in VS.Net? Pin
Christian Graus23-Jan-07 12:41
protectorChristian Graus23-Jan-07 12:41 
QuestionSystem.Timers.Timer Pin
gigo2k623-Jan-07 10:00
gigo2k623-Jan-07 10:00 
AnswerRe: System.Timers.Timer Pin
Christian Graus23-Jan-07 10:29
protectorChristian Graus23-Jan-07 10:29 
GeneralRe: System.Timers.Timer Pin
gigo2k623-Jan-07 10:34
gigo2k623-Jan-07 10:34 
GeneralRe: System.Timers.Timer Pin
Christian Graus23-Jan-07 10:38
protectorChristian Graus23-Jan-07 10:38 
AnswerRe: System.Timers.Timer Pin
Luc Pattyn23-Jan-07 14:07
sitebuilderLuc Pattyn23-Jan-07 14:07 

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.