robashton
Name: robashton
Score: 130.09
Last Seen: 29 days, 3 hours, 16 minutes ago
Member Since: 29 October, 2009
DotNetShoutout
atom rss
6
shouts

Multi-tenancy in ASP.NET MVC - Controller Actions (Part I)

published 30 days, 23 hours, 4 minutes ago posted by robashtonrobashton 31 days, 18 hours, 6 minutes ago
Monday, February 15, 2010 1:08:43 PM GMT Sunday, February 14, 2010 6:07:10 PM GMT
The next part in this series on multi-tenancy in ASP.NET MVC - locating controller actions from your modules on a per-request basis. (more)
category: ASP.NET | clicked: 59 | comment | | source: codeofrob.com
tags: ASP.NET MVC, Multi-tenancy, Multi-Tenant
8
shouts

Multi-tenancy in ASP.NET MVC - Views with a ViewEngine

published 36 days, 20 hours, 29 minutes ago posted by robashtonrobashton 37 days, 2 hours, 54 minutes ago
Tuesday, February 09, 2010 3:43:56 PM GMT Tuesday, February 09, 2010 9:18:55 AM GMT
Carrying on the series by talking about View Engines and how to use one to allow modules to provide their own views (more)
category: ASP.NET | clicked: 61 | comment | | source: codeofrob.com
tags: ASP.NET MVC, Multi-tenancy
5
shouts

Multi-tenancy in ASP.NET MVC - Breaking it down

published 40 days, 4 hours, 48 minutes ago posted by robashtonrobashton 41 days, 12 hours, 46 minutes ago
Saturday, February 06, 2010 7:24:26 AM GMT Thursday, February 04, 2010 11:26:58 PM GMT
Multi-tenancy in ASP.NET MVC - Breaking it down Previous entries in the seriesWhy do we want multi-tenancy In the last entry, we covered the basics of what I consider multi-tenancy to be, and why we might perhaps want to write our ASP.NET MVC web application with multi-tenancy in mind. The "ASP.NET MVC" component  or front-end) of your multi-tenant application probably only covers a small fraction of your entire codebase but is also the first and often only contact your customer has with your applicat... (more)
category: ASP.NET | clicked: 37 | comment | | source: codeofrob.com
tags: ASP.NET MVC, Multi Tenancy
6
shouts

Multi-tenancy and ASP.NET MVC

published 44 days, 12 minutes ago posted by robashtonrobashton 45 days, 15 hours, 19 minutes ago
Tuesday, February 02, 2010 12:00:23 PM GMT Sunday, January 31, 2010 8:53:29 PM GMT
Multi-tenancy and ASP.NET MVC I spoke about this chestnut briefly at DDD8, and I want to start expanding on the subject. My plan is over the next few weeks to start talking more about multi-tenancy in our web-apps, and to get everybody else doing the same - speaking to other developers after my talk I realised that we're not alone, people are working on solutions but they're just not talking about it. By getting some dialogue going, I hope we can generate a public description of what is good and what ... (more)
category: ASP.NET | clicked: 34 | comment | | source: codeofrob.com
tags: Architecture, ASP.NET, Multi-tenancy, MVC
3
shouts

NUnit 2.5.3 and SetUICulture

posted by robashtonrobashton 89 days, 21 hours, 41 minutes ago
Friday, December 18, 2009 2:31:21 PM GMT
SetUICulture doesn't appear to be working right, so here is a work-around for now. (more)
category: Architecture | clicked: 11 | comment | | source: codeofrob.com
tags: NUnit
12
shouts

Dynamically Switching between Master Pages in ASP.NET MVC

published 134 days, 23 hours, 53 minutes ago posted by robashtonrobashton 136 days, 16 hours, 53 minutes ago
Tuesday, November 03, 2009 12:19:23 PM GMT Sunday, November 01, 2009 7:20:10 PM GMT
There are many ways of dynamically switching between master pages in ASP.MVC, and this is a list of those methods. (more)
category: ASP.NET | clicked: 71 | comment | | source: codeofrob.com
7
shouts

Legacy .NET 1.1 COM in a classic ASP application after installing the .NET 2.0 Runtime

published 139 days, 11 hours, 32 minutes ago posted by robashtonrobashton 139 days, 22 hours, 23 minutes ago
Friday, October 30, 2009 12:40:16 AM GMT Thursday, October 29, 2009 1:49:21 PM GMT
Legacy .NET 1.1 COM in a classic ASP application after installing the .NET 2.0 Runtime I've just had a fun evening trying to come up with a half-suitable solution for this problem and thought it worth documenting here although my next entry isn't due for a couple of days. As previously mentioned, we run a legacy classic ASP system for most of our clients and we're in the process of writing a replacement system in .NET. This week we finished the user acceptance testing  on the first deployable .NET a... (more)
category: ASP.NET | clicked: 4 | comment | | source: codeofrob.com
7
shouts

Why Linq2NHibernate isn't ready for production use

published 139 days, 11 hours, 32 minutes ago posted by robashtonrobashton 139 days, 22 hours, 26 minutes ago
Friday, October 30, 2009 12:40:16 AM GMT Thursday, October 29, 2009 1:46:48 PM GMT
Why Linq2NHibernate isn't ready for production use I was quite excited when Ayende announced that he had written a Linq provider for NHibernate which was of production quality. It came with a few caveats, it could only do what criteria currently supported and they hadn't implemented any sort of join support. I considered these to be perfectly reasonable items on the todo list, given that they are actively working on creating a more complete linq provider that does everything people would wan... (more)
category: ASP.NET | clicked: 22 | comment | | source: codeofrob.com