Skip to content

Oracle Database - Tables and Constraints

Direct subsystems dependency – Architectural Principles

07/10/2024

Project – Dependency inversion – Architectural Principles

06/10/2024

Conclusion – Architectural Principles

05/10/2024

REST & HTTP – REST APIs

04/10/2024

HTTP methods – REST APIs

03/10/2024

HTTP headers – REST APIs

02/10/2024
07/10/2024
by George Vest

Direct subsystems dependency – Architectural Principles

The preceding direct dependency example divided into packages, which have the same issue, would look like the following:  Figure 3.3:...

  • ASP.NET Certifications / Exams of ASP.NET
  • 0
  • Read More
06/10/2024
by George Vest

Project – Dependency inversion – Architectural Principles

In this section, we translate the preceding iteration of the inverted dependency example in code. We create the following assemblies...

  • ASP.NET Certifications / Exams of ASP.NET
  • 0
  • Read More
05/10/2024
by George Vest

Conclusion – Architectural Principles

The core idea is to depend on abstractions. Interfaces are pure contracts, which makes them more flexible than abstract classes....

  • ASP.NET Certifications / Exams of ASP.NET
  • 0
  • Read More
04/10/2024
by George Vest

REST & HTTP – REST APIs

Before you begin: Join our book community on Discord Give your feedback straight to the author himself and chat to...

  • ASP.NET Certifications / Exams of ASP.NET
  • 0
  • Read More
03/10/2024
by George Vest

HTTP methods – REST APIs

HTTP methods, also known as verbs, define the type of action a client can perform on a resource in a...

  • ASP.NET Certifications / Exams of ASP.NET
  • 0
  • Read More
02/10/2024
by George Vest

HTTP headers – REST APIs

REST APIs leverage HTTP headers to transmit clients’ information and describe their options and capabilities. Headers are part of both...

  • ASP.NET Certifications / Exams of ASP.NET
  • 0
  • Read More
01/10/2024
by George Vest

Default versioning strategy – REST APIs

The default strategy is the first thing to consider when versioning an API. What happens when no version is specified?...

  • ASP.NET Certifications / Exams of ASP.NET
  • 0
  • Read More
30/09/2024
by George Vest

Wrapping up– REST APIs

With a method (verb), the client (and the endpoint) can express the intent to create, update, read, or delete an...

  • ASP.NET Certifications / Exams of ASP.NET
  • 0
  • Read More
29/09/2024
by George Vest

Conceptual examples– REST APIs

Conceptually, say that we are building a web application allowing people to register for events. We explore two use cases...

  • ASP.NET Certifications / Exams of ASP.NET
  • 0
  • Read More
28/09/2024
by George Vest

Conclusion– REST APIs

A data transfer object (DTO) allows us to design an API endpoint with specialized input and output instead of exposing...

  • ASP.NET Certifications / Exams of ASP.NET
  • 0
  • Read More
  • Next Page »

Oracle Database – Tables and Constraints © 2025. All Rights Reserved.