7 месяцев назад
ASP.NET MVC Framework Рассмотрены основные принципы и возможности технологии ASP.NET MVC Framework и показаны способы ее практического использования при разработке веб-приложений. Описаны преимущества подхода разработки MVC и рассмотрена структура MVC-приложения. Приведено сравнение технологии WebForms и MVC Framework и рассмотрены вопросы их совмещения. Описаны модель и доступ к данным (технологии LINQ, Entity Framework и др.), контроллеры, представление и интерфейс приложения, механизмы маршрутизации и Ajax-функциональность. Уделено внимание вопросам тестирования веб-приложений. Рассмотрены особенности применения ASP.NET MVC 2 в Visual Studio 2010. Для программистов. Скачать: https://www.litres.ru/book/vladimir-unev/asp-net-mvc-framework-4578530/?lfrom=477110899
2 месяца назад
«Pro ASP.NET MVC 2 Framework» Steven Sanderson Author Steven Sanderson has seen the ASP.NET MVC Framework mature from the start, so his experience, combined with comprehensive coverage of all the new features, including those in the official MVC development toolkit, offers the clearest understanding of how this exciting new framework can improve your coding efficiency. With this book, you’ll gain invaluable up-to-date knowledge of security, deployment, and interoperability challenges. The ASP.NET MVC 2 Framework is the latest evolution of Microsoft’s ASP.NET web platform. It introduces a radically new high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET 3.5. In this book, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You’ll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you’ll discover MVC’s strengths and weaknesses for yourself—and put your best-learned theory into practice. Это и многое другое вы найдете в книге Pro ASP.NET MVC 2 Framework (Steven Sanderson). Напишите свою рецензию о книге Steven Sanderson «Pro ASP.NET MVC 2 Framework» https://izbe.ru/book/366121-pro-asp-net-mvc-2-framework-steven-sanderson/
784 читали · 6 лет назад
Node.js лучше чем ASP.NET MVC?
Node.js и ASP.NET совершенно разные технологии, основанные на разных философиях, хотя обе они связаны с веб-разработкой. Node.js - это среда выполнения Javascript, которая выполняется на сервере. ASP.NET является платформой веб-разработки, основанной на шаблоне MVC. Итак, вы можете спросить, какова фактическая разница между ними? Основное различие заключается в том, что Node.js сам по себе позволяет создавать веб-сервер; однако, вам могут понадобиться фреймвроки, такие как Express и библиотеки,...