Click here to Skip to main content
15,904,415 members
Home / Discussions / C#
   

C#

 
QuestionLocal directory in c# Asp.net Pin
abbd23-Dec-10 23:23
abbd23-Dec-10 23:23 
AnswerRe: Local directory in c# Asp.net Pin
OriginalGriff23-Dec-10 23:39
mveOriginalGriff23-Dec-10 23:39 
AnswerRe: Local directory in c# Asp.net Pin
RaviRanjanKr24-Dec-10 0:38
professionalRaviRanjanKr24-Dec-10 0:38 
AnswerRe: Local directory in c# Asp.net Pin
Richard MacCutchan24-Dec-10 9:53
mveRichard MacCutchan24-Dec-10 9:53 
AnswerRe: Local directory in c# Asp.net Pin
GenJerDan27-Dec-10 3:44
GenJerDan27-Dec-10 3:44 
QuestionRetrieving return value from stored procedure Pin
Łukasz Nowakowski23-Dec-10 22:05
Łukasz Nowakowski23-Dec-10 22:05 
AnswerRe: Retrieving return value from stored procedure Pin
RobCroll24-Dec-10 5:12
RobCroll24-Dec-10 5:12 
GeneralRe: Retrieving return value from stored procedure Pin
Łukasz Nowakowski24-Dec-10 8:27
Łukasz Nowakowski24-Dec-10 8:27 
Questionhelp!why the event 'SystemEvents_PowerModeChanged' can not running in the windows service. Pin
scoket23-Dec-10 15:13
scoket23-Dec-10 15:13 
AnswerRe: help!why the event 'SystemEvents_PowerModeChanged' can not running in the windows service. Pin
Not Active23-Dec-10 18:13
mentorNot Active23-Dec-10 18:13 
GeneralRe: help!why the event 'SystemEvents_PowerModeChanged' can not running in the windows service. [modified] Pin
scoket23-Dec-10 21:30
scoket23-Dec-10 21:30 
Questionhow to answer this question Pin
mohammed alshaweesh23-Dec-10 13:20
mohammed alshaweesh23-Dec-10 13:20 
AnswerRe: how to answer this question Pin
Dr.Walt Fair, PE23-Dec-10 15:32
professionalDr.Walt Fair, PE23-Dec-10 15:32 
AnswerRe: how to answer this question Pin
JF201523-Dec-10 23:17
JF201523-Dec-10 23:17 
QuestionAppend Tiff To Tiff Pin
Kevin Marois23-Dec-10 7:14
professionalKevin Marois23-Dec-10 7:14 
AnswerRe: Append Tiff To Tiff Pin
Dave Kreskowiak23-Dec-10 8:58
mveDave Kreskowiak23-Dec-10 8:58 
QuestionSeeking advice for learning how to create small LOB applications in C# Pin
Duke Carey23-Dec-10 3:42
professionalDuke Carey23-Dec-10 3:42 
AnswerRe: Seeking advice for learning how to create small LOB applications in C# Pin
Not Active23-Dec-10 5:14
mentorNot Active23-Dec-10 5:14 
GeneralRe: Seeking advice for learning how to create small LOB applications in C# Pin
Duke Carey23-Dec-10 6:18
professionalDuke Carey23-Dec-10 6:18 
GeneralRe: Seeking advice for learning how to create small LOB applications in C# Pin
Not Active23-Dec-10 8:16
mentorNot Active23-Dec-10 8:16 
GeneralRe: Seeking advice for learning how to create small LOB applications in C# Pin
#realJSOP23-Dec-10 10:35
professional#realJSOP23-Dec-10 10:35 
GeneralRe: Seeking advice for learning how to create small LOB applications in C# Pin
Duke Carey24-Dec-10 1:13
professionalDuke Carey24-Dec-10 1:13 
AnswerRe: Seeking advice for learning how to create small LOB applications in C# Pin
SledgeHammer0123-Dec-10 8:32
SledgeHammer0123-Dec-10 8:32 
As another guy in this thread said, if you are just doing small "one-off" apps, MVVM definitely isn't worth the trouble. Actually, let me rephrase that: *PROPER* MVVM isn't worth the trouble for small "one-off" apps. Lots of guys say they are doing MVVM, but when you look at their code, its more like "make believe MVVM" since they've broken a lot of MVVM tennants. I'm not sure where you fall in that category (no offense intended), but if you aren't doing MVVM right, or are just doing it because "its what the cool kids are doing", you are asking for trouble and hair pulling. You should only use MVVM where its appropriate and understand why you are using it. If your MVVM infrastructure is larger then your app "u r doing it wrong!!" Smile | :) .

I'm even going to go a step further... for small "one-off" apps, why even bother with WPF? WPF is intended for rich customized applications. If you are just doing a cookie cutter form with stock controls, WPF ain't worth the hassle. Lots of stupid small things that would take you one line of code in Winforms would take pages and pages of code in WPF. WPF is a huge time saver in certain areas, but its also a massive time killer in other areas.

As for WPF vs. Silverlight... its straight forward to go from Silverlight to WPF since Silverlight is a subset of WPF. Not so easy to go the other way.
QuestionDate Format Pin
mjawadkhatri23-Dec-10 2:32
mjawadkhatri23-Dec-10 2:32 
AnswerRe: Date Format Pin
Pete O'Hanlon23-Dec-10 2:39
mvePete O'Hanlon23-Dec-10 2:39 

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.