top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
ASP.NET Web API : build RESTful web applications and services on the .NET framework : master ASP.NET Web API using .NET Framework 4.5 and Visual Studio 2013 / / Joydip Kanjilal
ASP.NET Web API : build RESTful web applications and services on the .NET framework : master ASP.NET Web API using .NET Framework 4.5 and Visual Studio 2013 / / Joydip Kanjilal
Autore Kanjilal Joydip
Edizione [1st edition]
Pubbl/distr/stampa Birmingham, UK : , : Packt Publishing, , 2013
Descrizione fisica 1 online resource (224 p.)
Disciplina 005.2762
Soggetto topico Microsoft .NET
Application program interfaces (Computer software)
Microsoft .NET Framework
Web site development
Application software - Development
Visual programming (Computer science)
Soggetto genere / forma Electronic books.
ISBN 1-84968-975-X
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Understanding Representational State Transfer Services; Understanding REST; Resources in REST-based architecture; The REST architectural constraints; Client-server; Stateless; Cacheable; Code on demand; Uniform interface; Resource management; SOAP, REST, and XML-RPC - a closer look; Understanding the Windows Communication Foundation; REST attributes; WebServiceHost; WebHttpBinding; WebHttpBehavior; WebOperationContext; WebMessageFormat; WebGet attribute
WebInvoke attributeUriTemplate; REST-based Web Services; Learning RESTful Web Services; Implementing RESTful services in .NET 4.5; The UserNamePasswordValidator class; Simplified configuration; Standard endpoints; Discovery; Simplified IIS hosting; Improvements in REST; Implementing a RESTful Service using WCF 4.5; Creating a WCF service; Making the service RESTful; Specifying the binding information; Hosting the RESTful WCF service; Hosting the service inside the console application; Returning JSON data; Consuming the RESTful Service; Summary
Chapter 2: Understanding Resource Oriented ArchitecturesUnderstanding SOA; Service; Service provider; Service consumer; Service registry; Service contract; Service proxy; Service lease; Message; Service description; Advertising and discovery; From Object Orientation to SOA to ROA to REST; A look at ROA; Basic properties of ROAs; Basic concepts of ROAs; Fundamental HTTP concepts; Resource Oriented and Service Oriented Architecture; Resource; Uniform resource identifier; Addressability; Statelessness; Representations; Comparison of the three architectural styles; Summary
Chapter 3: Working with RESTful ServicesExploring Windows Communication Foundation (WCF); Applying service behavior; New features in WCF 4.5; Enhancements in WCF Framework; Simplified configuration; Standard endpoints; Discovery; Simplified IIS hosting; REST improvements; Routing service; Automatic Help page; Bindings in WCF; Choosing the correct binding; Security in WCF - securing your WCF services; Implementing RESTful services using WCF; Creating the security database; Creating SecurityService; Making the service RESTful; Hosting SecurityService; Summary
Chapter 4: Consuming RESTful ServicesUnderstanding AJAX; Introducing JSON and jQuery; Understanding Language Integrated Query (LINQ); Data source controls; ObjectDataSource control; SqlDataSource control; SiteMapDataSource control; XMLDataSource control; LinqDataSource control; LINQ to XML; LINQ to SQL; LINQ to Objects; LINQ to Entities; Working with service operations in LINQ; Security Service; Consuming Security Service; ASP.NET; Consuming Security Service using ASP.NET 4.5; The ASP.NET MVC Framework; Consuming Security Service using ASP.NET MVC; Asynchronous operations
Understanding Windows Presentation Foundation
Record Nr. UNINA-9910453251703321
Kanjilal Joydip  
Birmingham, UK : , : Packt Publishing, , 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Entity Framework tutorial : a comprehensive guide to Entity Framework with insights into its latest features and optimizations for responsive data access in your projects / / Joydip Kanjilal
Entity Framework tutorial : a comprehensive guide to Entity Framework with insights into its latest features and optimizations for responsive data access in your projects / / Joydip Kanjilal
Autore Kanjilal Joydip
Edizione [2nd ed.]
Pubbl/distr/stampa Birmingham, [England] ; ; Mumbai, [India] : , : Packt Publishing, , 2015
Descrizione fisica 1 online resource (274 p.)
Disciplina 005.3
Collana Community Experience Distilled
Soggetto topico Application software - Development
Entity Framework (Application development environment)
ISBN 1-78355-002-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto ""Cover""; ""Copyright""; ""Credits""; ""About the Author""; ""About the Reviewers""; ""www.PacktPub.com""; ""Table of Contents""; ""Preface""; ""Chapter 1: Introducing the ADO.NET Entity Framework""; ""What you should know""; ""Looking back""; ""What is the ADO.NET Entity Framework?""; ""Is Entity Framework just another ORM?""; ""A comparative analysis of Entity Framework and other ORM tools""; ""LINQ to SQL and .dbml files""; ""Entity Framework architectural components""; ""The Entity Data Model""; ""How is the EDM represented?""; ""The Object Model (O-Space)""; ""LINQ to Entities""
""Entity Client""""Entity SQL""; ""Avoiding complex joins""; ""The Object Services Layer""; ""Features and benefits at a glance""; ""System requirements""; ""Support for persistence ignorance""; ""Support for T4 code generation""; ""Support for lazy loading""; ""Support for POCO change tracking""; ""Better n-tier support with self-tracking entities""; ""Support for code-first, model-first, and database-first approaches""; ""Support for built-in functions and UDF support""; ""Support for model-defined functions""; ""Enum support""; ""Spatial data types support""; ""Other enhancements""
""Performance improvements in Entity Framework 6""""New features in Entity Framework 7""; ""Summary""; ""Chapter 2: Getting Started""; ""Designing the UserAuthentication database""; ""Creating the EDM""; ""Creating the Entity Data Model using the ADO.NET Entity Data Model Designer""; ""Creating Entity Data Model using the EdmGen tool""; ""The DataSource controls""; ""The ObjectDataSource control""; ""The SqlDataSource control""; ""The SiteMapDataSource control""; ""The XMLDataSource control""; ""The LinqDataSource control""; ""The EntityDataSource control""
""Implementing our first application using the Entity Framework""""Summary""; ""Chapter 3: Entities, Relationships, and the Entity Data Model""; ""Entities, entity types, and relationships in the EDM""; ""What is an entity?""; ""Defining entity sets in the EDM""; ""Extending the existing entity types to create derived entity types""; ""Association sets, associations, containment, and multiplicity""; ""What are entity containers?""; ""Exploring the Security EDM""; ""The Mapping Details window""; ""The Entity Model browser""; ""The EDM layers""; ""The CSDL schema""; ""The SSDL schema""
""The MSL schema""""Entity classes""; ""Summary""; ""Chapter 4: Working with Stored Procedures in the Entity Data Model""; ""Creating a database using model-first development""; ""Creating stored procedures""; ""Mapping stored procedures to functions in the EDM""; ""Mapping the create, update, and delete functions to entities in the EDM""; ""Mapping stored procedures with no entity set""; ""Executing stored procedures using the EDM""; ""Mapping stored procedures that return custom entity types""; ""Summary""; ""Chapter 5: Working with Entity Client and Entity SQL""
""An overview of the E-SQL language""
Record Nr. UNINA-9910797551803321
Kanjilal Joydip  
Birmingham, [England] ; ; Mumbai, [India] : , : Packt Publishing, , 2015
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Entity Framework tutorial : a comprehensive guide to Entity Framework with insights into its latest features and optimizations for responsive data access in your projects / / Joydip Kanjilal
Entity Framework tutorial : a comprehensive guide to Entity Framework with insights into its latest features and optimizations for responsive data access in your projects / / Joydip Kanjilal
Autore Kanjilal Joydip
Edizione [2nd ed.]
Pubbl/distr/stampa Birmingham, [England] ; ; Mumbai, [India] : , : Packt Publishing, , 2015
Descrizione fisica 1 online resource (274 p.)
Disciplina 005.3
Collana Community Experience Distilled
Soggetto topico Application software - Development
Entity Framework (Application development environment)
ISBN 1-78355-002-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto ""Cover""; ""Copyright""; ""Credits""; ""About the Author""; ""About the Reviewers""; ""www.PacktPub.com""; ""Table of Contents""; ""Preface""; ""Chapter 1: Introducing the ADO.NET Entity Framework""; ""What you should know""; ""Looking back""; ""What is the ADO.NET Entity Framework?""; ""Is Entity Framework just another ORM?""; ""A comparative analysis of Entity Framework and other ORM tools""; ""LINQ to SQL and .dbml files""; ""Entity Framework architectural components""; ""The Entity Data Model""; ""How is the EDM represented?""; ""The Object Model (O-Space)""; ""LINQ to Entities""
""Entity Client""""Entity SQL""; ""Avoiding complex joins""; ""The Object Services Layer""; ""Features and benefits at a glance""; ""System requirements""; ""Support for persistence ignorance""; ""Support for T4 code generation""; ""Support for lazy loading""; ""Support for POCO change tracking""; ""Better n-tier support with self-tracking entities""; ""Support for code-first, model-first, and database-first approaches""; ""Support for built-in functions and UDF support""; ""Support for model-defined functions""; ""Enum support""; ""Spatial data types support""; ""Other enhancements""
""Performance improvements in Entity Framework 6""""New features in Entity Framework 7""; ""Summary""; ""Chapter 2: Getting Started""; ""Designing the UserAuthentication database""; ""Creating the EDM""; ""Creating the Entity Data Model using the ADO.NET Entity Data Model Designer""; ""Creating Entity Data Model using the EdmGen tool""; ""The DataSource controls""; ""The ObjectDataSource control""; ""The SqlDataSource control""; ""The SiteMapDataSource control""; ""The XMLDataSource control""; ""The LinqDataSource control""; ""The EntityDataSource control""
""Implementing our first application using the Entity Framework""""Summary""; ""Chapter 3: Entities, Relationships, and the Entity Data Model""; ""Entities, entity types, and relationships in the EDM""; ""What is an entity?""; ""Defining entity sets in the EDM""; ""Extending the existing entity types to create derived entity types""; ""Association sets, associations, containment, and multiplicity""; ""What are entity containers?""; ""Exploring the Security EDM""; ""The Mapping Details window""; ""The Entity Model browser""; ""The EDM layers""; ""The CSDL schema""; ""The SSDL schema""
""The MSL schema""""Entity classes""; ""Summary""; ""Chapter 4: Working with Stored Procedures in the Entity Data Model""; ""Creating a database using model-first development""; ""Creating stored procedures""; ""Mapping stored procedures to functions in the EDM""; ""Mapping the create, update, and delete functions to entities in the EDM""; ""Mapping stored procedures with no entity set""; ""Executing stored procedures using the EDM""; ""Mapping stored procedures that return custom entity types""; ""Summary""; ""Chapter 5: Working with Entity Client and Entity SQL""
""An overview of the E-SQL language""
Record Nr. UNINA-9910820437903321
Kanjilal Joydip  
Birmingham, [England] ; ; Mumbai, [India] : , : Packt Publishing, , 2015
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Entity Framework tutorial : learn to build a better data access layer with ADO.NET Entity Framework and ADO.NET data services / / Joydip Kanjilal
Entity Framework tutorial : learn to build a better data access layer with ADO.NET Entity Framework and ADO.NET data services / / Joydip Kanjilal
Autore Kanjilal Joydip
Edizione [1st ed.]
Pubbl/distr/stampa Birmingham, U.K., : Packt Pub., c2008
Descrizione fisica 1 online resource (228 p.)
Disciplina 005.133
006.7882
Soggetto topico Microsoft .NET
ISBN 1-62198-888-0
1-84719-523-7
1-281-88700-5
9786611887001
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Index; Table of Contents; Preface; Chapter 1: Introducing the ADO.NET Entity Framework; What You should Know; Looking Back; What is ADO.NET Entity Framework?; Is It Just Another ORM?; The ADO.NET Entity Framework Architectural Components; The Entity Data Model (EDM); How is the Entity Data Model Represented?; The Object Model (O-Space); LINQ to Entities; Entity Client; Entity SQL; Avoiding Complex Joins; The Object Services Layer; ADO.NET Entity Framework-Features and Benefits at a Glance; Installing the Prerequisites; Installing the ADO.NET Entity Framework and Its Tools
Downloading the SoftwareInstalling the Software; Designing the Payroll Database; Summary; Glossary; Chapter 2: Getting Started; Creating an Entity Data Model; Creating the Payroll Entity Data Model Using the ADO.NET Entity Data Model Designer; Creating the Payroll Data Model Using the EdmGen Tool; The ADO.NET Entity Data Source Control; Implementing Our First Application Using the Entity Framework; Summary; Chapter 3: Entities, Relationships, and the Entity Data Model; Entities, Entity Types, and Relationships in the ADO.NET Entity Data Model (EDM); What is an Entity?
Defining Entity Sets in the Entity Data ModelExtending the Existing Entity Types to Create Derived Entity Types; Association Sets, Associations, Containment, and Multiplicity; What are Entity Containers?; Exploring the Payroll Entity Data Model; The Mapping Details Window; The Entity Model Browser; The Entity Data Model Layers; The CSDL Schema; The SSDL Schema; The MSL Schema; Summary; Chapter 4: Working with Stored Procedures in the Entity Data Model; Mapping Stored Procedures to Functions in the EDM; Mapping Create, Update, and Delete Functions to Entities in the EDM
Mapping the Association Sets ConsistentlyMapping Stored Procedures with No Entity Set; Using Stored Procedures; Mapping Stored Procedures that Return Custom Entity Types; Summary; Chapter 5: Working with Entity Client and Entity SQL; An Overview of the Entity SQL Language; From Transact SQL (T-SQL) to Entity SQL (E-SQL); Why Entity SQL When I Already have LINQ to Entities?; Features of Entity SQL; Operators in Entity SQL; Arithmetic Operators; Comparison Operators; Logical Operators; Reference Operators; Type Operators; Set Operators; Operator Precedence; Expressions in Entity SQL
Query Expressions in Entity SQLIdentifiers, Variables, Parameters, and Types in Entity SQL; Row; Collection; Reference; Canonical functions in Entity SQL; Mathematical Functions; Aggregate Functions; String Functions; Bitwise Functions; Date and Time Functions; Data Paging using Entity SQL; Working with the ADO.NET Entity Client; Let's Get into Action; Building the Connection String; Creating an Entity Connection; Opening the Connection; Executing Queries Using the Entity Command; Closing the Connection; Other Operations with Entity SQL; Inserting a Record Using Entity SQL
Inserting a Record with a Foreign Key Constraint
Record Nr. UNINA-9911006619803321
Kanjilal Joydip  
Birmingham, U.K., : Packt Pub., c2008
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui