|
Showing 1 - 2 of
2 matches in All Departments
One of the most important and exciting trends in web development in
recent years is the move towards single page applications, or SPAs.
Instead of clicking through hyperlinks and waiting for each page to
load, the user loads a site once and all the interactivity is
handled fluidly by a rich JavaScript front end. If you come from a
background in ASP.NET development, you'll be used to handling most
interactions on the server side. Pro Single Page Application
Development will guide you through your transition to this powerful
new application type.The book starts in Part I by laying the
groundwork for SPA development. You'll master some JavaScript
techniques that will come in useful later on, and get to know the
building blocks of a single page application, including modules,
routing and MV* frameworks. In Part II, you'll build the client for
your application. This is where the magic happens, as the authors
take you through the process step by step. Backbone.js is the ideal
library for demonstrating SPA development in practice, but you can
apply the same principles with other frameworks in your future
applications. Part III takes you through the process of building
the server side of your application using ASP.NET Web API, and
hooking up the two parts of your application to create a working
whole. SPA development also comes with its own particular
challenges, including tracking history, user interface performance,
and how to handle search engine optimization. In the final
chapters, the authors guide you through some of these issues and
advanced techniques and finish by showing you how to deploy your
application. As SPAs become the de facto standard of web
application development, the in-depth Pro Single Page Application
Development will be your one-stop shop for creating fluid, modern
applications on the web.
Maximizing the performance of your algorithms and applications is
extremely important and can give you a competitive advantage, a
lower cost of ownership, and happier users. Pro .NET Performance
explains the internals of Windows, the CLR, and the physical
hardware that affect the performance of your applications, and
gives you the knowledge and tools to measure how your code performs
in isolation from external factors. The book is full of C# code
samples and tips to help you squeeze every bit of juice from your
application--lower memory utilization, consistent CPU usage, and
fewer I/O operations across the network and disk. Pro .NET
Performance will change the way you think about .NET application
development. * Guides you through performance measurement with a
variety of profilers and other tools * Explains how OS and CLR
internals affect your application's performance in unexpected ways
* Provides you with tips and real-life case studies for improving
application performance What you'll learn * Measure your code's
performance with profilers and other tools. * Understand where the
bottlenecks are and focus on the right area for performance
improvement.* Manage memory efficiently by interacting properly
with the garbage collector. * Avoid common pitfalls by choosing the
right abstractions. * Understand the performance implications of
the underlying operating system and runtime. * Improve the
performance of your applications by parallelization, caching,
micro-optimization, and other techniques. Who this book is for Pro
.NET Performance is for working .NET developers who care about the
performance of their applications. It requires basic familiarity
with Windows and the CLR, but guides the reader along the way and
does not require prior experience with any performance-measurement
tools. Pro .NET Performance also offers practical tips, case
studies, and low-level knowledge for experienced developers and
architects.
|
|