NorthwindTraders est une application web exemple ASP.NET Core qui démontre l'implémentation de la logique métier et la gestion des requêtes. Elle est structurée comme une application web à architecture en couches, découplant les règles métier fondamentales de l'interface utilisateur et des couches d'accès aux données.
Les fonctionnalités principales de jasongt/northwindtraders sont : ASP.NET Core Application Frameworks, Object-Relational Mapping, Relational Data Storage, Relational Database Integrations, Decoupled Logic Layers, Application Layer Architectures, Layered Architectures, HTTP Request Handling.
Les alternatives open-source à jasongt/northwindtraders incluent : jasontaylordev/northwindtraders — NorthwindTraders is an ASP.NET Core sample application that serves as a reference implementation for developing… dodyg/practical-aspnetcore — This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of… chenshenhai/koa2-note — koa2-note is a project focused on Koa2 web server development and Node.js asynchronous programming. It provides a… miguelgrinberg/microblog — This project is a social blogging application built with Flask. It provides a platform for user account management,… eduardopires/equinoxproject — EquinoxProject is an ASP.NET 9 web application template and reference implementation for building enterprise software.… dotnet/efcore — Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using…
NorthwindTraders is an ASP.NET Core sample application that serves as a reference implementation for developing RESTful web APIs. It demonstrates the use of the .NET ecosystem to expose business functionality over HTTP. The project provides an example of a layered application architecture, separating business logic from infrastructure and external dependencies. It implements an Entity Framework Core data layer using a code-first approach to map application objects to a relational database. The implementation covers core backend capabilities including relational database integration, server-s
This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of practical examples and projects that demonstrate how to build web applications, RESTful APIs, and high-performance services. The repository focuses on a variety of architectural patterns, including the development of Minimal APIs, contract-first gRPC services, and real-time communication using WebSockets and Server-Sent Events. It includes detailed implementations for user identity and security, such as token-based authentication and CSRF protection. The codebase covers a bro
koa2-note is a project focused on Koa2 web server development and Node.js asynchronous programming. It provides a framework for building web servers and APIs using an asynchronous middleware pipeline to handle request and response cycles. The project emphasizes a layered backend architecture that decouples routing, business services, and data models. It distinguishes itself through the integration of relational databases for persisting user sessions and application data, alongside a build process that includes JSX-to-JavaScript compilation for frontend assets. The capability surface covers b
This project is a social blogging application built with Flask. It provides a platform for user account management, following relationships, and chronological post streams, supported by a PostgreSQL relational database. The application features a multilingual web interface with localized content and date formatting. It is designed as a dockerized web application, utilizing containerization for consistent deployment across different environments. The system integrates a variety of core capabilities, including full-text search with provider abstraction, an asynchronous task worker for backgrou