terrajobst / videos

Want to see a specific video of me explaining some .NET concept? File an issue.
MIT License
2 stars 0 forks source link

Video Series on .NET Library Concepts #7

Open terrajobst opened 6 years ago

terrajobst commented 6 years ago

It would be worthwhile to go over the key areas I covered in my recent .NET Standard talk and have dedicated videos on:

cidico commented 6 years ago

May I add that would be really nice to see common scenarios to solve with Directory.Build.props/Directory.Build.targets?

terrajobst commented 6 years ago

Yep, it's in my list at the bottom. I think this video will also need some rudimentary intro to MSBuild and how the projects are built so that people understand the difference between .props and .targets. The examples I had in mind were:

@cidico, do you have other specifics in mind?

cidico commented 6 years ago

I saw your video @ .net conf about adding automagically the nugets. VERY INTERESTING!!! Right now I don't have any fancy scenario in mind... Maybe the "common poor man job" that most enterprise devs have.. Like...

I once worked with a solution that had a very nasty build process. It needed to compile some C++ projects and copy the result .dlls to a folder and then build another project and them copy to another... Some dlls needed to be registred on Windows during the build...