Закрыть
×
=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
Праздники ...
Праздники ...
День города Минска (2-ая суббота сентября) (9 и 10 сентября 2023)
Концерты, выставки ...
Концерты, выставки ...
SHAMAN|||г. Брест 20 декабря 2026
Афишу
Спорт занятия ...
Спорт занятия ...
Играем в баскетбол (летом)
Спорт занятие
Компьютер, программы...
Компьютер, программы...
Объявления ...
Объявления ...
Груминг для собак
Объявление
Новости ...
Новости ...
Форум ...
Форум ...
обсуждение...
Поиск
Концерты
Спорт
Форум
Компьютер
Компьютер, программы
→
.NET Core
Создаем новое консольное приложение .NET Core
посмотрели
8351
раз
обновлено: 25 February 2019
Plan (3 steps)
Step 1.
Open Visual Studio
Step 2.
Creating a new console application
Step 3.
Run the example
1) Запускаем Visual Studio 2017
If you don't have
Visual Studio 2017
Have to
install Visual Studio 2017...
Open
Visual Studio 2017
2) Создаем новое консольное приложение
Нажимаем в меню:
File
→
New
→
Project
Выбираем:
Visual C#
→
Console App (.NET Core)
Создалось приложение пример на картинке
3) Запускаем пример
Нажимаем вверху на зеленый треугольник
Результат примера
← Previous topic
What is .NET Core?
Next topic →
What is ASP.NET Core?
Your feedback ... Comments ...
Your Name
Your comment
(www links can only be added by a logged-in user)
+ Picture
•
What is .NET Core?
•
Creating a New .NET Core Console App
ASP.NET Core
•
What is ASP.NET Core?
•
Creating a new application ASP.NET Core
ASP.NET Core MVC
•
Creating a new application ASP.NET Core MVC
•
Built-in IoC container in ASP.NET Core
<BR>
Database (Entity Framework) in ASP.NET Core MVC
•
Entity Framework in the ASP.NET Core MVC application. Using Code First (we write c# code, and the tables in the database are created by ourselves)
<BR>
Telerik (Kendo UI) in ASP.NET Core MVC
•
Telerik (Kendo UI) in ASP.NET Core MVC (connect Kendo js files using NPM and Webpack)
<BR>
Authentication (login/register/logout) in the ASP.NET Core MVC application
•
Authentication is login/register/logout in the ASP.NET Core MVC application
Additional topics, questions
•
Install a new version (.NET 9) for Visual Studio 2022 | Error: NETSDK1 The current .NET SDK does not support targeting .NET 9.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 9.0.
•
Install the new version (.NET 6.0) for Visual Studio 2022. Note! .NET 6.0 is not installed and does not work for Visual Studio 2019
•
Installing a new version (.NET Core 2.2) for Visual Studio 2019
•
Choosing between ASP.NET Core and ASP.NET?
•
Porting code to .NET Core from the .NET Framework
•
Error "unable to connect to web server "iis express" | ASP.NET Core | Visual Studio 2017
•
Error "This site can"t be reached" when run ASP.NET Core application | Solution: Recreate the Self-Signed HTTPS Certificate for localhost in IIS Express
WWW sites for learning
•
Sites to learn ASP.NET Core
Ваши вопросы присылайте по почте:
info@dir.by