Закрыть
×
=0) { let js = text.slice(pos1, pos2); + '<\/' + "script" + '>'; arrText.push(js); // next pos1 = pos2; continue; } } } break; } return arrText; } function OpenDialog(parentDiv, urlContent) { parentDiv = document.getElementById('modal-background'); // new !!!!!!! parentDiv.appendChild(document.getElementById('modal-template')); document.getElementById('modal-background').style.display = "flex"; // !!!!! block document.getElementById('modal-template').style.display = "flex"; // !!!!! document.getElementById('modal-body').innerHTML = ""; post_url(urlContent, "", function(text_from_server) { var element = document.getElementById('modal-body'); element.innerHTML = text_from_server; // add scripts var arrJSText = get_scripts(text_from_server); for (var i=0; i
dir.by
Праздники ...
Праздники ...
День Октябрьской революции (7 Ноября)
Концерты, выставки ...
Концерты, выставки ...
Спектакль "Особо опасные пенсионеры"|||г. Минск 6 сентября, 21 октября, 17 ноября 2026
Афишу
Спорт занятия ...
Спорт занятия ...
Занятия по теннису для взрослых и детей
Спорт занятие
Компьютер, программы...
Компьютер, программы...
Объявления ...
Объявления ...
ремонт двигателя ММЗ Д245.30е2-1804 для маз 4370
Объявление
Новости ...
Новости ...
Форум ...
Форум ...
обсуждение...
Поиск
Концерты
Спорт
Форум
Компьютер
Компьютер, программы
→
.NET Core Web API (Protocol-based Web Service HTTP)
Orleans dashboard
посмотрели
4645
раз
обновлено: 9 Augusta 2021
Шаг 1.
В ваш проект устанавливаем пакет
OrleansDashboard
Шаг 2.
Добавляем код
C#
.ConfigureApplicationParts(parts => parts.AddFromApplicationBaseDirectory())
// new line
.UseDashboard(options => { });
// new line
Шаг 3.
Скачиваем исходники
Orleans Dashboard
с
Git
https://github.com/OrleansContrib/OrleansDashboard
Шаг 4.
Запускаем
Visual Studio Code
Открываем folder
App
и вызываем команды
npm install
npm run watch
Шаг 5.
Запускаем
Google Chrome
и открываем страницу
http://localhost:8080
← Previous topic
Adding Orleans Silo to the .NET Core Web Api Application
Next topic →
Orleans in Docker
Your feedback ... Comments ...
Your Name
Your comment
(www links can only be added by a logged-in user)
+ Picture
Объявления
Объявления
•
Create a new .NET Core Web API application on C#
Docker
•
Docker for .NET Core App API
Azure (Web service) for .Net Core 5.0 applications
•
Create an Azure Web service with a Net Core 5 type. That is, we create an empty web server with the Net Core 5 type
•
.Net Core 5 Web API app publish to Azure → | Using Visual Studio 2019
Orleans
•
Adding Orleans Silo to the .NET Core Web Api Application
•
Orleans dashboard
•
Orleans in Docker
PostMan
•
Download the program PostMan (to send data to the app Web API)
•
PostMan send data in the format json for the application Web API
•
PostMan error: Could not get any response. SSL certificate
Additional topics, questions
•
Date request format in the .NET Core 5.0 Web API
•
What"s the difference (which is better to use) WCF or Web API ?
Errors
•
Error "Your connection isn’t private. Attackers might be trying to steal your information from (for example, passwords, messages, or credit cards). NET::ERR_CERT_INVALID" | .NET Core Web API application to C#
•
Error "HTTP Error 500.31 - Failed to load ASP.NET Core runtime" | I run .NET Core Web API the application on C#
•
Error "Unable to connect to web server ... The web server is no longer running." | I run .NET Core Web API the application on C#
WWW sites to explore Web API
•
Books to study Web API
Ваши вопросы присылайте по почте:
info@dir.by