|
|
US | UK | Germany | Help |
| Home - Sports - Net Takraw (Books) | |
|   | 1-10 of 10 |
click price to see details click image to enlarge click link to go to the store
| 1. MCAD/MCSD Self-Paced Training Kit: Microsoft .NET Core Requirements, Exams 70-305, 70-315, 70-306, 70-316, 70-310, 70-320, and 70-300 by Microsoft Corporation, Microsoft Corporation | |
![]() | Paperback
(09 April, 2003)
list price: US$169.99 -- our price: US$107.09 (price subject to change: see help) Isbn: 0735619255 Availabity: Usually ships in 3 to 5 days Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
Customer Reviews (12)
If you have seen the .NET Core Requirements set in bookstores, you remember an impressive desktop collection of hardcover books. The hardcover set takes close to a foot of real estate on your bookshelf. I was disappointed when I received this set because it is priced the same, yet is the "Paperback" version which takes about 5 inches of shelf space. How can this be if the books contents are the same? I checked the contents of "Developing Web Applications. . ." and it seemes that the contents are identical to the hardback, but I cannot vouch for the contents of the other books. Microsoft achieves this condednsed version by using the thinnest possible paper I suppose. Anyway, I kinda feel [cheated] because the Hardcover boxed set and the paperback edition have the same list price. That amazon is sending you a condensed version is not clear and you may think you are saving 30%, but you are getting only half the quality.... Weigh this information with the quality of the content (from other reviews) before deciding to buy this set from Amazon.
Subjects: 1. Certification Guides - General 2. Certification Guides - MCSD 3. Computer Bks - Certification 4. Computer Books And Software 5. Computers 6. Database Management - General 7. Microcomputer Application Software 8. Programming - General 9. Programming Languages - General 10. Computers / Database Management / General   | |
| 2. Programming Microsoft Visual Basic .NET Version 2003 by Francesco Balena | |
![]() | Hardcover
(04 February, 2004)
list price: US$69.99 -- our price: US$44.09 (price subject to change: see help) Isbn: 0735620598 Availabity: Usually ships in 24 hours Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
Customer Reviews (6)
Well, I don't know why I waited so long before getting Programming Microsoft Visual Basic .NET by Francesco Balena. It has something to do with the fact that I already have a copy of the Framework programming book, or so I thought. Let's just say after reading countless books on the framework and the .NET idioms etc I still find the concepts somewhat elusive, until one day I accidentally flipped throught this book and it instantly made all the concepts clear to me. I put this book in the same category as Mr. Ted Pattison's outstanding Programming Distributed Applications with COM+ and Visual Basic 6.0 book. I got to go study now, but will write some more after I'm through with it. Thanks Mr Balena, and keep playing that Jazz saxophone. By the way, I am a Jazz guitarist as well. ... Read more Subjects: 1. BASIC (Computer program langua 2. BASIC (Computer program language) 3. Computer Bks - Languages / Programming 4. Computer Books And Software 5. Computers 6. Microcomputer Application Software 7. Microsoft .NET 8. Microsoft Visual BASIC 9. Programming - General 10. Programming - Visual Basic - VBA (Visual Basic for Applicati 11. Programming Languages - Visual BASIC 12. Computers / General   | |
| 3. Microsoft Visual Basic .NET Step by Step by Michael Halvorson | |
![]() | Paperback
(23 January, 2002)
list price: US$39.99 -- our price: US$39.99 (price subject to change: see help) Isbn: 0735613745 Sales Rank: 12876 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review For the several million developers using "traditional" Visual Basic 6, Microsoft Visual Basic .NET Step by Step will put the new VB .NET within reach with a very approachable tour of the new version's features used to build traditional client-side software. If you've been put off by the newfangled books on .NET that spin the new VB as Internet-focused and unrelated to your existing expertise, this title shows you how to leverage your knowledge to get going with Microsoft's newest platform. The salient feature of this text is the author's patient presentation style, which stresses "traditional" VB programming. (While VB 6 did technically support Web programming, the unarguable reality is that most developers have built form-based programs for years.) This volume shows you how to use the same techniques for the new VB .NET. The author begins his presentation here with a clever slot-machine application to get you started. Other early sections cover the basics of VB .NET from a language perspective, including basics like variables, data types, and flow control statements. This handsomely printed volume makes use of two-toned color (in blue) to highlight differences between VB 6 in VB .NET, making it an invaluable resource for programmers making this transition. Other essential technologies get their due here as well, from basic control programming with Windows Forms, integrating with ActiveX controls, to a very approachable guide to the new ADO.NET APIs for databases. Coverage of how to bind data to a variety of controls, plus using the new VB .NET DataGrid control, will show you how to do all you did in VB 6 in the new .NET. Instead of getting bogged down in details, the author does a good job of presenting what working programmers need to know. Later chapters delve into .NET APIs for working with files, strings, and collections. This title doesn't pretend to cover ASP.NET in any detail, though there is a useful introduction to the subject, as well as how to use the Microsoft Internet Explorer Object to build VB applications that display HTML and other Internet content. The reality is that most VB 6 programmers will have to learn a lot when it comes to .NET. Before launching into a whole new paradigm of Web development, this book shows that today's VB has a lot to do with the older VB 6 standard. This text will be nearly indispensable for any VB 6 programmers making the leap to .NET. It even suggests that rumors of the death of the traditional client-side VB application may be somewhat exaggerated. This title shows you that the new easier deployment and productivity features of VB .NET may extend the life of such applications in one of the best-available tutorials for learning VB .NET, bar none. --Richard Dragan
... Read more Customer Reviews (43)
The book starts off slowly by showing the reader how to create their first simple Visual Basic .NET program. This helps to build confidence and quickly familiarize the reader with the Visual Basic environment. The book is well organized and divided into various parts, such as, creating the user interface, database programming, internet programming, object oriented programming, and more. Each of these parts is clearly presented with plenty of sample code and screen shots. I highly recommend this book to all beginners to Visual Basic.
If you are a complete novice to programming, but somehow own a copy of Visual Studio .NET (perhaps unlikely!!), then this may be the book for you. The book covers all the basic programming concepts such as 'if' clauses, loops, and variables in an easy, friendly way. It is easily readable, with simple, well-explained examples and good use of screenshots. There are no exercises for the reader, to reinforce learning, unfortunately. It does gives a good, simple, easy-to-follow introduction to Visual Studio .NET, and gives a good explanation of the basic VB.NET tools for creating Windows applications. It does not, though, cover Visual Studio .NET in real depth. The book leaves much of the IDE uncharted. In many places, the author suggests we use the online help for more information. Worst of all, the book is very weak on web development. For example, it does not even explain how to create a .NET Web Service - which is one of the main benefits of .NET. In fact, the section on Internet Programming hardly gets started at all - covering how to use Internet Explorer as a programming object, how to use hyperlinks and simple form controls, how to get started with IIS, but little else. Overall, you may well decide half-way through that you need to order something meatier, for when you have finished this 'aperitif'.
Subjects: 1. BASIC (Computer language) 2. BASIC (Computer program langua 3. BASIC (Computer program language) 4. Basic (Programming Language) 5. Computer Bks - Languages / Programming 6. Computer Books And Software 7. Computers 8. Hardware - Personal Computers - General 9. Microcomputer Application Software 10. Microsoft .NET 11. Microsoft Visual BASIC 12. Microsoft.net framework 13. Programming Languages - Visual BASIC 14. Computers / General   | |
| 4. Windows Forms Programming in C# by Chris Sells | |
![]() | Paperback
(29 August, 2003)
list price: US$49.99 -- our price: US$33.99 (price subject to change: see help) Isbn: 0321116208 Sales Rank: 8470 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Everything changes in the Microsoft .NET Framework and the C# language, including the creation of graphical user interfaces (GUIs). Windows Forms Programming in C# explains the Windows Forms (WinForms) environment to programmers who have some experience with .NET programming, and in the process (thanks to a clear and deliberate expository style) reveals a lot about .NET to less experienced developers. The overall effect is that almost every reader comes away with better knowledge of .NET, not just its user-interface libraries and behaviors. Author Chris Sells takes care to balance code samples with explanatory text, meaning that most chapters take on a characteristic "code, explanation, effect" style (in which "effect" is usually documented with a screen shot). This approach is effective, and serves both to answer "How do I..." questions and inspire "I should give that a try!" exploration. Once in a while, callouts will link two or more screen shots with a sample of code, graphically illustrating how code affects the appearance of a form and how it's represented in the Visual Studio development environment. On top of his clear teaching style, Sells calls attention to workarounds for shortcomings in the .NET environment (particularly where similar limitations don't exist in Microsoft Foundation Classes), helping to improve programmer productivity in the growing .NET environment. --David Wall Topics covered: How to use the WinForms environment within the Microsoft .NET Framework. Dialog boxes, drawing, printing, and controls all are covered by means of explanations and lots of illustrative examples, and there's good coverage of the WinForms event model, too. An appendix compares MFC and the .NET Framework.
... Read more Customer Reviews (53)
This book is targeting both programmers with experience developing in .NET and those who still haven't and who are looking to start doing that. This book is using C# for explain all topics. You should be familiar and have basic understanding of C# language. I found the book to be easy to read and I think you can learn a lot about writing Windows forms application from it. Here, you will find everything that you need to know and learn about developing Windows Forms: basics of using forms, controls, events, multithreaded UI, "no-touch" deployment, data binding, etc ... Highly recommended.
Sells discusses the essential topics, making this book a practical reference to WinForms in C#. His teaching approach in this book is very practical simply because the topics he discusses are what developers need to immediately begin designing and implementing Windows client applications via WinForms in C#. For example, after reading the first three chapters the developer will have a good idea of the layout for a client application. In general, WinForms and C# are relatively simple tools, allowing Sells to discuss the essential topics effectively and leave everything else to MSDN. His discussion on Printing, Controls, Resources, and Applications and Settings is a good reference. This book is not about the C# programming language. It is about WinForms development in C#. Sells leaves core C# to MSDN. C/C++ programmers will easily understand the C# in this book. Win32 API and MFC developers will quickly see similar concepts including delegate (function pointer) and event (message). I recommend Windows Forms Programming in C# to all real-world Windows developers. Kuphryn
Every topic covered is provided with code examples which makes it very easy to understand AND apply. The only thing missing from the book is a complete sample application that draws everything together. But to be fair the book covers so much material such a sample application would probably be beyond the scope of the book. If you are trying to decide on a winform book I highly recommend this book. Rest assured this book will help you get to the essence of .net winforms! Even if you don't get the book, do some searches on Chris and you'll come up with a lot of great .net stuff! ... Read more Subjects: 1. C (Programming Language) 2. C# (Computer program language) 3. Computer Bks - Languages / Programming 4. Computer Books: General 5. Computer software 6. Computers 7. Development 8. Microcomputer Operating Environments 9. Microsoft .NET 10. Microsoft .NET Framework 11. Operating Systems - Windows 12. Programming Languages - C 13. Programming Languages - General 14. Computers / Programming Languages / General   | |
| 5. Programming .NET Components by Juval Lowy | |
![]() | Paperback
(April, 2003)
list price: US$39.95 -- our price: US$26.37 (price subject to change: see help) Isbn: 0596003471 Availabity: Usually ships in 24 hours Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
Customer Reviews (27)
I think the thing I most enjoyed about this book was the chapter on Remoting. Again, I have seen discussions on Remoting in other books (including Microsoft's own MSDN documentation), but no where have I seen as thorough a discussion with as many useful examples as in this book. Other topics covered in this book include multithreading, asynchronous calls, serialization (including various types of serialization formatters), interception, and security. This book is not for the beginning .NET programmer. If you're looking for a good introductory C# book, pick up a copy of Jesse Liberty's book. If you're looking for a intermediate to advanced text, then this is one of the very best I have seen. More of the "hard" stuff to do in .NET is covered in this book than in any other place I have seen. I can honestly say that this is the best advanced C# book I have ever seen.
Subjects: 1. Computer Bks - Languages / Programming 2. Computer Books: General 3. Computers 4. Internet - General 5. Internet programming 6. Microsoft .NET 7. Programming Languages - C 8. Programming Languages - General 9. COM060080 10. Computer Programming 11. Computers / Programming Languages / General 12. Microsoft Windows   | |
| 6. Visual Basic.NET How to Program, Second Edition by Harvey M. Deitel, Paul J. Deitel, Tem R. Nieto | |
![]() | Paperback
(11 December, 2001)
list price: US$92.00 -- our price: US$92.00 (price subject to change: see help) Isbn: 0130293636 Availabity: Usually ships in 24 hours Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
Customer Reviews (42)
I would HIGHLY recommend this book to beginning VB programmers, as well as seasoned VB programmers looking to learn VB.Net.
Subjects: 1. Basic (Programming Language) 2. Computer Bks - Languages / Programming 3. Computer Books: General 4. Computers 5. Hardware - Personal Computers - General 6. Microcomputer Application Software 7. Programming Languages - Visual BASIC 8. Computers / Programming Languages / Visual BASIC   | |
| 7. Professional ASP.NET Web Forms Techniques by Alex Homer | |
![]() | Paperback
(November, 2002)
list price: US$59.99 -- our price: US$59.99 (price subject to change: see help) Isbn: 1861007868 Availabity: Special Order Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
Customer Reviews (2)
Because this book is focused on the user interface (Web Forms), the programming language of the reader is not extremely important. The book is written in VB.NET. I am a C# programmer and found no significant language barriers in the book. The book's code can also be downloaded in a C# version.
My favorite aspect is that we are taught how to solve problems and create things - not just pieces of a language. This is not just about ASP.NET either. The author explains how and when to incorporate client-side Java script, when to use the HTML controls, when to use the .NET controls - we are learning how to use the best technique for the situation. And as I am learning, that 'best technique'(espcially with UI's) is not straight '.NET', but a combination of server-side and client-side technologies. The example project incorporates the IE Explorer web controls - providing a rare reference on their use. My only qualm with the book (other than the picture of the author(?) at the begining of each chapter) is the ... retail price. We rapidly approaching the ... average price for a computer book, and I don't think that's a good thing. For over ..., I at least want a CD. But if you really use the book, of course it's money well-spent. Subjects: 1. Computer Bks - Languages / Programming 2. Computer Books: Languages 3. Computers 4. Programming - General   | |
| 8. Applied Microsoft .NET Framework Programming by Jeffrey Richter | |
![]() | Paperback
(23 January, 2002)
list price: US$49.99 -- our price: US$34.99 (price subject to change: see help) Isbn: 0735614229 Sales Rank: 12416 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Applied Microsoft .NET Framework Programming is a tutorial. It's meant for programmers who already know an object-oriented language and want to apply their knowledge in the standardized environment provided by the Microsoft .NET Framework. The book, written by Jeffrey Richter, a programmer and the .NET columnist at Microsoft's magazine for its developer community, takes a more or less language-agnostic approach to the run-time environment (though many illustrative examples are in C#). It aims to untangle the Common Language Runtime (CLR) and some of the Framework Class Library (FCL), and generally succeeds, particularly at the former. Richter shares his knowledge of the key classes you can instantiate in the CLR, and the kinds of operations you can perform on and with them. You can read this book, or individual chapters, from beginning to end. You'll probably find it more helpful, though, if you read individual sections as you encounter problems or develop an interest in specific aspects of the CLR (ideal for those middle-of-the-night "I wonder how it does..." questions). Richter typically lets his code do most of the talking, and he'll often introduce a section with a prose summary of the CLR way of doing something (sometimes with a supplementary diagram) before unleashing a string of quick examples that illustrate variations on the theme. In an unusual and helpful tutorial move, he makes heavy use of the ILDASM utility to show what goes on at compile time. --David Wall Topics covered: How the Microsoft .NET Framework--in other words, the Common Language Runtime (CLR) and parts of the Framework Class Library(FCL)--runs Microsoft .NET applications, and how to write software for the framework. Shared assemblies, characteristics of CLR types (including their properties, methods, fields, and events), and object orientation all get ample coverage. There's particularly detailed information on text manipulation (including internationalization and localization), arrays, custom interfaces, and the managed environment (garbage collection) in the CLR environment.
... Read more Customer Reviews (77)
Subjects: 1. Computer Bks - Languages / Programming 2. Computer Books: General 3. Computer Networks 4. Computer Programming 5. Computers 6. Internet - General 7. Internet programming 8. Microsoft .NET 9. Microsoft.net framework 10. Programming - General 11. Programming - Software Development 12. Computers / Programming / Software Development   | |
| 9. Build Your Own ASP.NET Website Using C# & VB.NET by Zak Ruvalcaba | |
![]() | Paperback
(March, 2004)
list price: US$44.95 -- our price: US$35.96 (price subject to change: see help) Isbn: 0957921861 Availabity: Usually ships in 3 to 5 days Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
Customer Reviews (7)
The author reviews the fundamentals on Object Oriented Programming with clever and easy to use examples. He also explains how to create web forms and web controls. The author covers every aspect of developing a Web application including building an e-commerce site or reinforcing the security. One thing I particularly like in this book is the code published in the two main .Net languages, C# and VB.NET. Thumb up !
Anyone making the leap from ASP to .NET knows how difficult it is to find a resource that covers enough introductory information to get started, while still presenting more advanced and useful topics -- but this is the one! Although this book won't make you an ASP.NET guru overnight (NO book can!) -- it will certainly get you far enough up the learning curve to start producing some useful and functional code which may be reused and enhanced later as you skills and competence grow. This new release -- as for all other SitePoint books I've read -- has proven a pleasure to read, and a joy to use in the real world. Great work! ... Read more Subjects: 1. Computer Books: Languages 2. Computers 3. Programming Languages - C# 4. Programming Languages - General   | |
| 10. Microsoft .NET Framework 1.1 Class Library Reference Volumes 1-4: System by Microsoft Corporation | |
![]() | Paperback
(12 February, 2003)
list price: US$149.99 -- our price: US$94.49 (price subject to change: see help) Isbn: 0735615551 Availabity: Usually ships in 24 hours Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
Customer Reviews (6)
How many people did it take to put the FCL together and to document it? my guess--a few hundred AND What's the average amount of developers in any IT shop these days? my guess-- 3 to 5 Please, Microsoft, tell me how you think that people are really going to be able to tap the power of the bizzillions of classes without wasting their ever-shortening production time? ... Read more Subjects: 1. Computer Books: General 2. Computer Networks 3. Computer software 4. Computers 5. Development 6. Hardware - Personal Computers - General 7. Internet - World Wide Web 8. Internet programming 9. Microcomputer Application Software 10. Microsoft .NET 11. Microsoft .NET Framework 12. Computers / General   | |
|   | 1-10 of 10 |