Click here to Skip to main content
15,894,343 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Basic tier object design questions Pin
Jon_Boy27-Jan-11 7:48
Jon_Boy27-Jan-11 7:48 
AnswerRe: Basic tier object design questions Pin
TheGreatAndPowerfulOz27-Jan-11 11:54
TheGreatAndPowerfulOz27-Jan-11 11:54 
QuestionGDI+ scene graph, retrieve absolute transform from local transform Pin
norrisMiou26-Jan-11 16:49
norrisMiou26-Jan-11 16:49 
AnswerRe: GDI+ scene graph, retrieve absolute transform from local transform Pin
Luc Pattyn26-Jan-11 17:04
sitebuilderLuc Pattyn26-Jan-11 17:04 
GeneralRe: GDI+ scene graph, retrieve absolute transform from local transform Pin
norrisMiou27-Jan-11 9:20
norrisMiou27-Jan-11 9:20 
GeneralRe: GDI+ scene graph, retrieve absolute transform from local transform Pin
Luc Pattyn27-Jan-11 9:30
sitebuilderLuc Pattyn27-Jan-11 9:30 
QuestionTo bind or not to bind? Pin
Sander Rossel26-Jan-11 4:05
professionalSander Rossel26-Jan-11 4:05 
AnswerRe: To bind or not to bind? Pin
Dave Kreskowiak26-Jan-11 4:23
mveDave Kreskowiak26-Jan-11 4:23 
IMHO, using the designer limits your options and creates a ton of "mystery" code that goes in places you're not aware of.

I never use the designers for datasets. I prefer to write my own code for simplicity and maintainability.

BTW: Databind is done all the time without using the deisgners. When you set a DataSource property to some collection or DataTable or DataSet, you're doing databinding. I can't believe nobody in your company knows about this.

GeneralRe: To bind or not to bind? Pin
Sander Rossel26-Jan-11 6:56
professionalSander Rossel26-Jan-11 6:56 
GeneralRe: To bind or not to bind? Pin
Dan Mos26-Jan-11 9:23
Dan Mos26-Jan-11 9:23 
GeneralRe: To bind or not to bind? Pin
Dave Kreskowiak26-Jan-11 11:07
mveDave Kreskowiak26-Jan-11 11:07 
AnswerRe: To bind or not to bind? Pin
Dan Mos26-Jan-11 5:36
Dan Mos26-Jan-11 5:36 
GeneralRe: To bind or not to bind? Pin
Sander Rossel26-Jan-11 7:05
professionalSander Rossel26-Jan-11 7:05 
AnswerRe: To bind or not to bind? Pin
Luc Pattyn26-Jan-11 7:27
sitebuilderLuc Pattyn26-Jan-11 7:27 
GeneralRe: To bind or not to bind? Pin
DaveyM6926-Jan-11 8:29
professionalDaveyM6926-Jan-11 8:29 
GeneralRe: To bind or not to bind? Pin
Dan Mos26-Jan-11 8:56
Dan Mos26-Jan-11 8:56 
JokeRe: To bind or not to bind? Pin
Sander Rossel26-Jan-11 9:43
professionalSander Rossel26-Jan-11 9:43 
GeneralRe: To bind or not to bind? Pin
Pete O'Hanlon26-Jan-11 10:01
mvePete O'Hanlon26-Jan-11 10:01 
AnswerRe: To bind or not to bind? Pin
Luc Pattyn26-Jan-11 10:09
sitebuilderLuc Pattyn26-Jan-11 10:09 
GeneralRe: To bind or not to bind? Pin
Sander Rossel26-Jan-11 10:24
professionalSander Rossel26-Jan-11 10:24 
AnswerRe: To bind or not to bind? Pin
Luc Pattyn26-Jan-11 10:43
sitebuilderLuc Pattyn26-Jan-11 10:43 
JokeRe: To bind or not to bind? Pin
Dan Mos26-Jan-11 8:54
Dan Mos26-Jan-11 8:54 
JokeRe: To bind or not to bind? Pin
Sander Rossel26-Jan-11 10:24
professionalSander Rossel26-Jan-11 10:24 
GeneralRe: To bind or not to bind? Pin
Eddy Vluggen26-Jan-11 9:26
professionalEddy Vluggen26-Jan-11 9:26 
AnswerRe: To bind or not to bind? Pin
Eddy Vluggen26-Jan-11 7:09
professionalEddy Vluggen26-Jan-11 7:09 

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.