Jeremy Bytes
byte-sized chunks of .NET
Thursday, May 7, 2020
Cross-Platform Build Events in .NET Core using MSBuild
›
In the last article, we looked at post-build events and .NET Core -- specifically how the '$(SolutionDir)' and other macros based o...
6 comments:
Tuesday, May 5, 2020
Post-Build Events and .NET Core
›
I have used post-build events in Visual Studio for a long time, primarily to copy files from one location to another. But due to changes in ...
4 comments:
Tuesday, February 18, 2020
The Secret Code: ASP.NET MVC Conventions
›
ASP.NET MVC is filled with hidden conventions: put a controller or view in a certain place and give it a special name, and it magically work...
Wednesday, February 5, 2020
Set the Working Directory in Visual Studio Code (or better yet, eliminate the requirement on the working directory)
›
In the last article , I showed what appeared to be a bug in the Visual Studio Code debugger and the .NET Core CLI (command-line interface). ...
2 comments:
‹
›
Home
View web version