Click here to Skip to main content
15,914,500 members
Everything / .NET CLI

.NET CLI

dotnet-cli

Great Reads

by @sof-mckoy
Step-by-step tutorial on integrating projects created using angular-cli and dotnet-cli

Latest Articles

by @sof-mckoy
Step-by-step tutorial on integrating projects created using angular-cli and dotnet-cli

All Articles

Sort by Score

.NET CLI 

4 Aug 2017 by Brady Kelly
There is a set of templates that you install and this extends the dotnet-cli so that you can scaffold a working Angular 4 app with dotnet new angular I am looking for resources and even any official documentation on the structure and content of this scaffolded projet. What I have tried: ...
12 Mar 2020 by OriginalGriff
Unfortunately, there is no "short cut" to this: you learn by doing, and gaining experience as a result. What you learn from project A, you can use (or influence your thinking about) Project B. And the influences projects C through Z inclusive. ...
30 May 2021 by Richard MacCutchan
Onion architecture - Google Search[^]
29 Nov 2021 by instantmaker
Hi Everyone! Currently I am running the command below on my CI/CD pipeline, everything is working as expected. & dotnet publish "$projectSolution" --output $outputDir --configuration $Configuration /p:EnvironmentName=$Environment --verbosity...
29 Nov 2021 by Richard Deeming
Use a web config transformation file: Transform web.config | Microsoft Docs[^]
16 Sep 2017 by @sof-mckoy
Step-by-step tutorial on integrating projects created using angular-cli and dotnet-cli