ASP.NET has included support for "friendly URLs" for a while now. ASP.NET MVC has always supported friendly URLs and more recently, so has Web Forms. That means if you don't want to have the.aspx extension, you certainly don't have to. Show More Summary
The tip describes about the IController interface and the ControllerBase class.
Step by Step tutorial describes how to create custom Security Token Service.
ASP.NET WEB API Basics (MVC 4)
Testing an ASP.NET MVC app with Ruby.
Basic Understanding On ASP.NET MVC 4
This helps to make a visible date field in Chrome native datepicker while it will bind from the Model in ASP.NET MVC 4.
jsRazor is unbeatably powerful and stupidly simple client-side rendering approach that consists of ONLY TWO functions. Tiny javascript library entirely eliminates the need for server-page rendering, in the same time giving your apps unmatched simplicity and flexibility.
Wherever there is a form or page that allows a user to post up information, there is an opportunity for repeat postings and spam. No one really enjoys being spammed or seeing hundreds of the same comments strewn across their forum, blog or other areas of discussion and this article aims to help curb
This post will cover how to implement a very basic Audit trail within your ASP.NET MVC Application using custom ActionFilters, which will allow you to decorate specific Controllers and Actions that will be designated to log details of a specific user interaction to later identify (or incriminate) th
As mentioned in my previous article on “Implementing Simple Audit Trails using ActionFilters in ASP.NET MVC”, accountability is such an important factor when working with systems that involve any level of security and confidentiality. In that post, we discussed creating a very basic [Aud
Resolving controller blocking within.NET 4.5 and ASP.NET MVC.
In this article we will talk about creating unit testable applications using ASP.NET MVC.
In this we will discuss about implementing custom forms authentication in an ASP.NET MVC application.
In this article we will try to see how we can use DataAnnotations to perform validations of Model classes in an ASP.NET MVC application.
In this article we will try to see how we can use custom filters and attributes in an ASP.NET MVC application.
OAuth authorization is an open standard for authorization using third party applications
Having an application in multiple languages is now a requirement in many projects. In ASP.net, you can tell your application that the language that should be using corresponds to the one the browser is specifying. While this is a really nice feature in the ideal scenarios (since the user gets the ap
In this article we will try to see what is Repository and Unit of Work Pattern in an ASP.NET MVC application.
In this article we will discuss about few important data transfer techniques in ASP.NET MVC application