Click here to Skip to main content
15,910,130 members
Home / Discussions / C#
   

C#

 
Generalimplicit operators Pin
wickerman.2628-May-04 9:06
wickerman.2628-May-04 9:06 
GeneralRe: implicit operators Pin
leppie28-May-04 11:02
leppie28-May-04 11:02 
GeneralRe: implicit operators Pin
wickerman.261-Jun-04 6:15
wickerman.261-Jun-04 6:15 
GeneralRe: implicit operators Pin
Colin Angus Mackay28-May-04 11:20
Colin Angus Mackay28-May-04 11:20 
GeneralRe: implicit operators Pin
wickerman.261-Jun-04 6:16
wickerman.261-Jun-04 6:16 
GeneralC# Best Practice for Seperating Windows Form Pin
neffc28-May-04 8:52
neffc28-May-04 8:52 
GeneralRe: C# Best Practice for Seperating Windows Form Pin
leppie28-May-04 11:04
leppie28-May-04 11:04 
GeneralRe: C# Best Practice for Seperating Windows Form Pin
Colin Angus Mackay28-May-04 11:10
Colin Angus Mackay28-May-04 11:10 
Model-View-Controller Pattern[^]

This article describes the MVC pattern in relation to web pages, but many of the ideas also apply to Windows Forms.

From the above link:

The Model-View-Controller (MVC) pattern separates the modeling of the domain, the presentation, and the actions based on user input into three separate classes [Burbeck92]:

Model. The model manages the behavior and data of the application domain, responds to requests for information about its state (usually from the view), and responds to instructions to change state (usually from the controller).

View. The view manages the display of information.

Controller. The controller interprets the mouse and keyboard inputs from the user, informing the model and/or the view to change as appropriate.



Does this help?


"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar

The Second EuroCPian Event will be in Brussels on the 4th of September

Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!


QuestionReading a txt file to set properties ? Pin
Anonymous28-May-04 8:18
Anonymous28-May-04 8:18 
AnswerRe: Reading a txt file to set properties ? Pin
leppie28-May-04 11:12
leppie28-May-04 11:12 
AnswerRe: Reading a txt file to set properties ? Pin
MilesAhead29-May-04 5:26
MilesAhead29-May-04 5:26 
AnswerRe: Reading a txt file to set properties ? Pin
triso1-Jun-04 9:39
triso1-Jun-04 9:39 
AnswerRe: Reading a txt file to set properties ? Pin
triso1-Jun-04 9:41
triso1-Jun-04 9:41 
QuestionGhostscript: wrapper for C# ? Pin
TigerNinja_28-May-04 7:01
TigerNinja_28-May-04 7:01 
AnswerRe: Ghostscript: wrapper for C# ? Pin
Dave Kreskowiak28-May-04 7:52
mveDave Kreskowiak28-May-04 7:52 
QuestionHow to Pull an Image from a dll? Pin
BillyDvd28-May-04 6:01
BillyDvd28-May-04 6:01 
AnswerRe: How to Pull an Image from a dll? Pin
Dave Kreskowiak28-May-04 6:25
mveDave Kreskowiak28-May-04 6:25 
GeneralRemoting error propogation and FileNotFound Pin
SimonS28-May-04 4:33
SimonS28-May-04 4:33 
GeneralNumeric TextBox Pin
BaShOr28-May-04 4:26
BaShOr28-May-04 4:26 
GeneralRe: Numeric TextBox Pin
Dave Kreskowiak28-May-04 4:39
mveDave Kreskowiak28-May-04 4:39 
Generalremote object Pin
Silly Boy28-May-04 4:15
Silly Boy28-May-04 4:15 
GeneralRe: remote object Pin
Dave Kreskowiak28-May-04 4:29
mveDave Kreskowiak28-May-04 4:29 
GeneralPassing 'Int32' array to COM Pin
kskris28-May-04 2:35
kskris28-May-04 2:35 
GeneralTyped Collection Utility Pin
Colin Angus Mackay28-May-04 2:30
Colin Angus Mackay28-May-04 2:30 
GeneralRe: Typed Collection Utility Pin
Colin Angus Mackay28-May-04 2:48
Colin Angus Mackay28-May-04 2:48 

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.