Contents of AJAX booklet
Chapter 1: Introduction to AJAX
This chapter is an overview of AJAX and how it works.
- Overview
- How Asp.Net applications work?
- How Asp.Net AJAX applications work?
- Key Technologies behind AJAX
- Asp.Net AJAX Architecture
- Microsoft Ajax library
- Server side extensions
- How does AJAX work?
ASP.Net and ASP.Net AJAX applications work differently. In the former, browsers make a request for a page the server then processes the web page, and returns the output to the browser. The browser interprets this output and displays the html contents for the user. In AJAX web applications, postback is asynchronous and when data is requested from the server by the client it is loaded in the background without interfering with the display and behavior of the existing page. AJAX allows web pages to request small bits of information from the server instead of whole pages. This capability brings with it a host of benefits - how the capability works and the list of benefits it brings is explained.

Chapter 2: Implementing AJAX
This chapter introduces a set of concepts, which can also be thought of as building blocks, using which we can get started with AJAX application development.
- AJAX Postback
- UpdatePanel control
- ScriptManager control
- Creating a simple ASP.NET page with UpdatePanel control
- Optimization Techniques for Ajax Postback
- How to control the Refresh of the UpdatePanel control
- UpdateMode property
- ChildrenAsTriggers property
- Using Triggers
- Partial Page Update - A better user experience
- ASP.Net Client page life cycle
- AJAX Client page life cycle
- Application Object
- Important Events of Application Object
- Working with PageRequest Manager Class events
AJAX allows partial page update resulting in a better user experience. It is the UpdatePanel control along with the ScriptManager which plays an important part in implementing AJAX client life cycle. Learning about these important components this is essential if you want to implement AJAX in a real world application, which is what you will do next.
Chapter 3: Programming the JounalVoucher of a web accounting application using AJAX
This chapter takes you through all the steps of programming an AJAX application using UpdatePanel control and ScriptManager control. This chapter also teaches how to program client page life cycle events.
- Java Script used for programming the journal voucher
- Add handlers to events raised by Application Object
- Get the instance of the PageRequestManager class
- Purpose of each PageRequestManager class events in journal voucher
- Add handlers to events raised by DOM Object
- Designing the Journal voucher
- Using the ScriptManager control
- Using the Update Panel control
- Partial-page rendering with updatepanels
- Using UpdateProgress control in Jounal voucher
- HTML Code
- Application logic code (code behind file)
- Reducing the Viewstate caused by using rich controls like DatagridView in an AJAX ASP.Net page
- Server and Client side events
The real world example includes a data entry form (journal voucher) and implementing AJAX to speed up the working of the application. You will see for yourself the correct and proper way of using Javascript and adding handlers raised by Application Object and DOM objects
Chapter 4: AJAX Application Programming using Client Script
This chapter teaches you how to design and program the client side of an application using JavaScript.
- Creating a Web Service
- Invoking a Web Service from JavaScript
- Retrieve and display complex data from database on a server using Javascript
- Write Callback functions
- Page Methods

Develop Azure Applications
Azure Cloud is gaining popularity and is competing with Amazon Elastic Cloud and Google Cloud for a spot in the billion dollar Cloud computing space.
With this book learn how to use - Table (an Azure Table is different from a SQL Server Table), Queue, Blob storage services, use your local machine to create an Application and a Service, how Azure splits a Table to achieve Load Balancing, Scalability based on the Partition Key, AppFabric Service Bus, Access Control Service, role of Fabric Controller, features of Azure SQL Database and Content Delivery Network.
Many have mastered Cloud Programming and are enjoying the benefits. Why not you?

Create your Own Accounting Software
A foundation book to Master Accounting Software Development, VB.Net, C# and OOPs programming. Detailed explanation of the Accounting domain for programmers is included. SQL and ADO.Net is also covered in detail.
This book gives you a strong foundation in Application Development.
A thorough understanding of the contents will enable you to grasp the topics covered in the accompanying books quite easily. This is because, the accounting domain is dealt with great detail in this book.
The ideal book to get started with application development in the .Net world.

Create your Own WEB ERP Software using ASP.Net
This book opens you to the Web. Using ASP.Net, C# and SQL Server as the tools, you will learn to build a Multi Tier Web Application as recommended by Microsoft. You will learn implementing inline GridView control, Transaction Management for a layered Web Application, build Data Access component and a Business Layer component.
Opens you to a world of opportunities. You will be able to develop a Web ERP application including all the five modules and learn how to use the TreeView control and GridView control to implement transactions such as Purchase Invoice, Sales Order and Sales Invoice.

ASP.Net MVC 5 Application Development Using Entity Framework 6 and VS 2015
Entity frameworks is the latest buzz in .Net programming and is the data access technology for Microsoft OS based hand held devices and web applications. Learn to integrate EF into an ASP.Net Application and MVC application. Create, explore and query the Entity Data Model. Learn how to use ObjectDataSource control and GridView control in an ASP.Net Application.
Also, learn to build Three-Tier ASP.Net application, create a business-class, implement methods in the class to perform CRUD operations and bind a GridView to the ObjectDataSource control. Learn how to handle concurrency and managing Transactions.