Beginning MongoDB Atlas with .NET Flexible and Scalable Document Data Storage for .NET Developers

This book is a tutorial on MongoDB customized for developers working in Microsoft .NET 6, .NET 7, and beyond. It explains the differences between relational database systems and the document model supported by MongoDB, and shows how to build .NET applications that run against a MongoDB database, esp...

Descripción completa

Detalles Bibliográficos
Autor principal: Carter, Luce (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2024.
Edición:1st ed. 2024.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009850438406719
Tabla de Contenidos:
  • Part I. Getting Started
  • 1. Choosing MongoDB
  • 2. What is MongoDB?
  • Part II. Setting up MongoDB
  • 3. Creating an Account
  • 4. Creating Your First Cluster and Loading Sample Dataset
  • 5. Browsing Your Data
  • Part III. Building a Project
  • 6. Creating the Application
  • 7. Adding MongoDB
  • 8. Creating and Interacting with Documents from Code
  • 9. Testing The Endpoints
  • Part IV. Taking it Further
  • 10. Schema Validation
  • 11. What Next?.