Click here to Skip to main content
15,893,486 members
Home / Discussions / C#
   

C#

 
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
mve#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 
GeneralRe: Date Format Pin
mjawadkhatri23-Dec-10 2:59
mjawadkhatri23-Dec-10 2:59 
GeneralRe: Date Format Pin
Luc Pattyn23-Dec-10 3:27
sitebuilderLuc Pattyn23-Dec-10 3:27 
GeneralRe: Date Format Pin
musefan23-Dec-10 3:43
musefan23-Dec-10 3:43 
GeneralRe: Date Format Pin
Luc Pattyn23-Dec-10 3:54
sitebuilderLuc Pattyn23-Dec-10 3:54 
GeneralRe: Date Format Pin
musefan23-Dec-10 4:04
musefan23-Dec-10 4:04 
GeneralRe: Date Format Pin
Luc Pattyn23-Dec-10 4:07
sitebuilderLuc Pattyn23-Dec-10 4:07 
GeneralRe: Date Format Pin
GenJerDan23-Dec-10 8:31
GenJerDan23-Dec-10 8:31 
GeneralRe: Date Format Pin
Luc Pattyn23-Dec-10 8:47
sitebuilderLuc Pattyn23-Dec-10 8:47 
GeneralRe: Date Format Pin
GenJerDan23-Dec-10 8:55
GenJerDan23-Dec-10 8:55 
GeneralRe: Date Format Pin
Pete O'Hanlon23-Dec-10 3:41
mvePete O'Hanlon23-Dec-10 3:41 
AnswerRe: Date Format Pin
PIEBALDconsult23-Dec-10 4:42
mvePIEBALDconsult23-Dec-10 4:42 
QuestionSmall confusion in Nullable Type Pin
Ravi Sant23-Dec-10 0:54
Ravi Sant23-Dec-10 0:54 
AnswerRe: Small confusion in Nullable Type PinPopular
harold aptroot23-Dec-10 1:01
harold aptroot23-Dec-10 1:01 
GeneralRe: Small confusion in Nullable Type Pin
Pete O'Hanlon23-Dec-10 2:40
mvePete O'Hanlon23-Dec-10 2:40 
GeneralRe: Small confusion in Nullable Type Pin
Ravi Sant23-Dec-10 4:30
Ravi Sant23-Dec-10 4:30 

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.