Windows Azure and ASP.NET MVC Migration
Practical, real-world tools for migrating ASP.NET MVC to Windows Azure When IIS6 and Windows Server 2003 are no longer supported, you?ll need to migrate websites currently hosted on these technologies to newer technologies. This book comes to the rescue. It's packed with all the steps you need...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Indianapolis, Ind. :
Wrox
c2013.
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009849078306719 |
Tabla de Contenidos:
- Windows Azure® and ASP.NET MVC Migration; Copyright; About the Author; About the Technical Editor; Acknowledgments; Contents; Introduction to the Windows Azure Book Series; Introduction; Who this Book is For; What this Book Covers; How this Book is Structured; Migration; Enhancing; Deployment; Monitoring and Troubleshooting; What You Need to Use this Book; Conventions; Source Code; Errata; P2P.Wrox.Com; Part I: Migration; Chapter 1: Migrating from ASP.NET to ASP.NET MVC 4; Getting Started; Comparing ASP.NET to ASP.NET MVC; Understanding the Model-View-Controller
- Using Master Pages versus Shared ViewsWhen to Use User Controls versus Partial Views; Understanding the Statelessness of ASP.NET MVC; Understanding Strongly Typed Class References; ASP.NET, ASP.NET MVC, or Both?; What Are the Differences Between ADO.NET and NHibernate?; Understanding the Data Access Layer; Understanding the Object Relational Mapping; Understanding Mapping by Code; Accessing Data from the Database; Examining Innovations from IIS 6 to IIS 7.0/7.5/8; Introducing Team Foundation Server; Using Test Driven Development Within ASP.NET MVC; Summary
- Chapter 2: Creating the ASP.NET MVC 4 ProjectChanging the Look and Feel of Your Website; Creating the Blog List From an XML RSS File; Adding the BlogList Class to the Models Folder; Adding Methods to the HomeControllers File; Modifying the Index() Method; Displaying the List of Blogs in the View; Adding the Html.ActionLinks; Creating a Local Test Database; Downloading and Installing SQL Server; Creating a New SQL Server Database; Implementing NHibernate into an ASP.NET MVC 4 Application; Creating the NHibernate Classes and Configuration; Creating and Adding the BlogNavBar Partial View
- Adding a Partial ViewAdding Static Content to the View; Creating a Sample View and Adding the _BlogNavBar; Adding Dynamic Content to the _BlogNavBar Partial View; Creating the Archive List Web Page; Creating the ArchiveList.cshtml View; Adding the ArchiveList() Action Result Method; Create and Implement a Custom MapRoute; Retrieving the Archive Blog Data with LINQ to NHibernate; Modifying the Views to Display and Link to Data; Migrate a Blog Entry from ASP.NET with Feedback Form and Comment List; Adding a Controller to Manage Requests to All Blogs; Creating a Method to Retrieve Blog Details
- Updating the Example Blog LinkCreating a Shared Partial View for the Blog; Adding Partial View to the Blog; Summary; Part II: Enhancing; Chapter 3: Understanding ASP.NET MVC 4 Performance Optimization Techniques; Setting a Performance Baseline; Using Online Tools for Performance Testing and Optimization Tips; Understanding Bundling and Minification; Scaling a Windows Azure Cloud Service; Fifteen Performance Enhancing Tips; Useful Links; Summary; Chapter 4: Fine-tuning the ASP.NET MVC 4 Project for Performance; Using Fiddler to Capture Performance Statistics; Implementing MiniProfiler
- Implementing into ASP.NET Website