information
< library
< reference
< research
< brands & culture
< trends
< delicious
< anydel
Get flash to fully experience Pearltrees
Home / MVC / Tutorials / Chapter 10.
Dans ma rubrique Point sur les données de février , je vous ai présenté le plug-in DataTables de jQuery et sa capacité à gérer, en toute transparence, d'énormes volumes de données côté client. Ceci convient à l'analyse de grands volumes de données dans des applications Web.
Two weeks ago I blogged about a new MVC (Model View Controller) framework for ASP.NET that we are going to be supporting as an optional feature soon. It provides a structured model that enforces a clear separation of concerns within applications, and makes it easier to unit test your code and support a TDD workflow. It also helps provide more control over the URLs you publish in your applications, and can optionally provide more control over the HTML that is emitted from them. Since then I've been answering a lot of questions from people eager to learn more about it.