Book Image

Ext.NET Web Application Development

By : Anup K Shah
Book Image

Ext.NET Web Application Development

By: Anup K Shah

Overview of this book

To build a rich internet application, you need to integrate a powerful client side JavaScript framework with a server side framework. Ext.NET achieves this by integrating Sencha's Ext JS framework with the power of ASP.NET. The result ñ a sophisticated framework offering a vast array of controls, layout, and powerful AJAX and server bindings, which can be used to build rich, highly usable web applications. "Ext.NET Web Application Development" shows you how to build rich applications using Ext.NET. Examples guide you through Ext.NET's various components using both ASP.NET Web Forms and MVC examples. You will also see how Ext.NET handles data binding and server integration. You will also learn how to create reusable components and put them together in great looking applications. This book guides you through the various Ext.NET components and capabilities to enable you to create highly usable Ext.NET components and web applications. You will learn about various UI components and numerous layout options through examples. You will see how the AJAX architecture enables you to create powerful data-oriented applications easily. This book will also teach you how to create reusable custom components to suit your needs. "Ext.NET Web Application Development" shows you how to create rich and usable applications using Ext.NET through numerous examples.
Table of Contents (17 chapters)
Ext.NET Web Application Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
8
Trees and Tabs with Ext.NET
Index

Browser developer tools


Most modern browsers such as IE9, Firefox, Chrome, Safari, and Opera provide developer tools including console tools, CSS/HTML/DOM inspectors, a JavaScript debugger, a network or HTTP traffic inspector and more. Many of these are useful for Ext.NET applications as well.

Most development tools are native to their browser. Being native means they generally perform quite well even on complex web application pages. Firefox has the well-known Firebug extension. It is very rich and powerful. Although Firefox has recently started providing native tools, as of writing they do not match Firebug fully. Firebug is also perhaps the most powerful for Ext.NET debugging. So, although it could be a bit slower to run if your page is extremely heavy or you leave Firebug on all the time, it is usually fine, but it may be something to be aware of especially if your development machine is old or doesn't have enough CPU or memory.

Tip

Firebug has to be installed manually. More information...