Microsoft Books
Related Subjects:
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250

Used price: $0.46

Moving forwardReview Date: 2005-05-14
Best Introduction YetReview Date: 2004-01-11
Good Starting PointReview Date: 2002-06-21
the book is well written, applicable and easy to read. Ron's Mum should be proud :)
Outstanding Reference!Review Date: 2001-05-20
Why not use this as a text book?Review Date: 2002-09-06

Used price: $0.33

The Access 2.0 "Bible"Review Date: 1997-03-19
Any one chapter is worth the price of the bookReview Date: 1999-11-23
Must have MS Access 2.0 bookReview Date: 1998-05-26
Excellent Guide even for Access 95, 97 DevelopersReview Date: 1997-08-29
If you only own one Access 2.0 book, this should be itReview Date: 1997-08-14

Used price: $0.49

Would've given it 10 starsReview Date: 2006-09-13
I bought this book because our company launches a new dev project for providing alerts to customers on their financial data (wires, etc.), and I've read that SQL NS is way better than any custom app.
First of all, now that I've read most of the book (and worked through all the samples), I totally support that info.
Secondly (yet very important), I swear I have never had a technical book that was as easy to read and comprehend as this one!
Microsoft is inclined to use some sort of "bureaucratic English" on MSDN, which is a pain in the neck to understand for someone like me (apparently, English is not my native language).
However, even though the author is a Development Lead for SQL NS at Microsoft, his book is as easy to read as my favourite science fiction books (and far easier to read than most of fantasy books like those by Tolkien).
The examples in this book lead you from the most basic concepts of NS to the most advanced features such as developing a custom delivery protocol or a custom standalone event provider.
All you need to start with it is basic knowledge of T-SQL (or, just any flavor of SQL) and XML (REALLY basic!).
And, yes, it's true, you can build a fully functional prototype in less than 2 weeks. I did.
It's a pity that the maximum number of stars is 5.
This book is truly a masterpiece.
A must-have for everybody working with data-driven applications.
An Excellent SQLNS bookReview Date: 2005-06-16
If you use SQLNS as a notification application framework, it's very easy to get a first instance working, but when your app gets popular and you need 10 more just like it immediately, working with SQLNS quickly becomes all-consuming, that's what I meant by "SQLNS as a way of life". If you're looking to "check out" SQLNS or see if its "right" for your application that's fine too, the preface even gets you quickly up to speed on the SQLNS lingo. I also remember Shyam writing to me a few times about the "its not a custom delivery channel, its a custom delivery protocol". In any case, there's *no way* you can be dissapointed with this book.
An absolute must-haveReview Date: 2005-05-17
One of the key sections of the book is how to troubleshoot your NS application which is the USP of this book, seeing that such treatment to that particular area has not been given anywhere else.
I would strongly recommend this book to anyone who is interested in developing NS applications.
This is *The* SQL-NS BookReview Date: 2005-02-01
A Must Read for Notification Services Developers Review Date: 2005-01-31
The book is structured to provide quick, step-by-step implementation instructions as well as detailed explanations of the hows and whys of Notification Services.
I was particularly grateful for Part III of the book that details optimization, deployment and administration requirements.
Another invaluable part of the book is the chapter on setting up your development environment. I had to do my first application before the publication of this book and I will tell you that had I had this book then, the time I would have saved would have paid for the price of the book many times over.

Used price: $36.00

Excellent ReferenceReview Date: 2008-07-17
Very completeReview Date: 2008-03-31
The best book from the best in the businessReview Date: 2008-03-01
Great bookReview Date: 2008-02-17
Comprehensive and clear resource for the mobile developerReview Date: 2007-10-08
Along the way, the book highlights features that are new to .NET Compact Framework 2.0 so that the developer who has experience building applications using the version 1.0 product can identify new features that are helpful. However, the main purpose of this book is to give you the essential information you need to design and build applications that work on a constrained device such as a Pocket PC or Smartphone, or on embedded hardware. It instructs you as to how to build and debug applications, how to design GUIs that work on small devices, and how to deploy applications. It also delves into problems that are unique to mobile device applications, such as how to design and build applications that work well with unreliable, slow network connections, which is the usual state of affairs with phone-enabled mobile devices. This book is a handbook for the mobile developer that explains how to tackle the common problems that mobile application developers encounter. The book is divided into three parts:
Part 1, Mobile Application Development Essentials, contains six chapters that everyone should read because they take you through topics that all mobile application developers must understand.
Chapter 1, ".NET Compact Framework--a Platform on the Move," is an introduction to the .NET Compact Framework and explains the tools you need to build applications for smart devices.
Chapter 2, "Building a Microsoft Windows Forms GUI," explains how to build effective Windows Forms applications on personal digital assistants (PDAs) and Smartphones.
Chapter 3, "Using SQL Server 2005 Compact Edition and Other Data Stores," looks at data persistence on devices in SQL Server 2005 Compact Edition databases and how you can build a graphical user interface that binds to data.
Chapter 4, "Catching Errors, Testing, and Debugging," shows you how to test and debug your applications on real devices and emulators, and how to trap and handle errors at run time.
Chapter 5, "Understanding and Optimizing .NET Compact Framework Performance," is about creating applications that perform well, something that requires a little more care to achieve on a smart device with limited RAM and storage than it does in a desktop application.
Chapter 6, "Completing the Application: Packaging and Deployment," looks at packaging and deployment and how Visual Studio 2005 makes it easy to build installation packages so that you can install your application on your target devices.
Part 2, Solutions for Challenges in Mobile Application Development, contains 10 chapters that examine areas that present particular challenges to applications running on a smart device.
Chapter 10, "Security Programming for Mobile Applications," is about security programming, an essential topic for any software developer, but of particular interest to mobile application developers who are responsible for keeping valuable data secure on a mobile device that can be lost or stolen, and must send data over public communications networks such as the Internet.
Chapter 11, "Threading," looks at how to do multithreaded programming in the .NET Compact Framework.
Chapter 12, "Graphics Programming" shows how to present UI that looks more polished and professional than one that is built using only the standard Microsoft Windows Forms controls from the Microsoft Visual Studio 2005 Toolbox.
Chapter 13, "Direct3D Mobile", discusses how 3-D graphics can be implemented on a Windows Mobile 5.0-powered device using Direct3D. It starts simply with 2D graphics and then gradually moves into 3D graphics.
Chapter 14, "Interoperating with the Platform," explains how to call native APIs that are available in the underlying Windows CE operating system to perform tasks that are not possible using the .NET Compact Framework APIs alone.
Chapter 15, "Building Custom Controls", looks at developing custom Windows Forms controls that you can use in .NET Compact Framework applications.
Chapter 16, "Internationalization", explains how to create applications that are easily localizable to different cultures and languages.
Chapter 17, "Developing with Windows Mobile", looks at the Windows Mobile 5.0 managed APIs, a set of APIs that are unique to mobile devices and that expose system information and allow programmatic access to data stores such as Microsoft Office Outlook Mobile contacts, calendars, and tasks lists.
Part 3, New Developments, consists of a single chapter that provides an early look at the next version of Visual Studio and the next version of the .NET Compact Framework, version 3.5. The latest version adds new features for querying data collections, messaging, testing, and many other innovations and enhancements.

Used price: $29.00

Best Tech Book I ever readReview Date: 2008-04-03
This book was the best on the topic that I have read.Review Date: 2007-12-27
I liked this book so much that I also bought the ASP.NET, SQL, and Visual Basic 2005...all topics I need to brush up on. As far as I can tell these other books follow the same great format.
From someone who thousands of dollars worth of technical and programming books...these are great even for beginners. However if you are not familiar with vb2005 get murach's visual basic 2005 to read first.
Highly Recommended for Someone Wanting to Learn ADO.NETReview Date: 2007-11-03
Another Winner from MurachReview Date: 2007-10-26
The best part of Murach books (including this one), aside from the paired page layout, is that they make no assumption about the reader's skill level, and cover enough background on each topic to ensure that you will come away with a thorough understanding of not just what and how, but also why.
Both beginner and expert programmers alike will find this book extremely useful, and it's a great addition to the Murach family of programming reference and tutorial books.
To the point!Review Date: 2007-10-04
This book doesn't cover all the theory in the world about a topic. Also, not all topics. But it tells you how to use them and what to watch for.
I am glad to have read it.


Great read...Review Date: 2008-06-05
Wonderful Series!Review Date: 2008-04-09
My Shadow WarriorReview Date: 2008-03-06
Must read the entire trilogy
It was goodReview Date: 2007-02-19
What an ending!!!Review Date: 2006-08-29
Their lives are still in danger so he has arranged each of them to be married to men he can entrust with their safety. Rose, the youngest and blessed with the healing touch, is betrothed to Jamie MacPherson, a childhood friend she hasn't seen in years. Her wedding, however, has been postponed so she can devote herself to discovering the source of her father's illness.
Despite her many efforts, her father continues to deteriorate. To Rose's mind, her only hope is William MacKay, a gifted healer also known as the Wizard of the North. Since her many letters to him have gone unanswered, Rose decides to travel to his fortress to see him in person.
William is determined to shun the girl who has traveled many miles to see him, but curiosity forces him to disguise himself and seek her out. What he finds is a beautiful woman who is dedicated to helping others, even at risk to herself.
His fascination with her finally forces him to see her and eventually agree to travel to MacDonell castle to see her father. But in truth there is a sinister plot behind the MacDonell's illness and his wife's death and this mysterious enemy will stop at nothing to get what he wants.
This was such a great ending to a wonderful trilogy. The plot of the MacDonnell's illness and the mother's death at the stake is woven throughout all three books. It is finally resolved in this last tale but what an ending. Jen Holling has done a masterful job weaving several storylines together to create an enchanting tale of love, treachery, and greed.

Used price: $15.50

Excellent guide to get started using the Win32 API w/ .NETReview Date: 2004-03-28
I agree with the book that the .NET Framework is mostly targeted at business developers and the Internet for B2B and B2C applications, as well as internal Enterprise applications. Having said that, I have found the .NET framework lacking, and as the author points out, most likely due to how young it is in comparison to the Win32 API.
This book will get you up and running with making those Win32 API calls when you can't find that same functionality duplicated in the .NET Framework. There isn't much documentation on this subject matter on MSDN or the web (searching on Google), so this is pretty much it. The author did a great job, however, at times, the examples were a little light or topics weren't explained as thoroughly as they should have been. For example, the author will tell you what data type he used in place of a native Win32 data type, but doesn't clearly explain his reasoning for the choice. But other than that small complaint, this book is a must have for any .NET developer.
This book RocksReview Date: 2003-08-22
A Very Good ResourceReview Date: 2003-07-20
Excellent companion piece to Adam Nathan's bible...Review Date: 2004-08-17
What I liked best was the author didn't take the cop out solution (managed C++) unless it was absolutely necessary. Most of the code examples in the book are in C# and this might be of some concern to the VB.NET programmers. The chapters are well organized and there's an appendix with 50+ good tips on PInvoke. If you are still struggling with your PInvoke interop problem after reading this book, it's time to bring out the heavy weight (Adam Nathan's bible) -- good luck!!!
Atul
Great book overall.Review Date: 2003-05-21

Used price: $13.09

Excellent book for Pocket PC ProgrammingReview Date: 2006-02-19
Juan Carlos Olivares Rojas
http://mail.cenidet.edu.mx/~jcolivares04c/
A Definitive Guide to Pocket PC ProgrammingReview Date: 2004-06-08
Very UsefulReview Date: 2003-10-02
Way cool...Review Date: 2003-12-12
I had no ideaReview Date: 2003-10-08

Used price: $9.43

The best C# book on the marketReview Date: 2008-06-10
Visual C# 2005:The Base Class LibraryReview Date: 2008-06-02
The themes and the examples are clean. The same line as Visual Basic. I recommend.
Manoel de Assis - Brazil - [...]
Programming Microsoft Visual C# 2005: The Base Class Library (Pro-Developer)
Exactly what I NeededReview Date: 2008-03-12
Balena has an easy style of writing, also, that just seems to allow the information to jump right into your brain. There are other authors whose technical expertise is obvious to me, and whose books I regularly look to buy, but whose writing have quirks that can distract me at times. Balena is not such an author. Clearly, he knows how to make proper use of the IBrain.InputInformation
Great Intermediate Level C# MaterialReview Date: 2008-02-09
It's well written, has appropriate examples for the target audience, and doesn't get bogged down in beginning C# material. It has plenty of advanced material, if that is what you are looking for.
The best!Review Date: 2007-07-05

Used price: $0.84

Best Children's Bible I've ever seenReview Date: 2008-04-13
Accurate Bible Stories for ChildrenReview Date: 2008-01-02
LovelyReview Date: 2007-05-12
Highly recommendedReview Date: 2007-03-23
Great Starter BibleReview Date: 2007-02-10
Related Subjects:
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250