Wrox Programmer Forums
|
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 September 6th, 2011, 01:14 PM
Registered User
 
Join Date: Sep 2011
Posts: 6
Thanks: 4
Thanked 0 Times in 0 Posts
Default Steps forward for a beginner

Hi Imar!

I talked with you a few days ago and also asked a question in the Beginning
ASP.NET book forum !
I have a private question not about the book, i actually wanted to consult
with you about something . i'm about to finish your book in a few days
probably. and i feel like i learned ALOT, but im not sure i can now build a
website as i wish without a problem, i probably will need to get back to the
book alot, and look back, and that's ok. my question is what do you think my
next book should be ? i'm thinking about buying the professional ASP.NET
C#&VB or the ASP.NET MVC 3. The thing is that i want to learn the most
advanced technics which i guess it's MVC, but i'm not sure it's smart to
jump from your beginners ASP.NET book to MVC without the PRO ASP.NET book.
What do you suggest i should do ?

My second question is, i feel like i need some kind of Algorithm to build my
first website after i finish reading your book, i mean, i need some
organized steps, for example :
1. build master pages .
2. build css .
..
or maybe i should first start with more basics things ? what do you think is
the best way to start creating my first website ?

I hope i'm not bugging with those newbies questions.

Thank you so much for everything, your book is a LOT of fun!

Roni .
 
Old September 6th, 2011, 01:21 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi Roni,

As often in this industry, the answer is: it depends.

What do you feel is lacking in your skillset? Is it HTML / CSS, database technology, pure ASP.NET or experience? In the first two cases, you may want to get additional books on these techologies. Wrox has a number of good books in this area, and you may also want to look at the Entity Framework book from Julie Lerman (not a Wrox book, but a great read nonetheless).

If it comes down to ASP.NET, you may indeed want to look at Pro ASP.NET 4. Although it follows a different pattern than my book it does provide you with a lot of background on ASP.NET.

Finally, for MVC: you don't have to start with the Pro bok. If you feel it may be too hard, take a look at the Beginning ASP.NET MVC book instead. It's not up to date for version 3, but many of the concepts still apply, providing an easier transition into MVC 3 when you get the pro book.

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!
The Following User Says Thank You to Imar For This Useful Post:
ronix (September 6th, 2011)
 
Old September 6th, 2011, 01:53 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Quote:
what do you think is
the best way to start creating my first website ?
My book shows most of the route I always take when building a new Web Forms web site Before I start buidling, I typically design it up front. Not necessarily the graphical design (as I completely lack designer's skills) but more in terms of layout, navigation and feature set. You may want to look into a mockup tool such as Balsamiq which I really like. For some other tools I use or used (or at least tried out), take a look here: http://imar.spaanjaars.com/531/sketc...art-1-balsamiq

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!
The Following User Says Thank You to Imar For This Useful Post:
ronix (September 6th, 2011)
 
Old September 6th, 2011, 02:11 PM
Registered User
 
Join Date: Sep 2011
Posts: 6
Thanks: 4
Thanked 0 Times in 0 Posts
Default

Hi Imar !

Thank you for your reply .
The tips you just gave already helps, and i will purchase the Beginners MVC 1 instead of the PRO 3 version. i though about getting the 3 version because the book info say you can start this book if you have just a basic knowledge of ASP.NET, which i gain from your book. but i definitely gonna have an easier start with the other book.

The lack of knowledge i talked about is more in a way which i can't seem to remember all the coding skills, and how to write the right things in the right place, although the IntelliSence helps alot, i find myself need to get back to your Examples to write the code in the right way, for example, because the way you write functions, commands, etc in JavaScript is different than C#, Ajax, JQuerry... so it seems hard to remember where to put the right comma, or what should get in the "( )" of the function .. but I guess there's nothing to do but practicing on writing code over and over again in those different languages .. right ?

I'm exciting to start already, and waiting to finish the book and try myself :)

Thanks Imar .

Last edited by ronix; September 6th, 2011 at 02:18 PM..
 
Old September 6th, 2011, 02:15 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Well if it helps you: I don't remember all the code I need to write too.I am sure you'll get better with practice, but IMO, you can learn a great deal from the tools such as IntelliSense which help you write code....

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!
The Following User Says Thank You to Imar For This Useful Post:
ronix (September 6th, 2011)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple steps to build website for a beginner. Guide HTML Code Clinic 9 May 8th, 2009 02:14 PM
Running failed steps carumuga SQL Server 2000 3 June 12th, 2008 08:49 AM
What are the steps to recreate this database? greglh BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 1 March 14th, 2008 11:08 AM
Error Trapping Steps jweyl SQL Server DTS 1 July 26th, 2004 05:59 PM
Displaying Status in steps sankar Classic ASP Basics 1 April 27th, 2004 03:36 AM





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