DotNetShoutout - Stories tagged with MVCExtensions
12
Shouts

Localization with ASP.NET MVC ModelMetadata - Kazi Manzur Rashid

published 1101 days, 9 hours, 21 minutes ago posted by rajuraju 1102 days, 19 hours, 10 minutes ago
Tuesday, June 15, 2010 1:49:55 PM GMT Monday, June 14, 2010 4:01:25 AM GMT
When using the DisplayFor/EditorFor there has been built-in support in ASP.NET MVC to show localized validation messages, but no support to show the associate label in localized text, unless you are using the .NET 4.0 with Mvc Future. Lets a say you are creating a create form for Product where you have support both English and German like the following.... (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, Open Source, MVC, MVCExtensions, ASP.NET
7
Shouts

MvcExtensions - PerRequestTask - Kazi Manzur Rashid's Blog

published 1126 days, 10 hours, 49 minutes ago posted by mithumithu 1128 days, 8 hours, 40 minutes ago
Friday, May 21, 2010 12:22:34 PM GMT Wednesday, May 19, 2010 2:31:09 PM GMT
In the previous post, we have seen the BootstrapperTask which executes when the application starts and ends, similarly there are times when we need to execute some custom logic when a request starts and ends. Usually, for this kind of scenario we create HttpModule and hook the begin and end request events. There is nothing wrong with this approach, except HttpModu... (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Shrinkr, ASPNETMVC, Open Source, MVC, MVCExtensions, ASP.NET
8
Shouts

MvcExtensions – Custom Service Registration - Kazi Manzur Rashid's Blog

published 1127 days, 11 hours, 36 minutes ago posted by mithumithu 1129 days, 4 hours, 57 minutes ago
Thursday, May 20, 2010 11:35:34 AM GMT Tuesday, May 18, 2010 6:13:46 PM GMT
In this post, I will show you how you can register your custom services in your preferred IoC container and how the MvcExtensions will integrate it with the rest of the application. One of the goal of MvcExtensions is, unlike the ot... (more)
category: Web Dev | clicked: 5 | comment | | source: weblogs.asp.net
tags: Unity, ASP.NET MVC, IoC/DI, ASPNETMVC, Ninject, Windsor, Open Source, Autofac, MVC, MVCExtensions, StructureMap, ASP.NET
12
Shouts

Announcing the RTM of MvcExtensions (aka System.Web.Mvc.Extensibility) - Kazi Manzur Rashid

published 1134 days, 13 hours, 47 minutes ago posted by iftekharahmedamitiftekharahmedamit 1136 days, 7 hours, 59 minutes ago
Thursday, May 13, 2010 9:24:37 AM GMT Tuesday, May 11, 2010 3:11:59 PM GMT
I am proud to announce the v1.0 of MvcExtensions (previously known as System.Web.Extensibility). There has been quite a few changes and enhancements since the last release. Some of the major changes are:The Namespace has been changed to MvcExtensions from System.Web.Mvc.Extensibility to avoid the unnecessary confusion that it... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, IoC/DI, ASPNETMVC, Open Source, MVC, MVCExtensions, ASP.NET