Click here to Skip to main content
15,885,985 members
Home / Discussions / C#
   

C#

 
AnswerRe: I've programmed Myself Into A Corner Pin
PIEBALDconsult2-Feb-11 2:09
mvePIEBALDconsult2-Feb-11 2:09 
GeneralRe: I've programmed Myself Into A Corner Pin
Roger Wright2-Feb-11 6:44
professionalRoger Wright2-Feb-11 6:44 
GeneralRe: I've programmed Myself Into A Corner Pin
OriginalGriff2-Feb-11 8:15
mveOriginalGriff2-Feb-11 8:15 
GeneralRe: I've programmed Myself Into A Corner Pin
Roger Wright2-Feb-11 14:33
professionalRoger Wright2-Feb-11 14:33 
GeneralRe: I've programmed Myself Into A Corner Pin
OriginalGriff2-Feb-11 21:17
mveOriginalGriff2-Feb-11 21:17 
GeneralRe: I've programmed Myself Into A Corner Pin
PIEBALDconsult2-Feb-11 13:21
mvePIEBALDconsult2-Feb-11 13:21 
QuestionGraph schedule for hotel menagment system Pin
nighttrain_1-Feb-11 12:08
nighttrain_1-Feb-11 12:08 
AnswerRe: Graph schedule for hotel menagment system Pin
RobCroll1-Feb-11 12:28
RobCroll1-Feb-11 12:28 
I'd use a DataGrid and to keep it simple stupid have a class that represents the room and every day of the month. Then write some code which returns a collection of the class. There would be a lot smarter ways to approach this but sometimes keeping it simple is the most maintainable.

You may also look at your database structure because sometime guests may stay in one room for 2 nights and a luxury room for 1 night. You may want to store this data night by night and not from-to date.

Good luck with it. Micros Fidelio are one of the most fierce competitors your every likely to bump into.
Architecture is extensible, code is minimal.

GeneralRe: Graph schedule for hotel menagment system [modified] Pin
nighttrain_1-Feb-11 12:36
nighttrain_1-Feb-11 12:36 
GeneralRe: Graph schedule for hotel menagment system Pin
RobCroll1-Feb-11 12:46
RobCroll1-Feb-11 12:46 
QuestionProblem with socket.recieve() , when the clent disconnect Pin
prasadbuddhika1-Feb-11 6:32
prasadbuddhika1-Feb-11 6:32 
AnswerRe: Problem with socket.recieve() , when the clent disconnect Pin
jschell1-Feb-11 10:34
jschell1-Feb-11 10:34 
GeneralRe: Problem with socket.recieve() , when the clent disconnect Pin
Ennis Ray Lynch, Jr.1-Feb-11 10:57
Ennis Ray Lynch, Jr.1-Feb-11 10:57 
GeneralRe: Problem with socket.recieve() , when the clent disconnect Pin
jschell1-Feb-11 13:59
jschell1-Feb-11 13:59 
GeneralRe: Problem with socket.recieve() , when the clent disconnect Pin
Ennis Ray Lynch, Jr.1-Feb-11 15:11
Ennis Ray Lynch, Jr.1-Feb-11 15:11 
GeneralRe: Problem with socket.recieve() , when the clent disconnect Pin
jschell2-Feb-11 8:10
jschell2-Feb-11 8:10 
GeneralRe: Problem with socket.recieve() , when the clent disconnect Pin
Ennis Ray Lynch, Jr.2-Feb-11 9:32
Ennis Ray Lynch, Jr.2-Feb-11 9:32 
GeneralRe: Problem with socket.recieve() , when the clent disconnect Pin
jschell3-Feb-11 9:28
jschell3-Feb-11 9:28 
AnswerRe: Problem with socket.recieve() , when the clent disconnect Pin
jschell1-Feb-11 14:13
jschell1-Feb-11 14:13 
Questionoverloading Console.write() [modified] Pin
KARFER1-Feb-11 5:03
KARFER1-Feb-11 5:03 
AnswerRe: overloading Console.write() Pin
Pete O'Hanlon1-Feb-11 5:06
mvePete O'Hanlon1-Feb-11 5:06 
GeneralRe: overloading Console.write() Pin
KARFER1-Feb-11 5:11
KARFER1-Feb-11 5:11 
GeneralRe: overloading Console.write() Pin
Pete O'Hanlon1-Feb-11 5:12
mvePete O'Hanlon1-Feb-11 5:12 
AnswerRe: overloading Console.write() Pin
Not Active1-Feb-11 5:48
mentorNot Active1-Feb-11 5:48 
QuestionRe: overloading Console.write() Pin
TheGreatAndPowerfulOz1-Feb-11 7:13
TheGreatAndPowerfulOz1-Feb-11 7:13 

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.