Skip to content

Finchett.com

A brain dump

  • Home
  • Blog
  • About
  • Kubernetes
  • SQL Server
  • Contact
  • Newsletter
  • Finchett.com Privacy Policy

Category Development

  • Home
  • Archive by category "Development"
18 December 2023

RateLimiterOptionsExtensions in .NET:

By Stephen in Development Tag c#, webapi

Introduction Rate limiting is a vital technique for controlling and managing the flow of incoming requests to your web API. In .NET, the RateLimiterOptionsExtensions class provides a powerful tool to…

Read More

18 December 2023

Rate Limiting Strategies in .NET

By Stephen in Development Tag c#, webapi

Introduction Managing traffic effectively is crucial to maintain service quality and prevent abuse. Rate limiting is a powerful technique that allows you to control the flow of incoming requests to…

Read More

18 December 2023

Building a Secure Web API with C#

By Stephen in Development Tag c#, webapi

Introduction In the digital age, data is king, and secure communication is paramount. Whether you are developing a web application, mobile app, or any other software that communicates over the…

Read More

18 December 2023

Serialising and Deserialising JSON in C#

By Stephen in Development Tag c#, json, serialisation

Introduction JSON (JavaScript Object Notation) is a lightweight data-interchange format that is becoming increasingly popular for communication between applications and services. It is a text-based format that is easy to…

Read More

18 December 2023

JSON Web Tokens (JWTs)

By Stephen in Development Tag jwts

Introduction Amidst the diverse authentication methods available, JSON Web Tokens (JWTs) have emerged as a widely adopted choice, offering a lightweight, secure, and versatile approach to conveying user identity and…

Read More

15 December 2023

The Single Responsibility Principle

By Stephen in Development Tag c#, patterns, singleresponsibility

Introduction The Single Responsibility Principle (SRP) is a design principle that promotes code modularity, maintainability, and testability. It emphasises that a class should have only one reason to change, ensuring…

Read More

15 December 2023

The Liskov Substitution Principle

By Stephen in Development Tag c#, liskov, patterns

The Liskov Substitution Principle (LSP) is a design principle that ensures substitutability of objects in a program. It emphasises that derived classes (subtypes) should be substitutable for their base classes…

Read More

15 December 2023

The Interface Segregation Principle

By Stephen in Development Tag c#, inteface, patterns

Introduction The Interface Segregation Principle (ISP) is a design principle that promotes modularity and flexibility. It emphasises creating specific, focused interfaces that cater to the needs of different clients rather…

Read More

15 December 2023

The State Pattern

By Stephen in Development Tag c#, patterns, state

Introduction The State Pattern allows an object to alter its behaviour when its internal state changes. This pattern promotes flexibility and adaptability in C# code by encapsulating behaviour within internal…

Read More

15 December 2023

The Facade Pattern

By Stephen in Development Tag c#, facade, patterns

Introduction The Facade Pattern is a tool for simplifying complex systems, promoting flexibility, and improving maintainability in C# code. This pattern provides a simplified interface to a complex system, hiding…

Read More

Posts pagination

1 … 7 8 9 … 26

Search

Table Of Contents
  1. Introduction
  2. Understanding the Facade Pattern
  3. Benefits of the Facade Pattern
  4. Types of Facade Patterns
  5. Implementing the Facade Pattern in C#
    • Facade:
    • Client:
  6. Conclusion

Recent Posts

  • Running Proxmox on a Raspberry Pi
  • Honouring .gitignore settings
  • Faker.Net: Data Generation for Developers
  • Exploring MiniExcel: A Lightweight .NET Library for Excel Operations
  • File Path Size Does Matter

apis (4) async (8) c# (103) devops (4) dotnet (5) esp32 (11) git (11) hardware (6) joins (6) kubectl (4) kubernetes (13) logging (4) nanoframework (6) network (8) NFS shares (5) nunit (8) patterns (34) performance (7) pi (8) playwright (7) plugins (8) proxmox (13) serilog (4) setup (16) sql (46) testing (9) tools (6) tslint (4) typescript (23) unit-testing (9) webapi (4)

Archives

Get the Newsletter

Categories

  • Development
  • Infrastructure
  • Other
  • Plugins
  • Raspberry Pi
  • wordpress

Recent Posts

  • Running Proxmox on a Raspberry Pi
  • Honouring .gitignore settings
  • Faker.Net: Data Generation for Developers
  • Exploring MiniExcel: A Lightweight .NET Library for Excel Operations
  • File Path Size Does Matter

Proudly powered by WordPress| Theme: SpicePress Dark by SpiceThemes

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in .

Finchett.com
Powered by  GDPR Cookie Compliance
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Strictly Necessary Cookies

Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.