Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 4 > BOOK: Beginning ASP.NET 4 : in C# and VB
|
BOOK: Beginning ASP.NET 4 : in C# and VB
This is the forum to discuss the Wrox book Beginning ASP.NET 4: in C# and VB by Imar Spaanjaars; ISBN: 9780470502211
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 4 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 2nd, 2012, 03:26 AM
Registered User
 
Join Date: Mar 2012
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default Whats the next step after Beginning ASP .net 4?

Whats the next step once I have finished the book Beginning ASP.NET 4: in C# and VB? I know there is a professional book by you guys but it seems more like a reference book and I learn better by actually making something thats why I love this beginning book because i can see why and how something works and how it comes together with the planet wrox site.

What books do you recommend I use next? and Imar how did you turn in to a pro with ASP.net?
 
Old April 2nd, 2012, 09:38 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

I guess it depends on your current level, and where you want to go next. Pro ASP.NET 4 provides a lot of in-depth inormation that is worth checking out.

Alternatively, you could look at ASP.NET MVC which is a different ASP.NET based framework. Wrox has a few books on the subject, but I can also recommend the MVC book by Steven Sanderson from Apress.

Wrox also has some Problem Design Solution books that show more advanced and integrated web sites.

>> Imar how did you turn in to a pro with ASP.net?

Practice, practice, practice and read a lot ;-) I read a lot (around 20 to 30 books a year, and as many blog posts as I have time to read). Also, building real world web sites (even just for yourself) is extremely useful. Finally, participating in the Wrox (and other) forums has helped me a lot in understanding the inner workings of ASP.NET. By providing help to others, you learn a lot yourself.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old April 2nd, 2012, 10:08 AM
Registered User
 
Join Date: Mar 2012
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for your reply. I am fresh to asp.net I started in February with the beginning asp.net 4 with vb and c# book and I still haven't finished it! (stuck on that 1st try it out on chapter14, I may just skip it and move on) so it has taken me 3 months to do 13 chapters!

How do you get threw so many books?

I will probably go on to the pro version of the book im on then look at MVC or read a more about SQL and C#(I started c# end of last year but got really bored as all the tutorials were console based and not web)

Can you recommend any good blogs?

I know about:
http://www.hanselman.com/blog/
http://www.4guysfromrolla.com/

I haven't created anything for myself yet but will start a big project when I have finished the book. which should help me learn more.
 
Old April 2nd, 2012, 10:40 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Quote:
How do you get threw so many books?
By reading a lot ;-) I usually try to understand the general concept. and I typically don't try out all code. However, I return to these books when I have a concrete implementation that has been discussed somewhere.

Quote:
Can you recommend any good blogs?
Again, it depends on what you want to learn. Mine can be useful: http://imar.spaanjaars.com

And here are a few others:

http://blog.stevensanderson.com/
http://blogs.msdn.com/b/adonet/
http://weblogs.asp.net/scottgu/

Also, most of the ASPInsinders blogs are worth following: http://aspinsiders.com/Insiders.aspx

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old April 4th, 2012, 09:09 AM
Registered User
 
Join Date: Mar 2012
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for the info the blogs look really good and I have book marked them.

Don't think i'm good enough yet to read an asp.net book and fully understand it. But i know what you mean, I do this with html 5 and css 3. Just read it and understand it no need to try it out.

With becoming an ASP.net developer how much knowledge do you need to know on C# to be effective in the real world?

And what are the key skills you need to know?

Thanks
 
Old April 4th, 2012, 10:32 AM
Friend of Wrox
 
Join Date: May 2011
Posts: 411
Thanks: 13
Thanked 7 Times in 7 Posts
Default Phone Apps

The big thing today soon to supersonic is going to be applications for Smart Phone Applications. Phone Apps. That is the big thing to learn. Everybody wants them, very few developers know how to write them. Learning JQuery Mobile, Manifests, CSS3, HTML5, Media Queries is just the basic core foundation to understanding how to write good phone apps. On top of that..... Unfortunately about 70 to 80 percent of the smart phone sales today are with Apple Ipad and Google's Android. IPAD smart phones are written on McIntosh computers using objective C/C++ which is Apple's incarnation or flavor of the C/C+++ language. Where as Android apps are platformed off of Linux/Unix with Apache Tomcat server as the web server platform and are written in J2EE and JAVA. The unfortunate thing about all of this is that both of the technologies for IPADs and Androids are totally different disciplines apart from .NET and C#/VB. You can learn Silverlight, XNA and Xaml for Windows webphones, but currently the Window smart phones make up only about 20% of the sales in smart phone markets. Not much of a demand there. Maybe if Microsoft was smart they would try to inculcate into the new versions of the Visual Studio environment an IDE for being able to write Smart Phone apps for both IPADS and Androids. But I don't think that is going to happen any time soon. Just wishful thinking on my part.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Beginning ASP.NET 3.5: Learn ASP.NET Step by Step jminatel ASP.NET 3.5 Basics 32 March 12th, 2016 03:31 AM
Can'T find code to Beginning Asp.net using VB.NET darruler All Other Wrox Books 1 August 12th, 2004 05:04 PM
Help 'beginning asp.net using vb.net' source code jkmf Wrox Book Feedback 1 January 18th, 2004 08:09 AM
Beginning ASP.Net Databases Using VB.Net ISBN 6195 tlamazares SQL Server ASP 1 December 15th, 2003 01:28 PM
Beginning ASP.NET E-Commerce using VB.NET KJ All Other Wrox Books 2 December 2nd, 2003 09:01 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.