Showing posts with label net. Show all posts
Showing posts with label net. Show all posts

MCTS Self-Paced Training Kit (Exam 70-536): Microsoft® .NET Framework Application Development Foundation, Second edition Review

MCTS Self-Paced Training Kit (Exam 70-536): Microsoft® .NET Framework Application Development Foundation, Second edition
Average Reviews:

(More customer reviews)
Are you looking to buy MCTS Self-Paced Training Kit (Exam 70-536): Microsoft® .NET Framework Application Development Foundation, Second edition? Here is the right place to find the great deals. we can offer discounts of up to 90% on MCTS Self-Paced Training Kit (Exam 70-536): Microsoft® .NET Framework Application Development Foundation, Second edition. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

MCTS Self-Paced Training Kit (Exam 70-536): Microsoft® .NET Framework Application Development Foundation, Second edition ReviewOverall, if you're considering taking the 70-536 exam, I recommend getting this book (not that there are a lot of alternatives). It may contain a few errors (honestly, I don't recall anything significant, right off hand), but the 2nd edition definitely alleviates at least most of the scores of pages of errors found in the first edition. Don't get the cheaper old edition: it's worth it to pay for the updated version, if only to avoid having to go through the 50+ pages of errata with the first edition.
This book does not cover everything in the same depth as the test, so if this is your only study tool, don't expect to feel completely comfortable when taking the exam or expect to "ace" it. As other posters have stated, you will need to do some of your own research if getting every question right is your goal. However, using ONLY this book as a study tool you CAN pass. Passing was my goal, and to that effect, this book accomplished its purpose effectively.
The tests provided on the CD did not seem much easier than the questions on the exam. Others may have had a different experience, but that was mine. I did notice that I "memorized" the answers rather quickly, and am glad I saved the tests on the CD until after I had already worked through the book, and could still use them to help polish my knowledge.
MCTS Self-Paced Training Kit (Exam 70-536): Microsoft® .NET Framework Application Development Foundation, Second edition Overview
Your 2-in-1 Self-Paced Training Kit. Fully updated and revised! Ace your preparation for the skills measured by MCTS Exam 70-536—and on the job. With this official Microsoft study guide, you'll work at your own pace through a series of lessons and reviews that fully cover each exam objective. Then reinforce and apply what you've learned through real-world case scenarios and practice exercises.

Maximize your performance on the exam by learning to:

Develop applications that use system types and collections
Validate input, reformat text, and extract data with regular expressions
Create services and multi-threaded applications
Implement code-access security and role-based security
Implement serialization to read and write complex objects
Leverage legacy code using interoperability
Monitor and troubleshoot applications
Create applications for a global audience

Practice Tests assess your skills with practice tests on CD. You can work through hundreds of questions using multiple testing modes to meet your specific learning needs. You get detailed explanations for right and wrong answers?including a customized learning path that describes how and where to focus your studies.

Your kit includes:

15% exam discount from Microsoft. Offer expires 12/31/13.
Official self-paced study guide.
Practice tests with multiple, customizable testing options and a learning plan based on your results.
300+ practice and review questions.
Code samples in Microsoft Visual Basic and Visual C# on CD.
Case scenarios, exercises, and best practices.
90-day evaluation of Microsoft Visual Studio Professional 2008.
Fully searchable eBook of this guide.

A Note Regarding the CD or DVD:

The print version of this book ships with a CD or DVD. For those customers purchasing one of the digital formats in which this book is available, we are pleased to offer the CD/DVD content as a free download via O'Reilly Media's Digital Distribution services. To download this content, please visit O'Reilly's web site, search for the title of this book to find its catalog page, and click on the link below the cover image (Examples, Companion Content, or Practice Files). Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to booktech@oreilly.com.


Want to learn more information about MCTS Self-Paced Training Kit (Exam 70-536): Microsoft® .NET Framework Application Development Foundation, Second edition?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Expert .NET Micro Framework (Expert's Voice in .NET) Review

Expert .NET Micro Framework (Expert's Voice in .NET)
Average Reviews:

(More customer reviews)
Are you looking to buy Expert .NET Micro Framework (Expert's Voice in .NET)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Expert .NET Micro Framework (Expert's Voice in .NET). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Expert .NET Micro Framework (Expert's Voice in .NET) ReviewI am a .NET programmer by trade, an Arduino fan by hobby, and an open-source advocate in practice. So, when I first heard of the .NET Micro Framework I had a dual response, both "yeah right" and "this could be interesting." I evaluated a few kits, and a few other books, and chose this one because it appeared at first glance to take a deeper look into not only embedded systems development with the .NET Micro Framework, but to take that glance through the lens of an experienced programmer.
I was pleased to find that the book not only offered an excellent introduction to .NET Micro - which I'll get to in a moment - but that it also allowed me to look at some of those familiar practices, like multi-threaded programming and lower-level communications with streams, and binary serialization, from a different perspective. I'm an enterprise .NET developer, so the approaches I take solve problems on a far greater scale than with embedded systems; this text approached those same topics on a small scale but did so in an unassuming and concise manner. The author seems to take the approach of "experienced coder in a coffee shop talking to another experienced programmer," the two taking different approaches to solve the same problems, and both learning from the other's approach.
Clearly-stated expert .NET generalities aside, this book has *tons* to offer the embedded developer. I had *zero* experience with .NET Micro and have missed .NET coding when I'm tinkering with Arduino in my spare time. This book demonstrated how the .NET Micro framework could bridge that gap and provide a more natural environment in which I'd be up and running a lot faster. It explained topics as basic as GPIO port interfaces, how the .NET Micro framework communicates over said ports, and went into a great discussion early on describing the various options for hardware. Most of us new to hardware integration find hardware selection, prices, and details quite confusing, so the chapter dedicated to hardware description and selection was much appreciated. When I am ready to purchase some .NET Micro hardware, I'll be referencing my copy of this book to aid in my selection. Bluetooth, wireless, Ethernet, and all other sorts of hardware integration possibilities are available in the .NET Micro framework, and the book covers each topic not only conceptually but when appropriate, with coding examples in C# to further exemplify the opportunities.
If you're a fan of web services, WSDL, SOAP, and all things XML communication, you'll be really stoked to learn that the book goes into exhaustive detail on one particular topic. Device Profile for Web Services - DPWS - a method of connecting embedded systems to one another and to enterprise systems via XML/SOAP Web Services. If you're into enterprise application development and find this sort of embedded thing an interesting hobby, this chapter will blow your mind. The opportunities available via the .NET Micro framework with DPWS is really interesting. I had all kinds of ideas for connecting hardware to online resources or API's, and the examples in the networking chapter made it all seem possible.
This book is a great introduction to the .NET Micro framework from the point of view of an experienced programmer. If you're getting into embedded systems or you just want to learn about .NET from another perspective, pick it up. Finally, if you're an Arduino/Freeduino enthusiast who enjoys .NET coding and have been troubled with how to put the two together (even though your hardware might have to change a little to support .NET Micro's awesome capabilities), this is your resource.Expert .NET Micro Framework (Expert's Voice in .NET) Overview
The Microsoft .NET Micro Framework is a small and efficient .NET runtime environment used to run managed code on devices that are too small and resource constrained for Windows CE and the Compact Framework.

Expert .NET Micro Framework will teach you everything you need to know in order to use the .NET Micro Framework to create effective embedded applications. It begins with the basics of accessing hardware and networking before delving deep into the less well–known areas such as cryptography and globalization, and how to use technologies such as wireless communication that are not directly supported by the .NET Micro Framework.

This book is a must if you want to get as much as possible out of the .NET Micro Framework to write powerful embedded applications.

Expert .NET Micro Framework also describes how to use resources, and write globalized and multilingual embedded applications. You will learn how to effectively use binary serialization to store data permanently in flash memory or exchange data with a PDA or PC. Topics like cryptography and encrypted data exchange with a .NET or Compact Framework application are covered.

What you'll learn
Describes and compares wireless communication technologies and how to use them even if they are not directly supported by the .NET Micro Framework
Describes the whole class library and features of the .NET Micro Framework, illustrated by working examples
Demonstrates how to access hardware components with managed drivers and write applications with a graphical user interface
Includes a detailed description of how to effectively extend or write hardware emulators using undocumented features of the configuration engine and emulator components

Who this book is for
This book is for anyone with an interest in creating embedded systems. Primarily, it is written for the benefit of .NET developers with a background in C#, but it will equally appeal to hardware developers with a background in Assembler, C, or C++ who will be impressed by the benefits that managed code can bring to their devices.


Want to learn more information about Expert .NET Micro Framework (Expert's Voice in .NET)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Programming Microsoft® .NET (Core reference) Review

Programming Microsoft® .NET (Core reference)
Average Reviews:

(More customer reviews)
Are you looking to buy Programming Microsoft® .NET (Core reference)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Programming Microsoft® .NET (Core reference). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Programming Microsoft® .NET (Core reference) ReviewThe primary focus of the book (500+ pages) is on using .NET with ASP. Since I bought the book figuring that the book would be more focused on the FCL (Framework Class Library), the majority of the book is not useful to me.
The 180 pages dedicated to using the FCL and CRL (Common Runtime Library) with C# were very good, but could have used some additional material. Specifically, sample programs using more than just the edit, list, and button controls would have been good. In addition, detailed samples using streams would have also been good.
The final 100+ pages is a whirlwind tour of other aspects of .NET including ADO.NET (databases), threading, and remoting. The chapters do not have as much depth as the other chapters and give you just enough information to be dangerous. Again, additional depth would have been good.
If you want to use .NET from ASP with a little C#, this is THE book for you. If you want to use .NET from C#, this probably isn't the book for you.Programming Microsoft® .NET (Core reference) Overview
The Microsoft .NET initiative builds on industry standards to make interoperable software services available anywhere, on any device, over the Internet. Behind the initiative is the Microsoft .NET Framework, which combines a managed run-time environment with one of the richest class libraries ever invented to make building and deploying Web-enabled applications easier than ever. Find out how to leverage the full power of the .NET Framework with this definitive, one-stop resource, wri tten by a leading authority in his trademark easy-to-follow, conversational style. You'll learn about the key programming models embodied in the .NET Framework, including Windows® Forms, Web Forms, and XML Web services. And you'll benefit from a wealth of how-to examples, code samples, and complete working programs in C#.

Topics covered in this guide include:

Hello, .NET
Types and Exceptions
The .NET Framework Class Library
Windows Forms
Web Forms
Web Controls
User Controls
Custom Controls
Web Applications
Microsoft ASP.NET Security
XML Web Services
Microsoft ADO.NET
XML
Multithreading
Remoting

CD-ROM FEATURES:

A fully searchable electronic version of the book
Source code for more than 60 complete sample programs and components written in C#
The Microsoft .NET Framework SDK, plus Service Pack 1

A Note Regarding the CD or DVD

The print version of this book ships with a CD or DVD. For those customers purchasing one of the digital formats in which this book is available, we are pleased to offer the CD/DVD content as a free download via O'Reilly Media's Digital Distribution services. To download this content, please visit O'Reilly's web site, search for the title of this book to find its catalog page, and click on the link below the cover image (Examples, Companion Content, or Practice Files). Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to booktech@oreilly.com.


Want to learn more information about Programming Microsoft® .NET (Core reference)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Microsoft Visual C#(TM) .NET (Core Reference) Review

Microsoft  Visual C#(TM) .NET (Core Reference)
Average Reviews:

(More customer reviews)
Are you looking to buy Microsoft Visual C#(TM) .NET (Core Reference)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Microsoft Visual C#(TM) .NET (Core Reference). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Microsoft Visual C#(TM) .NET (Core Reference) ReviewThis is a very nice introduction to the C# language using Visual Studio.NET. Although the book is referred to as a "Core Reference" it is not a reference in the typical sense. Microsoft Press also publishes a "Step By Step" book on the same topic which is a basic introduction for the inexperienced programmer. This book is a more advanced tutorial, more suitable for a programmer with Java or C++ experience. However, it is not a complete introduction to the language. Several major topics are missing including regular expressions, inner classes, and, most surprisingly, I/O. The book does cover a wide range of features in .NET and does a nice job of explaining how to use these features in Visual Studio.NET. The first half of the book is an introduction to C# starting with the basics and going up to threading and debugging. The second half of the book covers topics such as creating windows and web forms, ADO.NET, XML, and web services. The section on windows forms is the most complete while the other topics are covered lightly. Overall, the book is generally well written and well edited. I found no obvious mistakes. The book is in hardcover and comes with a CD containing all the code and a DVD with a 60 day version of Visual Studio.NET. The book is not as complete as the O'Reilly C# book but because it is more fully integrated with Visual Studio, may be more useful to most developers.Microsoft Visual C#(TM) .NET (Core Reference) OverviewThis core reference provides the expert guidance that professional developers need to build applications with Windows Forms--the next-generation Microsoft Windows programming class library. Bestselling author Petzold shows readers how to use Microsoft Visual C#--the advanced, object-oriented language for the Microsoft .NET platform-to create dynamic user interfaces and graphical outputs for distributed or stand-alone applications.

Want to learn more information about Microsoft Visual C#(TM) .NET (Core Reference)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Pro Visual C++ 2005 for C# Developers: Featuring C++/CLI Review

Pro Visual C++ 2005 for C# Developers: Featuring C++/CLI
Average Reviews:

(More customer reviews)
Are you looking to buy Pro Visual C++ 2005 for C# Developers: Featuring C++/CLI? Here is the right place to find the great deals. we can offer discounts of up to 90% on Pro Visual C++ 2005 for C# Developers: Featuring C++/CLI. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Pro Visual C++ 2005 for C# Developers: Featuring C++/CLI ReviewIf you are a C# programmer interested in C++/CLI, look no further. I felt like the book was specially written for me :-)
It is written in a very clear and pragmatic manner. I am glad that the author kept the book short so that you can read through all the main points and explore further on your own. Excellent book.Pro Visual C++ 2005 for C# Developers: Featuring C++/CLI OverviewThis is an ideal book if you're an experienced developer approaching Visual C++ from a background of C# programming on .NET 1.1 or 1.0. This book includes two distinct sections forming a simple migration path for you to move across to Visual C++ 2005 development. The first section introduces the Visual C++ 2005 technology then overviews the language in eight fast-track chapters. This overview is tightly focused on the mechanics of the language and does not introduce any coding. Five additional chapters then detail the techniques and issues involved in converting C# applications to Visual C++ 2005.The remainder of the book acts as a detailed reference to Visual C++ 2005, providing information and advice on the technology and its coding techniques. This part of the book is designed for you to dip into it as a reference to assist in your work. While this information doesn't replace that freely available within Visual Studio .NET 2005, this content helps supplement it. Overall, the thorough treatment of advanced topics will earn this text a place on your shelf as a handy reference for years to come.

Want to learn more information about Pro Visual C++ 2005 for C# Developers: Featuring C++/CLI?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...