We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Leo Brok • 7 years ago

This book is great. I've gone through many .NET tutorials, and I haven't found another that is anywhere near as friendly to beginners as this one.

Nate Barbettini • 7 years ago

Glad to hear that! As a beginner, what were you most interested in learning?

Joao Rios • 8 years ago

Great book, I appreciate the effort!!

KJ Singh • 8 years ago

That's a very good effort. All the best in growing this book!

Nate Barbettini • 8 years ago

Thanks KJ!

Duke Wang • 7 years ago

Thanks for your generous contribution to the LITTLE book. One small suggestion, since .NET Core razor tags have had a jumping change, from @HTML.()... to HTML 5 standard 'asp-*', etc., I think it is worth to mention it for ASP.NET 4 developers.

Nate Barbettini • 7 years ago

That's a great idea - I'll mention this.

Chris Williams • 8 years ago

Great job! A useful refresher as I'd not looked at ASP.Net Core since the first release and this has led me to give it another try.

Nate Barbettini • 8 years ago

Thanks! I hope more people take a second look at ASP.NET Core 2.0. It's grown up a lot since the early days.

Michel Renaud • 8 years ago

This is great! Just finished going through it last night. A very nice introduction with some good tips. Thanks for writing this little book!

Matt Welke • 8 years ago

Just went through the first part where you do your model, view, controller, and service. This is brilliant. Thank you. :)

saint4eva • 8 years ago

Thank you very much Nate. I appreciate very much.
Can you write something on Asp.Net Core Razor Pages?

Thank you.

Nate Barbettini • 8 years ago

I will definitely blog about Razor Pages. Subscribe to my blog (on www.recaffeinate.co) and I'll email you when it's posted. :)

saint4eva • 8 years ago

I have subscribed to you blog. Thanks

Gabriel • 8 years ago

Congrats. Thanks.

Carlos Washington Mercado • 2 years ago

Hey, thanks. Appreciated.

warias7 • 4 years ago

Mil gracias por tan valioso aporte a los que estamos aprendiendo de este gran mundo de la programación, de verdad muchas gracias por su aporte. Dios lo bendiga.

Ramos EG • 6 years ago

good morning thank you very much Nate, for the book, I am a beginner and I want you to help me add the date picker, using html and javascript.
thank you

Mohamed Ayman • 6 years ago

This book is great resource for beginners.
I've some questions about why did we use Task<> and why did we create a constructor for TodoController ?

kevin • 7 years ago

Was really getting into the book. I was going along with the code development using Visual Studio 2017 BUT right at the end I hit a brick wall. the 'IServiceCollection' can not be found! I cant find the name space. Any help greatly appriciated

Nate Barbettini • 7 years ago

Is this in your Startup.cs file? You are probably just missing a using statement at the top. In Visual Studio 2017, you can press Control-. (period) to bring up a menu of suggestions.

Joseph Louis Lagrange • 8 years ago

Why did you not add a navigation property of type AspNetUser in the TodoItem class such that we have a relationship between AspNetUser and TodoItem tables in the database?

Nate Barbettini • 8 years ago

Good point. I think EF Core infers this? I need to investigate.

vineeth pulipati • 8 years ago

Thank you very much, please consider writing a book or youtube videos about building web apps using asp.net stack for beginners. would be very useful

vineeth pulipati • 8 years ago

i mean asp.net core stack

Mohammad • 8 years ago

Almost finished reading the book
Must say you have done an excellent job :)
..but you could have used tag helpers and made the service class (I call it repository ) more generic and you forgot the implementation of https and if you could show how to use IIS instead of Azure (which is ridiculously expensive)
Nevertheless it's an excellent book, hard to believe it only took you a weekend to write. That's talent.
I can only encourage you to continue with the good, it's much appreaciated.

Nate Barbettini • 8 years ago

Thanks for your feedback! I'm always happy to accept PRs on Github: https://github.com/nbarbett...