mgolchin
Name: mgolchin
Score: 60
Last Seen: 31 days, 16 hours, 58 minutes ago
Member Since: 1 January, 2010
DotNetShoutout
atom rss
8
shouts

Dive Deep Into MVC: ModelMetadata and ModelMetadataProvider

published 30 days, 13 hours, 21 minutes ago posted by mgolchinmgolchin 31 days, 16 hours, 59 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 6:51:07 AM GMT
Custom ModelMetadataProvider that extracts model's metadata from an XML file. (more)
category: ASP.NET | clicked: 80 | comment | | source: mgolchin.net
tags: ASP.NET MVC, C#
6
shouts

Dive Deep Into MVC - IModelBinder Part 1

posted by mgolchinmgolchin 59 days, 11 hours, 29 minutes ago
Tuesday, January 12, 2010 12:21:24 PM GMT
A deep dive in the ASP.NET MVC model binder and validator. (more)
category: ASP.NET | clicked: 29 | comment | | source: mgolchin.net
tags: ASP.NET MVC, C#
12
shouts

Dive Deep Into MVC - IValueProvider

published 60 days, 8 hours, 16 minutes ago posted by mgolchinmgolchin 62 days, 15 hours, 26 minutes ago
Monday, January 11, 2010 3:34:18 PM GMT Saturday, January 09, 2010 8:24:16 AM GMT
This post demonstrates how to create a custom value provider for cookies. (more)
category: ASP.NET | clicked: 99 | comment | | source: mgolchin.net
tags: ASP.NET MVC, C#, IValueProvider
4
shouts

Dive Deep Into MVC - IControllerFactory

posted by mgolchinmgolchin 66 days, 4 hours, 18 minutes ago
Tuesday, January 05, 2010 7:32:26 PM GMT
In this article, you can see how we can create an ASP.NET MVC ControllerFactory which supports dependency injection. (more)
category: ASP.NET | clicked: 17 | comment | | source: mgolchin.net
tags: ASP.NET MVC, C#, Dependecy Injection