Dusan Czupek's blog

Blog related .NET & web development

Build Version Increment Add-In Visual Studio

Somehow Visual Studio doesn't come with an option to only auto increment the build version of the AssemblyFileVersion attribute. Sure, by placing an * in the AssemblyVersion attribute and leaving the the AssemblyFileVersion out the compiler will auto generate build versions for both but this is a pa... [More]
Posted: Sep 30 2009, 21:44 by dczupek | Comments (8) RSS comment feed |
  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: dotNet

Simple validation in Model View Presenter

Last time I wrote about how to implement simple page by Model View Presenter pattern.  Quickly we created form with 2 textboxes, label and button for firing presenter method SaveData. This time let's focus a bit to validation in presenter and co-working your page with validation result. Why ... [More]
Posted: Sep 24 2009, 23:49 by dczupek | Comments (5) RSS comment feed |
  • Currently 1/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: dotNet