Malkir

Stories submitted by Malkir

A new validation framework for F# and ASP.NET MVC(justsimplecode.com)

submitted by MalkirMalkir(96) 1 year, 6 months ago

Write your validators once and have it work both server side and client side. read more...

1 comment |category: |Views: 62

tags: another

Update - Variable Length Lists(justsimplecode.com)

submitted by MalkirMalkir(96) 3 years, 4 months ago

Changes: ControllerScope is now ControlPrefixScope A convention based overload that uses a model's "Id" property for the index. An overload that takes a single object and uses that as the value for the index. Moved hidden field output to ControlPrefixScope.Dispose() to cut down on code per HtmlExtension. read more...

add a comment |category: |Views: 10

tags: another

My Take On Variable Length Lists in ASP.NET MVC(justsimplecode.com)

submitted by MalkirMalkir(96) 3 years, 4 months ago

Another solution to the variable length list problem. read more...

1 comment |category: |Views: 247

tags: another