| Programming C#
Publisher: O'Reilly Media |
|
| ISBN: 0596006993 List Price: $44.95 Amazon Price: $28.32 Usually ships in 24 hours |
Avg Cusomer Rating: 5 Reviews: Summary: A+ service I received the book very fast. The book is in excellent condition as described. I am happy with this purchase. Summary: Programming C# Book Review This book is my introduction to the C# language. I come from a Java/ColdFusion (mainly web applications) background and wanted to venture out onto the .Net Platform. What better language to learn than the most hyped-up language from Microsoft? I found the book to be for the intermediate developer (at least), with some programming experience in C++ or Java, although a novice would also benefit from reading. This book takes the reader from a the traditional "Hello World" to complex programs covering everything from Internet related programs to streams and I/O. The basics of assemblies, their management and deployment span the first part of this book. The .Net Remoting part covers the subject well in detail, the third part covers the Web Services, while the fourth covers the Com and .Net interoperability. Jesse Liberty commands this area of programming and has compiled this book in a very well though out manner. The reader will benefit (as I did), with the "special notes" and snippets pointing out differences & similarities of C# with Java/C/C++. In conclusion, I will strongly recommend this book to readers from novice (with acumen) to intermediate developer. Summary: Excellent book I've been doing C# programming for the last couple of years and I still managed to learn something by reading this book. Highly recommended. Summary: |
| Learning C# 2005: Get Started with C# 2.0 and .NET Programming (2nd Edition)
Publisher: O'Reilly Media |
|
| ISBN: 0596102097 List Price: $39.99 Amazon Price: $25.19 Usually ships in 24 hours |
Avg Cusomer Rating: 5 Reviews: Summary: a suberb C# primer for novice object-oriented programmers Excerpt from C# Online.NET Review (wiki.CSharp-Online.NET): "This is somewhat of a rare C# book: it is designed specifically to educate the novice programmer and those with little or no Object-Oriented Programming (OOP) under their belts. And, it succeeds admirably in its mission.... The focus of the book is C# fundamentals and OO basics." BTW I have noticed that some people have reviewed the wrong book here: this is the 2nd edition: it does have exercises. Summary: Jesse Liberty and Brian MacDonald pull it together nicely! I am a Visual Basic 6 programmer and I have been set it my ways. I figured I could have started at the next level up but something nagged me to start at the begining. I am happy I started with this book and my next book will be by this author. This book is well crafted and has reintroduced topics to me that has bid me a better understanding of complex subjects in a way that just clicked for me. This book has even taught me things about the if statement that I didn't even realize were happening. "short circuiting" The knowledge of the langauge by the authors is unquestionable. The thoroughness of the lessons is supperior. I recommend this book highly. The complaint I have is the examples in the book are boring. That is the reason for the 4 star review. Summary: Excellent intro to C# Let me just start out by saying how impressed I was with this book. This is an excellent introduction to not only C# and the .NET framework, but it's an excellent introduction to object-oriented design. I found this book to be an excellent way for beginning programmers to easily enter the world of .NET. The book begins with an very brief introduction to C# and C# fundamentals. Again, this discussion is geared for the novice to intermediate programmer, so there's nothing too scary here. The Visual Studio IDE is discussed and a quick tutorial into the various menus and options available in the IDE is presented. After these introductory chapters, the authors dive right in to operators (like + and /), but also more complicated operations like modulus. The authors then proceed to discuss virtually everything you need to know to create a sophisticated program. The book has been updated to incorporate information about the latest .NET release (version 2.0), with a discussion on Generics. In typical O'Reilly fashion, tips, tricks, and things to watch out for are clearly identified in the text. But this book goes a step beyond and includes a quiz at the end of each chapter. This quiz covers the major points of the chapter and includes the correct answers at the end of the book. I thought this was an excellent step in helping programmers new to C# (or even .NET) an excellent way to test their skills and comprehension. I absolutely love this book. It's a great introduction to C# and .NET, it's easy to follow, and it's easy to test your comprehension. If you're looking for a great book for the beginning to intermediate developer, I would highly recommend this one. Summary: |
| Software Engineering with Microsoft Visual Studio Team System (Microsoft .Net Development)
Publisher: Addison-Wesley Professional |
||
| ISBN: 0321278720 List Price: $39.99 Amazon Price: $39.99 Usually ships in 24 hours |
Avg Cusomer Rating: 4 Reviews: Summary: A great intro into building business software Forget the production mention in the title; this is a true book on Software Engineering. This book actually addresses the real problems that occur in development: vague requirements, changing scope, not enough time to test all the features, warts and all. The beginning discussion includes an overview of traditional project management techniques, such as gannt charts, earned-value-analysis, and task breakdowns. The author then explains how software products are intangible and unique, and goes on to cover agile methods. I was particularly impressed with his explanation of the 'value up' technique, which pulls together all of the agile concepts like measured running tested features and quick software releases. Perhaps the best explanations are in the area of software metrics; how to measure bug count, code coverage, and work products completed vs. the product backlog. The view of metrics proposed in the book is surprisingly mature; the book discusses tradeoffs of various metrics and the concept of dysfunction. I was particularly surprised to find myself taking mental notes as I read the book, tracking all the new ideas to try in the office. Of course, the title is "Software Engineering With Microsoft Visual Studio Team System", and all of the graphs and charts are generated using Microsoft Software. The book is not tutorial in nature; it concentrates on the essence of development, and not how to click what wizard to generate what graph. Instead, the examples demonstrate how the metrics are integrated within the Microsoft tool, and how much easier it would be to gather metrics within the team system. (Given the title, that has to be expected.) Overall, I would recommend this for new college graduates without a background in software engineering, 'traditional' software engineers seeking an introduction to agile methods, or Quality Analysts seeking an introduction to Agile Metrics. Surprisingly enough, Team System is not a requisite; but if you are developing in MSVS Team System, I would upgrade it the review to 'highly recommended', or 4.5 stars. Summary: explains Microsoft Solutions Framework The text appears to be at least as much about Microsoft Solutions Framework (MSF) than about Visual Studio Team System. Granted, there are numerous screen captures about the latter, with accompanying notes on their significance. But you can learn about MSF. Wherein Microsoft has positioned this to appeal to proponents of either Agile or CMMI. For readers possibly unfamiliar with both, Guckenheimer gives an explanation of the ideas behind MSF. Why it is often useful to do iterative development in a software project. And the advantages of this over a traditional waterfall methodology, which has been shown to be often too coarse grained and unrealistic. Plus, the idea of unit testing and verification testing is emphasised. These tests can be implemented independent of whether you also do any type of iterative development. They have standalone merit. Though their utility is enhanced when combined with rapid iteration. Even if you decide that VSTS is not for your group, the general approach of MSF may still be beneficial, especially if you are a Microsoft house. Summary: Great for managing projects -- not for implementing VSTS This book isn't about implementing Visual Studio Team Systems, so don't expect details on setting up, configuring, or making use of VSTS in a daily work environment. What this book really covers is the high-level use of project data, reports and features in VSTS. The author himself says this is intended as a general book on software engineering practices, touching on how to use VSTS to get engineering done well. You'll have to look elsewhere for the nitty-gritty details on actually rolling VSTS into your organization's development environment What you will find in this book are some well-written, well-thought guidelines on how to approach various aspects of the software development process. Frequently those guidelines will involve using products or features from VSTS, and the book does some nice analysis using those products. Specifics which I found very good in the book included the great sidebars, the section on using coverage reports for development feedback, and the troubleshooting section. For example, some sidebars show you the specific MSDN heirarchy for finding specific documentation on an aspect of VSTS, helpful for that actual implementation stuff. (That's assuming Microsoft doesn't completely re-arrange MSDN's content structure as they seem wont to do with alarming frequency.) The portion on coverage feedback is great for developers understanding why coverage might change in unexpected fashions as they're moving through their work. The troubleshooting chapter is seriously good stuff. Guckenheimer does a great job of tossing up many graphs with different data and showing how to interpret them. He shows how graph states might reflect problems on the project with scope creep, architectural mistakes, or various issues with defects such as reactivations or poor unit testing. The book is definitely not for developers looking to learn more about VSTS, but rather for management and leads looking to understand how VSTS can help them effectively manage their projects will get a whole lot of use from the book. Summary: |
| Access Cookbook, 2nd Edition
Publisher: O'Reilly Media |
|
| ISBN: 0596006780 List Price: $49.95 Amazon Price: $31.47 Usually ships in 24 hours |
Avg Cusomer Rating: 5 Reviews: Summary: Recipes for Access Developer Success The Access Developer's Handbook Set (search ISBN: 0782140114) and in particular, Volume 1: Desktop Edition (search ISBN: 0782123708) is my definitive resource to approximately 4 years of Access development. I've got more stickies and highlights in this set than all other Access books combined. So when I came across the Access cookbook and realized that the same two indispensible authors (Getz & Litwin) put together a resource of Access developer solutions, I had to have it. This book has not let me down. It is certainly geared towards the intermediate to advanced Access professional developers who already understand the basics of Access and more importantly, who also understand the shortcomings of Access and the benefits of getting around those shortcomings. There are about 170 solutions in this book that are segmented into 18 chapters of high-level topics such as Queries, Forms, XML, UI, VBA, Windows APIs, even Smart Tags. I would be really surprised to find someone who picked up this text, thumbed through the solutions, and found that there was nothing they could get out of this book. I would say that if you are developing a professional Access front-end and/or database, you owe it to yourself to buy this book and review each solution before you release or ship your product. I did, and found either new answers and existing improvements to many of the things I was struggling with during my development cycles. Summary: Access Developers.. this is a must have! When I started my job, my first assignment was develop several Access databases. What they wanted was beyond what I knew of Access. After buying this book and Access Database Programming and Design, I was well on my way to develop a quite advanced Access database application. I would ask myself, "I wonder if I can..." After consulting this book for the anwser, BAM! I found it there. This book covers everything from simple VBA to advanced techniques such as incorporating a email system into a database, linked dropdown combo boxes using SQL, and creating VB Form control that tells you who all is currently in a database using ADO and VBA! I would say anyone wanting to cook a mean Access database should definitely pick this one up. It is an invaluable reference if you want to develop professional Access databases with incredible functionality! Summary: I'm a ColdFusion guy, so read this review with that in mind: This book I would recommend for people who use Access as their back end, and need to add some automation to their back end. It deals mostly with using VBA to solve problems, like: * How to create an input box where you can get some better info than the standard VBA one * Call Excel functions, and apply them to Access data * Figure out which users have a shared database open, if you're doing a blended Access/CF solution * Managing report printing (see next set of bullets) I recommend checking out this book under the following circumstances: * You have internal and external clients hitting your database. In a situation like that, you can have your internal users access the database using a well-designed Access application, which this book will give you some tricks on how to create. * In the alternative, you want to manage and analyze your data, and create print reports. That's where Access just as a stand-alone application gives a substantial advantage over any Web technology. For a ColdFusion developer, there are some topics in this book that probably wouldn't do much good: * Adding Smart Tags functionality to a database - if you're expanding beyond the reach of Microsoft Office, Smart Tags prove to be a nifty proprietary parlor trick * Using Access' security management tools to manage user rights to database objects. If I run a Windows server, I would use Challenge and Response to create NTFS based permissions on my pages in my application that manage data. Otherwise, I'll use application-based usernames and passwords, same net result. * Exporting Access data as XML using pre-defined schemas. Not bad, but ColdFusion has far better technology. Don't get me wrong - those last three bullets are not any disrespect to this well-written, well-organized guide. I'm just looking at, "What topics would interest you if you're a ColdFusion developer?" If you do want to learn more about Access database development as an art unto itself, this is not the place to begin. This is the place to arrive at. Summary: |
| MCAD/MCSD Training Guide (70-316): Developing and Implementing Windows-Based Applications with Visual C# and Visual Studio.NET
Publisher: Que |
|
| ISBN: 0789728230 List Price: $49.99 Amazon Price: $31.49 Usually ships in 24 hours |
Avg Cusomer Rating: 5 Reviews: Summary: great certification tool!!! great certification tool!!! but u will need also transcenders for exam preparation. contact me on my gmail account (certstuff). i will send u a list of transcenders i can sell u, 10$ each one. thnks Summary: Good Book Good Book I bought the electronic (PDF) edition and found it very helpfull. My Comments is more based on the PDF format. #1 I liked the idea of downloading the book and having copies on more than 1 device so i can read wherever i am (at home / work / etc). #2 I liked the idea of downloading the book instantly form Amazon so i did not have to pay delivery and customs - since i am in AFRICA stuff takes weeks to get here. #3 I think there should be a web site where i can get hold of the contents of the CD if you buy the electronic edition. I would like to have the testing / prep exams as well. The price for the book and the PDF does not differ that mmuch..... (You pay for the information not the paper...) so i think its fair if i get the electronic test exams for the same price. Summary: this product is awesome,but ull need extra help to get cert. this product is awesome,but ull need extra help to get cert. you can get more help in this link (getcert's POST) http://www.mcse.ms/message2132798.html thanks Summary: |
| Visual Studio Tools for Office: Using C# with Excel, Word, Outlook, and InfoPath (Microsoft Net Development Series)
Publisher: Addison-Wesley Professional |
||
| ISBN: 0321334884 List Price: $49.99 Amazon Price: $31.49 Usually ships in 24 hours |
Avg Cusomer Rating: 1 Reviews: Summary: Worst prog book i have EVER read THERE IS NO CODE Download, you get to ALL THE DOCUMENTS YOUR SELF, I have read most of the word portion (that's why I bought the book) If I had written this book I would have created an integrated application. That's what office is all about right? I think this is a great egghead book, but for learning TERRIBLE. Pass on this, wait for the wrox book; even if it sucks, I am sure it would be better than this. AW would you like me to write a book? I can bang out something more practical in a weekend! M~ Summary: Much value to be found here... Part of my 2006 professional goals involve learning more about Microsoft's collaboration software. To that end, I got a review copy of Eric Carter and Eric Lippert's book Visual Studio Tools for Office - Using C# with Excel, Word, Outlook, and InfoPath. Good stuff here... Contents: Part 1 - An Introduction to VSTO: An Introduction to Office Programming; Introduction to Office Solutions Part 2 - Office Programming in .NET: Programming in Excel; Working with Excel Events; Working with Excel Objects; Programming Word; Working with Word Events; Working with Word Objects; Programming Outlook; Working with Outlook Events; Working with Outlook Objects; Introduction to InfoPath Part 3 - Office Programming in VSTO: The VSTO Programming Model; Using Windows Forms in VSTO; Working with Action Pane; Working with Smart Tags in VSTO; VSTO Data Programming; Server Data Scenarios; .NET Code Security; Deployment Part 4 - Advanced Office Programming: Working with XML in Excel; Working with XML in Word; Developing COM Add-Ins for Word and Excel; Creating Outlook Add-Ins with VSTO Index The two Erics have put together a very nice volume that shows how the programmability of Office is structured, and then how that object model can be used within the Visual Studio environment using special tools provided for that purpose. While you have to have the latest and greatest Office and VS software to follow along, their writing style is pretty straight-forward, and the reader should be able to pick up on the core concepts to understand the possibilities inherent in the integration. Even if you're not necessarily ready to fire up VS to program Word or Excel, Part 1 and 2 do a great job in showing the object layout of those Office components and how they can be manipulated. If you've never gotten into the code that can be added to a Word or Excel document, those two parts of the book would be worth it alone. For me, I'm going to gain two benefits from this book. First, the object model information will help me better integrate Office into my Notes/Domino applications. I do some of that now, but the object model for Excel and Word have always been somewhat hazy to me. This book will help clarify those areas. Second, I think that knowing more about InfoPath will be part of my process as I seek to understand more about Microsoft collaboration application development. As a result, having this book should help me tie InfoPath into the Visual Studio environment and get a running start on my education. Definitely a useful addition to your library if this is an area of interest to you... Summary: a tying together of C#/.NET with Microsoft Office This book ties together two longstanding traits of Microsoft, that long predate C# or .NET. The first is its Office suite, which is one of its main moneyspinners. The second is its tradition, going back to the early 80s, if not earlier, for writing nice development tools for programmers. Undoubtedly, when Microsoft devised C#/.NET a few years ago, the abilities given in this book would have been a major goal. The book promises a synergy between C# and Office. The attraction is of course the huge user base for Office. To this ends, the book describes many ways to open up Office to programmatic control and customisation. The code examples don't even seem all that hard, conceptually. No doubt, they were well chosen for this reason. The size of the book reflects its natural division. There are sections that correspond to the components of Office- Excel, Word, Outlook. You can also see from the examples that there are groups of classes, in an object hierarchy that is very logically named so that you can easily get at the underlying data. For example, a worksheet under Excel is accessed as [naturally] Excel.Worksheet. Open source proponents might decry this further lockin of a developer into Microsoft's arms. But if you are willing to put up with that, it has to be said that Microsoft does provide a lot of support. Summary: |
| Visual Studio Tools for Office: Using Visual Basic 2005 with Excel, Word, Outlook, and InfoPath (Microsoft .Net Development)
Publisher: Addison-Wesley Professional |
|
| ISBN: 0321411757 List Price: $49.99 Amazon Price: $31.49 Usually ships in 24 hours |
Avg Cusomer Rating: 5 Reviews: Summary: powerful integration of Visual Studio and MS Office Carter and Lippert demonstrate one of the key reasons for Microsoft's continued success over almost 30 years. From its inception, Microsoft was a tool developer, writing and selling compilers and other programming aids to programmers. In similar wise, developers who wish to extend Microsoft Office applications will be pleased by the depth of detail shown in the book. Visual Studio is the IDE that gives you a comfortable and powerful platform. The book is rather lengthy. Few readers will likely scan it end to end. But the main reason for the heft is the number of applications within the Office suite. Excel gets 4 chapters, and so does Word. While Outlook has 3 chapters and InfoPath has one. Of these applications, it is perhaps Excel that is the most likely to be extended by third party developers. A spreadsheet is something that inherently lends itself to the idea that someone would write more intricate relations. Given that the default mode is for a user to associate cells in some formulaic fashion. It should also be said that there are several other chapters, mostly concerned with the overall aspects of programming within VSTO. Speaking of which, there is a nice passage showing how to tie an Excel spreadsheet back to a SQL database, through the use of Binding Sources. This takes what is essentially the UI coding of the MS Office applications to a deeper level. Summary: |
| Visual Basic 2005 (In a Nutshell (O'Reilly))
Publisher: O'Reilly Media |
|
| ISBN: 059610152X List Price: $49.99 Amazon Price: $31.49 Usually ships in 24 hours |
Avg Cusomer Rating: 5 Reviews: Summary: Fantastic Desktop Reference Visual Basic 2005 In A Nutshell is a wonderful companion reference for any and all VB developers. With the new features in the 2005 version of VB, this guide is a great book to have by your side when you are working on your latest Visual Basic application. Packed with nearly 750 pages of reference material, this is a great books that is written well, without too much bloat (just the way I like it). The first 150 pages cover the basics of using the VB language, the next 300 is reference for keywords, classes, functions, etc, and the 300 page or so covers the 'My' reference (VERY IMPORTANT) and other odds and ends of the language. I love the Nutshell books because they cut through the muck and get right to the point. The size of the books make them perfect for keeping by your side, and that familiar brown coloring scheme makes them easy to see on your shelf. If you program VB, pick this book up, it will truly make your life easier! ***** HIGHLY RECOMMENDED Summary: Clear and concise with great examples This is a fantastic reference book for VB prorgrammers. The examples are great. They aren't too long and get right to the point of what they are trying to illustrate. The organization is perfect and the writing is crisp. It's hard to compete with the convenience of the MSDN. But sometimes the MSDN is tough to navigate and it's just easier to pick up a book and find what you are looking for. And the book you pick up should be this book. Summary: A Very Good Book I've always missed the printed help manuals that used to come with development tools. I used to carry them around with me and browse through them whenever I had a bit of time. So I was happy to read this book, which has a nice big PRINTED reference section. There are several sections that cover various topics such as object orientation, data types, delegates & events, operators, and so on. The book also covers the new features of Visual Basic 2005, such as operator overloading and generics. My favorite part is the section on the My namespace. Cool stuff. This is mainly a reference book. The authors did a very good job of also making this a readable book. That's a rare feat. Bottom line: this book is a keeper, and will be sitting on my bookshelf at work. Summary: |
| home |