dev-resources.site
for different kinds of informations.
dotnet терминал команды
Published at
1/9/2025
Categories
dotnet
csharp
programming
backend
Author
mahamadjon000
Author
13 person written this
mahamadjon000
open
Сегодня расскажу про dotnet терминал команд.
В .NET для работы с проектами и приложениями используется инструмент командной строки dotnet.
Основные команды dotnet
:
- Создание нового проекта:
Создать новый проект консольного приложения
dotnet new console -n MyApp
.
- Сборка проекта:
Сборка проекта (компиляция):
dotnet build
.
- Запуск приложения:
Запуск проекта (после сборки):
dotnet run
.
- Обновление .NET SDK:
Обновление .NET SDK до последней версии:
dotnet --version
.
- Информация о версии .NET:
Проверка установленной версии SDK:
dotnet --info
.
-
dotnet clean
- удаление выходных файлов сборки.
backend Article's
30 articles in total
Singularity: Streamlining Game Development with a Universal Framework
read article
5 Tools Every Developer Should Know in 2025
read article
Preventing SQL Injection with Raw SQL and ORM in Golang
read article
Como redes peer-to-peer funcionam?
read article
🌐 Building Golang RESTful API with Gin, MongoDB 🌱
read article
[Boost]
read article
What is Quartz.Net and its simple implementation
read article
tnfy.link - What's about ID?
read article
Construindo uma API segura e eficiente com @fastify/jwt e @fastify/mongodb
read article
Desbravando Go: Capítulo 1 – Primeiros Passos na Linguagem
read article
Understanding Spring Security and OAuth 2.0
read article
RabbitMQ: conceitos fundamentais
read article
Mastering Java: A Beginner's Guide to Building Robust Applications
read article
Mastering Backend Node.js Folder Structure, A Beginner’s Guide
read article
Setting Up Your Go Environment
read article
Introducing Java Library for Backend Microservice Webflux (Reactor-core)
read article
SQL Injection - In Just 5 Minutes!
read article
10 Backend Terms Every Frontend Developer Should Know
read article
How Do You Use Encapsulation with Micronaut Annotations?
read article
Building Streak Calendar: My Journey into Open-Source with the Help of AI
read article
Authentication System Using NodeJS
read article
Digesto: A Lightning-Fast Way to Build Backends with YAML
read article
dotnet терминал команды
currently reading
My Study Schedule for 2025
read article
Building Microservices with Node.js: An Introduction
read article
Great resource for backend developers
read article
[Boost]
read article
6 Best Practices Every Backend Dev Should Know
read article
Building Type-Safe APIs: Integrating NestJS with Prisma and TypeScript
read article
The Secret Weapon Against API Abuse: The Power of Rate Limiting
read article
Featured ones: