Уровень 0 · материалов: 3
В этот кластер входят документы, описывающие технические способы и методологии объединения пользовательского интерфейса на JavaScript с бэкендом на платформе .NET.
Общие признаки: разработка fullstack приложений, связка JS-фреймворков с .NET Core/ASP.NET, взаимодействие клиентской и серверной частей
Группа выше: Архитектура клиентских веб-приложений
Смысл: The main idea is to demonstrate that a developer can bridge the gap between frontend (JS/React) and backend (.NET Core) by building a cohesive application, promoting the concept of fullstack development through a practical project.
A technical tutorial on creating a fullstack blog application using ASP.NET Core 2.0 for the backend and React/Redux for the frontend.
Смысл: The main idea is to provide a structured methodology for integrating modern frontend frameworks (Bootstrap and jQuery) into an ASP.NET MVC project to create a responsive, interactive, and optimized user interface.
A technical tutorial on implementing Bootstrap styling, jQuery interactivity, and Ajax asynchronous requests within an ASP.NET MVC application architecture.
Смысл: The author demonstrates a method for creating cross-platform desktop applications by using CEF as a bridge between a TypeScript/Angular frontend and a .NET Core backend. By implementing a Proxy wrapper in TypeScript and a C++ handler in CEF, the author allows JS to call .NET methods, access properties, and handle asynchronous tasks efficiently.
The author implements a high-performance bridge between .NET Core and TypeScript using CEF and JS Proxies to create an Electron-like environment for .NET.