Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

Derreck Dean

@Derreck Dean
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Finally started doing some WPF...
    D Derreck Dean

    You'll find it much easier if you think in terms of a model that the UI consumes. You'll want to do that anyway if you were to ever plan on sharing your business logic with other UIs, like Silverlight, MVC or (gasp) WebForms. That in itself takes some planning and forethought but it is possible. Your model knows nothing about UI elements, and your XAML code just binds to these properties on your model. Don't be afraid of having some code in your codebehind. I'm not in the camp that believes codebehind is evil, but if you're writing code that deals with business logic in codebehind you need to evaluate how that code goes into the model, and move it there. (Jumped into XAML a year ago and I'm never looking back.)

    The Lounge csharp question learning wpf winforms

  • So I gave a dev a choice yesterday
    D Derreck Dean

    It reminds me of the difference between the .net runtime of Silverlight and regular .net- it has less features, but any roadblocks you encounter that are caused by a missing feature can always be worked around. On a side note, I have a client who wants their invoicing system rewritten. The whole thing is a 10 screen nightmare built in excel vba, using hidden worksheets to store data. Ugh.

    The Lounge csharp collaboration career

  • To Java or not to Java
    D Derreck Dean

    Saying Java is great because it works with all platforms is like saying anal sex is great because it works with all genders.

    The Lounge java question announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups