Currently I have a Razor View like this: TotalPaymentsByMonthYear.cshtml @model MyApp.Web.ViewModels.MyViewModel
I am trying to write a page for a user to update their information and change their password. I have it working now. The code that I have provided works, but I do not know how to tell the user they e
I use MVVM and my object implement IDataErrorInfo.When a property is set, I run custom validation methods and if the validation passes, I return String.empty, which sets Validation.HasError to false.I
Alright.. I am on a mission to learn iPhone development as much as possible. At my current job they have requested me if I can build a vnc viewer in iPhone.. there are many vnc apps but i want to lear