Expert advice to help you work smarter and increase your productivity with Visual Studio.
Thứ Hai, 2 tháng 3, 2015
Thứ Sáu, 16 tháng 1, 2015
RestKit for iOS
A step-by-step, example-based guide to learning how you can link your apps and web services using RestKit.This book is for iOS developers of all levels who are interested in boosting their productivity by utilizing third party libraries and who have a willingness to learn how to build RESTful apps using the RestKit framework. A basic knowledge of Objective-C is required as well as a simple understanding of how to use CoreData.
Thứ Năm, 25 tháng 12, 2014
Mac Kung Fu, 2nd edition
Mac Kung Fu: Second Edition will blow your mind with secret hacks never before made public and little-known tricks that will change the way you work forever. From big tasks through everyday jobs, this book will improve your productivity and refine your workflow. You’ll customize and manage the OS X interface, boost the power of built-in apps, efficiently handle the filesystem, implement important , tricks, and much more.
Thứ Ba, 23 tháng 12, 2014
Python Tools for Visual Studio
Python Tools for Visual Studio is a free and open source plugin for Visual Studio from Microsoft. It enables developers to use all the major productivity features of Visual Studio in their projects. The powerful integrated code navigation and code completion tools (IntelliSense) in PTVS empower developers to significantly speed up the coding process.,
PTVS provides a unique , for either Python or IronPython languages, taking advantage of the , , in plain Python projects.,
This book provides a detailed insight into Python tools in Visual studio to help Python developers implement a more productive and efficient workflow.
Thứ Bảy, 20 tháng 12, 2014
Write Great Code, Volume 2
It’s a critical lesson that today’s computer science students aren’t always being taught: How to carefully choose their high-level language statements to produce efficient code. Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level shows , engineers what too many college and university courses don’t – how compilers translate high-level language statements and data structures into machine code. Armed with this knowledge, they will make informed choices concerning the use of those high-level structures and help the compiler produce far better machine code – all without having to give up the productivity and portability benefits of using a high-level language.
Thứ Sáu, 19 tháng 12, 2014
Pro SharePoint 2010 Development for Office 365
It’s no secret that cloud-based computing is the next big movement in IT, and , is right there in the market with , 365 – a cloud-based productivity suite which includes a hosted, cloud-focused version of , 2010.,
SharePoint 2010 developers who have traditionally developed for on-premise environments will suddenly find themselves being asked to develop for the cloud. While there is a lot of overlap between cloud-based and traditional SharePoint development, there are also some important differences and considerations that must be taken into account as well. In particular, the proliferation of cloud-based solutions was a driving force behind certain new features in SharePoint 2010, like sandboxed solutions and the new client object model.
Microsoft Word 2010 Bible
Microsoft Word 2010 arrives with many changes and improvements, and this comprehensive guide from , MVP Herb Tyson is your expert, one-stop resource for it all. Master Word’s new features such as a new interface and customized Ribbon, major new productivity-boosting collaboration tools, how to publish directly to blogs, how to work with XML, and much more. Follow step-by-step instructions and best practices, avoid pitfalls, discover practical workarounds, and get the very most out of your new Word 2010 with this packed guide.
Thứ Năm, 18 tháng 12, 2014
Coding Faster: Getting More Productive with Microsoft Visual Studio
Take a detailed look into Visual Studio – and learn practical techniques to help you work more efficiently. This fully revised and expanded version of Visual Studio Tips: 251 Ways to Improve Your Productivity includes a comprehensive collection of tips and shortcuts for working with the code editor, visual designers, searches, debugger, and other features in Visual Studio 2005, 2008, and 2010. You’ll gain valuable insights for using this , – no matter what your experience level.
Beginning Microsoft Office 2010
This book is a practical, step-by-step guide to getting started with , , 2010. You’ll learn how to create and edit essential office files – documents, spreadsheets, presentations, and more – quickly and efficiently.,
You’ll also learn about all of the new updates included with Office 2010. Collaborate on projects in the , and access your files from virtually anywhere-with Beginning Microsoft Office 2010, you’ll take a hands-on approach to learning everything, new and old, that the world’s most popular productivity software suite has to offer.
Thứ Hai, 15 tháng 12, 2014
AspectJ in Action
A software system is the realization of a set of concerns. One of the central premises of object-oriented , is that each concern should be implemented as a separate module. However, there are certain system-wide concerns, such as logging, security, performance, and so forth, that often need to be addressed in many, if not all of the modules. Consequently, the code to handle these system-wide concerns may be mixed in with the core logic of a huge number of modules, resulting in lower productivity, poor quality, and systems that are hard to evolve.,
Aspect-oriented programming overcomes these problems by modularizing the system-wide concerns.