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

.NET (Core and Framework)

 
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 
GeneralRe: To bind or not to bind? Pin
Sander Rossel26-Jan-11 9:04
professionalSander Rossel26-Jan-11 9:04 
GeneralRe: To bind or not to bind? Pin
Eddy Vluggen26-Jan-11 9:12
professionalEddy Vluggen26-Jan-11 9:12 
GeneralRe: To bind or not to bind? Pin
Sander Rossel26-Jan-11 10:42
professionalSander Rossel26-Jan-11 10:42 
GeneralRe: To bind or not to bind? Pin
Eddy Vluggen27-Jan-11 7:10
professionalEddy Vluggen27-Jan-11 7:10 
GeneralRe: To bind or not to bind? Pin
Sander Rossel27-Jan-11 10:40
professionalSander Rossel27-Jan-11 10:40 
Eddy Vluggen wrote:
You think that Microsoft would put a generator in Visual Studio that would generate code that would look like it's written by a student?


I've heard people talk about Microsoft stuff generating SQL queries that would put them to shame Smile | :)

We now use data-binding and datasets (in designer) for a proto-type too. But since my employers really want to do less coding and a less-skilled collegue can do all sorts of stuff in the designer he wouldn't be able to do in code I guess it's designer data-sets for us from now on...
I'm not 100% sure, just 99% Wink | ;)

Pro's: Microsoft generates code for you, it gets the data for you, it only updates rows that are altered, even my boss can do it, it's fast.
Cons: none.

<blockquote class="FQ"><div class="FQA">Eddy Vluggen wrote:</div>I'd expect that there'd be an alternative way to load data? Otherwise it'd be useless with a tool like, say, SharpDevelop?</blockquote>
Yes, you can use the DataSource and DataMember properties of a control. Last week a collegue was able to directly call a cell in a grid using 6 or 7 DirectCasts... I guess we'd rather use databinding Laugh | :laugh:
I don't know SharpDevelop or any other tools Frown | :(

By the way, if I would build up a dataset in code and I wanted to bind, let's say 50 controls to 50 fields, do I have to bind each one of them seperately? That would kind of be like how we do it now, except now we only fill the Text property of a textbox... Sniff | :^)
GeneralRe: To bind or not to bind? Pin
Eddy Vluggen27-Jan-11 11:29
professionalEddy Vluggen27-Jan-11 11:29 
GeneralRe: To bind or not to bind? Pin
Sander Rossel27-Jan-11 11:49
professionalSander Rossel27-Jan-11 11:49 
AnswerRe: To bind or not to bind? Pin
RobCroll26-Jan-11 12:41
RobCroll26-Jan-11 12:41 
AnswerRe: To bind or not to bind? Pin
Abhinav S28-Jan-11 19:27
Abhinav S28-Jan-11 19:27 
QuestionThe Dreaded Stackoverflow Exception Pin
L Viljoen25-Jan-11 22:02
professionalL Viljoen25-Jan-11 22:02 
AnswerRe: The Dreaded Stackoverflow Exception Pin
Pete O'Hanlon26-Jan-11 1:06
mvePete O'Hanlon26-Jan-11 1:06 
GeneralRe: The Dreaded Stackoverflow Exception Pin
L Viljoen26-Jan-11 1:12
professionalL Viljoen26-Jan-11 1:12 
GeneralRe: The Dreaded Stackoverflow Exception Pin
Pete O'Hanlon26-Jan-11 1:20
mvePete O'Hanlon26-Jan-11 1:20 
GeneralRe: The Dreaded Stackoverflow Exception Pin
L Viljoen26-Jan-11 1:22
professionalL Viljoen26-Jan-11 1:22 
GeneralRe: The Dreaded Stackoverflow Exception Pin
Pete O'Hanlon26-Jan-11 1:28
mvePete O'Hanlon26-Jan-11 1:28 
GeneralRe: The Dreaded Stackoverflow Exception Pin
Dave Kreskowiak26-Jan-11 3:25
mveDave Kreskowiak26-Jan-11 3:25 
GeneralRe: The Dreaded Stackoverflow Exception Pin
L Viljoen26-Jan-11 3:28
professionalL Viljoen26-Jan-11 3:28 
AnswerRe: The Dreaded Stackoverflow Exception Pin
Abhinav S26-Jan-11 2:19
Abhinav S26-Jan-11 2:19 
AnswerRe: The Dreaded Stackoverflow Exception Pin
Robert Tanenbaum28-Jan-11 3:20
Robert Tanenbaum28-Jan-11 3:20 
QuestionLinq to SQL - yes or no...? Pin
Pravin Patil, Mumbai25-Jan-11 21:20
Pravin Patil, Mumbai25-Jan-11 21:20 
AnswerRe: Linq to SQL - yes or no...? Pin
L Viljoen25-Jan-11 22:07
professionalL Viljoen25-Jan-11 22:07 
AnswerRe: Linq to SQL - yes or no...? Pin
Not Active26-Jan-11 2:16
mentorNot Active26-Jan-11 2:16 

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.