namespace MyFeatureApp.Controllers

using System.ComponentModel.DataAnnotations;

This guide walks through setting the foundation for this feature using C# and ASP.NET, which were the primary use cases for VS 2015.

using MyFeatureApp.Models; using System.Web.Mvc;