Ben Robbins

1,639
Reputation
120 views

Registered User

Name Ben Robbins
Member for 1 year
Seen yesterday
Website
Location Indiana, USA
Age 30
Student developer learning mainly .net specific technologies and overall programming practices.
Nov
23
answered How to Detect Select n+1 problems in Linq to SQL?
Nov
13
comment How to impress developers with IronPython/Python
The language is awesome. The hard sell is good IDE support for python and .Net together.
Nov
1
revised Is the book “NHibernate in Action” for V1.2 of NHibernate still relevant in October 2009?
Added my updates
Nov
1
revised Is the book “NHibernate in Action” for V1.2 of NHibernate still relevant in October 2009?
Removed time-limited offer
Oct
31
asked Is the book “NHibernate in Action” for V1.2 of NHibernate still relevant in October 2009?
Oct
18
answered TinyMCE with Ajax Form in ASP.NET MVC
Oct
18
answered ‘Big’ websites using ASP.NET MVC
Oct
14
comment Getting jquery going: ‘Object Expected’ error
I wasn't exactly superstitious, I just didn't know exactly why it didn't work. See here: stackoverflow.com/questions/69913/… The short story is that self-closing script tags aren't valid html4.
Oct
14
accepted Getting jquery going: ‘Object Expected’ error
Oct
13
answered Getting jquery going: ‘Object Expected’ error
Oct
7
accepted Executing Method Against DataContext Returning Inserted ID
Sep
15
awarded  Good Answer
Sep
14
accepted .NET MVC user details in Controller CTOR
Sep
13
answered .NET MVC user details in Controller CTOR
Sep
5
revised Problem getting MVC AJAX partial load to work
js bug
Sep
4
answered Problem getting MVC AJAX partial load to work
Aug
27
accepted Enforce Action Filter on all Controller Actions (C# / ASP.NET MVC)
Aug
27
answered Enforce Action Filter on all Controller Actions (C# / ASP.NET MVC)
Aug
26
revised Executing Method Against DataContext Returning Inserted ID
added sprocs question
Aug
26
answered Executing Method Against DataContext Returning Inserted ID
Aug
24
answered Code re-use with Linq-to-Sql - Creating ‘generic’ look-up tables
Aug
24
accepted How would you create a user database with asp.net mvc
Aug
20
awarded  Yearling
Aug
19
comment Using a GUID as the ID in a database with ASP.NET MVC
I put my custom binders in a folder called Binders in the Models folder of my MVC Application.
Aug
19
answered asp.net mvc - how do i reference an asp file inside the View Directory
Aug
14
answered HttpContext.Current.User.IsInRole(roleName) always returns false
Aug
10
answered When starting a MVC project, no Test project is created
Jul
28
accepted ASP.NET MVC: How much processing in the view & when to use helper methods?
Jul
27
answered ASP.NET MVC: How much processing in the view & when to use helper methods?
Jul
19
accepted ASP.NET MVC newbie: can’t get aspnet_regsql.exe to work
Jul
18
awarded  
Jul
3
awarded  Civic Duty
Jun
30
comment How does NerdDinner’s AddModelErrors work?
An extension method is just a static method with an easier to read syntax. This is why you need to add the using directive for the namespace where the extension method is defined. ModelState.AddModelErrors(dinner.GetRuleViolations()); is the same as ModelStateHelpers.AddModelErrors(ModelState, dinner.GetRuleViolations());
Jun
30
comment How to Troubleshoot ASP.NET MVC
Is a firewall rule or antivirus program blocking the requests?
Jun
29
comment How would you create a user database with asp.net mvc
I added some more information. I'd check out the NerdDinner tutorial, It's great stuff.
Jun
29
revised How would you create a user database with asp.net mvc
added a link and more explanation
Jun
28
answered How would you create a user database with asp.net mvc
Jun
27
comment How to know if asp.net 3.5 sp1 and asp.net mvc are installed in the server?
This doesn't directly answer your question. You can bin deploy MVC if you know that 3.5 is installed. haacked.com/archive/2008/…
Jun
27
answered ASP.NET MVC newbie: can’t get aspnet_regsql.exe to work
Jun
27
comment Is there a free hosted issue tracker?
Student and startup edition supports 2 users. This is the signup link: shop.fogcreek.com/FogBugz/…
Jun
24
answered MVC/Unity - How to inject dependencies into custom FilterAttributes?
Jun
20
awarded  Popular Question
Jun
8
comment What is the Best Way to Organize a ASP.Net MVC Solution Using Dependency Injection?
My newbie trap with StructureMap was security permission exceptions under Medium Trust. You will want to look into an alternate DI container if your app will run in Medium Trust environments.
Jun
3
accepted MVC MasterPage Design Time Support When Running in a Virtual Directory