Top "Asp.net-mvc-2" questions

ASP.

How to set a Default Route (To an Area) in MVC

Ok this has been asked before but there is no solid solution out there. So for purpose of myself and …

asp.net-mvc asp.net-mvc-2
How to implement reCaptcha for ASP.NET MVC?

How do I implement reCaptcha in ASP.NET MVC and C#?

c# asp.net asp.net-mvc-2
The type arguments cannot be inferred from the usage. Try specifying the type arguments explicitly

Could someone please clarify something for me. In my ASP.NET MVC 2 app, I've got a BaseViewModel class which includes …

c# linq generics asp.net-mvc-2 expression
Using Tempdata in ASP.NET MVC - Best practice

I am using ASP.NET MVC 3 to build a web application. What I am trying to do is pass values …

asp.net-mvc asp.net-mvc-3 asp.net-mvc-2 tempdata
Python vs C#/.NET -- what are the key differences to consider for using one to develop a large web application?

My organization currently delivers a web application primarily based on a SQL Server 2005/2008 back end, a framework of Java models/…

.net python sql-server django asp.net-mvc-2
How can I pass parameters to an Action using Html.Action() in ASP.NET MVC?

I've been using Html.Action("ActionName", "ControllerName") to invoke child actions across controllers without needing to have the view in …

asp.net asp.net-mvc asp.net-mvc-2
How to specify an area name in an action link?

I have a shared master page which I am using from 2 different areas in my mvc 2 app. The master page …

asp.net-mvc asp.net-mvc-2 asp.net-mvc-areas
Using cookie in asp.net mvc c#

I want to register the parameter of a few pages in my web site using cookie. I tried the below …

asp.net asp.net-mvc-2 cookies
ASP.NET MVC Model vs ViewModel

OK, I have been hearing discussion about "ViewModels" in regards to MS's ASP.NET MVC. Now, that is intended to …

asp.net-mvc asp.net-mvc-2 model viewmodel
What are the Web.Debug.config and Web.Release.Config files for?

I just upgraded to Visual Studio 2010 and MVC 2.0 and I noticed the Web.config has two additional files attached to …

asp.net asp.net-mvc visual-studio-2010 asp.net-mvc-2 web-config