Click here to Skip to main content
15,891,846 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionNew to C# Pin
viciouskinid26-Jul-08 20:09
viciouskinid26-Jul-08 20:09 
AnswerRe: New to C# Pin
Manuel Montoya27-Jul-08 15:14
Manuel Montoya27-Jul-08 15:14 
AnswerRe: New to C# Pin
Luc Pattyn27-Jul-08 15:36
sitebuilderLuc Pattyn27-Jul-08 15:36 
AnswerRe: New to C# Pin
Paul Conrad27-Jul-08 19:39
professionalPaul Conrad27-Jul-08 19:39 
QuestionWhen I minimize the window, memory is freed C#. Pin
mahabir25-Jul-08 19:38
mahabir25-Jul-08 19:38 
AnswerRe: When I minimize the window, memory is freed C#. Pin
mahabir25-Jul-08 19:53
mahabir25-Jul-08 19:53 
QuestionLots of Problems with CheckedListBox.CheckedItems databinding/running stored procs...HELP Pin
noob_bedazzler25-Jul-08 12:20
noob_bedazzler25-Jul-08 12:20 
AnswerRe: Lots of Problems with CheckedListBox.CheckedItems databinding/running stored procs...HELP Pin
Mycroft Holmes26-Jul-08 21:43
professionalMycroft Holmes26-Jul-08 21:43 
[rant]There you go using those bloody build in data management thingies, why does MS do this all the time, if you feed a newbie a GetStoredProcedureAndMakeItWork widget how are they expected to learn to actually work with a database.[\rant\

Please do the following. Learn what a Data Access Layer (DAL) is. This will sit between your code and the database (you need to write or snaffle one). This should be the tool you use to manage the data. Most developers will then use an Object Relationship Map ORM (often a table) class to represent your data. Your orm gets the data from the DAL and you can bind the orm to the UI in 2008.

This way YOU manage the data, you understand the ins and outs of the data not some black box in VS.


Never underestimate the power of human stupidity
RAH

AnswerRe: Lots of Problems with CheckedListBox.CheckedItems databinding/running stored procs...HELP Pin
noob_bedazzler28-Jul-08 4:54
noob_bedazzler28-Jul-08 4:54 
GeneralRe: Lots of Problems with CheckedListBox.CheckedItems databinding/running stored procs...HELP Pin
Mycroft Holmes28-Jul-08 12:24
professionalMycroft Holmes28-Jul-08 12:24 
GeneralRe: Lots of Problems with CheckedListBox.CheckedItems databinding/running stored procs...HELP Pin
Paul Conrad28-Jul-08 17:57
professionalPaul Conrad28-Jul-08 17:57 
AnswerRe: Lots of Problems with CheckedListBox.CheckedItems databinding/running stored procs...HELP Pin
noob_bedazzler28-Jul-08 4:57
noob_bedazzler28-Jul-08 4:57 
QuestionWebsercies for windows Applications using C#.net Pin
balu1234525-Jul-08 8:03
balu1234525-Jul-08 8:03 
RantRe: Websercies for windows Applications using C#.net Pin
Ashfield25-Jul-08 8:27
Ashfield25-Jul-08 8:27 
QuestionHow to convert word to pdf Pin
Jerry Joseph M.25-Jul-08 3:57
Jerry Joseph M.25-Jul-08 3:57 
AnswerRe: How to convert word to pdf Pin
Paul Conrad27-Jul-08 19:41
professionalPaul Conrad27-Jul-08 19:41 
AnswerRe: How to convert word to pdf Pin
Jerry Joseph M.27-Jul-08 20:01
Jerry Joseph M.27-Jul-08 20:01 
GeneralRe: How to convert word to pdf Pin
Paul Conrad27-Jul-08 20:05
professionalPaul Conrad27-Jul-08 20:05 
QuestionBitMap to AVI Pin
Mohammad Al Hoss24-Jul-08 3:58
Mohammad Al Hoss24-Jul-08 3:58 
AnswerRe: BitMap to AVI Pin
Thomas Stockwell24-Jul-08 5:38
professionalThomas Stockwell24-Jul-08 5:38 
AnswerRe: BitMap to AVI Pin
originSH25-Jul-08 5:48
originSH25-Jul-08 5:48 
QuestionC# for driver level on print spooler Pin
balu1234523-Jul-08 2:09
balu1234523-Jul-08 2:09 
QuestionUser control & custom control Pin
ashwinibhalerao22-Jul-08 19:17
ashwinibhalerao22-Jul-08 19:17 
AnswerRe: User control & custom control Pin
John Ad22-Jul-08 20:48
John Ad22-Jul-08 20:48 
GeneralRe: User control & custom control Pin
ashwinibhalerao23-Jul-08 3:59
ashwinibhalerao23-Jul-08 3:59 

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.