Уровень 0 · материалов: 4
В кластер включаются документы по созданию серверной части приложений и архитектуре доступа к данным в экосистеме .NET.
Общие признаки: фреймворк ASP.NET, архитектурные паттерны, взаимодействие с базами данных, разработка API
Группа выше: Серверная веб-разработка на Java и .NET
Смысл: The main idea is to teach developers how to implement a RESTful Web API using the ASP.NET Core MVC framework, emphasizing the use of the Repository pattern and Dependency Injection for a maintainable architecture.
A step-by-step technical tutorial on creating a CRUD-based Todo Web API using ASP.NET Core MVC, Visual Studio, and the Repository pattern.
Смысл: The main idea is to teach developers how to properly design a relational database and implement a decoupled data access layer in ASP.NET MVC using LINQ to SQL and the Repository pattern to ensure maintainability and scalability.
A technical guide on designing relational databases and implementing them in ASP.NET MVC using LINQ to SQL, the Repository pattern, and Ninject for dependency injection.
Смысл: The main idea of the text is to provide a beginner-friendly technical tutorial on building a full-lifecycle backend REST API using the .NET ecosystem, emphasizing architectural patterns like Repository and Service layers, automated testing, and Docker deployment.
A comprehensive tutorial on building, testing, and deploying a .NET Core REST API using Entity Framework Core and Docker.
Смысл: The main idea is to provide a practical, beginner-friendly introduction to ADO.NET Entity Framework, showing how it simplifies database interactions in ASP.NET by automating the mapping between databases and object-oriented code.
A developer's guide to getting started with ADO.NET Entity Framework in Visual Studio 2008, covering model creation, data binding in ASP.NET, and basic CRUD operations using LINQ.