Skip to content

reddyrajanala/improve-mvc-perf-with-async-views

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Improve Perceived Performance with Async Partial Views

This sample accompanies my article on my blog.

See the live example here: http://improve-mvc-perf-with-async-views.azurewebsites.net/

Imagine you're building an ASP.NET MVC website which has some performance problems. I'm sure this would never actually happen to you, but imagine you're facing this problem just for the sake of exploring the possibilities. :-)

Now, your web app is mostly fast and responsive, but there are certain types of data that just bring the whole thing to a grind. This article will cover a technique using ASP.NET MVC partial views, along with just a sprinkle of jQuery, JavaScript, and HTML5 to make your site feel nice and responsive even if you cannot increase the speed of certain operations.

Keep reading....

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 85.6%
  • C# 11.5%
  • CSS 1.7%
  • Other 1.2%