Click here to Skip to main content
15,913,722 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to reference the dynamically generate textbox ID Pin
Guffa19-Dec-06 13:48
Guffa19-Dec-06 13:48 
GeneralRe: How to reference the dynamically generate textbox ID Pin
MyRunner20-Dec-06 4:52
MyRunner20-Dec-06 4:52 
AnswerRe: How to reference the dynamically generate textbox ID Pin
Guffa20-Dec-06 6:22
Guffa20-Dec-06 6:22 
QuestionSemi-Complicated Databinding Issue Pin
Drew McGhie19-Dec-06 11:22
Drew McGhie19-Dec-06 11:22 
AnswerRe: Semi-Complicated Databinding Issue Pin
GirishKB19-Dec-06 20:10
GirishKB19-Dec-06 20:10 
GeneralRe: Semi-Complicated Databinding Issue Pin
Drew McGhie20-Dec-06 7:58
Drew McGhie20-Dec-06 7:58 
Questionn-tier design Pin
fmardani19-Dec-06 11:06
fmardani19-Dec-06 11:06 
AnswerRe: n-tier design Pin
Ravi Bhavnani19-Dec-06 11:33
professionalRavi Bhavnani19-Dec-06 11:33 
I'm in the process of architecting (and building) a similar sort of application.

However, I see my WinForms client (and in the future a web or other type of client) simply as a presentation and controller layer - i.e. something that displays information to the end user and forwards the end user's intentions to the rest of the application. IOW, my WinForms client is extremely dumb and thin. (Unlike me - I'm just dumb).

My webservice interacts with a business layer which in turn interacts with a data layer. The data layer serializes the data portion of several business objects that eventually find their way across the wire to the client (for display purposes).

I've built an automated test harness at each layer - viz: object persistence, business logic, and web service. When I finally get around to building the GUI I'll farm out the visual testing to another party.

Hope this helps.

/ravi

This is your brain on Celcius
Home | Music | Articles | Freeware | Trips
ravib(at)ravib(dot)com

AnswerRe: n-tier design Pin
il_masacratore19-Dec-06 20:24
il_masacratore19-Dec-06 20:24 
AnswerRe: n-tier design Pin
jhwurmbach20-Dec-06 3:37
jhwurmbach20-Dec-06 3:37 
QuestionCreating an instance using late bindng Pin
Tom.sikes@hp.com19-Dec-06 11:01
Tom.sikes@hp.com19-Dec-06 11:01 
AnswerRe: Creating an instance using late bindng Pin
Pete O'Hanlon19-Dec-06 11:02
mvePete O'Hanlon19-Dec-06 11:02 
AnswerRe: Creating an instance using late bindng Pin
Tom.sikes@hp.com19-Dec-06 11:07
Tom.sikes@hp.com19-Dec-06 11:07 
GeneralRe: Creating an instance using late bindng Pin
Pete O'Hanlon21-Dec-06 5:15
mvePete O'Hanlon21-Dec-06 5:15 
QuestionHow can I acces a C++ library in C# Pin
ComCoderCsharp19-Dec-06 10:47
ComCoderCsharp19-Dec-06 10:47 
AnswerRe: How can I acces a C++ library in C# Pin
Ravi Bhavnani19-Dec-06 10:50
professionalRavi Bhavnani19-Dec-06 10:50 
Questionhow to Create Fade in/Fade out Menu for my asp.net WebSite ? Pin
hdv21219-Dec-06 9:41
hdv21219-Dec-06 9:41 
AnswerRe: how to Create Fade in/Fade out Menu for my asp.net WebSite ? Pin
Ravi Bhavnani19-Dec-06 10:52
professionalRavi Bhavnani19-Dec-06 10:52 
GeneralRe: how to Create Fade in/Fade out Menu for my asp.net WebSite ? Pin
hdv21219-Dec-06 11:05
hdv21219-Dec-06 11:05 
GeneralRe: how to Create Fade in/Fade out Menu for my asp.net WebSite ? Pin
Ravi Bhavnani19-Dec-06 11:12
professionalRavi Bhavnani19-Dec-06 11:12 
Questionstretch a character width horizontally in in rich text box - c# Pin
charlespratheepan19-Dec-06 8:43
charlespratheepan19-Dec-06 8:43 
AnswerRe: stretch a character width horizontally in in rich text box - c# Pin
Larantz19-Dec-06 9:55
Larantz19-Dec-06 9:55 
GeneralRe: stretch a character width horizontally in in rich text box - c# Pin
charlespratheepan19-Dec-06 18:33
charlespratheepan19-Dec-06 18:33 
GeneralRe: stretch a character width horizontally in in rich text box - c# Pin
Larantz19-Dec-06 20:06
Larantz19-Dec-06 20:06 
GeneralRe: stretch a character width horizontally in in rich text box - c# Pin
charlespratheepan19-Dec-06 22:03
charlespratheepan19-Dec-06 22:03 

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.