Programming ASP.NET, 3rd Edition (Programming)
Average customer rating: 4 out of 5 stars
  • Subpar Liberty book
  • Clearing up misconceptions
  • VB.NET code gone
  • Pretty darn good
  • Programming ASP.NET (3rd edition)
Programming ASP.NET, 3rd Edition (Programming)
Jesse Liberty , and Dan Hurwitz
Manufacturer: O'Reilly Media, Inc.
ProductGroup: Book
Binding: Paperback

Windows - GeneralWindows - General | Operating Systems | Microsoft | Computers & Internet | Subjects | Books
NetworkingNetworking | Microsoft | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Computers & Internet | Subjects | Books
C#C# | Languages & Tools | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Web Development | Computers & Internet | Subjects | Books
ASPASP | Programming | Web Development | Computers & Internet | Subjects | Books
GeneralGeneral | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
Web ProgrammingWeb Programming | Programming | O'Reilly | By Publisher | Books
WindowsWindows | Programming | O'Reilly | By Publisher | Books
GeneralGeneral | Programming | O'Reilly | By Publisher | Books
Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
Similar Items:
  1. Programming C#: Building .NET Applications with C# Programming C#: Building .NET Applications with C#
  2. Learning C# 2005: Get Started with C# 2.0 and .NET Programming (2nd Edition) Learning C# 2005: Get Started with C# 2.0 and .NET Programming (2nd Edition)
  3. Programming .NET Components, 2nd Edition Programming .NET Components, 2nd Edition
  4. C# Cookbook, 2nd Edition (Cookbooks (O'Reilly)) C# Cookbook, 2nd Edition (Cookbooks (O'Reilly))
  5. Programming Visual Basic 2005 Programming Visual Basic 2005

ASIN: 059600916X
Release Date: 2005-10-01

Amazon.com

Suitable for most any programmer who wants to master ASP.NET with an eye toward real-world development, Programming ASP.NET is an excellent resource that mixes good coverage of APIs with actual programming techniques and advice using Visual Basic .NET and C#. The combination places it in the forefront of currently available titles on ASP.NET.

Written in part by veteran computer author Jesse Liberty, this book offers an excellent mix of coverage of important ASP.NET features that you will absolutely need to use for real-world programming. Readers with previous ASP experience will appreciate early sections that compare an older ASP sample with the new ASP.NET to highlight what's new and improved, with good explanation of the ASP.NET event model. The pace of this book is just excellent. The authors first move through the essentials, like basic ASP Web controls and data binding, before delving into data-driven applications using the (slightly complicated) ASP.NET database APIs. It also helps that the authors let you use Notepad (or another text editor) to create your ASP.NET programs first. (Later, they cover the details of Visual Studio .NET, pointing out how this tool can sometimes make it difficult to see where your code is generated.) There's also coverage of debugging and tracing techniques.

Standout sections on the calendar, Repeater, DataList, and DataGrid controls (all presented in good detail) will help you master these important controls. Coverage of techniques and support for validating user input in Web pages will also help you use these essential features.

The author's well-measured tutorial on Web services (much touted by Microsoft) is as good as any. Their demos (using a well-traveled example of a stock ticker server) will show you what all the fuss is about. They cut through the hype here and manage to show why Web services are a potentially better way toward distributed computing. Later sections look at deployment, configuration, and performance (as well as caching) options that you'll need to deploy and run your ASP.NET programs successfully. Coverage of security options in .NET rounds out the tour of what you'll need to create real applications.

Illustrated throughout with samples from VB .NET and C#, Programming ASP.NET is a worthy addition to the O'Reilly lineup and one of the best available titles for learning ASP.NET. The authors have achieved an excellent balance of practical, hands-on examples and essential programming techniques with the most important APIs and features, all without getting bogged down in the richness and complexity of .NET itself. --Richard Dragan

Topics covered: Introduction to the .NET platform and ASP.NET; basic programs in HTML; ASP and ASP.NET compared; events in ASP.NET (application, session, page, and control events); HTML and ASP controls compared; basic ASP controls APIs (including in-depth coverage of calendar support); code behind forms; using the Visual Studio .NET IDE; tracing, debugging, and error handling; validation controls in ASP.NET (including built-in and custom validators, plus regular expression support); basic data-binding techniques; list and DataGrid controls; ADO.NET tutorial (basic APIs and programming techniques); calling stored procedures; updating database records; Repeater and DataList controls used with ADO.NET; custom ASP.NET controls (including derived, composite, and full custom controls); overview of Web services (including SOAP, WSDL, and other standards); creating and consuming a sample Web service for a stock ticker; ASP.NET caching techniques explained (including fragment and object caching); security options in ASP.NET for authentication, authorization, and impersonation; configuration and deployment options in ASP.NET (including XCOPY deployment); and an appendix with a quick tutorial on database design.

Product Description

O'Reilly has once again updated its bestselling tutorial on ASP.NET, the world's leading web development tool from Microsoft. In Programming ASP.NET, Third Edition, authors Jesse Liberty and Dan Hurwitz give you the lowdown on the technology's latest version, ASP.NET 2.0, as well as Visual Studio 2005.

Among the most significant improvements to ASP.NET 2.0 are new server controls and services that make you dramatically more productive. In fact, when compared to its predecessor, ASP.NET 2.0 reduces the amount of code you have to write by about 75%. Creating interactive web applications has never been easier-but that still doesn't mean it's hassle-free! The difficulty in ASP.NET 2.0 is that it's so complete and flexible that there are many pieces that must be woven together to build a robust, scalable, and efficient application.

Fortunately, Programming ASP.NET, Third Edition is on the case, dispensing all the information you need to be effective with this dynamic tool. For starters, the book features a comprehensive tutorial on Web Forms, the user interface that gives web applications their look and feel. It then offers detailed explanations of all new controls, including web server controls, HTML controls, and custom controls. Used properly, these controls are able to take care of nearly all the foundation work-security, data access, layout, etc.-that you would normally have to write yourself. Free of these burdensome tasks, you can instead focus on your specific application.

Other new material found in this updated edition even shows you how to create ASP.NET 2.0 pages for mobile devices. With Programming ASP.NET, Third Edition at your side, there's virtually no end to the programming possibilities.

Customer Reviews:

3 out of 5 stars Subpar Liberty book.......2007-06-09

I am a big fan of Jesse Liberty books and rate him as one of the best and more experienced tech writers around, but this book is definitely not up to his excellent standard. To be more precise, the book starts out very well, with and introduction to the basic control of ASP.NET illustrated by many clear examples, and the only complaint I have about the first part of the book is that I would have loved to see the two chapters that he devote to webapp structure and configuration right at the start of the book. I think it would have given a clear picture of what one is doing with all those pages and controls and why things are the way they are. The second part of the book is where I was expecting to find more complete and advanced examples on how to build and configure a "real - life " web application, but here is where the book fails miserably. The chapters on ADO can be defined as confusing at best, and the remaining chapters are either a sequence of instructions fitter more to a "build a website visually for dummies" title, or missing crucial information. I have been also very annoyed by the organization of the example code. Every, and I say every example is in the format of a single website, and to make things worse these websites are not organized by chapter number but just by name.
It really looks like the kind of book a smart and experienced tech author could write after studying the documentation throughly but having no real experience with the subject in practice. I think I understand why.. even I find myself more interested in the foundations of a technology on language structure and on general CS subjects than in the structure of the Nth API or Framwork, but still I don't go about writing books on them!
So, a somewhat decent book, especially considering the low general quality standard of ASP books, but nothing to be enthusiastic about.

5 out of 5 stars Clearing up misconceptions.......2007-03-10

This book is a C# book. The reviews here, along with Amazon's own review, are referring to one of the previous editions where VB.NET code samples were included.

When deciding to buy this book, or not, be wary of the reviews that were posted before the publication date. I can see that this situation has already caused others some grief.

1 out of 5 stars VB.NET code gone.......2007-02-07

[...]This edition has no VB.NET code and assumes knowledge of C#. All the examples are in that language.

I bought it because of positive reviews and publishers description that stated the book had all examples in both languages,[...].

It may be a fine book for those who know C#

4 out of 5 stars Pretty darn good.......2006-11-04

A good book to use both as a learning guide, and as a reference. Though some of the code examples could have been tightened up a little bit, they do a nice job of starting at the very bottom/core of ASP and working their way up -- teaching you how to use ASP to create quality applications instead of glue and popsickle stick nightmares.

4 out of 5 stars Programming ASP.NET (3rd edition).......2006-04-25

I was reading this book as a sequel to "Programming C#" by Jesse
Liberty. . I come from a Java/ColdFusion (mainly web applications)
background and wanted to venture out onto the .Net platform for web
application development.

The book is divided into 19 chapters (over 900 pages) of detailed
and valuable information on the ASP.Net 2.0, as described below;
01. ASP.NET 2.0 Overview
02. Visual Studio 2005 examination
03. Controls in ASP.NET
04. Basic Controls
05. Advanced Controls
06. Web Site Basics
07. Tracing, Debugging, Error Handling
08. Validation in ASP.NET
09. Data Access
10. ADO.NET
11. Forms-Based Security
12. Master Pages
13. Personalizing in ASP.NET
14. Custom & User Controls
15. Creating Web Services
16. Using Web Services
17. Caching & Performance
18. Application Configuration
19. Deploying your site

The chapters and content is laid out logically with plenty of
textual and graphical information (charts, screenshots, e.t.c.)
which makes it very easy to follow for a novice to intermediate
user. For a user who is already experienced in other languages or
even the C# language, I felt it a bit of an overkill to explain each
component in 2.0 frameworks in detail. Each control that a .Net
programmer has heard of (or not) is explained with relevant control
properties in a tabular format and a small example to back it up.
The authors also point out several differences between 1.1 and 2.0
versions of this framework along the way. As with most O'Reilly
books, this one is extremely informative and comprehensive. At
times, however, it does feel overly informative.

Once you get past chapter 05, the conceptual information about
state, error handling, directives is presented. The chapters on data
access present exhaustive information on grids, data lists, repeater
controls, etc while the one on ADO.Net provides information on
establishing database connections, creating data relations (foreign
and primary keys). The chapters 12 and 13 cover the new feature in
2.0 like the Master Pages, Personalization, Themes, Web-Parts, etc.
Though the domain of this book is extraordinarily large, I did not
find anything on email objects (System.mail). I have known some
people who complained about not being able to see any Visual Basic
code. For me, however, I have been working with coldfusion,
javascripts, java and action scripts 2.0, so the C# syntax looks
familiar and more understandable.

In conclusion, this book is an excellent reference to anyone
experienced with ASP.Net 1.1 and a great learning guide to someone
new to ASP.net 2.0. If the [experienced] reader gets past the first
five chapters, then he/she should have no problem in mastering the
latest and greatest of the Microsoft framework in a short time. I
have definitely learned an incredible amount from this book, and I
can say with confidence that I have added ASP.Net to my repertoire.
.NET Framework Essentials
Average customer rating: 3 out of 5 stars
  • True to it's purpose
  • .NET Framework Essentials (3rd ED)
  • To Software Developers: Don't Bother
  • Excellent
  • OK but others are better
.NET Framework Essentials
Thuan Thai , and Hoang Lam
Manufacturer: O'Reilly Media, Inc.
ProductGroup: Book
Binding: Paperback

Software DevelopmentSoftware Development | Software Design, Testing & Engineering | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Computers & Internet | Subjects | Books
C#C# | Languages & Tools | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
Windows - GeneralWindows - General | Operating Systems | Microsoft | Computers & Internet | Subjects | Books
.Net.Net | Visual Basic | Development | Microsoft | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
Web ServicesWeb Services | Web Development | Computers & Internet | Subjects | Books
Web ProgrammingWeb Programming | Programming | O'Reilly | By Publisher | Books
WindowsWindows | Programming | O'Reilly | By Publisher | Books
GeneralGeneral | Programming | O'Reilly | By Publisher | Books
Similar Items:
  1. Programming C#: Building .NET Applications with C# Programming C#: Building .NET Applications with C#
  2. Introducing Microsoft .Net, Third Edition Introducing Microsoft .Net, Third Edition
  3. Programming ASP.NET, 3rd Edition (Programming) Programming ASP.NET, 3rd Edition (Programming)
  4. C# Essentials (2nd Edition) C# Essentials (2nd Edition)
  5. Mastering Visual Studio .NET Mastering Visual Studio .NET

ASIN: 0596005059

Book Description

Fully updated for version 1.1 of the .NET Framework, .NET Framework Essentials, 3rd Edition is an objective, concise, no-nonsense overview of the Microsoft .NET Framework for developing web applications and services. Written for intermediate to advanced VB, C/C++, Java, and Delphi developers, .NET Framework Essentials, 3rd Edition is also useful to system architects and leaders who are assessing tools for future projects. .NET Framework Essentials touches all the bases--from the Common Language Run-Time (CLR) and key class libraries to the specialized packages for ASP.NET, Windows Forms, XML Web Services, and data access (ADO.NET). The authors survey each major .NET language, including VB.NET, C#, J#, and Managed C++, as well as MSIL, clearing away the noise and hype, and presenting a clear, practical look at the underlying technologies. .NET Framework Essentials also provides a handy reference to the most commonly used features of .NET Framework. Written by two veteran web applications developers, .NET Framework Essentials, 3rd Edition is one of the most complete, concise, and ultimately useful books to describe the breadth of technology represented by .NET. Compact and free of fluff or proprietary hype, .NET Framework Essentials is an outstanding value for experienced programmers and architects who need to get up to speed quickly.

Customer Reviews:

4 out of 5 stars True to it's purpose.......2006-05-17

I went to my local bookstore to get a functional understanding of ".NET". My previous readings had been hit and miss and provided little understanding of the new platform.

This book provided that understanding. The writeups on the CLR, assemblies, garbage collection, net components, web services, etc. were skeletal but quite good. I came away with some understanding of what .NET is, why it was developed and why I believe it should leapfrog Java in the web development world.

It wasn't an easy read since it provided good understanding with little detail, and takes some thought; but again, it serves it's purpose well.

3 out of 5 stars .NET Framework Essentials (3rd ED).......2005-12-20

As the title says, this book gives the essentials of the .NET framework. It is not an exhaustive treatment, rather, it touches on the main features of .NET. The book assumes that the reader is fluent in object-oriented and component-based programming. Overall, the book was fairly well written with the main features of the .NET framework being clearly explained. The book has no distractive "fluff" in it, so one can easily dive into learning about .NET. The authors give an overview of .NET, and then present a description of the common language runtime (CLR). The common programming model and working with .NET components follow. XML data and web services are clearly explained with a lot of code snippets being given. The book concludes with chapters on ASP, Windows Forms, and mobile devices. The appendices are useful, as sometime acronyms aren't defined in the main text, but are explained in the appendix.

Overall, I found the book well written. The coverage of topics is actually fairly decent. The authors have done a good job of focusing on the essential aspects of .NET. If you're looking for a book that gives gives an overview of the heart of .NET, this is a good book. If you're looking for an exhaustive reference, than you'll probably want something else.

1 out of 5 stars To Software Developers: Don't Bother.......2004-04-20

IMHO, OReilly tends to have the best technology books (I own many) but this book isn't one of them. This book is lightweight even as an introduction. This book is certainly fine for managers, senior architects, and business types, but if you plan to design and write software I recommend Jeff Prosise's "Programming Microsoft .NET" and Jeffrey Richter's "Applied Microsoft .NET Framework Programming", though a bit dated, both cover the .NET framework essentials and then some.

5 out of 5 stars Excellent.......2003-11-06

Very well written primer on the .Net framework, internal workings of the CLR and language fundamentals. Great book.

3 out of 5 stars OK but others are better.......2003-08-26

It is a fairly shallow overview of the .NET framework. The author tries to cover a lot of ground but that means each topic worth a chapter in another topical book gets a few pages here at most.

The book could come in handy if you just want a quick refresher before you go out for a .NET-related job interview .. ;) but not for serious learning.
ASP.NET 2.0: A Developer's Notebook
Average customer rating: 4.5 out of 5 stars
  • Very Useful For Beginners and Mid-level Developers
  • good introduction to ASP.NET 2.0
  • Go Beyond the Basics
  • An expensive paperweight
  • Get your hands dirty with 2.0
ASP.NET 2.0: A Developer's Notebook
Wei-Meng Lee
Manufacturer: O'Reilly Media, Inc.
ProductGroup: Book
Binding: Paperback

Software DevelopmentSoftware Development | Software Design, Testing & Engineering | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Computers & Internet | Subjects | Books
C#C# | Languages & Tools | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
Website Architecture & UsabilityWebsite Architecture & Usability | Web Development | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Web Development | Computers & Internet | Subjects | Books
ASPASP | Programming | Web Development | Computers & Internet | Subjects | Books
Web ServicesWeb Services | Web Development | Computers & Internet | Subjects | Books
Web BrowsersWeb Browsers | Internet | Home Computing | Computers & Internet | Subjects | Books
GeneralGeneral | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
Web BrowsersWeb Browsers | Microsoft | Computers & Internet | Subjects | Books
NetworkingNetworking | Microsoft | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
PerlPerl | Programming | O'Reilly | By Publisher | Books
Web ProgrammingWeb Programming | Programming | O'Reilly | By Publisher | Books
GeneralGeneral | Programming | O'Reilly | By Publisher | Books
Web Authoring & DesignWeb Authoring & Design | Web Development | O'Reilly | By Publisher | Books
Similar Items:
  1. Visual C# 2005: A Developer's Notebook Visual C# 2005: A Developer's Notebook
  2. Visual Basic 2005: A Developer's Notebook Visual Basic 2005: A Developer's Notebook
  3. Professional ASP.NET 2.0 (Programmer to Programmer) Professional ASP.NET 2.0 (Programmer to Programmer)
  4. ASP.NET 2.0 Cookbook (Cookbooks (O'Reilly)) ASP.NET 2.0 Cookbook (Cookbooks (O'Reilly))
  5. Professional Web Parts and Custom Controls with ASP.NET 2.0 (Wrox Professional Guides) Professional Web Parts and Custom Controls with ASP.NET 2.0 (Wrox Professional Guides)

ASIN: 0596008120

Book Description

When ASP.NET hit the street a couple of years ago, it was a real eye-opener. Microsoft's tool for creating dynamic, server side web applications introduced Web Forms, a feature with the same rapid drag and drop convenience enjoyed by Visual Basic developers, along with a method for creating XML-based web services. ASP.NET was more than an upgrade of Active Server Pages it was a quantum leap ahead. Now Microsoft has a new version of ASP.NET as part of its upcoming next generation release of the Visual Studio .NET development platform. ASP.NET 2.0 is already available in beta release, and web developers are anxious to get a good look at it. That's exactly what our new Developer's Notebook allows you to do. More than just an introduction to ASP.NET 2.0, this practical guide acquaints you with all of the new features through nearly 50 hands-on projects. Each one places emphasis on changes in the new release that can increase productivity, simplify programming tasks, and help you add functionality to your applications. For example, ASP.NET 2.0 includes master pages, themes, and skins so you can build applications with a consistent page layout and design. Other changes allow for the automatic creation of web pages for use on mobile devices, while wizards and controls allow you to perform frequent tasks (like data access) without having to write a single line of code. ASP.NET 2.0: A Developer's Notebook also includes suggestions for further experimentation, links to on-line documentation, and practical notes and warnings from the author regarding changes to the new version. The new Developer's Notebooks series from O'Reilly offers an in-depth first look at important new tools for software developers. Emphasizing example over explanation and practice over theory, they focus on learning by doing you'll get the goods straight from the masters, in an informal and code-intensive style. If you want to get up to speed on ASP.NET 2.0 before its official release, this all lab, no lecture book will get you there.

Customer Reviews:

5 out of 5 stars Very Useful For Beginners and Mid-level Developers.......2006-10-18

This is a well-written, easy-to-use book hitting the main points of ASP.NET 2.0. I've never read it cover-to-cover, but have gotten great use from it as a reference manual when I need to quickly figure out how to do something new in ASP.NET 2.0.

The book's laid out in a clear fashion and has a solid index, so it's easy to find the material you need to solve a problem. Each "lab" in the book is task-oriented, so you'll find things like "Create a Master Page for Your Site" which details the steps necessary to accomplish the task. Sections are nicely done and full of tips and tricks, plus there are plenty of short sidebars noting smaller bits of interest such as content pages being limited to having only one master page.

I've found the breadth of coverage quite nice. The author hits everything from Master Pages/Site Navigation to Security to Profiles. There's also a nice section on Performance which talks about site precompilation and caching. (I even nabbed one of the author's labs for one of my talks on .NET -- with attribution, of course.)

The book's very nicely done. It's concise and clear, and I like its style, both content and visual. Some folks might complain about the examples all being in Visual Basic 2005, but as Dr. Phil might say, "Build a bridge and get over it." The labs give you more than enough detail to understand how you need to use the Framework to accomplish tasks, so the particular language used shouldn't be such an issue.

Advanced ASP.NET developers probably won't get a lot out of this unless they're completely new to 2.0, but beginning and intermediate developers should find the book very helpful.

So far this book's been very useful.

3 out of 5 stars good introduction to ASP.NET 2.0.......2006-09-03

This is a pretty good introduction to ASP.NET 2.0 for folks who are already familiar with ASP.NET 1.1. All of the examples are in VB.NET, so if that bothers you, you might want to look elsewhere. I prefer C# myself, so I just rewrote the examples in C# as I went along. That gave me something mildly interesting to do as I worked my way through the book.

The examples in the book are pretty simple and generally just serve to illustrate basic concepts. There's no really interesting code in the book. It's really just a quick way to get through some of the new stuff in ASP.NET 2.0.

One problem with this book is that it was written during the beta phase, and doesn't reflect a few things that changed in the final version of ASP.NET 2.0. There is an update document on O'Reilly's site, and there may be a new printing with those corrections, but I'm not sure about that.

5 out of 5 stars Go Beyond the Basics.......2006-06-19

This is a great book for taking your ASP.NET 2.0 skills beyond the basics. Learn valuable skills for improving your web sites such as data caching, partial page caching and lowering the cost of server callbacks. Learn to let your site save user profiles and let users save site themes as a personalized profile; plus lots more.

Where other books just gloss the surface of controls and topics Wei-Meng Lee using a lab notebook approach drills down multiple layers on each topic and in just over 300 pages manages to cover more information than books with 3 times the number of pages; and on almost every page is a URL for additional information. IMHO, this book should be on the bookshelf of every serious ASP.NET developer.

2 out of 5 stars An expensive paperweight.......2006-06-09

I really have not gained anything from this book. I bought the book having extensive 1.1 experience with a bit of 2.0 experience.

The examples are way to simplistic. I can see this book being okay for an absolute beginner, but advanced developers aren't going to gain much.

And all of the examples are in vb.net... *sigh*

4 out of 5 stars Get your hands dirty with 2.0.......2006-04-25

I bought this book after reading a couple of chapters at a local bookstore. It's very hands on, totally gets the job done. I was trying to implement a web application using the new asp.net framework, and it helped me out in all but details which I did not need till later on in the project.
What it will not do: Explain you the intricate differences, eg. at the level of the asp.net worker process in the difference in the way it compiles pages at runtime.
What it will do: Get you completely up and running with the new framework, esp. with a very good chapter about the GridView control.
Visual Studio Hacks: Tips & Tools for Turbocharging the IDE (Hacks)
Average customer rating: 4.5 out of 5 stars
  • Good quick reference
  • A must have for any VS 2005 developer
  • Full of gems
  • Great collection of tips, tricks, and info to improve your VS experience
  • good but not for a vs starter
Visual Studio Hacks: Tips & Tools for Turbocharging the IDE (Hacks)
James Avery
Manufacturer: O'Reilly Media, Inc.
ProductGroup: Book
Binding: Paperback

PrivacyPrivacy | Business & Culture | Computers & Internet | Subjects | Books
Network SecurityNetwork Security | Networking | Computers & Internet | Subjects | Books
Software DevelopmentSoftware Development | Software Design, Testing & Engineering | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Computers & Internet | Subjects | Books
C#C# | Languages & Tools | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Web Development | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
GeneralGeneral | E-commerce | Industries & Professions | Business & Investing | Subjects | Books
Web ProgrammingWeb Programming | Programming | O'Reilly | By Publisher | Books
WindowsWindows | Programming | O'Reilly | By Publisher | Books
GeneralGeneral | Programming | O'Reilly | By Publisher | Books
Web Authoring & DesignWeb Authoring & Design | Web Development | O'Reilly | By Publisher | Books
Internet SecurityInternet Security | O'Reilly | By Publisher | Books
Look Inside Business BooksLook Inside Business Books | Trip | Specialty Stores | Books
Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
Similar Items:
  1. Visual Studio .NET Tips and Tricks Visual Studio .NET Tips and Tricks
  2. .NET Gotchas .NET Gotchas
  3. CLR via C#, Second Edition (Pro Developer) CLR via C#, Second Edition (Pro Developer)
  4. Visual C# 2005: A Developer's Notebook Visual C# 2005: A Developer's Notebook
  5. Programming .NET Components, 2nd Edition Programming .NET Components, 2nd Edition

ASIN: 0596008473

Book Description

With start-up templates for projects ranging from Windows applications to web services, and extensive help and on-line documentation, Visual Studio .NET might be mistaken for a tool for unsophisticated users. It's true that most developers soon discover that the basic operation of Visual Studio is fairly self-explanatory; less obvious are some of the suite's more advanced built-in features. Visual Studio .Net includes a wealth of little-used capabilities, is very customizable, has a complete automation model, and much more. On top of its regular feature set, there are hosts of free add-ins, macros, and power toys that can further enhance the functionality of Visual Studio. This book is all about exploring these things, and in doing so, becoming a better and more efficient developer. Developers will learn how to: Offering valuable tips, tools, and tricks, Visual Studio Hacks takes you far beyond the suite's usual capabilities. You can read this book from cover to cover or, because each hack stands its own, you can feel free to browse and jump to the different sections that interest you most. If there's a prerequisite you need to know about, a cross-reference will guide you to the right hack. If you want to experience the full spectrum of Visual Studio's functionality and flexibility, you'll find the perfect guide for exploration in Visual Studio Hacks. Once the final page is turned, you can confidently say that you've been exposed to everything that Visual Studio .NET is capable of doing.

Customer Reviews:

4 out of 5 stars Good quick reference.......2006-07-13

A lot of the tips in this book were either painfully obvious or were more "product reviews" of third-party tools than tips. But the format was easily accessible and enjoyable to read. There were enough real, productivity enhancing tips to make it worth the read.

The book was published with 2005 was in beta and so most of the tips are 2003-centric. I would like to see this book updated to be more of a "power-tips" book for 2005.

Overall--good read. It will help you use the dev environment more productively.

5 out of 5 stars A must have for any VS 2005 developer.......2006-02-11

If you want to remain a Junior Programmer forever, then don't get this book. But if you want to really excel as a VS 2005 programmer, then you need to get this book. There is no fluff in this book at all. It is densly packed with a ton of useful details on the VS 2005 IDE. Not only do you learn the ins and outs of the IDE but it also guides you through several very useful 3rd party add-ins to VS.

This book is a terrific read and a great reference. I can't say that about too many books.

4 out of 5 stars Full of gems.......2006-01-07

I would say this book is must-have for any die-hard .Net coder. Visual Studio.Net is a powerful IDE, and it is an expensive piece of software. This book helps you to squeeze every dollar out of your investment.

Among 100 hacks in the book, #64 about Reflector is my favorite. It sent me deep below the skin of .Net framework and get me an intimate look at .Net.

I would give this book a solid five stars if all the hacks download work as book said, but some(although very few) of hacks have bugs that need some help. For example, hack #97 Classify add-in, when I downloaded it from the book's site and installed it, I got a cryptic keybinding invalid warning. But it got fixed when I emailed the author about the problem. Thank you, James for your responsiveness.
Ying

5 out of 5 stars Great collection of tips, tricks, and info to improve your VS experience.......2005-11-21

I've been using Visual Studio .NET for a couple of years now, and while I've always managed to get the things done that I needed, it was not always done in the most efficient way. However, it was not until I read this book that I realized that.

The book is well organized, divided into 13 logical chapters, each focusing on a particular area. My favorite was "Customizing Visual Studio" which shows you many ways to setup VS to work best for you and your particular needs. The book also has tons of screenshots and very clear instructions, which I have found that many computer books lack these days, especially some of the other O'Reilly books. In addition, there are lots of code samples, where applicable.

Another great thing that book included was info about a bunch of VS add-ins. There are literally hundreds of them out there, so it was nice to have someone else spend all the time sorting through them and letting the reader know which ones are worth their time.

Overall, it's a great book for anybody who uses Visual Studio .NET

2 out of 5 stars good but not for a vs starter.......2005-10-05

I'm looking a visual studio book which really explain what is going on with Visual Studio from how to use it to what is really happening behind the scenes. This books DOES NOT do this.
Microsoft .NET Framework 1.1 Class Library Reference Vol. 7: System.Windows.Forms, System.Drawing, and System.ComponentModel
Average customer rating: Not rated
    Microsoft .NET Framework 1.1 Class Library Reference Vol. 7: System.Windows.Forms, System.Drawing, and System.ComponentModel
    Microsoft Corporation , and Microsoft Corporation
    Manufacturer: Microsoft Press
    ProductGroup: Book
    Binding: Paperback

    Software DevelopmentSoftware Development | Software Design, Testing & Engineering | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Programming | Computers & Internet | Subjects | Books
    Windows - GeneralWindows - General | Operating Systems | Microsoft | Computers & Internet | Subjects | Books
    .NET.NET | Development | Microsoft | Computers & Internet | Subjects | Books
    GeneralGeneral | Programming | Web Development | Computers & Internet | Subjects | Books
    GeneralGeneral | Computers & Internet | Subjects | Books
    GeneralGeneral | Software Engineering | Computer Science | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    GeneralGeneral | Medicine | Subjects | Books
    All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
    CategoriesCategories | Electronics | Accessories & Supplies | Audio & Video | Camera & Photo | Car Electronics | Computers & Add-Ons | GPS & Navigation | Home Automation & Security | Office Electronics
    Similar Items:
    1. Microsoft .NET Framework 1.1 Class Library Reference Volume 6: System.Xml and System.Data Microsoft .NET Framework 1.1 Class Library Reference Volume 6: System.Xml and System.Data
    2. Microsoft .NET Framework 1.1 Class Library Reference Volumes 1-4: System Microsoft .NET Framework 1.1 Class Library Reference Volumes 1-4: System
    3. Microsoft .NET Framework 1.1 Class Library Reference Volume 5: System.Web Microsoft .NET Framework 1.1 Class Library Reference Volume 5: System.Web
    4. Microsoft Visual C# .NET Language Reference Microsoft Visual C# .NET Language Reference
    5. Applied XML Programming for Microsoft .NET Applied XML Programming for Microsoft .NET

    ASIN: 0735618186

    Product Description

    The .NET Framework Class Libraries provide access to system functionality - the foundation on which .NET Framework applications, components, and controls are built. Available now for the first time in printed form, this set includes the System.Windows.For
    Programming Microsoft  Web Forms (Pro Developer)
    Average customer rating: 3.5 out of 5 stars
    • A Better Microsoft Book
    • Great for a beginner
    Programming Microsoft Web Forms (Pro Developer)
    Douglas J. Reilly
    Manufacturer: Microsoft Press
    ProductGroup: Book
    Binding: Paperback

    GeneralGeneral | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Programming | Web Development | Computers & Internet | Subjects | Books
    GeneralGeneral | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
    All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
    Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
    Similar Items:
    1. Programming Microsoft  Windows  Forms (Pro Developer) Programming Microsoft Windows Forms (Pro Developer)
    2. Programming Microsoft  ASP.NET 2.0 Core Reference Programming Microsoft ASP.NET 2.0 Core Reference
    3. Programming Microsoft  ADO.NET 2.0 Applications: Advanced Topics Programming Microsoft ADO.NET 2.0 Applications: Advanced Topics
    4. Microsoft  ASP.NET 2.0 Step By Step (Step By Step (Microsoft)) Microsoft ASP.NET 2.0 Step By Step (Step By Step (Microsoft))
    5. Programming Microsoft  ASP.NET 2.0 Applications: Advanced Topics Programming Microsoft ASP.NET 2.0 Applications: Advanced Topics

    ASIN: 0735621799

    Book Description

    Windows Web Forms pages can streamline development for a variety of applications—but many Microsoft Windows®-related programming books skip over the details that allow developers to take full advantage of Web Forms. In addition, Version 2.0 of the Microsoft .NET Framework introduces new capabilities that even those familiar with early versions of Web Forms will want to learn to use. Written by well-known columnist and author Douglas Reilly, this book offers a concise, focused tutorial suitable for new and experienced Web Forms developers who want to expedite their productivity with Microsoft Visual Studio® 2005 and .NET Framework 2.0. The book features insightful code samples in Microsoft Visual C#® 2005.

    Customer Reviews:

    4 out of 5 stars A Better Microsoft Book.......2006-05-12

    This book is an improvement on most of the Microsoft Press books I have read, especially the "Step by Step" ones. The writing is terse and the explanations and examples are pretty understandable.

    "Programming Microsoft Web Forms" is a mish mash of web development tools for the developer that is not a novice, but not a pro either. This book is for that middle ground programmer who is looking for realistic problems to solve that can be applied to someone with a little more than beginner understanding of ASP.Net, C#, JavaScript, CSS, databases, and web development.

    You can even use it as a refresher course or an update on Microsoft web tech if you're relatively new to .Net.

    Personally, this book did for me exaclty what I expected it to, which was help deepen my understanding of ASP.Net and how .Net handles on the web.

    3 out of 5 stars Great for a beginner.......2006-03-04

    I bought this book because I took a skills assesment w/ Microsoft and it was their recommendation. Based on the complexity of the assessment I would have thought that it would have been much more in depth. It is very Top-Level. Good if you are just getting into ASP.NET 2.0, not a great reference if you are looking for the subtleties however.

    Books:

    1. Programming .NET Components, 2nd Edition
    2. Programming WCF Services (Programming)
    3. Programming WCF Services (Programming)
    4. Programming Web Services with Perl
    5. Prototype and Scriptaculous in Action
    6. Ruby Cookbook (Cookbooks (O'Reilly))
    7. Sams Teach Yourself C++ in 21 Days (5th Edition) (Sams Teach Yourself)
    8. Sams Teach Yourself Peoplesoft in 10 Minutes (Sams Teach Yourself)
    9. Sims 2: Seasons: Prima Official Game Guide (Prima Official Game Guides)
    10. Smart Home Hacks: Tips & Tools for Automating Your House (Hacks)

    Books Index

    Books Home

    Recommended Books

    1. Children Just Like Me
    2. Wellington's Army: Uniforms of the British Soldier,1812-1815
    3. Prentice Hall Federal Taxation 2003: Comprehensive
    4. The Cider House Rules: A Screenplay
    5. The Ratings Game
    6. Wolf in Shadow
    7. They Poured Fire on Us from the Sky: The True Story of Three Lost Boys from Sudan
    8. Accountant's Handbook: Special Industries and Special Topics
    9. The Art of High Stakes Decision Making: Tough Calls in a Speed Driven World
    10. The Shiloh Renewal