Average customer rating:
|
COBOL and Visual Basic on .NET: A Guide for the Reformed Mainframe Programmer
Chris L. Richardson Manufacturer: Apress ProductGroup: Book Binding: Paperback Similar Items:
Accessories: ASIN: 1590590481 |
Book Description
The Mainframe Programmer's Guide to .NET is designed to be a guide covering the entire .NET platform. In order to cover as wide of a scope as this book does, low-level reference type detail is conservatively included. Richardson's book carefully covers every aspect .NET. Starting with a complete list of .NET Retraining Prerequisites and a full chapter answering the question "What is .NET", the author skillfully takes the reader through the .NET Framework, Database Access, Windows, Web, and Web Services topics. Additional topics range from Printing with Crystal Reports, using XML, and HTML to advanced .NET topics like .NET Configuration and Security for Web Services. The Mainframe Programmer's Guide to .NET is certainly a complete guide for the Mainframe programmer. Each chapter provides valuable references for continued learning. Having been given a context, the informed reader is then encouraged to take advantage of the references for continued in-depth training.
Download Description
COBOL and Visual Basic on .NET: A Guide for the Reformed Mainframe Programmer is a comprehensive guide to help mainframe programmers successfully complete a .NET retraining effort. This book targets the COBOL/CICS Mainframe community comprised of programmers seeking a complete transition off of the Mainframe to .NET, or for those who simply wish to broaden their knowledge with .NET.
Starting with a complete list of .NET retraining prerequisites and a full chapter answering the question What is .NET?, Richardson skillfully takes the reader through topics such as the .NET Framework, database access, Windows, Web, and Web services. He touches on additional topics such as printing with Crystal Reports, using XML, HTML, .NET configuration, and security for Web services.
Richardson also includes information to help the Mainframe programmer with infrastructure set-up issues faced when deploying modules using Internet Information Server and COM+. The reader is provided the chance to learn both COBOL.NET and Visual Basic .NET by working with code samples that are provided in the book.
Mainframe programmers reading this book will immediately feel comfortably challenged. While drawing upon many legacy mainframe analogies, Richardson's conversational writing style makes this book both informative and an enjoyable read. COBOL and Visual Basic on .NET: A Guide for the Reformed Mainframe Programmer is certainly a complete .NET guide for the Mainframe programmer.
Customer Reviews:
Great for Reference too.......2004-07-14
Finally...a Bridge!.......2003-10-29
Chris dove into the .NET Framework with the understanding that after having rad his book you would have a good general understanding of .NET, not an indepth, "let's drown'em with a firehose" manual. Chris provided me with enough information to enable me to learn about the Framework, COBOL and areas where additional information could be found. If I wanted to read further I knew where to look. Chris's style was witty, funny and kept me entertained while I learned.
The .NET Framework is a huge undertaking in programming. With over 5,000 namespaces Chris covered the essentials to getting going in the Framework, giving the reader enough knowledge to reduce his/her search times and find the information in the Microsoft help files they may need.
A good read for anyone starting out in the .NET COBOL environment.
perfect as an intro to .NET for the mainframe programmer.......2003-10-24
I have written in a few books and hundreds of magazine articles, but I have always maintained I'm just a technology guy who writes. Clearly, Chris Richardson is a real writer. And his editor(s) have done a wonderful job. This book is written like a novel. Most technology books are written mostly as reference. This book makes for a very interesting read...especially for those of us with a mainframe background. After reading this book, the COBOL programmer has obtained enough foundation in .NET, related back to the world he/she is comfortable in (mainframes), to take the next step and dive into more generic .NET titles and some real .NET application programming.
For years my problem has been figuring out how to convert the fantastic amount of talent on the mainframe side of the world to the current technology set so that I can hire them. As everyone knows, this is a brutally tough transition and the learning curve is almost insurmountable. Well, this book is a must for the mainframe programmer who wants to learn application development in .NET and very entertaining for us old guys who love to look back at the way it was.
Cobol and VB on .NET - tough to read.......2003-08-24
Average customer rating:
|
Visual Basic Programmer's Guide to the .NET Framework Class Library
Mike Snell , and Lars Powers Manufacturer: Sams ProductGroup: Book Binding: Paperback Similar Items: ASIN: 0672322323 |
Book Description
Visual Basic Programmer's Guide to the .NET Framework Class Library is the definitive guide every Visual Basic .NET developer needs to understand the capabilities of .NET namespaces and increase productivity inside the .NET framework. Lars Powersand Mike Snell have provided a comprehensive book that details the capabilities of the key namespaces, and then explains how to leverage them by extension or reference to create applications ranging from simple to complex.
Each chapter provides a brief introduction to the selected technology, followed by detailed suggestions, reference material, and a sample application that illustrates common programming tasks using the classes, interfaces, delegates, and events of a specific .NET namespace. This book answers the primary questions that VB .NET developers will face as they start developing code in the .NET environment, including: What does the .NET class library provide me in terms of re-usable code? Are there .NET structures available that I can use to accomplish a specific task? How do I go about interfacing with the .NET framework through my code?
Visual Basic Programmer's Guide to the .NET Framework Class Library is acomprehensive guide as you learn how to use the .NET Framework classes, then it will become a trusted reference as your experience and needs grow in the world of .NET.
Download Description
Visual Basic Programmer's Guide to the .NET Framework Class Library is the definitive guide every Visual Basic .NET developer needs to understand the capabilities of .NET namespaces and increase productivity inside the .NET framework. Lars Powers and Mike Snell have provided a comprehensive book that details the capabilities of the key namespaces, and then explains how to leverage them by extension or reference to create applications ranging from simple to complex. Each chapter provides a brief introduction to the selected technology, followed by detailed suggestions, reference material, and a sample application that illustrates common programming tasks using the classes, interfaces, delegates, and events of a specific .NET namespace. This book answers the primary questions that VB .NET developers will face as they start developing code in the .NET environment, including: What does the .NET class library provide me in terms of re-usable code? Are there .NET structures available that I can use to accomplish a specific task? How do I go about interfacing with the .NET framework through my code? Visual Basic Programmer's Guide to the .NET Framework Class Library is a comprehensive guide as you learn how to use the .NET Framework classes, then it will become a trusted reference as your experience and needs grow in the world of .NET.Customer Reviews:
Its a good read.......2004-04-18
Enhanced with call-outs and highlighted sections.......2002-10-08
Valuable addition to MSDN & .Net framework SDK.......2002-08-08
For example, today I needed to show the "save file" dialog and then write the contents of a text box to a text file. I know how to do that in VB6, but I hadn't done it in VB.Net before. I searched MSDN which gave me accurate descriptions of the menthods and properties of at least four classes for writing data to files, but I still had no idea which one(s) I needed to use.
I am sure the sample code I needed is somewhere in MSDN, but I hadn't found it after 20 minutes searching when I gave up and referred to this book. In five minutes I had found what I was after, my code worked and I was able to get on with my next task. That is what this book is for. If you want to learn about the new programming features in VB.Net (like polymorphism, delegates etc) this is not your book. But if you want help getting your .Net program to talk to anything (files, printers, active directory, browsers, TCP/IP Sockets, XML/XSLT or whatever) This book will be a valuable resource.
Just note that while this book covers ASP.Net and ADO.Net, if you work with these a lot you might want more depth than is provided here. I will be considering the Wrox "ASP.Net Namespace Reference" when it is released.
An excellent resource for writing code.......2002-05-28
A Focused Look at the Namespaces.......2002-03-05
Each chapter is focused on a namespace. The authors then spend a few pages bringing people up to speed on the spotlight technology (I am new to XML and particularly liked the intro to XML piece). Then they dive right into the details of using the .NET classes to achieve your desired end-result. The class library that ships with .NET is huge, and I found it helpful to use this book as a guide to highlight the classes I should worry about to get 80-90% of my programming work done.
Now for the cons: the sample applications could have been a bit more in-depth, and I really think they should have spent the time to make the book "bi-lingual" by providing some C# code as well - but overall, a great addition to your .NET bookshelf.
Average customer rating:
|
Build a Web Site: The Programmer's Guide to Creating, Building and Maintaining a Web Presence (Practical Programming)
Net Genesis , and Net. Genesis (Firm) Manufacturer: Premier Press ProductGroup: Book Binding: Paperback ASIN: 0761500642 |
Customer Reviews:
It made my site a very popular, creative one........1999-06-08
Covers all the parts of a web site, not just HTML, etc........1998-07-30
Average customer rating:
|
Pro T-SQL 2005 Programmer's Guide (Expert's Voice)
Michael Coles Manufacturer: Apress ProductGroup: Book Binding: Paperback Similar Items:
Accessories:
ASIN: 159059794X |
Book Description
Pro T-SQL 2005 Programmer's Guide provides comprehensive and detailed coverage of all the major features and facilities of T-SQL for SQL Server 2005. It is designed for all users of T-SQL, database administrators, systems administrators, application developers, and end-users, who want to learn how to exploit the power of T-SQL. Whatever you need to do with T-SQL, you'll find it described clearly here.
Stored procedures, triggers, and user-defined functions are only part of the story. Dynamic SQL, the new XML data type, and SQLCLR programming are also covered, as well as accessing SQL Server with ADO.NET. Exception handling and performance are fully covered, too. This book is truly a complete programmer's guide to T-SQL and SQL Server 2005.
Customer Reviews:
A book for every developer working with T-SQL - Review of Database Administrator SQLAuthority.com.......2007-09-14
Essential Tool for SQL Developers and Administators.......2007-06-24
An excellent T-SQL guide..........2007-06-20
Indispensable book for T-SQL Programmers.......2007-06-15
a great book!.......2007-06-11
Average customer rating:
|
Programming VB .NET: A Guide for Experienced Programmers
Gary Cornell , and Jonathan Morrison Manufacturer: Apress ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 1893115992 |
Book Description
This is the book that you want to read if you have knocked around VB 6 for a couple of years and you've decided to move up to .NET. ... For the target audience, technical books don't get much better than this.
— Dan Mabbutt, Visual Basic Guide on About.com
In Programming VB .NET: A Guide for Experienced Programmers, authors Gary Cornell and Jonathan Morrison carefully explain the exciting new features of Visual Basic .NET. Since VB .NET is, for all practical purposes, a whole new language even for the most experienced Visual Basic programmers, developers need to think differently about many familiar topics. Cornell and Morrison are there to help you with careful discussions of each topic.
All experienced programmers wishing to take advantage of the amazing new powers of VB .NET will benefit from this book's careful treatment of fundamental topics, including inheritance, interfaces, and exception handling, as well as all the powerful new features, such as stream-based I/O and true multithreading.
Cornell and Morrison write from the point of view of the experienced programmer, with constant references to the changes from earlier versions of VB. Developers learn how to use VB .NET for database programming through ADO.NET and web programming through ASP.NET. After reading Programming VB .NET: A Guide for Experienced Programmers, developers will have a firm grasp of the exciting new VB .NET language and its uses in creating powerful .NET applications.
Download Description
In Programming VB .NET: A Guide for Experienced Programmers, Gary Cornell and Jonathan Morrison carefully explain the exciting new features of Visual Basic .NET. Since VB .NET is, for all practical purposes, a whole new language even for the most experienced Visual Basic programmers, developers need to think differently about many familiar topics. Cornell and Morrison are there to help you with careful discussions of each topic.
All experienced programmers wishing to take advantage of the amazing new powers of VB .NET will benefit from their careful treatment of fundamental topics including inheritance, interfaces, and exception handling, as well as all the powerful new features such as stream-based I/O and true multithreading.
Cornell and Morrison write from the point of view of the experienced programmer, with constant references to the changes from earlier versions of VB. Developers learn how to use VB .NET for database programming through ADO.NET and Web programming through ASP.NET. After reading Programming VB .NET: A Guide for Experienced Programmers, developers will have a firm grasp of the exciting new VB .NET language and its uses in creating powerful .NET applications.
Customer Reviews:
Will help you make the transition from VB6 to VB.NET.......2002-10-17
The book begins with an introduction to the differences between VB.NET and VB. The next chapter introduces you to the new Visual Studio .NET integrated development environment (IDE). You will get a tour of the main windows, and learn how to compile and debug your VB.NET applications. Chapter three teaches the VB.NET syntax. You will learn the VB.NET expressions, operators, and program control flow. The next couple of chapters form the core of the book. These chapters cover object oriented programming and inheritance. VB.NET is the first truly object oriented programming version of VB, and a solid understanding of these new features is essential in taking full advantage of VB.NET's new powers.
The next few chapters go on the cover important topics such as, event handling, error handling, building user interfaces, input/output streams, and multithreading. The final two chapters give a brief introduction to database access with VB.NET using ADO.NET, and a brief overview of ASP.NET.
The book provides clear and complete coverage of all topics. It includes many real world code examples which help the reader to better understand all the concepts presented.
Good for the Beta but a little long in some chapters.......2002-10-11
Well written and hard to put down.......2002-07-25
Other than that, I feel that it is an excellent resource to prepare a programmer from any background for VS.NET. It does a good job of covering the OOP, Inheritance, Overloading, and multithreading subjects in a concise manner.
The book also has a web site for errata and source code. Gary Cornell is a good author and it shows in this book he co-authored.
I have a few Wrox Publishing Books, but my library is starting to collect more an more APRESS books because their style and format is what I expect from a book.
Wrox does publish some good books also:
I would also recommend .NET Enterprise Development in VB.NET from Design to Deployment, ISBN 1861006179, (Wrox Publishers)
Misleading title.......2002-07-20
A wonderful book, clear and to the point.......2002-07-03
Average customer rating:
|
A Programmer's Guide to ADO .NET in C#
Mahesh Chand Manufacturer: Apress ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 1893115399 |
Book Description
This essential guide to Microsoft's ADO.NET overviews C#, then leads you toward deeper understanding of ADO.NET. Author Mahesh Chand provides key information about using each of .NET's major data providers, including OLE DB, SQL Server, and the released version of ODBC. Also featured are the methods and properties associated with these data providers' classes. Further, Chand shows you how to work with XML classes, integrate XML into the ADO .NET architecture, and manipulate XML to transfer, read, and store data.
A Programmer's Guide to ADO.NET in C# supplies you with handy ideas for taking advantage of the Visual Studio .NET IDE, and for linking data with powerful Windows and Web Forms, including the multifaceted DataGrid control. Also included is discussion about using ADO.NET to develop Web applications and create Web services.
The easy-to-follow, visually rich examples illustrate creating and executing stored procedures, working with triggers and views, creating and updating tables, and handling events in ADO.NET. Extremely thorough, this book even explains how to develop a web-based guest book.
Download Description
This is the book on ADO.NET! ADO.NET is the latest database technology from Microsoft and is the most powerful way to manipulate a database to date. A Programmer's Guide to ADO.NET in C# begins by taking readers through an overview of C# and then delves into ADO.NET. Mahesh Chand provides details on how to use each of .NET's major data providers, including OLE DB, SQL Server, and the release version of ODBC. This book also serves as a great reference for the methods and properties associated with these data providers' classes. In addition, Chand shows C# programmers how to work with XML classes, integrate XML into the ADO .NET architecture, and use the power of XML to transfer, read, and store data.
A Programmer's Guide to ADO.NET in C# provides developers with handy ideas for taking advantage of the Visual Studio .NET IDE and for tying data to myriad, powerful Windows Forms and Web Forms, including the multifaceted DataGrid control. Chand also discusses how you can use ADO.NET to develop Web applications and create Web services. Easy-to-follow, visually rich examples illustrate how to create and execute stored procedures, work with triggers and views, create and update tables, and perform event handling in ADO.NET. Chand also guides you through the development of a Web-based guest book.
Customer Reviews:
Excellent Book.......2004-09-14
A great intro to ADO.NET.......2004-02-23
I've been following Mahesh for a while, love his web site and really like his books. He's very methodical and uses good examples to back up his discussion. And if you are new to ADO.NET, Chand's writing is such that he won't lose you because he moves too fast and he won't bore you because he moves too slow.
I can't wait for his next title!
Tedium.......2003-04-01
Great .. Simple & Easy to Read.......2002-12-22
The worst computer book I have read.......2002-12-12
Summary - the author tried to convert his VB book over to C# with no knowledge of C#/OOP and APress tried to release a book based on size, not content.
Average customer rating:
|
Implementing B2B Commerce with .NET: A Guide for Programmers and Technical Managers
Lyn Robison Manufacturer: Addison-Wesley Professional ProductGroup: Book Binding: Paperback ASIN: 0201719320 |
Customer Reviews:
consulting company hype masquerading as book.......2002-06-29
This books contains absolutely nothing worthwhile.......2002-02-26
Unfortunately, I found this book to be a very BIG disappointment. It is extremely general, has (at best) mediocre technical content, and its information is nearly useless. It offers no real information about B2B or .NET
The majority of the time I found the content poorly researched, superficial, or focused only on insignificant points. Clearly written in haste to catch the .NET bandwagon.
Average customer rating:
|
A Programmer's Guide to .NET
Alexei Fedorov Manufacturer: Pearson Education ProductGroup: Book Binding: Paperback ASIN: 0321112326 |
Customer Reviews:
Skips theories and gets right down to semantics of .NET.......2003-01-10
The book's style is more like a manual due to the abundant use of bullet points. It's good for those who'd like to skip the theories and get down to the semantics of the .NET platform fast.
It does not stand out compared with some other .NET books because it does not go deep enough in each topic. Sometimes, I feel like reading an abridged version of the Visual Studio Online Help Topics with simple sample codes added.
I'd like to suggest that practical, more in-depth solutions be provided as examples for using the .NET platform. -- Reviewed by Timothy D.
Lacks web site to check for errata & to obtain example code.......2002-12-27
The book covers all major areas from the core workings of the Common Language Runtime to web services. The general pace of the book is quick and broad. It assumes you already know the general topic and just want to know what classes, methods, etc. the .NET framework has to address the issue. There are numerous code examples written in VB.NET, but these are very easy to translate into another .NET language if desired.
As stated above, this book will be well received by an experienced C++, Delphi, or Java programmer who wants a strong overview before committing to the .NET platform. It is the best book I've seen towards that end. It is definitely not for programmers who primarily drop controls on a form and then write a few event handlers for them.
My main criticism of the book is lack of a corresponding web site to check for/report errata and obtain the example code found throughout the book. (There is no CD either.) While the programmers reading this book should have no problems debugging the code, they also don't need more keyboarding experience. --Reviewed by Greg S.
A good way to understand .NET.......2002-10-23
This book gives you a good understanding of Microsoft .NET.......2002-10-23
Average customer rating: |
CompTIA A+ Certification, A Pluc, SOLUTION GUIDE (Our Solution Guide and material is better than Ten (10) Mock tests in exam simulators, With our Guide you will be prepared for your upcoming certification Exam, and will pass on your First attempt., Our Solution Guide and material are top quality and will assist you in gaining the Certification you deserve)
ProductGroup: Book Binding: CD-ROM ASIN: B000E1FFKA |
Product Description
http://eplanetlabs.com/products.html , Our Solution Guide and material is better than Ten (10) Mock tests in exam simulator Easily and quickly understandable Study Notes, Exhaustive Explanations, This product is an eBook in PDF format, This product technical content was developed by Certified professionals, All Authors of this product are Certified professionals, Thousands of our customers worldwide told as, this product content is better than dozens of mock exam tests by simulators. By reading our product thousands of professionals succeeded in their Certification exam and career as well. We guarantee that by using our exams training materials, you will be prepared for your upcoming certification Exam, and will pass on your First attempt. We(ePlanetLabs) are the leader in supplying certification candidates with current and up-to-date training materials for Certifications and Exam preparation. We guarantee you pass those popular IT certification, Our Solution Study Guides provide, every training kit was prepared by veteran Certified Experts. Each preparation exam will make you feel like you're taking the actual exam! Our Solution Study Guides are even better than the ten 10 mock tests exam simulators. We are an e-Learning company dedicated to providing quality e-Learning Content, Tools, and Services. We are focusing on IT Certification Exam Preparation for individuals. IT professionals across the globe have been benefiting from our products. Certification training centers have included our offerings. It covers varis certifications like COMPTIA, A+, A Plus, i-Net+, i-net plus, Network+, Network plus, Security+, security plus, Linux+,Linux plus, developer, admin, administrator, Associate, architect, admin,
Average customer rating: |
CompTIA i-Net+ Certification, i Net Pluc, SOLUTION GUIDE (Our Solution Guide and material is better than Ten (10) Mock tests in exam simulators, With our Guide you will be prepared for your upcoming certification Exam, and will pass on your First attempt., Our Solution Guide and material are top quality and will assist you in gaining the Certification you deserve)
ProductGroup: Book Binding: CD-ROM ASIN: B000E1FFOQ |
Product Description
http://eplanetlabs.com/products.html , Our Solution Guide and material is better than Ten (10) Mock tests in exam simulator Easily and quickly understandable Study Notes, Exhaustive Explanations, This product is an eBook in PDF format, This product technical content was developed by Certified professionals, All Authors of this product are Certified professionals, Thousands of our customers worldwide told as, this product content is better than dozens of mock exam tests by simulators. By reading our product thousands of professionals succeeded in their Certification exam and career as well. We guarantee that by using our exams training materials, you will be prepared for your upcoming certification Exam, and will pass on your First attempt. We(ePlanetLabs) are the leader in supplying certification candidates with current and up-to-date training materials for Certifications and Exam preparation. We guarantee you pass those popular IT certification, Our Solution Study Guides provide, every training kit was prepared by veteran Certified Experts. Each preparation exam will make you feel like you're taking the actual exam! Our Solution Study Guides are even better than the ten 10 mock tests exam simulators. We are an e-Learning company dedicated to providing quality e-Learning Content, Tools, and Services. We are focusing on IT Certification Exam Preparation for individuals. IT professionals across the globe have been benefiting from our products. Certification training centers have included our offerings. It covers varis certifications like COMPTIA, A+, A Plus, i-Net+, i-net plus, Network+, Network plus, Security+, security plus, Linux+,Linux plus, developer, admin, administrator, Associate, architect, admin,Books:
Recommended Books