Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-mvc

bundle and minification return 404

NullReferenceException thrown when testing custom AuthorizationAttribute

RuntimeBinderException when accessing dynamic anonymous type in view

Custom MembershipProvider: No parameterless constructor defined for this object

When changing id type from string to int, how to get id of current signed in user in Web API?

Returning IEnumerable from Repository using ToList() vs using IList

Customize the cookie value in MVC5 ASP.NET Identity

What are the concrete pros and cons of attribute-based routing vs. imperative routing in ASP.NET Web API?

Trying to scaffold a view and I get "unable to retrieve Metadata for" and 'validation error' 'entity type has no key defined'

NLog logging LogEventInfo and Exception data with one call

Passing information from Razor client (cshtml) to AngularJS

Understanding MVC-5 Identity

How to query all tables that implement an interface

ASP.NET Handler (ashx) vs MVC Controller Action for downloading files

asp.net asp.net-mvc ashx

If I do not specify [httpGet] or [httpPost] for the action method , what will be the rule for calling it

Progress report using SignalR and IProgress interface

Can I Create a Controller instance manually, then run it as a user?

c# .net asp.net-mvc

What is the reson behind using $("form").removeData("validator") & $("form").removeData("unobtrusiveValidation"); inside partial view

A route named 'DefaultRoute' is already in the route collection. Route names must be unique

Is User.Identity.GetUserId cached or does it fetch from the database every time?