0
votes
ASP.NET MVC + LINQ to SQL or Entities?
The nerddinner sample chapter written by ScottGu uses Linq-To-SQL, he does not endorse LINQ-to-SQL but does not promote LINQ-To-Entities either. With ViewModel (Stephen Walther has a nice post on t …
4
votes
Where can I find a simple ASP.NET MVC (C#) tutorial(s)?
I have been working with ASP.NET MVC since it Beta days and have always found lack of proper technical details in blogs and forum posts to be quite inhibiting in the climbing up the learning curve. …
0
votes
ASP.NET MVC + LiveID --> should I use the Membership provider & Account controller?
Answered here before, Peter Bromberg has a …
1
vote
Choosing an ORM for a “simple” SaaS startup (ASP.NET MVC)
Inspired by the engine that runs stackoverflow.com, I have been working on developing a full-blown CRM and business-in-a-box solution over the last few months. I had lot of reservations about using …
1
vote
MVC which submit button has been pressed
I suggest looking at this post. I like the second solution since you are p …
0
votes
Route doesnt register
Remove the default value for "RouteID"
routes.MapRoute(
"Views", "View/{RouteID}",
new { controller = "BookingViewsPublicController",
action = "Index" …
0
votes
ASP.NET MVC CheckBox
I have been working on a ASP.NET MVC based CRM application for a while. I faced the same issue while fetching a list of leads. What users (i.e., Sales Managers, Sales Representatives, etc) usually …
