WPF 4 Unleashed


Adam Nathan - 2010
    Windows Presentation Foundation (WPF) is the recommended technology for creating Windows user interfaces, giving you the power to create richer and more compelling applications than you dreamed possible. Whether you want to develop traditional user interfaces or integrate 3D graphics, audio/video, animation, dynamic skinning, multi-touch, rich document support, speech recognition, or more, WPF enables you to do so in a seamless, resolution-independent manner. WPF 4 Unleashed is the authoritative book that covers it all, in a practical and approachable fashion, authored by WPF guru and Microsoft developer Adam Nathan. Covers everything you need to know about Extensible Application Markup Language (XAML) Examines the WPF feature areas in incredible depth: controls, layout, resources, data binding, styling, graphics, animation, and more Highlights the latest features, such as multi-touch, text rendering improvements, XAML language enhancements, new controls, the Visual State Manager, easing functions, and much more Delves into topics that aren't covered by most books: 3D, speech, audio/video, documents, effects Shows how to create popular UI elements, such as Galleries, ScreenTips, and more Demonstrates how to create sophisticated UI mechanisms, such as Visual Studio-like collapsible/dockable panes Explains how to create first-class custom controls for WPF Demonstrates how to create hybrid WPF software that leverages Windows Forms, DirectX, ActiveX, or other non-WPF technologies Explains how to exploit new Windows 7 features, such as Jump Lists and taskbar customizations

Applying Domain-Driven Design and Patterns : With Examples in C# and .NET


Jimmy Nilsson - 2006
    While the examples in this guide are in C# and .NET, the principles can be used by developers using any language and IDE.

Nikon D5100 for Dummies


Julie Adair King - 2011
    Coverage explores the on-board effects, low-light settings, and automatic HDR shooting. Clear explanations detail the ways in which you can use the new features of the Nikon D5100 to add unique shots to your portfolio while an explanation of photography terms gets you confident and savvy with this fun DSLR camera.Covers basic camera controls and functions, shooting in auto mode, setting photo quality, and navigating menus and the view screen Introduces the basics of photography, including the settings that control lighting, exposure, focus, and color Addresses the new low-light and HDR settings Encourages you to use the new onboard effects features and shares tips for improving images with editing software Get a grasp on the fun Nikon D5100 with this fun and friendly guide!

The REST API Design Handbook


George Reese - 2012
    The RESTful approach to web services design is rapidly become the approach of choice. Unfortunately, too few people have truly solid REST API design skills, and discussions of REST can become bogged down in dry theory.The REST API Design Handbook is a simple, practical guide to aid software engineers and software architects create lasting, scalable APIs based on REST architectural principles. The book provides a sound foundation in discussing the constraints that define a REST API. It quickly goes beyond that into the practical aspects of implementing such an API in the real world.Written by cloud computing expert George Reese, The REST API Design Handbook reflects hands on work in consuming many different third party APIs as well the development of REST-based web services APIs. It addresses all of the debates the commonly arise while creating these APIs. Subjects covered include:* REST architectural constraints* Using HTTP methods and response codes in an API* Authenticating RESTful API calls* Versioning* Asynchronous Operations* Pagination and Streaming* Polling and Push Notifications* Rate Limiting

Evolve: 2 Minute Wisdom


Radhanath Swami - 2011
    Thus facilitating our desert like hearts to grow lotuses.”Evolve is based on various talks given by H.H. Radhanath Swami. This is neither an exact transcription nor an overly corrected version.

CIA Super Pilot Spills The Beans: Flying Helicopters in Laos for Air America


Bill Collier - 2017
    Captain Collier teamed up with his best Vietnam helicopter pilot buddy, Gary, and the two rascals shared enough true adventure to make any novel seem lame. Flying combat in mountainous and weather-hostile Laos was some of the most challenging ever experienced by any pilot, any time, any war. Making fabulous money and having airline benefits allowed them to live an exotic lifestyle, to travel the world on their monthly R&Rs, and to chase and capture more than a few stewardesses from several different airlines.War correspondent Anne Darling described the helicopter pilots for AIR AMERICA as "CIA Super Pilots" Captain Bill Collier was one of those "Super Pilots." This is his story.

Final Approach - Northwest Airlines Flight 650, Tragedy and Triumph


Lyle Prouse - 2011
    He was fired by his airline, stripped of his FAA licenses, tried, convicted, and sent to Federal prison. This was a first. It had never occurred before. Lyle Prouse came from a WWII housing project in Kansas and an alcoholic family where both parents died as a result of alcoholism. He rose through the ranks of the United States Marine Corps from private to captain, from an infantryman to a fighter pilot. He made his way to the pinnacle of commercial aviation, airline captain...then lost it all. Today he is a recovering alcoholic with nearly twenty-two years sobriety. This story describes his rise from the ashes of complete destruction from which he was never to fly again. It is full of miracles which defy all manner of odds. In a long and arduous journey, he eventually regained his FAA licenses. He never fought his termination; he considered it fair and appropriate. Miraculously, after nearly four years, the President/CEO of his airline personally reinstated him to full flight status in spite of all the adverse publicity and embarrassment. In effect, the President/CEO gambled his own career by taking such a risk on a convicted felon and publicly acknowledged alcoholic pilot. In another stunning event, the judge who tried, sentenced, and sent him to prison watched his journey and reappeared eight years after the trial. He became the driving force behind a Presidential pardon although he'd never supported a petition for pardon in all his years on the bench. Lyle retired honorably as a 747 captain for the airline he'd so horribly embarrassed and disgraced. He lives with his wife of nearly forty-nine years and has five grandchildren. He continues to work with all the major airlines in their alcohol programs. He is also active in his Native American community, and he provides hope to those struggling with the disease of alcoholism, no matter who they are or where they are.

AWS Lambda: A Guide to Serverless Microservices


Matthew Fuller - 2016
    Lambda enables users to develop code that executes in response to events - API calls, file uploads, schedules, etc - and upload it without worrying about managing traditional server metrics such as disk space, memory, or CPU usage. With its "per execution" cost model, Lambda can enable organizations to save hundreds or thousands of dollars on computing costs. With in-depth walkthroughs, large screenshots, and complete code samples, the reader is guided through the step-by-step process of creating new functions, responding to infrastructure events, developing API backends, executing code at specified intervals, and much more. Introduction to AWS Computing Evolution of the Computing Workload Lambda Background The Internals The Basics Functions Languages Resource Allocation Getting Set Up Hello World Uploading the Function Working with Events AWS Events Custom Events The Context Object Properties Methods Roles and Permissions Policies Trust Relationships Console Popups Cross Account Access Dependencies and Resources Node Modules OS Dependencies OS Resources OS Commands Logging Searching Logs Testing Your Function Lambda Console Tests Third-Party Testing Libraries Simulating Context Hello S3 Object The Bucket The Role The Code The Event The Trigger Testing When Lambda Isn’t the Answer Host Access Fine-Tuned Configuration Security Long-Running Tasks Where Lambda Excels AWS Event-Driven Tasks Scheduled Events (Cron) Offloading Heavy Processing API Endpoints Infrequently Used Services Real-World Use Cases S3 Image Processing Shutting Down Untagged Instances Triggering CodeDeploy with New S3 Uploads Processing Inbound Email Enforcing Security Policies Detecting Expiring Certificates Utilizing the AWS API Execution Environment The Code Pipeline Cold vs. Hot Execution What is Saved in Memory Scaling and Container Reuse From Development to Deployment Application Design Development Patterns Testing Deployment Monitoring Versioning and Aliasing Costs Short Executions Long-Running Processes High-Memory Applications Free Tier Calculating Pricing CloudFormation Reusable Template with Minimum Permissions Cross Account Access CloudWatch Alerts AWS API Gateway API Gateway Event Creating the Lambda Function Creating a New API, Resource, and Method Initial Configuration Mapping Templates Adding a Query String Using HTTP Request Information Within Lambda Deploying the API Additional Use Cases Lambda Competitors Iron.io StackHut WebTask.io Existing Cloud Providers The Future of Lambda More Resources Conclusion

Pro ASP.NET MVC 4


Adam Freeman - 2012
    It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET.ASP.NET MVC 4 contains a number of significant advances over previous versions. New mobile and desktop templates (employing adaptive rendering) are included together with support for jQuery Mobile for the first time. New display modes allow your application to select views based on the browser that's making the request while Code Generation Recipes for Visual Studio help you auto-generate project-specific code for a wide variety of situtations including NuGet support.In this fourth edition, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You'll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you'll discover MVC's strengths and weaknesses for yourself--and put your best-learned theory into practice.The book's authors, Steve Sanderson and Adam Freeman, have both watched the growth of ASP.NET MVC since its first release. Steve is a well-known blogger on the MVC Framework and a member of the Microsoft Web Platform and Tools team. Adam started designing and building web applications 15 years ago and has been responsible for some of the world's largest and most ambitious projects. You can be sure you are in safe hands.

Operational Excellence Pillar: AWS Well-Architected Framework (AWS Whitepaper)


AWS Whitepapers - 2017
    It provides guidance to help you apply best practices in the design, delivery, and maintenance of AWS environments. This documentation is offered for free here as a Kindle book, or you can read it in PDF format at https://aws.amazon.com/whitepapers/.

Programming Entity Framework: Code First


Julia Lerman - 2011
    With this concise book, you’ll work hands-on with examples to learn how Code First can create an in-memory model and database by default, and how you can exert more control over the model through further configuration.Code First provides an alternative to the database first and model first approaches to the Entity Data Model. Learn the benefits of defining your model with code, whether you’re working with an existing database or building one from scratch. If you work with Visual Studio and understand database management basics, this book is for you.Learn exactly what Code First does—and does not—enable you to doUnderstand how property attributes, relationships, and database mappings are inferred from your classes by Code FirstUse Data Annotations and the Fluent API to configure the Code First data modelPerform advanced techniques, such as controlling the database schema and overriding the default model cachingThis book is a continuation of author Julia Lerman’s Programming Entity Framework, widely recognized as the leading book on the topic.

Exposure Mastery: Aperture, Shutter Speed & ISO. The Key to Creative Digital Photography


Brian Black - 2015
    I’ve Spent Years Discovering All There Is To Know About the Possibilities of Photography. Now I’m Here to Help YOU! Hi, I'm Brian. I’m a professional photographer with a long career that was made possible by one single tool: my camera. I’ve explored the boundaries of photography for many years and watched it evolve into a high-tech profession that still follows the same, basic rules.I’m here to share these insights with you, to help you turn that basic know-how that’s got you this far into a full-fledged understanding of the physics and rules of photography. Give Me 48 Hours and I'll Teach You the Art of Exposure Give me a week and I’ll train your eye to see all the possibilities as you angle a shot. By the time you’ve put the advice in this guide into practice, you’ll understand everything from light metering, depth of field and exposure to contrast and special effects.In this book, we’ll cover: All you need to know about creative digital photography The physics of photography, including aperture speed, motion capture and light meters The dynamics of light – and what they mean to a photographer The secrets of portrait, close-up, panoramic and landscape photography The special effects that are possible with nothing more than your shutter speed And much, much more. My Secret Ingredient… Sure, there are expensive course out there that cover some of the information included in this book, but the secret ingredient is that I know how to turn mechanical understanding into artistic brilliance – and it’ll cost you less than the price of a memory stick to find out what that ingredient is.All it takes is a few key pieces of knowledge and you’ll be on your way to turning a deep and profound understanding of your camera into a hobby, or even a career. Start Taking More Professional Photos In Less Than a Week... or Your Money Back! If you follow the steps in this guide and don’t see a single difference in the quality of your images, simply click one button within 7 days and Amazon will return 100% of your money. That’s how confident I am that I have the answer to your problem – I really can help you find become a professional-standard photographer.Just scroll up now and click the BUY NOW button to start taking BRILLIANT photographs, TODAY!

Web Development and Design Foundations with Html5


Terry Felke-Morris - 2012
    A well-rounded balance of hard skills (HTML5, XHTML, CSS, JavaScript) and soft skills (Web Design, e-commerce, Web site promotion strategies) presents everything beginning Web developers need to know to build and promote successful Web sites.

Stock Trading: Tips for Trading Stocks - From Stock Trading For Beginners To Stock Trading Strategies (Stock Trading Systems Book 1)


Carl Robertts - 2014
    They follow a tested and proven set of rules which help them trade effectively. This stock trading book contains many time-tested stock trading tips/rules/guidelines gathered from numerous successful traders from all over the world. One of the most effective ways to become successful in any endeavor is to “model” yourself after those who are already successful. The tips/rules/guidelines will not only help to get you on the right path to successful stock trading, but help to keep you on the right path. These useful tips are arranged based on a variety of stock trading topics for your quick and easy reference. This book was designed as a collection of trading tips as a brief introduction to stock trading for beginners. If you are an experienced and successful trader then you are already putting into practice the information found inside this book. If you are new to trading stock, however, there are tips/rules/guidelines to help you in a number of different areas. If you are interested in more in-depth coverage of stock trading, please check out my other more advanced books in my Stock Trading Systems series. Create A Simple StockTrading Plan - As the old saying goes, "if you fail to plan, then you plan to fail". Included are some basic guidelines to help you quickly and easily create a basic stock trading plan. Stock Investing and Stock Day Trading - Whether you are interested in longer-term investing or shorter-term trading there are plenty of timely, useful trading tips for you. Stock Trading Strategies - Learn the basics of stock trading strategies and why they are critical to your trading success. Stock Trading Basics - This section of the stock trading guide contains a wide variety of solid trading tips and serves as an excellent reference. Stock Trading Myths - Some of the things you will hear about stock trading are just plain nonsense. Learn about some common stock market myths that may already be costing you money. Money Management - Learn the power of money management. Money management is the one key ingredient that can multiply your profits without multiplying your risk level. Stock Trading Discipline - Learn the importance of trading discipline and why it is absolutely essential for your success. Inside you will also find tips/rules/guidelines ranging from tips on getting started in stock trading to tips on such important topics as stock trading strategies, day trading stock, and much, much more. You Can Read this book on your PC, Mac, Kindle device, Tablet, and even your SmartPhone! Download this Kindle book and start to improve your stock trading today!

From Sequins to Sunshine - Year One (Lorna's Life in Spain Book 1)


Lorna Penfold - 2013
    They moved to start a new life breeding alpacas. Lorna started an online blog to keep track of her day to day life. Nearly six years down the line and Lorna has decided to make the first year of their new life available for everyone to read. Lorna's new life is full of ups and heartbreaking downs, but through it all she is determined not to let this new life get the better of her.