Уровень 0 · материалов: 5
В кластер входят документы, посвященные архитектуре, обучению и практическому применению фреймворков ASP.NET MVC и ASP.NET Core.
Общие признаки: фреймворк ASP.NET MVC, ASP.NET Core, веб-разработка на .NET, архитектура MVC, обучение и руководства для разработчиков
Группа выше: Серверная веб-разработка на Java и .NET
Смысл: The text serves as a beginner's guide to ASP.NET MVC, explaining its architectural foundations and providing a starting point for a practical project to show how it simplifies web development and improves code maintainability compared to WebForms.
An introductory guide to ASP.NET MVC that explains the Model-View-Controller pattern and begins a practical tutorial for building a service center website.
Смысл: The text serves as an introductory guide and roadmap for a technical course on ASP.NET MVC, explaining the 'why', 'what', and 'how' of the upcoming lessons.
An introduction to a 16-part tutorial series on ASP.NET MVC development, covering everything from environment setup to professional workflow.
Смысл: The text aims to introduce developers to the ASP.NET Core framework by explaining its core concepts, architectural changes compared to legacy versions, and providing a practical walkthrough of building and deploying a simple application.
A beginner's guide to ASP.NET Core covering its cross-platform nature, basic project structure, dependency injection, and practical application development.
Смысл: The main idea is that .NET (specifically via ASP.NET MVC) is an excellent, scalable, and cost-effective choice for startups, provided developers avoid the outdated WebForms framework and delay the adoption of Azure until scaling is actually required.
Use .NET for your startup if you use ASP.NET MVC, but avoid WebForms and early Azure adoption to maintain speed and flexibility.
Смысл: The main idea is to introduce beginners to the foundational architecture of an ASP.NET MVC 4 application, specifically focusing on dependency management via NuGet, the application lifecycle managed by Global.asax, and the implementation of logging for debugging and monitoring.
A beginner's guide to starting an ASP.NET MVC 4 project, focusing on NuGet packages, the Global.asax application lifecycle, and implementing NLog for system tracing.