Click here to Skip to main content
15,887,906 members
Home / Discussions / C#
   

C#

 
AnswerRe: how do i convert cmd.executenonscalar to int Pin
Christian Graus27-Jul-09 20:59
protectorChristian Graus27-Jul-09 20:59 
AnswerRe: how do i convert cmd.executenonscalar to int Pin
Pete O'Hanlon27-Jul-09 22:51
mvePete O'Hanlon27-Jul-09 22:51 
AnswerRe: how do i convert cmd.executenonscalar to int Pin
PIEBALDconsult28-Jul-09 5:56
mvePIEBALDconsult28-Jul-09 5:56 
AnswerRe: how do i convert cmd.executenonscalar to int Pin
Robin_Roy28-Jul-09 23:57
Robin_Roy28-Jul-09 23:57 
Questionwww.dofactory.com way of doing things Pin
Brendan Vogt27-Jul-09 20:50
Brendan Vogt27-Jul-09 20:50 
AnswerRe: www.dofactory.com way of doing things Pin
DoctorMick28-Jul-09 0:47
DoctorMick28-Jul-09 0:47 
QuestionRe: www.dofactory.com way of doing things Pin
Brendan Vogt28-Jul-09 1:08
Brendan Vogt28-Jul-09 1:08 
AnswerRe: www.dofactory.com way of doing things Pin
Pete O'Hanlon28-Jul-09 2:20
mvePete O'Hanlon28-Jul-09 2:20 
It helps to understand what the service layer actually is. It's not tied to being a web/remoting layer - instead, the service layer is the layer that coordinates the interactions of lower levels to produce a response.

Consider, for instance, a holiday booking system - you might have a service that books a holiday at a foreign destination. Behind the scenes, the service layer talks to the resort booking management system, the flight reservation systems and car-hire systems. As far as you are concerned though - you've talked to one thing, and it has taken care of all the lower level detail work. Where this layer really comes into its own, is that it can control the transaction lifetime; in other words if one part fails to commit, you want the whole thing to fail to commit - across the separate systems, who wants to book a car if the hotel reservation failed.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



GeneralRe: www.dofactory.com way of doing things Pin
Brendan Vogt28-Jul-09 3:47
Brendan Vogt28-Jul-09 3:47 
GeneralRe: www.dofactory.com way of doing things Pin
Pete O'Hanlon28-Jul-09 4:47
mvePete O'Hanlon28-Jul-09 4:47 
AnswerRe: www.dofactory.com way of doing things Pin
BillWoodruff28-Jul-09 2:43
professionalBillWoodruff28-Jul-09 2:43 
GeneralRe: www.dofactory.com way of doing things Pin
Brendan Vogt28-Jul-09 3:42
Brendan Vogt28-Jul-09 3:42 
QuestionSoftware Testing Pin
CrimeanTurtle200827-Jul-09 20:48
CrimeanTurtle200827-Jul-09 20:48 
AnswerRe: Software Testing Pin
Luc Pattyn27-Jul-09 22:40
sitebuilderLuc Pattyn27-Jul-09 22:40 
AnswerRe: Software Testing Pin
Nagy Vilmos27-Jul-09 22:54
professionalNagy Vilmos27-Jul-09 22:54 
Questiondata from excel file Pin
Member 59031027-Jul-09 20:36
Member 59031027-Jul-09 20:36 
AnswerRe: data from excel file Pin
Tamer Oz27-Jul-09 20:45
Tamer Oz27-Jul-09 20:45 
GeneralRe: data from excel file Pin
Member 59031027-Jul-09 20:48
Member 59031027-Jul-09 20:48 
GeneralRe: data from excel file Pin
Tamer Oz27-Jul-09 21:31
Tamer Oz27-Jul-09 21:31 
GeneralRe: data from excel file Pin
Member 59031027-Jul-09 23:25
Member 59031027-Jul-09 23:25 
Questionc# Serialisation Exception Pin
GauravKP27-Jul-09 20:32
professionalGauravKP27-Jul-09 20:32 
QuestionStore multiple items from listbox to database Pin
elci27-Jul-09 20:26
elci27-Jul-09 20:26 
AnswerRe: Store multiple items from listbox to database Pin
Blikkies27-Jul-09 22:47
professionalBlikkies27-Jul-09 22:47 
QuestionAccesing remote files Pin
Kushi Bobby27-Jul-09 20:16
Kushi Bobby27-Jul-09 20:16 
AnswerRe: Accesing remote files Pin
Tamer Oz27-Jul-09 20:49
Tamer Oz27-Jul-09 20: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.