Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions aspnet/mvc/overview/getting-started/mvc-learning-sequence.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ by [Rick Anderson](https://twitter.com/RickAndMSFT)
- [Create an ASP.NET web app in Azure](https://azure.microsoft.com/documentation/articles/web-sites-dotnet-get-started/) Short and simple tutorial for deployment to Azure.
- [Create an ASP.NET MVC app with auth and SQL DB and deploy to Azure](https://azure.microsoft.com/documentation/articles/web-sites-dotnet-deploy-aspnet-mvc-app-membership-oauth-sql-database/)

<a id="perf"></a>
## Performance and Debugging

- [Profile and debug your ASP.NET MVC app with Glimpse](../performance/profile-and-debug-your-aspnet-mvc-app-with-glimpse.md)

## ASP.NET MVC DropDownListFor with SelectListItem

When using the <xref:System.Web.Mvc.Html.SelectExtensions.DropDownListFor%2A> helper and passing to it the collection of `SelectListItem` from which it is populated, the `DropdownListFor` modifies the passed collection after it is called. `DropdownListFor` changes the `SelectListItems` Selected properties to whatever was selected by the dropdown list. This leads to unexpected behavior.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ by [Rick Anderson](https://twitter.com/RickAndMSFT)
- [ASP.NET MVC View Model: Entity Framework &amp; JSON Serialization](http://www.dotnetexpertguide.com/2013/06/aspnet-mvc-view-model-entity-framework-json-serialization.html)
Nandip Makwana shows a nice tip to increase performance (and lower CPU usage) by eliminating unnecessary serialization of child entities
- [Async and Await](http://blog.stephencleary.com/2012/02/async-and-await.html) in ASP.NET by Stephen Cleary
- [Debugging and Performance using Glimpse](http://www.hanselman.com/blog/NuGetPackageOfTheWeek5DebuggingASPNETMVCApplicationsWithGlimpse.aspx)
- [Improve perceived performance of ASP.NET MVC websites with asynchronous partial views](http://blog.michaelckennedy.net/2012/11/13/improve-perceived-performance-of-asp-net-mvc-websites-with-async-partialviews/)
- [ASP.NET 4.5 &amp; MVC 4: Revisiting IBundleTransform](http://www.dotnetexpertguide.com/2012/10/aspnet-45-mvc-4-revisiting-IBundleTransform-in-bundling.html)
- [ASP.NET MVC 4: Cookieless domain for bundling and static resources](http://www.dotnetexpertguide.com/2012/10/aspnet-mvc-4-cookieless-domain-for-bundling-and-static-resources.html)
Expand Down
1 change: 0 additions & 1 deletion aspnet/mvc/overview/performance/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ msc.type: chapter
> Resources for optimizing performance of ASP.NET MVC applications.

- [Using Asynchronous Methods in ASP.NET MVC 4](using-asynchronous-methods-in-aspnet-mvc-4.md)
- [Profile and debug your ASP.NET MVC app with Glimpse](profile-and-debug-your-aspnet-mvc-app-with-glimpse.md)
- [Bundling and Minification](bundling-and-minification.md)

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions aspnet/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1822,8 +1822,6 @@
- name: Performance
href: mvc/overview/performance/index.md
items:
- name: Profile and debug your ASP.NET MVC app with Glimpse
href: mvc/overview/performance/profile-and-debug-your-aspnet-mvc-app-with-glimpse.md
- name: Using Asynchronous Methods in ASP.NET MVC 4
href: mvc/overview/performance/using-asynchronous-methods-in-aspnet-mvc-4.md
- name: Bundling and Minification
Expand Down
1 change: 0 additions & 1 deletion aspnet/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ The following step-by-step guides for developing ASP.NET applications are availa
* [XSRF/CSRF Prevention in ASP.NET MVC and Web Pages](mvc/overview/security/xsrfcsrf-prevention-in-aspnet-mvc-and-web-pages.md)
* [Preventing Open Redirection Attacks (C#)](mvc/overview/security/preventing-open-redirection-attacks.md)
* [Migrating ASP.NET MVC Applications to Windows Containers](mvc/overview/deployment/docker-aspnetmvc.md)
* [Profile and debug your ASP.NET MVC app with Glimpse](mvc/overview/performance/profile-and-debug-your-aspnet-mvc-app-with-glimpse.md)
* [Using Asynchronous Methods in ASP.NET MVC 4](mvc/overview/performance/using-asynchronous-methods-in-aspnet-mvc-4.md)
* [How to Upgrade an ASP.NET MVC 4 and Web API Project to ASP.NET MVC 5 and Web API 2](mvc/overview/releases/how-to-upgrade-an-aspnet-mvc-4-and-web-api-project-to-aspnet-mvc-5-and-web-api-2.md)

Expand Down