Earlier quoted context omitted.
Anders Hejlsberg for C# I guess? ASP.NET as a framework doesn't have any 'celebrity personalities' that I am aware of, but then it doesn't really need any. Its a good framework, especially with the dotnet core rewrite; you should try it! Put it on Docker and run it on Linux for fun :)
Has Hejlsberg ever written a book? He must have a lot of valuable insight to share. I think part of the success of C++ and C was that their developers are good writers. K&R is phenomenal and Stoustroup's book are excellent too.
The Little ASP.NET Core Book
21–30 of 50 posts
Re: The Little ASP.NET Core Book
#22Re: The Little ASP.NET Core Book
#23C++ has John Carmack, PHP has Zuckerberg, Lisp has Paul Graham. Does anyone know of any good role models to look up to in the ASP.NET world? As childish as it might sound, that has honestly been a sticking point preventing me to be able to really get into all this.
Anders Hejlsberg Scott Hanselman But some interesting people to follow are Jimmy bogard, greg young, David Fowler.
I've found that I rarely read Hanselman's stuff any more... he's great if you're playing around with bleeding-edge ASP.NET Core on Linux on Azure, but not if you're trying to dig into the guts of C#. (I was so burned by the so-called "release candidates" of ASP.NET Core that I stopped following that vein of blogger.)
Re: The Little ASP.NET Core Book
#24Re: The Little ASP.NET Core Book
#25C++ has John Carmack, PHP has Zuckerberg, Lisp has Paul Graham. Does anyone know of any good role models to look up to in the ASP.NET world? As childish as it might sound, that has honestly been a sticking point preventing me to be able to really get into all this.
For ASP, David Fowler without a doubt, also recommend Barry Dorans and Scott Sauber
Re: The Little ASP.NET Core Book
#26C++ has John Carmack, PHP has Zuckerberg, Lisp has Paul Graham. Does anyone know of any good role models to look up to in the ASP.NET world? As childish as it might sound, that has honestly been a sticking point preventing me to be able to really get into all this.
Re: The Little ASP.NET Core Book
#27One of my concerns about .NET core is it seems that there are a handful of ways to do things compared to Java. But I'm starting to like the fact that there are fewer options that work really well. Plus there are things like LINQ that I haven't seen used much elsewhere that blow my mind.
Re: The Little ASP.NET Core Book
#28C++ has John Carmack, PHP has Zuckerberg, Lisp has Paul Graham. Does anyone know of any good role models to look up to in the ASP.NET world? As childish as it might sound, that has honestly been a sticking point preventing me to be able to really get into all this.
Re: The Little ASP.NET Core Book
#29Thanks for the book! I really like your style and I think this is another great resource I'll get a lot out of. One of my concerns about .NET core is it seems that there are a handful of ways to do things compared to Java. But I'm starting to like the fact that there are fewer options that work really well. Plus there are things like LINQ that I haven't seen used much elsewhere that blow my mind.
Re: The Little ASP.NET Core Book
#30Are new to programming Already code in a backend stack like Node, Python, Ruby, Go, or Java Are an ASP.NET MVC developer Consider me sold!. Have been watching .NET Core from the sidelines while I have been "teaching myself" Python. But being constantly on a Windoze systems there is so much more that one could with .net core. Thanks for putting this together.