DEV Community

Discussion on: I've got a YouTube channel to complement my writing - what do you want to see?

Collapse
 
fish1 profile image
Jacob Enders

I work with NodeJS on a daily basis, and wanted to learn some .NET. Maybe some content for people who are comfortable in NodeJS (or other environments) but want to learn the "Equivalents" in .NET.

The videos I found on the subject either catered towards new programmers (I don't want to sit through a 5 hour video of someone showing my how to make a loop). Or people already competent in .NET which was a bit difficult because I had trouble following the VisualStudio toolings and NuGet packages they were downloading, or why they were structuring the code the way they were.

Maybe this topic is too specific to be worth making a video on. Lol

Collapse
 
softchris profile image
Chris Noring

thanks Jacob.. I thought making videos on creating an API then would be good, minimal as well as controller based? Maybe a standalone one for NuGet, wdyt?

Collapse
 
fish1 profile image
Jacob Enders

Yeah, I'd love a quick series on how to make a minimal MVC, or API in .NET , maybe a slightly below intermediate level tutorial that could help people migrate from a different ecosystem to .NET

A NuGet tutorial would be interesting, I was a bit confused on how to download packages and manage the XML config files. I assume it's similar to package.json in Node.

Thanks! Keep up the writing/videos!