I am thinking about web scraping local websites in my home network. Using no thrid party libs and the minimum amount of MS libs, preferring primitive data types and low-level programming.
I realize c# is not C or C++ or Java or Python, but I want to know how "close to the metal" I can get before, a library is needed. Does that make sense? Additionally, this relates to environments where using an unavailable dll is not an option, and I want to approach this side of the issue from a black-box perspective. I hope that is not too outlandish.
Please let me know if you need an example or have any questions.