aspnet / live.asp.net

Code for live.asp.net, which hosts the ASP.NET Community Stand-up
https://live.asp.net/
MIT License
289 stars 114 forks source link

Submit questions up front (pre-show) #139

Closed jphellemons closed 4 years ago

jphellemons commented 7 years ago

For people who are unable to watch it live and submit questions. Perhaps have them submit issues on github with a certain tag? Or add a feature to the website with a form which sends an mail to questions@aspnetcommunitystandup.org or something? Or have them drop questions in the YouTube comments with a tag which will be evaluated the next show? I know you guys alternate between timezones (which is great) but I always watch it on YouTube because of my timezone (utc+2) I know that there will always be people who cannot watch it live. But how should those people submit their questions?

an example: I always forget if I need system.net or microsoft.net for HttpClient https://stackoverflow.com/questions/31053243/system-net-http-vs-microsoft-net-http https://stackoverflow.com/questions/39016373/the-current-status-of-system-net-http-vs-microsoft-net-http the pre-2015 answer was: system.net The 2015 answer was: .net core -> microsoft.net and 2016 answer -> system.net but how did it ended up like this? and will this disappear?