by Rick Anderson Bundling and minification are two techniques you can use in ASP.NET 4.5 to improve request load time. Bundling and minification improves load time by reducing the …
By Rick Anderson, N. Taylor Mullen, Dave Paquette, and Jerrie Pelser This document demonstrates working with Forms and the HTML elements commonly used on a Form. The HTML …
by Rick Anderson Getting Started Getting Started with ASP.NET MVC 5 This 11 part series is a good place to start. Pluralsight ASP.NET MVC 5 Fundamentals (video course) Lifecycle of an …
By Rick Anderson The dotnet user-jwts command line tool can create and manage app specific local JSON Web Tokens (JWTs).
by Rick Anderson Bundling and minification are two techniques you can use in ASP.NET 4.5 to improve request load time. Bundling and minification improves load time by reducing the number of requests to the server and reducing the size of requested assets (such as CSS and JavaScript.) Most of the current major browsers limit the number of simultaneous connections per each hostname to six. That ...
By Rick Anderson, N. Taylor Mullen, Dave Paquette, and Jerrie Pelser This document demonstrates working with Forms and the HTML elements commonly used on a Form. The HTML Form element provides the primary mechanism web apps use to post back data to the server. Most of this document describes Tag Helpers and how they can help you productively create robust HTML forms. We recommend you read ...
by Rick Anderson Getting Started Getting Started with ASP.NET MVC 5 This 11 part series is a good place to start. Pluralsight ASP.NET MVC 5 Fundamentals (video course) Lifecycle of an ASP.NET MVC 5 Application PDF document that charts the lifecycle of an ASP.NET MVC 5 app. Working with data Getting Started with EF 6 Code First using MVC 5 Tom Dykstra's award winning series dives deep into EF ...