Programming APIs with C# And . NET Develop High-Performance APIs That Ensure Seamless Application Communication and Enhanced Security

This book, 'Programming APIs with C and .NET' by Jesse Liberty and Joseph Dluzen, is a comprehensive guide for developers aiming to build robust and secure APIs using C and .NET frameworks. The authors, both highly experienced in software architecture and development, provide insights into...

Descripción completa

Detalles Bibliográficos
Autor principal: Liberty, Jesse (-)
Otros Autores: Dluzen, Joseph
Formato: Libro electrónico
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, Limited 2024.
Edición:1st ed
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009870138206719
Tabla de Contenidos:
  • Cover
  • Title page
  • Copyright and credits
  • Dedication
  • Contributors
  • Table of Contents
  • Preface
  • Chapter 1: Getting Started
  • Technical requirements
  • Where does the API fit in?
  • The players
  • Getting set up
  • Downloading the free software you need
  • Summary
  • You try it
  • Chapter 2: What We’ll Build
  • Technical requirements
  • What is an API and what is it for?
  • Creating the database
  • The application
  • Creating the Car Table
  • Database structure
  • Car object
  • The ASP.NET application
  • Program.cs
  • Connecting to the database
  • Folders
  • Summary
  • You try it
  • Chapter 3: Implementing with REST