Book Image

Mastering AngularJS for .NET Developers

By : Mohammad Wadood Majid, Golrokh Mirzaei
Book Image

Mastering AngularJS for .NET Developers

By: Mohammad Wadood Majid, Golrokh Mirzaei

Overview of this book

<p>AngularJS is an open source framework that utilizes the Model-View-Controller architecture for client-side application development. AngularJS is referred to as the Angular framework.</p> <p>With this book, you will soon be able to build client-side data driven applications. The introduction section covers the essentials of AngularJS, covering the core concepts of AngularJS to ensure a smooth transition to the more advanced topics discussed later on.</p> <p>This book covers the development of client-side applications with AngularJS using code examples before moving on to explore how to build the ASP.NET Web API and its features using Visual Studio .NET.</p>
Table of Contents (15 chapters)
Mastering AngularJS for .NET Developers
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we introduced the ADO.NET framework, which is a set of classes used to expose the data access services to a developer. ADO.NET contains a set of components to create distribution and data sharing applications. We also discussed the ASP.NET Web API. A web API is a framework to develop HTTP services used by clients or a web browser. A web API collects definitions, procedures, and protocols in order to communicate with different computer software. At the end of chapter, we used AngularJS to retrieve data from the database.

In Chapter 6, Using AngularJS and ASP.NET Web API for CRUD Operations, we will discuss CRUD operations using the ASP.NET Web API and AngularJS.