Books by Joydip Kanjilal

PC

ASP.NET Web API

The ASP.NET Web API was designed from the ground up to meet the need of developers who want to build HTTP/RESTful services. ASP.NET Web API is an HTTP service that uses HTTP as the application protocol and can return data based on the data format requested by the client. It is a lightweight web-based architecture that provides an easy-to-use set of default options while providing a deep extensibility infrastructure to meet the demands of any scenario using HTTP.

PC

Entity Framework Tutorial

Take your ADO.NET knowledge to the next level and build a better data layer with this clear tutorial to the Entity Framework. This book is for C# developers who want an easier way to create their data access layer. You will need to be comfortable with ADO.NET, but you don’t need to know anything about the Entity Framework. Along the way we will create some ASP.NET applications, so being familiar with this will also help.

PC

ASP.NET Data Presentation Controls Essentials

This book shows you how to get the most from the ASP.NET data presentation controls to easily display and manage complex data in your web applications. This book takes you through the most important tasks for working with the ASP.NET data presentation controls. Packed with example code and clear explanations, this book will make you a master of these controls in no time.This book is for ASP.NET developers who want to display or manage data in ASP.NET applications. The code examples are in C#.

PC

Entity Framework Tutorial, 2nd Edition

The ADO.NET Entity Framework from Microsoft is a new ADO.NET development framework that provides a level of abstraction for data access strategies and solves the impedance mismatch issues that exist between different data models.