Logo

dev-resources.site

for different kinds of informations.

dotnet терминал команды

Published at
1/9/2025
Categories
dotnet
csharp
programming
backend
Author
mahamadjon000
Categories
4 categories in total
dotnet
open
csharp
open
programming
open
backend
open
Author
13 person written this
mahamadjon000
open
dotnet терминал команды

Сегодня расскажу про dotnet терминал команд.

В .NET для работы с проектами и приложениями используется инструмент командной строки dotnet.

Основные команды dotnet:

  1. Создание нового проекта:

Создать новый проект консольного приложения

dotnet new console -n MyApp.

  1. Сборка проекта:

Сборка проекта (компиляция):

dotnet build.

  1. Запуск приложения:

Запуск проекта (после сборки):

dotnet run.

  1. Обновление .NET SDK:

Обновление .NET SDK до последней версии:

dotnet --version.

  1. Информация о версии .NET:

Проверка установленной версии SDK:

dotnet --info.

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

Featured ones: