Click here to Skip to main content
15,889,651 members
Home / Discussions / C#
   

C#

 
GeneralRe: LAN Pin
OriginalGriff22-Apr-14 8:51
mveOriginalGriff22-Apr-14 8:51 
GeneralRe: LAN Pin
Rahul VB22-Apr-14 9:00
professionalRahul VB22-Apr-14 9:00 
GeneralRe: LAN Pin
OriginalGriff22-Apr-14 9:27
mveOriginalGriff22-Apr-14 9:27 
GeneralRe: LAN Pin
Rahul VB22-Apr-14 9:51
professionalRahul VB22-Apr-14 9:51 
AnswerRe: LAN Pin
Rahul VB22-Apr-14 8:51
professionalRahul VB22-Apr-14 8:51 
QuestionTesting advice....please Pin
tadhg8822-Apr-14 0:09
tadhg8822-Apr-14 0:09 
AnswerRe: Testing advice....please Pin
Simon_Whale22-Apr-14 0:24
Simon_Whale22-Apr-14 0:24 
AnswerRe: Testing advice....please Pin
BobJanova22-Apr-14 6:09
BobJanova22-Apr-14 6:09 
Some TDD articles would indeed be good reading, although you're not strictly doing TDD if you add tests afterwards. The most important thing is to isolate the component that you're testing behind boundary interfaces. It seems like you have already isolated the import process service, behind IImport/IBookingImporter. You also need to isolate the input (IMessageProvider, maybe, for the email source) and output (IBookingRecipient for the database connection code). Then you can provide different implementations of those in your unit test library which give fixed, well known messages as input, and log the bookings the database would be asked to make (the output).
AnswerRe: Testing advice....please Pin
tadhg8825-Apr-14 6:28
tadhg8825-Apr-14 6:28 
QuestionC# program on windows server 2003 Pin
LeonXjm21-Apr-14 15:05
LeonXjm21-Apr-14 15:05 
AnswerRe: C# program on windows server 2003 Pin
Wes Aday21-Apr-14 15:32
professionalWes Aday21-Apr-14 15:32 
AnswerRe: C# program on windows server 2003 Pin
LeonXjm21-Apr-14 15:36
LeonXjm21-Apr-14 15:36 
GeneralRe: C# program on windows server 2003 Pin
Mycroft Holmes21-Apr-14 22:58
professionalMycroft Holmes21-Apr-14 22:58 
GeneralRe: C# program on windows server 2003 Pin
LeonXjm4-May-14 17:38
LeonXjm4-May-14 17:38 
QuestionGIS coordinates (spherical mercator) to screen coordinates? Pin
SledgeHammer0121-Apr-14 12:42
SledgeHammer0121-Apr-14 12:42 
AnswerRe: GIS coordinates (spherical mercator) to screen coordinates? Pin
Bernhard Hiller21-Apr-14 21:38
Bernhard Hiller21-Apr-14 21:38 
Questioncustom webcontrol designer problems Pin
Nico Haegens21-Apr-14 7:41
professionalNico Haegens21-Apr-14 7:41 
QuestionBy using the web services/WCF of Amazon (and other retailers) my client can upload there products on Amazon (and other sites) in bulk. Pin
Santosh K. Tripathi20-Apr-14 23:08
professionalSantosh K. Tripathi20-Apr-14 23:08 
SuggestionRe: By using the web services/WCF of Amazon (and other retailers) my client can upload there products on Amazon (and other sites) in bulk. Pin
Santosh K. Tripathi27-Apr-14 21:00
professionalSantosh K. Tripathi27-Apr-14 21:00 
QuestionC# Linq To SQL Dynamic Where Clause Pin
Kevin Marois20-Apr-14 11:39
professionalKevin Marois20-Apr-14 11:39 
AnswerRe: C# Linq To SQL Dynamic Where Clause Pin
Richard Deeming22-Apr-14 2:07
mveRichard Deeming22-Apr-14 2:07 
GeneralRe: C# Linq To SQL Dynamic Where Clause Pin
Kevin Marois22-Apr-14 5:41
professionalKevin Marois22-Apr-14 5:41 
GeneralRe: C# Linq To SQL Dynamic Where Clause Pin
Richard Deeming22-Apr-14 6:32
mveRichard Deeming22-Apr-14 6:32 
GeneralRe: C# Linq To SQL Dynamic Where Clause Pin
Kevin Marois22-Apr-14 6:37
professionalKevin Marois22-Apr-14 6:37 
GeneralRe: C# Linq To SQL Dynamic Where Clause Pin
Richard Deeming22-Apr-14 6:42
mveRichard Deeming22-Apr-14 6:42 

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.