BetterFinds
Namespaces | Classes
BetterFinds Namespace Reference

The namespace containing all classes and components for this project. More...

Namespaces

namespace  Hubs
 The namespace containing the SignalR hub used for real-time updates.
 
 Pages
 The namespace containing the Razor Pages that make up the core of this web application.
 
 Services
 The namespace containing the asynchronous services used at the start of the application.
 
 Utils
 The namespace containing utility classes for this project.
 

Classes

class  Program
 The main entry point of the application. More...
 

Detailed Description

The namespace containing all classes and components for this project.

This namespace encapsulates all the functionality related to the BetterFinds project, including modules for auction management, user authentication, and other essential features.

The BetterFinds namespace serves as the root namespace for the project. It organizes the various components and classes to maintain a clean and structured codebase.

To explore specific modules and classes, refer to the detailed documentation for each corresponding namespace and class located at the Namespaces tab on top of this page.