Discover a new way to find and share stories you'll love… Learn about Reading Desk

Trend Results : NET MVC


Blog Post Results (1-20 of 569)

FILTER RESULTS

Redirecting ASP.NET Legacy URLs to Extensionless with the IIS Rewrite Module

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

Understanding the IController and ControllerBase in ASP.NET MVC

The tip describes about the IController interface and the ControllerBase class.

Creating Twitter STS with ASP.NET MVC and WIF

Step by Step tutorial describes how to create custom Security Token Service.

How to make date visible in Chrome native datepicker while it binds from Model in MVC4

This helps to make a visible date field in Chrome native datepicker while it will bind from the Model in ASP.NET MVC 4.

Cutting-edge web development with jsRazor: tiny JavaScript that replaces ASP.NET (PHP, MVC, JSP, etc.) rendering!

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.

Prevent Repeated Requests using ActionFilters in ASP.NET MVC

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

Implementing Audit Trails using ASP.NET MVC ActionFilters

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

Creating Advanced Audit Trails using ActionFilters in ASP.NET MVC

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

Creating Unit Testable Applications in ASP.NET MVC - A Beginner's Tutorial

In this article we will talk about creating unit testable applications using ASP.NET MVC.

A Beginner's Tutorial on Custom Forms Authentication in ASP.NET MVC Application

In this we will discuss about implementing custom forms authentication in an ASP.NET MVC application.

A Beginner's Tutorial on Validating Model Data and Unobtrusive Client side Validation in ASP.NET MVC

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.

A Beginner's Tutorial for Understanding Filters and Attributes in ASP.NET MVC

In this article we will try to see how we can use custom filters and attributes in an ASP.NET MVC application.

Introduction to OAuth in ASP.NET MVC

OAuth authorization is an open standard for authorization using third party applications

Localize your MVC app based on a subdomain

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

Understanding and Implementing Repository and Unit of Work Pattern in ASP.NET MVC Application

In this article we will try to see what is Repository and Unit of Work Pattern in an ASP.NET MVC application.

A Beginner's Tutorial on Various Ways of Passing Data in ASP.NET MVC Application

In this article we will discuss about few important data transfer techniques in ASP.NET MVC application

Copyright © 2011 Regator, LLC