Click here to Skip to main content
15,923,051 members
Home / Discussions / C#
   

C#

 
AnswerRe: Rich Text Box Pin
Christian Graus6-Oct-07 23:30
protectorChristian Graus6-Oct-07 23:30 
AnswerRe: Rich Text Box Pin
Lutosław6-Oct-07 23:43
Lutosław6-Oct-07 23:43 
GeneralRe: Rich Text Box Pin
rowdykuttan7-Oct-07 2:27
rowdykuttan7-Oct-07 2:27 
QuestionSetup Question Pin
sajid.salim.khan6-Oct-07 23:11
sajid.salim.khan6-Oct-07 23:11 
AnswerRe: Setup Question Pin
Dave Sexton7-Oct-07 1:04
Dave Sexton7-Oct-07 1:04 
GeneralRe: Setup Question Pin
il_masacratore8-Oct-07 21:31
il_masacratore8-Oct-07 21:31 
QuestionUI, BLL and DA in different servers Pin
mukkanti0076-Oct-07 22:34
mukkanti0076-Oct-07 22:34 
AnswerRe: UI, BLL and DA in different servers Pin
lmoelleb6-Oct-07 23:15
lmoelleb6-Oct-07 23:15 
Use ADO.NET to communicate between business logic and the database (it will handle the network traffic for you). If your UI and business logic are on different servers "Windows Communication Foundation" surprisingly enough can be used as a foundation to communicate between two Windows servers. Smile | :)

If you are stuck with the outdated 2.0 Framework you might have to use Remoting or old webservices for the communication instead. This pretty much forces you to make your own data transfer objects and other boring tasks.

You can also use DataSets to communicate from your business logic to the GUI - this allows you to reflect the database more or less unchanged in the GUI which greatly reduce development time for the "small" price of unmaintanable code. If you are a consultant who only needs to make sure there is a future revenue stream it might be the way to go. If you do use datasets, please make sure to put this in the subject of future code project posts so I won't open them by accident and get sick. Smile | :)

Questionchecking files using c# Pin
ramyanaidu6-Oct-07 20:23
ramyanaidu6-Oct-07 20:23 
AnswerRe: checking files using c# Pin
lmoelleb6-Oct-07 21:43
lmoelleb6-Oct-07 21:43 
AnswerRe: checking files using c# Pin
BAIJUMAX7-Oct-07 5:19
professionalBAIJUMAX7-Oct-07 5:19 
AnswerRe: checking files using c# Pin
Paul Conrad7-Oct-07 5:44
professionalPaul Conrad7-Oct-07 5:44 
QuestionGetting InvalidOperationException when I modify an arraylist Pin
humblepgmr6-Oct-07 19:51
humblepgmr6-Oct-07 19:51 
AnswerRe: Getting InvalidOperationException when I modify an arraylist Pin
Luc Pattyn6-Oct-07 20:24
sitebuilderLuc Pattyn6-Oct-07 20:24 
AnswerRe: Getting InvalidOperationException when I modify an arraylist Pin
Matthew Cuba7-Oct-07 10:33
Matthew Cuba7-Oct-07 10:33 
AnswerRe: How do you sort an ArrayList of customObjects? Pin
Dave Kreskowiak6-Oct-07 15:49
mveDave Kreskowiak6-Oct-07 15:49 
GeneralRe: How do you sort an ArrayList of customObjects? Pin
Pete O'Hanlon7-Oct-07 10:34
mvePete O'Hanlon7-Oct-07 10:34 
GeneralRe: How do you sort an ArrayList of customObjects? Pin
Dave Kreskowiak7-Oct-07 15:52
mveDave Kreskowiak7-Oct-07 15:52 
QuestionSemi-Random Array Sorting Pin
BaraMustafa6-Oct-07 15:10
BaraMustafa6-Oct-07 15:10 
AnswerRe: Semi-Random Array Sorting Pin
Christian Graus6-Oct-07 15:31
protectorChristian Graus6-Oct-07 15:31 
GeneralRe: Semi-Random Array Sorting Pin
Lutosław6-Oct-07 22:09
Lutosław6-Oct-07 22:09 
GeneralRe: Semi-Random Array Sorting Pin
Christian Graus6-Oct-07 23:31
protectorChristian Graus6-Oct-07 23:31 
QuestionPLZ I Want to used xml file as database( how to add,update,delete and Search) Pin
DiefAlla6-Oct-07 13:24
DiefAlla6-Oct-07 13:24 
AnswerRe: PLZ I Want to used xml file as database( how to add,update,delete and Search) [modified] Pin
Dave Kreskowiak6-Oct-07 13:31
mveDave Kreskowiak6-Oct-07 13:31 
GeneralRe: PLZ I Want to used xml file as database( how to add,update,delete and Search) Pin
Christian Graus6-Oct-07 13:49
protectorChristian Graus6-Oct-07 13:49 

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.