Click here to Skip to main content
16,004,647 members
Home / Discussions / C#
   

C#

 
AnswerRe: NullReferenceException in ListView Pin
tcss10-May-07 1:00
tcss10-May-07 1:00 
QuestionSQL error, "No value gived for one or more required parameters" Pin
Toubou9-May-07 22:43
Toubou9-May-07 22:43 
AnswerRe: SQL error, "No value gived for one or more required parameters" Pin
Colin Angus Mackay9-May-07 23:00
Colin Angus Mackay9-May-07 23:00 
AnswerRe: SQL error, "No value gived for one or more required parameters" Pin
blackjack21509-May-07 23:48
blackjack21509-May-07 23:48 
QuestionC# connection to Lotus Approach Pin
zoroyster9-May-07 22:31
zoroyster9-May-07 22:31 
AnswerRe: C# connection to Lotus Approach Pin
Leyu10-May-07 2:10
Leyu10-May-07 2:10 
Questionsuggestions for calling webservice in windows service Pin
ramyasangeet9-May-07 22:06
ramyasangeet9-May-07 22:06 
AnswerRe: suggestions for calling webservice in windows service Pin
Russell Jones9-May-07 22:17
Russell Jones9-May-07 22:17 
if performance is important and if you are never likely to want to use that dataaccess code elsewhere then keep it in the service.

If, however, the windows service is going to be one of many applications that will be using the data access layer and you want them all to use a consistent code base then use a webservice.

It can be a hard choice to make. I have used both in the past according to requirements. I've also wrapped the data code into a dll and used the dll in different projects.

No one solution will work for every case.

RUssell
GeneralRe: suggestions for calling webservice in windows service Pin
ramyasangeet9-May-07 22:25
ramyasangeet9-May-07 22:25 
QuestionHow to Set Cell Backcolor of dataGridView Pin
M Riaz Bashir9-May-07 22:04
M Riaz Bashir9-May-07 22:04 
AnswerRe: How to Set Cell Backcolor of dataGridView Pin
Arun.Immanuel9-May-07 22:19
Arun.Immanuel9-May-07 22:19 
GeneralRe: How to Set Cell Backcolor of dataGridView Pin
M Riaz Bashir9-May-07 22:35
M Riaz Bashir9-May-07 22:35 
GeneralRe: How to Set Cell Backcolor of dataGridView Pin
Arun.Immanuel10-May-07 1:30
Arun.Immanuel10-May-07 1:30 
Questioncombo box Pin
balanjingot9-May-07 22:02
balanjingot9-May-07 22:02 
AnswerRe: combo box Pin
Arun.Immanuel9-May-07 22:20
Arun.Immanuel9-May-07 22:20 
GeneralRe: combo box Pin
balanjingot9-May-07 22:27
balanjingot9-May-07 22:27 
QuestionHow to send message to certain process? Pin
Smart Markey9-May-07 21:56
Smart Markey9-May-07 21:56 
AnswerRe: How to send message to certain process? Pin
Luc Pattyn9-May-07 23:25
sitebuilderLuc Pattyn9-May-07 23:25 
QuestionSystem.OutOfMemoryExeception Pin
Stoyan Furnadzhiev9-May-07 21:50
Stoyan Furnadzhiev9-May-07 21:50 
AnswerRe: System.OutOfMemoryExeception Pin
Martin#9-May-07 23:10
Martin#9-May-07 23:10 
AnswerRe: System.OutOfMemoryExeception Pin
Luc Pattyn9-May-07 23:21
sitebuilderLuc Pattyn9-May-07 23:21 
Questionplz Help Pin
IrfanHaleem9-May-07 21:48
IrfanHaleem9-May-07 21:48 
AnswerRe: plz Help Pin
Rajesh R Subramanian9-May-07 21:56
professionalRajesh R Subramanian9-May-07 21:56 
AnswerRe: plz Help Pin
Vikram A Punathambekar9-May-07 22:14
Vikram A Punathambekar9-May-07 22:14 
QuestionXML Parsing C# Pin
satsumatable9-May-07 21:46
satsumatable9-May-07 21:46 

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.