Ext.Net Web Application Development / Anup Shah.

In Detail 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...

Full description

Saved in:
Bibliographic Details
Main Author: Shah, Anup
Format: eBook
Language:English
Published: Birmingham : Packt Pub., 2012.
Series:Community experience distilled.
Subjects:
Online Access:Click for online access

MARC

LEADER 00000cam a2200000 a 4500
001 ocn825076960
003 OCoLC
005 20241006213017.0
006 m o d
007 cr unu||||||||
008 130124s2012 enka o 001 0 eng d
040 |a UMI  |b eng  |e pn  |c UMI  |d MERUC  |d N$T  |d COO  |d OCLCQ  |d IDEBK  |d DEBSZ  |d OCLCQ  |d OCLCF  |d YDXCP  |d OCLCQ  |d FEM  |d JBG  |d OCLCQ  |d ZCU  |d VTS  |d CEF  |d NLE  |d OCLCQ  |d UKMGB  |d STF  |d AGLDB  |d DKC  |d OCLCQ  |d M8D  |d UKAHL  |d HS0  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL  |d OCLCQ 
015 |a GBB747610  |2 bnb 
016 7 |a 018014208  |2 Uk 
019 |a 821180816  |a 968105585  |a 968982300 
020 |a 9781849693257  |q (electronic bk.) 
020 |a 1849693250  |q (electronic bk.) 
020 |a 1849693242 
020 |a 9781849693240 
020 |z 9781849693240 
035 |a (OCoLC)825076960  |z (OCoLC)821180816  |z (OCoLC)968105585  |z (OCoLC)968982300 
037 |a CL0500000182  |b Safari Books Online 
050 4 |a TK5105.888  |b .S53 2012 
072 7 |a COM  |x 051260  |2 bisacsh 
072 7 |a COM  |x 051420  |2 bisacsh 
049 |a HCDD 
100 1 |a Shah, Anup. 
245 1 0 |a Ext.Net Web Application Development /  |c Anup Shah. 
260 |a Birmingham :  |b Packt Pub.,  |c 2012. 
300 |a 1 online resource (1 volume) :  |b illustrations. 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |2 rda 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from cover (Safari, viewed 24, 2013). 
520 |a In Detail 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. Approach This is a step-by-step tutorial packed with examples and tips to learn Ext.NET from scratch. Who this book is for This book is written for .NET Web Application Developers who are familiar with ASP.NET looking to build .NET based Rich Internet Applications. Whether you are new to Ext JS or you are looking to use your existing Ext JS skills in a .NET environment, this book will be useful for you. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Ext.NET; An overview of Ext.NET; Ext.NET and its relationship with ASP.NET Web Forms and ASP.NET MVC; Ext JS; Comparing with other JavaScript libraries such as jQuery; From a web developer's point of view; Ext.NET from an ASP.NET application developer's point of view; Ext.NET and Ext JS versions; Prerequisites; When to use ExtJS/Ext.NET and when not to; Getting Ext.NET; Choosing the right Ext.NET license; Downloading Ext.NET; Compiling (if needed) 
505 8 |a A walkthrough -- creating a simple ASP.NET project with Ext.NET enabledCreating the project and enabling Ext.NET; Running the sample Ext.NET page; What the sample page does; Ext.NET in the ASP.NET project; Ext.NET and Web.config; Ext.NET controls are registered in Web.config for you; A walkthrough -- creating a simple ASP.NET MVC Project with Razor and Ext.NET enabled; Creating an MVC project and enabling Ext.NET; The sample Ext.NET page using MVC and Razor; Summary; Chapter 2: Ext.NET Controls Overview; Control overview; Buttons; A simple button; Button with icon; Button with menu 
505 8 |a Split buttonOther button options; Events in Ext.NET; Listeners -- client-side events; Passing the component ID around on the client side; Setting custom values on components.; Direct Events -- server-side handlers for client-side events; MessageBus -- inter-component messaging; Container components; Container; Toolbars and menus; Toolbars with various buttons; Overflowing toolbars; Nested menus; Menus and form fields; Dynamically inserting menus and buttons; Panels; Windows; Tooltips; Complex components; Desktop; Charts; Calendars; Even more!; Summary; Chapter 3: Layout with Ext.NET; Viewport 
505 8 |a Border layoutDifferent ways to create the same components; Border layout from code; Mixing markup and code; Loading layout items via User Controls; The containing component does not have to be a Viewport; More than one item with the same region; Regions are not limited to Panels only; Weighted regions; Accordion layout; Panel subclasses as Accordion items; Layout combinations; Fit Layout; HBox layout; VBox layout; Reordering Panels; Centering a component; Many other layouts; Further resources and examples; Summary; Chapter 4: AJAX with Ext.NET; AJAX with ASP.NET; UpdatePanel; Page methods 
505 8 |a Other approaches in .NETHow this relates to Ext.NET; DirectEvents; DirectEvents on Ext.NET Controls; Passing additional parameters to the event; Sending custom data back to the client; Event masks; The App client-side namespace; Event confirmation; DirectEvents on ASP.NET Controls; DirectEvents on HTML Elements; DirectEvents dynamically generating new Ext.NET Components; DirectEvents invoking web services; DirectEvents invoking web services with parameters; DirectEvents invoking web services that return new Ext.NET components; DirectEvents invoking generic ASHX handlers 
650 0 |a Web site development. 
650 0 |a Application software  |x Development. 
650 7 |a COMPUTERS  |x Programming Languages  |x JavaScript.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x VBScript.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Web site development  |2 fast 
758 |i has work:  |a Ext.NET web application development (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCGPXpRgdpq7hKqxkc9FxjC  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Shah, Anup.  |t Ext.Net Web Application Development.  |d Birmingham : Packt Publishing, ©2012  |z 9781849693240 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebookcentral.proquest.com/lib/holycrosscollege-ebooks/detail.action?docID=1085211  |y Click for online access 
903 |a EBC-AC 
994 |a 92  |b HCD