Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-mvc

Calling controller action method directly from Razor View

c# asp.net-mvc razor

Object reference not set to an instance of an object when opening cshtml files in visual studio 2013

Refreshing access tokens in IdentityServer4 clients

What to put in your ViewModel

Supporting the "Expect: 100-continue" header with ASP.NET MVC

How do I stop a button event from posting in ASP.NET MVC?

c# .net jquery asp.net-mvc

ASP.NET MVC Default URL View

Storing data in HttpContext.Current.Items vs ViewData

How to remove list from validation summary

asp.net-mvc validation

ASP.NET MVC ViewModel with SelectList(s) best practice

asp.net-mvc selectlist

@Html.ValidationSummary(true) - What's the true do?

asp.net-mvc asp.net-mvc-3

ASP.NET MVC 3 - posting complex JSON model to action

Migrating from Asp.net MVC2 to MVC4

asp.net-mvc

ASP.NET MVC4 CustomErrors DefaultRedirect Ignored

How to force EF code first to recreate databases?

formatting a decimal as percentage to display in view?

assembly uses System.Web.Http 5.1 which has a higher version than referenced assembly System.Web.Http 5.0

ASP.NET MVC 5 Identity 2 Login redirect based on user role

What is the difference between returning IList vs List, or IEnumerable vs List<Class>. I want to know which is better to return

Pre-compile razor views in asp .net mvc 5