luizbon
Name: luizbon
Score: 83.01
Last Seen: 1073 days, 18 hours, 20 minutes ago
Member Since: 9 June, 2009
DotNetShoutout
atom rss
7
Shouts

ASP.NET MVC - MvcSiteMapProvider 2.0 is out!

published 1073 days, 16 hours, 9 minutes ago posted by rajuraju 1073 days, 21 hours, 41 minutes ago
Thursday, June 17, 2010 1:36:18 PM GMT Thursday, June 17, 2010 8:04:39 AM GMT
I’m very proud to announce the release of the ASP.NET MVC MvcSiteMapProvider 2.0! I’m also proud that the name of this product now exceeds the average length of Microsoft product names. In this blog post, I will give you a feel of what you can (and can not) do with this ASP.NET-specific SiteMapProvider. As a warning: if you’ve used version 1 of this library, you will notice that I have not thought of backwards compatibility. A lot of principles have also changed. For good reasons though: this release is... (more)
category: Web Dev | clicked: 2 | comment | | source: blog.maartenballiauw.be
tags: MvcSiteMapProvider, ASP .NET, ASP .NET MVC
7
Shouts

MvcExtensions - ActionFilter

published 1091 days, 19 hours, 13 minutes ago posted by luizbonluizbon 1094 days, 16 hours, 52 minutes ago
Sunday, May 30, 2010 10:32:51 AM GMT Thursday, May 27, 2010 12:53:44 PM GMT
Thursday, May 27, 2010 7:26 PM kazimanzurrashid MvcExtensions - ActionFilter One of the thing that people often complains is dependency injection in Action Filters. Since the standard way of applying action filters is to either decorate the Controller or the Action methods, there is no way you can inject dependencies in the action filter constructors. There are quite a few posts on this subject, which shows the property injection with a custo... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: weblogs.asp.net
12
Shouts

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

published 1108 days, 20 hours, 21 minutes ago posted by iftekharahmedamitiftekharahmedamit 1110 days, 14 hours, 34 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
9
Shouts

The Siege Project: Siege.ServiceLocation, Part 3 – Extending the container with custom use cases - Marcus Bratton - Los Techies : Blogs about software and anything tech!

published 1259 days, 21 hours ago posted by luizbonluizbon 1261 days, 19 hours, 38 minutes ago
Sunday, December 13, 2009 8:45:31 AM GMT Friday, December 11, 2009 10:08:03 AM GMT
Printer Friendly Version The Siege ProjectIntroductionSiege.ServiceLocation Part 1 - Introduction and General UseSiege.ServiceLocation Part 2 – Contextual Registration and ResolutionSiege.ServiceLocation Part 3 – Extending the container with custom use cases Siege.ServiceLocation Part 4 – Integrating Siege.ServiceLocation with ASP.NET MVC Siege.ServiceLocation Part 5 – A guide to getting started with Siege.ServiceLocation  Adding new functionality to the container without having to change Siege.Servic... (more)
category: How To | clicked: 0 | comment | | source: www.lostechies.com
tags: IoC, Siege
7
Shouts

Organizing ASP.NET MVC solutions - Jimmy Bogard

published 1262 days, 15 hours, 6 minutes ago posted by HusseyHussey 1263 days, 20 hours, 2 minutes ago
Thursday, December 10, 2009 2:39:31 PM GMT Wednesday, December 09, 2009 9:43:17 AM GMT
ASP.NET MVC projects.  I’ve toyed around with quite a few different strategies for structuring projects, and I’m currently settled around one that gives me the most flexibility.  It’s extremely simple: That’s it, two projects.  So what goes in each project?  Let’s first look at the UI project.  The UI project contains only website content and contains no code.  And I mean ... (more)
category: Web Dev | clicked: 1 | comment | | source: www.lostechies.com
tags: ASP.NET MVC, UI, ASP.NET
6
Shouts

The Siege Project: Siege.ServiceLocation, Part 2 - Contextual Registration and Resolution - Marcus Bratton - Los Techies : Blogs about software and anything tech!

posted by luizbonluizbon 1263 days, 19 hours, 47 minutes ago
Wednesday, December 09, 2009 9:58:52 AM GMT
Printer Friendly Version The Siege ProjectIntroductionSiege.ServiceLocation Part 1 - Introduction and General UseSiege.ServiceLocation Part 2 – Contextual Registration and Resolution Siege.ServiceLocation Part 3 – Extending the container with custom use cases Siege.ServiceLocation Part 4 – Integrating Siege.ServiceLocation with ASP.NET MVC Siege.ServiceLocation Part 5 – A guide to getting started with Siege.ServiceLocation Some house cleaning items before we get started on this post.You can download... (more)
category: How To | clicked: 0 | comment | | source: www.lostechies.com
tags: IoC, Siege
2
Shouts

The Siege Project: Siege.ServiceLocation Part 1 - Introduction and General Use - Marcus Bratton - Los Techies : Blogs about software and anything tech!

posted by luizbonluizbon 1264 days, 17 hours, 40 minutes ago
Tuesday, December 08, 2009 12:05:39 PM GMT
Printer Friendly Version The Siege ProjectIntroductionSiege.ServiceLocation Part 1 - Introduction and General Use Siege.ServiceLocation In my last post, I introduced the Siege project. While that post dealt with the goals, values and philosophies of the project, this post serves as a hands-on look at the first component to be released under the Siege umbrella. This component serves to a lesser extent as a general abstraction for service locators and dependency injection containers, providing a simple ... (more)
category: How To | clicked: 0 | comment | | source: www.lostechies.com
tags: Siege IoC