Beginning ASP.NET 4 and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £4.50 Amazon.co.uk Gift Card
Beginning ASP.NET 4: In C# and Vb (Wrox Programmer to Programmer)
 
 
Start reading Beginning ASP.NET 4 on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Beginning ASP.NET 4: In C# and Vb (Wrox Programmer to Programmer) [Paperback]

Imar Spaanjaars
4.2 out of 5 stars  See all reviews (34 customer reviews)
RRP: £29.99
Price: £19.49 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £10.50 (35%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Want guaranteed delivery by Tuesday, May 29? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £17.54  
Paperback £19.49  
Unknown Binding --  
Trade In this Item for up to £4.50
Trade in Beginning ASP.NET 4: In C# and Vb (Wrox Programmer to Programmer) for an Amazon.co.uk gift card of up to £4.50, which you can then spend on millions of items across the site. Plus, get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Watch a Related Video



Frequently Bought Together

Beginning ASP.NET 4: In C# and Vb (Wrox Programmer to Programmer) + Microsoft Visual C# 2010 Step by Step Book/CD Package (Step by Step (Microsoft)) + Microsoft Visual Basic 2010 Step By Step Book/CD Package (Step by Step (Microsoft))
Price For All Three: £66.06

Show availability and delivery details

Buy the selected items together


Product details

  • Paperback: 840 pages
  • Publisher: John Wiley & Sons (19 Mar 2010)
  • Language English
  • ISBN-10: 0470502215
  • ISBN-13: 978-0470502211
  • Product Dimensions: 23.6 x 18.7 x 4 cm
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (34 customer reviews)
  • Amazon Bestsellers Rank: 16,278 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Imar Spaanjaars
Discover books, learn about writers, and more.

Visit Amazon's Imar Spaanjaars Page

Product Description

Product Description

This book is for anyone who wants to learn how to build rich and interactive web sites that run on the Microsoft platform. With the knowledge you gain from this book, you create a great foundation to build any type of web site, ranging from simple hobby–related web sites to sites you may be creating for commercial purposes.

Anyone new to web programming should be able to follow along because no prior background in web development is assumed although it helps if you do have a basic understanding of HTML and the web in general. The book starts at the very beginning of web development by showing you how to obtain and install Visual Web Developer. The chapters that follow gradually introduce you to new technologies, building on top of the knowledge gained in the previous chapters.

Do you have a strong preference for Visual Basic over C# or the other way around? Or do you think both languages are equally cool? Or maybe you haven′t made up your mind yet and want to learn both languages? Either way, you′ll like this book because all code examples are presented in both languages!

Even if you have some experience with prior versions of ASP.NET, you may gain a lot from this book. Although many concepts from previous versions are brought forward into ASP.NET 4, you′ll discover there′s a lot of new stuff to be found in this book, including an introduction to the ADO.NET Entity Framework, the inclusion of jQuery, ASP.NET AJAX, the many changes to the ASP.NET 4 Framework, and much more.

This book teaches you how to create a feature–rich, data–driven, and interactive web site called Planet Wrox. Although this is quite a mouthful, you′ll find that with Visual Web Developer 2010, developing such a web site isn′t as hard as it seems. You′ll see the entire process of building a web site, from installing Visual Web Developer 2010 in Chapter 1 all the way up to putting your web application on a live server in Chapter 19. The book is divided into 19 chapters, each dealing with a specific subject.

  • Chapter 1, “Getting Started with ASP.NET 4” shows you how to obtain and install Visual Web Developer 2010. You′ll get instructions for downloading and installing the free edition of Visual Web Developer 2010, called the Express edition. You are also introduced to HTML, the language behind every web page. The chapter closes with an overview of the customization options that Visual Web Developer gives you.

  • Chapter 2, “Building an ASP.NET Web Site” shows you how to create a new web site and how to add new elements like pages to it. Besides learning how to create a well–structured site, you also see how to use the numerous tools in Visual Web Developer to create HTML and ASP.NET pages.

  • Chapter 3, “Designing Your Web Pages.” Visual Web Developer comes with a host of tools that allow you to create well–designed and attractive web pages. In this chapter, you see how to make good use of these tools. Additionally, you learn about CSS, the language that is used to format web pages.

  • Chapter 4, “Working with ASP.NET Server Controls.” ASP.NET Server Controls are one of the most important concepts in ASP.NET. They allow you to create complex and feature–rich web sites with very little code. This chapter introduces you to the large number of server controls that are available, explains what they are used for, and shows you how to use them.

  • Chapter 5, “Programming Your ASP.NET Web Pages.” Although the built–in CSS tools and the ASP.NET Server Controls can get you a long way in creating web pages, you are likely to use a programming language to enhance your pages. This chapter serves as an introduction to programming with a strong focus on programming web pages. Best of all: all the examples you see in this chapter (and the rest of the book) are in both Visual Basic and C#, so you can choose the language you like best.

  • Chapter 6, “Creating Consistent Looking Web Sites.” ASP.NET helps you create consistent–looking pages through the use of master pages, which allow you to define the global look and feel of a page. Skins and themes help you to centralize the looks of controls and other visual elements in your site. You also see how to create a base page that helps to centralize programming code that you need on all pages in your site.

  • Chapter 7, “Navigation.” To help your visitors find their way around your site, ASP.NET comes with a number of navigation controls. These controls are used to build the navigation structure of your site. They can be connected to your site′s central site map that defines the pages in your web site. You also learn how to programmatically send users from one page to another.

  • Chapter 8, “User Controls.” User controls are reusable page fragments that can be used in multiple web pages. As such, they are great for repeating content such as menus, banners, and so on. In this chapter, you learn how to create and use user controls and enhance them with some programmatic intelligence.

  • Chapter 9, “Validating User Input.” A large part of interactivity in your site is defined by the input of your users. This chapter shows you how to accept, validate, and process user input using ASP.NET Server Controls. Additionally, you see how to send e–mail from your ASP.NET web application and how to read from text files.

  • Chapter 10, “ASP.NET AJAX.” Microsoft ASP.NET AJAX allows you to create good–looking, flicker–free web pages that close the gap between traditional desktop applications and web applications. In this chapter you learn how to use the built–in Ajax features to enhance the presence of your web pages, resulting in a smoother interaction with the web site.

  • Chapter 11, “jQuery.” jQuery is a popular, open source and cross–browser JavaScript library designed to make it easier to interact with web pages in the client’s browser. In this chapter you learn the basics of jQuery and see how to add rich visual effects and animations to your web pages.

  • Chapter 12, “Introducing Databases.” Understanding how to use a database is critical to building web sites, as most modern web sites require the use of a database. You’ll learn the basics of SQL, the query language that allows you to access and alter data in a database. In addition, you are introduced to the database tools found in Visual Web Developer that help you create and manage your SQL Server databases.

  • Chapter 13, “Displaying and Updating Data.” Building on the knowledge you gained in the previous chapter, this chapter shows you how to use the ASP.NET data–bound and data source controls to create a rich interface that enables your users to interact with the data in the database that these controls target.

  • Chapter 14, “LINQ and the ADO.NET Entity Framework.” LINQ is Microsoft’s solution for accessing objects, databases, XML, and more. The ADO.NET Entity Framework (EF) is Microsoft′s new technology for database access. This chapter shows you what LINQ is all about, how to use the visual EF designer built into Visual Studio, and how to write LINQ to EF queries to get data in and out of your SQL Server database.

  • Chapter 15, “Working with Data—Advanced Topics.” While earlier chapters focused mostly on the technical foundations of working with data, this chapter looks at the same topic from a front–end perspective. You see how to change the visual appearance of your data through the use of control styles. You also see how to interact with the data–bound controls and how to speed up your application by keeping a local copy of frequently accessed data.

  • Chapter 16, “Security in Your ASP.NET 4 Web Site.” Although presented quite late in the book, security is a first–class, important topic. This chapter shows you how to make use of the built–in ASP.NET features related to security. You learn about a number of application services that facilitate security. You also learn how to let users sign up for an account on your web site, how to distinguish between anonymous and logged–on users, and how to manage the users in your system.

  • Chapter 17, “Personalizing Web Sites.” Building on the security features introduced in Chapter 16, this chapter shows you how to create personalized web pages with content targeted at individual users. You see how to configure and use ASP.NET Profile that enables you to store personalized data for known and anonymous visitors.

  • Chapter 18, “Exception Handling, Debugging, and Tracing.” In order to understand, improve, and fix the code you write for your ASP.NET web pages you need good debugging tools. Visual Web Developer ships with great debugging support that enables you to diagnose the state of your application at run time, helping you find and fix problems before your users do.

  • Chapter 19, “Deploying Your Web Site.” By the end of the book, you should have a web site that is ready to be shown to the world. But how exactly do you do that? What are the things you need to know and understand to put your web site out in the wild? This chapter gives the answers and provides you with a good look at configuring different production systems in order to run your final web site.

Note: CD–ROM/DVD and other supplementary materials are not included as part of eBook file.

From the Back Cover

Build rich web sites with the latest version of ASP.NET

ASP.NET is the part of the .NET Framework that enables you to build rich, dynamic web sites. The latest version—ASP.NET 4—boasts numerous improvements to the previous iteration, including Web Forms enhancements and jQuery support. This step–by–step book walks you through building rich web sites with ASP.NET 4 and is packed with in–depth examples in both C# and VB. With hands–on exercises that take you right into the action, you′ll learn how to build web sites firsthand while you get a good look at what goes on behind the scenes when you view an ASP.NET 4 page in your browser.

Beginning ASP.NET 4:

  • Demonstrates how to build ASP.NET 4 web pages

  • Explains adding features with pre–built server controls

  • Reviews working with the development tools to create ASP.NET web sites

  • Shares techniques for creating consistent–looking web sites

  • Teaches you how to implement jQuery and AJAX techniques in your web sites

  • Shows you how to work with databases and the Microsoft® ADO.NET Entity Framework

  • Addresses securing and personalizing your site

  • Investigates exception handling, debugging, and tracing pages

Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.

wrox.com

Programmer Forums
Join our Programmer to Programmer forums to ask and answer programming questions about this book, join discussions on the hottest topics in the industry, and connect with fellow programmers from around the world.

Code Downloads
Take advantage of free code samples from this book, as well as code samples from hundreds of other books, all ready to use.

Read More
Find articles, ebooks, sample chapters, and tables of contents for hundreds of books, and more reference resources on programming topics that matter to you.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(6)
(4)
(2)
(2)
(2)

Your tags: Add your first tag
 


Customer Reviews

Most Helpful Customer Reviews
20 of 20 people found the following review helpful
By Mr. R. D. Turner TOP 500 REVIEWER VINE™ VOICE
Format:Paperback|Amazon Vine™ Review (What's this?)
As of 2010 I have used ASP.Net professionally for 9 years. I am a programmer by trade and have used .Net 1.1,2 and 3.5

The usual problem with books on programming is that they are always either too basic or too advanced. Sometimes the problem is that they are too out of date or even too new, based on technologies which no-one uses yet. And sometimes it is because they assume or demand knowledge of other areas before what is being taught makes sense.

Programming in ASP.Net is one of those tasks that requires a reasonable amount of knowledge of a number of things before any headway can be made. An aspiring developer needs to know a smattering of HTML, some CSS, a little bit of Windows configuration, a bit of Visual Studio and either VB or C# syntax. Later on you'll need Java and probably SQL too.. That is a lot of things to learn at once and it can be daunting.

The excellent thing about this book is that the early chapters address this reality. Chapter one address the Visual Studio problem, chapter 2 is about basic HTML and Chapter 3 shows CSS. Too many books and programmers skip over these basics and dive straight into web forms and web services and trust me, you need these basics. I read these chapters with interest and after nearly 10 years of doing this professionally I learnt a couple of things, especially in the CSS primer.

Once the basics are under control, the book moves onto consistent page design (master pages), web forms, web controls and validation. These are all often seen as a bit basic but again they are important and being proficient in these will make the reader a useful programmer and team member. The last few chapters address databases, security and deployment. I like that the chapters on databases are further in. Often I connect to SQL server but a large number of web sites connect to something else.

Once the reader has finished and understood this book and with 3 or 4 months concerted effort I would suggest that they are in a very good position to develop simple web sites to a commercial standard. We are not talking developing Google here, but small company web sites or business to business portals.

Note that no CD is included with this book - Visual Web Developer is a free download from Microsoft so no software other than a Windows PC is required.

This book is well written, concise and covers the basics very well.
Comment | 
Was this review helpful to you?
13 of 13 people found the following review helpful
By Mr. Graham Cummings VINE™ VOICE
Format:Paperback|Amazon Vine™ Review (What's this?)
While I agree with other reviews of this product that some of the information is quite basic, I do believe that this book will give you a huge head start in creating cutting-edge websites. And after all the title of the book contains the word 'Beginning' so I wouldn't expect it to be set at a level of an advanced seasoned professional.

Anyway, the beauty of ASP.Net 4 is that you have to do less coding than you did in earlier versions and you can create a lot of your website without hardly touching code at all (if you use the free Visual Web Developer software from Microsoft). What was a nice surprise was the inclusion of a jQuery (Javascript library) chapter.

I am a seasoned ASP.Net (VB) professional and you can take it from me that there is no better place to start learning .Net than this book. It's superbly and clearly written. The samples are easy to follow and much of the book is step-by-step. The book has been written by one of the top authors in the ASP.Net environment (I've also had blog posts answered by him too) and his authoring skills shine through in this book.

And at 800+ pages, it's great value for money. There's also an accompanying website for the book where you can download all the code samples from the book.

Highly recommended place to start. And yes, I believe with a bit of effort and time on your part, you could start creating cutting-edge applications using this book. It's a gentle but excellent introduction to ASP.Net 4.
Comment | 
Was this review helpful to you?
7 of 7 people found the following review helpful
By R. WEST-SOLEY TOP 1000 REVIEWER VINE™ VOICE
Format:Paperback|Amazon Vine™ Review (What's this?)
Even complete beginners to web programming will find this book a doddle, as it helpfully supports the learner by explaining all key concepts, from basic HTML upwards, assuming nothing from the outset. That's not to say it scrimps on the meaty stuff - by the end of the book you'll be working with databases and covering more advanced topics like security, so will reward the patient learner with a solid, well-rounded set of skills for working with ASP.NET and ready to take it further.

It's well-written and not patronising, as some primers can be - and by the end you'll be confident in the core skills and know how you want to progress in the web programming world. Add to that the fact that Visual Web Developer - the key tool for working through the book's examples - is free, and you're on to a winner with this guide.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
Code Missing & Diagrams don't fit on Kindle Version
My review is based on the sample version of the Kindle eBook version of this publication.

As I no longer want to carry around huge tomes of development books I was... Read more
Published 11 days ago by N. Woodfine
It's all a bit paint by numbers...
This is a well written and easy to follow book. It has very useful introductory sections on the different technologies you'll inevitably encounter whilst trying to make asp web... Read more
Published 4 months ago by M. Owen
Well worth it.
Excellent book. Well worth it. Recently upgraded to Asp.4 and this by far the best book that I have seen for this software. First class.
Published 6 months ago by C. B. Drake
Excels in the areas where it matters
My main reason for rating this book 5 stars is the design and quality of the exercises. They are cumulative, building up a working site which has database functionality and uses... Read more
Published 6 months ago by Mr. Christopher L. Stradling
An excellent book which has to be part of the required reading for...
I'm a university student doing Computer Science and decided to work through this book during my summer break to bridge the gap between placement and final year. Read more
Published 8 months ago by Ian Frampton
Very good Introduction to ASP.NET 4
I really have to recommend Imar's book. It is a very good Introduction to ASP.NET 4.

When I got stuck with the code, Imar was there on the P2P forum to help. Read more
Published 14 months ago by LFriend
Does exactly what it promises, and no more
I've been reading programming books for over fifteen years now, and have found there is often an inverse ratio between the size of a book and the usefulness it imparts. Read more
Published 14 months ago by Sussex by the Sea
Waste of money!
I bought this book after receiving very good reviews from fellow-programmers in my working environment for Wrox publications. Read more
Published 14 months ago by mitsoras
Good for beginners
This book is very well paced for beginners in .NET covering the very basics on to some more complicated subjects with easy to follow excersices. Read more
Published 15 months ago by Paulus Woodyus Gnomus
This is a great book
I think that is a very good book on ASP.NET. I have quite a good understanding of HTML, CSS, JS, and PHP; and now thanks to this book I understand the fundamentals of ASP.NET.
Published 16 months ago by HaggisDj
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges