Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-mvc

Should controllers in MVC web applications be unit-testable?

Can an AuthorizationAttribute prevent an action from being executed entirely?

How to have a custom 404 and 500 error pages with a stock standard ASP.NET MVC3 website?

How can I make accessing my custom IPrincipal easier in ASP.NET MVC?

Would it be better to use Asp.net mvc or web services?

MemoryCache empty just after adding an object

asp.net-mvc c#-4.0

Rendering Nullable Bool as CheckBox

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

ASP.NET MVC 4 Dev Preview Razor in Sections Error

asp.net-mvc asp.net-mvc-4

How do I manually populate ViewModel (Not using AutoMapper!)

asp.net-mvc

Recommended practices for Versioning WebAPI interfaces

CanCan gem for MVC .NET

AntiForgeryToken changes per request

ASP.Net MVC 3/4 Hosted on IIS 7.5 Default Handler Mappings

ASP.Net Web Api + KnockoutJs + MVC4 - Tying it together

Stored procedures in SQL Server master-child relationships not tables

Compiler executable file csc.exe cannot be found in .NET 4.5 Azure deployment

ASP.Net WebApi: How to load additional controllers at runtime

Is hardcoding controller, view and action names in MVC good practice?

c# .net asp.net-mvc

Why is .Net MVC architecture so overcomplicated vs Rails? [closed]

Custom AuthorizeAttribute Not Called by MVC Framework