DEV Community

Discussion on: I'm Scott Hanselman, ask me anything!

Collapse
 
nickpolyder profile image
Nick Polyderopoulos

Hey Scott. Glad to see you joining the dev.to community.

Here are my questions for you.

  1. What do you think that are the most basic concepts and knowledge that a new developer need to have.

  2. Do you have any book recommendations concerning ASP.NET Core, .NET Core and Design patterns?

  3. Do you know anything about the signalr on the .net core (Like when can we expect a production ready version to come out.

Thanks for being an inspiration.

Collapse
 
shanselman profile image
Scott Hanselman
  1. A general understanding of "The stack" from CPU up to the language you're using. Just know the call stack, and then decide where you want "magic" to happen. For some, Assembly Language is "the metal" and for some, JavaScript is "the metal." Both are fine, just be conscious and aware of the system.

  2. Not yet, it's going to fast. Start at dot.net/architecture

  3. I'm told Q1 next year. Work is happening now.