site hit counter

⋙ Libro Gratis Pro ASPNET 20 in VB 2005 Special Edition Laurence Moroney Matthew MacDonald 9781430221524 Books

Pro ASPNET 20 in VB 2005 Special Edition Laurence Moroney Matthew MacDonald 9781430221524 Books



Download As PDF : Pro ASPNET 20 in VB 2005 Special Edition Laurence Moroney Matthew MacDonald 9781430221524 Books

Download PDF Pro ASPNET 20 in VB 2005 Special Edition Laurence Moroney Matthew MacDonald 9781430221524 Books

To celebrate recent innovations, and to demonstrate Apress’ commitment to the ASP.NET market, we are publishing a special edition of Pro ASP.NET 2.0 in VB 2005, with new chapters explaining how to use these important new technologies. On top of the book’s already extensive coverage, readers will learn how to create Ajax and Atlas applications in ASP.NET 2.0. They will be treated to a deeper coverage of ASP.NET 2.0 Performance Tuning and will be given a slew of bonus material to truly make this special edition special. This includes a free eBook of the title’s content and a bonus 150 page eBook of carefully selected ASP.NET 2.0 articles.


Pro ASPNET 20 in VB 2005 Special Edition Laurence Moroney Matthew MacDonald 9781430221524 Books

I was looking for a solid, comprehensive, yet approachable ASP.NET 2.0 book for a long time when I stumbled across Pro ASP.NET 2.0. I flipped through it and quickly realized that it is both the learning and reference tool I was wanting. Since getting the book, I have not swayed from that position. This book is a great way to get started and to keep going in your ASP.NET development efforts.

Although large (it weighs in at over 1200 pages), it is well organized and easily accessible. The material builds on itself in such a way that you don't need to read the first 900 pages to effectively use the later chapters. Additionally, the content is organized in a practical approach so you can get started relatively quickly. I find this technique helpful in that it I have more information when it comes time to answer specific questions. I never found myself "wishing" I know more in order to understand a concept.

On the down-side, there are some glaring typographical errors throughout the text. It is pretty obvious in some places that there is a copy/paste error from the C# version to the VB version. None of the errata detracts from the book for me. In fact, in some cases, the little research I did to clarify something actually helped.

All told, I have and continue to highly recommend this book to colleagues and clients alike. It is both an excellent learning tool and a great reference. The fact that one person wrote the entire text and in two programming languages amazes me. The author has an easy writing style that promotes absorbing the information quickly. I anticipate this book becoming tattered quite quickly!

Product details

  • Paperback 1360 pages
  • Publisher Apress; 1st ed. 2006 edition (November 16, 2010)
  • Language English
  • ISBN-10 1430221526

Read Pro ASPNET 20 in VB 2005 Special Edition Laurence Moroney Matthew MacDonald 9781430221524 Books

Tags : Pro ASP.NET 2.0 in VB 2005, Special Edition [Laurence Moroney, Matthew MacDonald] on Amazon.com. *FREE* shipping on qualifying offers. <P>To celebrate recent innovations, and to demonstrate Apress’ commitment to the ASP.NET market, we are publishing a special edition of Pro ASP.NET 2.0 in VB 2005,Laurence Moroney, Matthew MacDonald,Pro ASP.NET 2.0 in VB 2005, Special Edition,Apress,1430221526,Computer science,Software engineering,COMPUTERS Software Development & Engineering General
People also read other books :

Pro ASPNET 20 in VB 2005 Special Edition Laurence Moroney Matthew MacDonald 9781430221524 Books Reviews


In pre-dot NET, ASP was a clever way to make dynamic web pages on a Microsoft web server. This book shows that under .NET, ASP has built on and extended that idea. As for instance, being able to do state management. A powerful idea that can be vital in building a complex web application and minimising the coding and debugging time.

The book also covers XML usage. You can integrate this deeply into your application. Plus, XML is the basis of Web Services. The entire last section of the book (3 chapters) is devoted to this.

On a forward looking note, Web Services offer exciting future innovations that can span many machines run by different companies. ASP is explained in the context of furnishing and using these Web Services. You also get an explanation of Web Service Description Language. The only failing of the book is that in going over WSDL, it omits to mention Business Process Execution Language. This has been out for over a year. It is far more expressive than WSDL in providing a declarative format for an aggregation of Web Services. Surely ASP can use BPEL?
I am reading this book now for some time. I have worked through the first 5 chapters and I am now in middle of the sixth. The content might be pretty accurate and maybe even comprehensive but there are 4 MAJOR problems which overshadow anything else. They are what I wrote in the title

A) MISSING The author almost never starts by stating "add a new class and name it whatever" or "add three textboxes and one label". just throws you something like "heres the complete code" now from the snapshot i am able to figure out how he named the webform, which controls did he add how he named those controls etc. the source code on the Apress site is a must, cuz otherwise you'll be guessing you're head off on every page. Every 2 minutes I'm asking myself

should i add a module now? no? maybe soon?

is this a new namespace?

do i add that to the previous web form? or is it a replacement?

is that a table, or div tags?

other than that he also usually forgets to tell you when a namespace needs to be "imports"ed. probably to leave a challenge to the user why the editor is underlining all the object types.

B) INCONSISTENT most snippets of code that are more than a few lines will always have some naming conflicts. in line 1 the button is name cmdSave in line 10 it might be cmdSubmit. I mean this didn't happen once or twice it is a constant problem. As i type, i'm indebted to the VB editor in VWD for cathing these booboos.

C) OVERDONE this might not be a real problem. but as i am not yet such a seasoned ASP.NET 2.0 developer, i find reading pages upon pages of Http pipelines, ASP.NET providers, multiple comparison charts of State management options and custom tracing capabilities before even teaching how to put up a simple data-driven website with simple user and group options, extremely overdone and over comprehensive. if the author wanted to show how much he knows about asp.net 2.0 he could have done so in the preface.

D) THEORETICAL Everything taught is immediately followed by some code snippet which you could try and figure out where to plug it in and see if it works. he never (so far) builds upon something already done. I am now in the sixth chapter and have a mumble-jumble of techniques to accomplish a variety of odd and end functionality. I haven't the slightest idea of how to build a real world site.

Again, I'm in the sixth chapter only. I'm still hoping to find some useful information in the remaining ones. Just felt I should let people know about it to save them from aggravation.
I am a windows applicaton developer, shifting to web development lately.

been through this book within 4 weeks and found it too good to be true.

1. very clear explanation on some fundamental but vital concepts of asp.net technology.
2. teach you how and why things work at server side, instead of simply teaching you how to use Wizards in VS 2005. For a pro developer, lack of understanding of running mechanism of asp.net will rear its head in later real world development.
3. A typical advanced .NET developer is usually a control developer too, as this book is only a primer on asp.net, its not suitable for some real Pro ASP.net programmers.Though it covers some advanced issues, its not sufficient to support ur real life development tasks, please look somewhere else for advanced application(custom controls etc).
4. full source code support (extra materials from CD)!!!

As a primer for transition to asp.net, it couldnt be better! 5 stars!
For advanced topics, 3 stars
I was looking for a solid, comprehensive, yet approachable ASP.NET 2.0 book for a long time when I stumbled across Pro ASP.NET 2.0. I flipped through it and quickly realized that it is both the learning and reference tool I was wanting. Since getting the book, I have not swayed from that position. This book is a great way to get started and to keep going in your ASP.NET development efforts.

Although large (it weighs in at over 1200 pages), it is well organized and easily accessible. The material builds on itself in such a way that you don't need to read the first 900 pages to effectively use the later chapters. Additionally, the content is organized in a practical approach so you can get started relatively quickly. I find this technique helpful in that it I have more information when it comes time to answer specific questions. I never found myself "wishing" I know more in order to understand a concept.

On the down-side, there are some glaring typographical errors throughout the text. It is pretty obvious in some places that there is a copy/paste error from the C# version to the VB version. None of the errata detracts from the book for me. In fact, in some cases, the little research I did to clarify something actually helped.

All told, I have and continue to highly recommend this book to colleagues and clients alike. It is both an excellent learning tool and a great reference. The fact that one person wrote the entire text and in two programming languages amazes me. The author has an easy writing style that promotes absorbing the information quickly. I anticipate this book becoming tattered quite quickly!
Ebook PDF Pro ASPNET 20 in VB 2005 Special Edition Laurence Moroney Matthew MacDonald 9781430221524 Books

0 Response to "⋙ Libro Gratis Pro ASPNET 20 in VB 2005 Special Edition Laurence Moroney Matthew MacDonald 9781430221524 Books"

Post a Comment