Monday 27 October 2014

Getting Started - ASP MVC



What ASP.NET MVC is and how to install it, and use tutorials to get started.
  1. Get Started with ASP.NET MVC and Azure

    A short tutorial that creates a simple ASP.NET application and deploys it to Azure.
  2. Getting Started with ASP.NET MVC 5 (11 Tutorials)

    Introduction to ASP.NET MVC 5
  3. Introduction to ASP.NET MVC

    New to ASP.NET MVC? This free 8 hour course for absolute beginners starts with the basics and slowly builds up to more advanced concepts like view customization with Bootstrap and how to configure authentication. All slides and demo source code are provided.
  4. Pluralsight ASP.NET MVC 5 Fundamentals (video course)

    Pluralsight ASP.NET MVC 5 Fundamentals
  5. Getting Started with EF 6 using MVC 5 (12 Tutorials)

    The basics of using Entity Framework 6 to display and edit data in an ASP.NET MVC 5 application.
  6. EF Database First with ASP.NET MVC (7 Tutorials)

    This series shows how to use Database First development for creating an MVC 5 application with Entity Framework
  7. Deploy a Secure ASP.NET MVC 5 app with Membership, OAuth, and SQL Database to a Windows Azure Web Site

    How to build a secure ASP.NET MVC 5 web application that enables users to log in with credentials from Facebook and Google. Also shows how to deploy the application to Windows Azure.
  8. ASP.NET MVC Facebook Birthday App

    By Kirthi Krishnamraju, Rick Anderson, Yao Huang Lin, Troy Dai and Tom Dykstra|
    This tutorial will teach you how to build a Facebook app by using an MVC 5 NuGet package and Visual Studio 2013.
  9. Get Started with ASP.NET MVC and Azure WebJobs

    Build, run, and deploy a simple multi-tier application that runs in Azure Websites, using Azure WebJobs for background processing and the Azure WebJobs SDK for working with Azure storage queues and blobs.
  10. Get Started with ASP.NET MVC and Azure Cloud Services

    Build, run, and deploy a simple multi-tier application that runs in an Azure Cloud Service web role and worker role.
  11. ASP.NET MVC Multi-Tier Application Using Azure Service Bus Queues

    In this tutorial, you'll build and run a multi-tier application in an Azure Cloud Service.
  12. Lifecycle of an ASP.NET MVC 5 Application

    By Cephas Lin|
    Download a PDF document that charts the lifecycle of an ASP.NET MVC 5 application. This lifecycle document provides a high-level view of the MVC lifecycle and a detailed view that shows all the ext...
  13. Monitoring and Telemetry

    Links to resources about monitoring the health and performance of an ASP.NET application.
  14. MVC Recommended Resources

    By Rick Anderson|
    Links to documentation resources about ASP.NET MVC.

No comments:

Post a Comment

Angular Tutorial (Update to Angular 7)

As Angular 7 has just been released a few days ago. This tutorial is updated to show you how to create an Angular 7 project and the new fe...