Click here to Skip to main content
15,900,258 members
Home / Discussions / C#
   

C#

 
AnswerRe: Exception Handling Pin
Clifford Nelson16-Nov-12 9:49
Clifford Nelson16-Nov-12 9:49 
GeneralRe: Exception Handling Pin
Dave Kreskowiak16-Nov-12 11:49
mveDave Kreskowiak16-Nov-12 11:49 
AnswerRe: Exception Handling Pin
Orjan Westin16-Nov-12 4:37
professionalOrjan Westin16-Nov-12 4:37 
AnswerRe: Exception Handling Pin
SledgeHammer0116-Nov-12 9:55
SledgeHammer0116-Nov-12 9:55 
JokeRe: Exception Handling Pin
Mycroft Holmes16-Nov-12 15:42
professionalMycroft Holmes16-Nov-12 15:42 
AnswerRe: Exception Handling Pin
jschell17-Nov-12 6:20
jschell17-Nov-12 6:20 
QuestionManual Coding vs Code Generation Pin
Phanindra26116-Nov-12 0:22
Phanindra26116-Nov-12 0:22 
AnswerRe: Manual Coding vs Code Generation Pin
DaveyM6916-Nov-12 0:46
professionalDaveyM6916-Nov-12 0:46 
GeneralRe: Manual Coding vs Code Generation Pin
n.podbielski16-Nov-12 1:06
n.podbielski16-Nov-12 1:06 
GeneralRe: Manual Coding vs Code Generation Pin
DaveyM6916-Nov-12 2:37
professionalDaveyM6916-Nov-12 2:37 
GeneralRe: Manual Coding vs Code Generation Pin
n.podbielski16-Nov-12 2:47
n.podbielski16-Nov-12 2:47 
GeneralRe: Manual Coding vs Code Generation Pin
BobJanova16-Nov-12 3:22
BobJanova16-Nov-12 3:22 
GeneralRe: Manual Coding vs Code Generation Pin
n.podbielski16-Nov-12 3:43
n.podbielski16-Nov-12 3:43 
AnswerRe: Manual Coding vs Code Generation Pin
Orjan Westin16-Nov-12 2:17
professionalOrjan Westin16-Nov-12 2:17 
GeneralRe: Manual Coding vs Code Generation Pin
Phanindra26116-Nov-12 3:09
Phanindra26116-Nov-12 3:09 
GeneralRe: Manual Coding vs Code Generation Pin
Orjan Westin16-Nov-12 3:25
professionalOrjan Westin16-Nov-12 3:25 
AnswerRe: Manual Coding vs Code Generation Pin
BobJanova16-Nov-12 3:25
BobJanova16-Nov-12 3:25 
AnswerRe: Manual Coding vs Code Generation Pin
fjdiewornncalwe16-Nov-12 7:11
professionalfjdiewornncalwe16-Nov-12 7:11 
GeneralRe: Manual Coding vs Code Generation Pin
Phanindra26116-Nov-12 7:56
Phanindra26116-Nov-12 7:56 
GeneralRe: Manual Coding vs Code Generation Pin
fjdiewornncalwe16-Nov-12 8:26
professionalfjdiewornncalwe16-Nov-12 8:26 
AnswerRe: Manual Coding vs Code Generation Pin
Mycroft Holmes16-Nov-12 15:37
professionalMycroft Holmes16-Nov-12 15:37 
What a load of rubbish, you should be using a code generator where it is a valid tool for the job. Coding up the DAL layer is just crazy, coding up the model is just as dumb. Generating code for VM or the VIEW is impossible.

Obviously we are using Silverlight but the code generator we use started life as a VB5 tool in the 90s, it is called ClassBuilder, I pinched it from the lead developer on that project and have rewritten it a dozen times. It does the CRUD stored procedures, the Model (based on a view of the table) and the DAL. Half a dozen click and I have my WCF written.

We tried writing something for the VM and the View but that is where the hand coding is required.
Never underestimate the power of human stupidity
RAH

GeneralRe: Manual Coding vs Code Generation Pin
PIEBALDconsult21-Nov-12 17:51
mvePIEBALDconsult21-Nov-12 17:51 
GeneralRe: Manual Coding vs Code Generation Pin
Mycroft Holmes21-Nov-12 18:46
professionalMycroft Holmes21-Nov-12 18:46 
GeneralRe: Manual Coding vs Code Generation Pin
PIEBALDconsult22-Nov-12 9:51
mvePIEBALDconsult22-Nov-12 9:51 
AnswerRe: Manual Coding vs Code Generation Pin
PIEBALDconsult21-Nov-12 4:00
mvePIEBALDconsult21-Nov-12 4:00 

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.