|
|
|
Head First C# (Brain-Friendly Guides)
Do you want to learn C#? Programmers around the world have learned that C# lets them design great-looking programs and build them fast. With C#, you ve got a powerful programming language and a valuable tool at your fingertips. And with the Visual Studio IDE, you ll never have to spend hours writing obscure code just to get a button working. C#, Visual Studio and .NET take care of the grunt-work, and let you focus on the interesting parts of getting your programs written. Sound appealing? Unlike other C# books, which just show you examples and expect you to just memorize them and move on, Head First C# gets you writing code from the beginning. You're given the tools you need, and then you're guided through fun and engaging programming projects. You'll build programs to play a card game, explore a house, and help lazy programmers manage their sick day excuses. But it's not all fun and games: you'll build business applications too, like a contact database and a program to help a party planner estimate her dinner parties. You'll build a dungeon role-playing game and a fully animated, colorful simulation of a beehive. And by the end of the book, you'll build a fast-paced, full-featured retro Invaders arcade game. Make no mistake: by the time you're done with Head First C#, you'll be able to build full-scale, complex, and highly visual programs. And you'll have all of the C# tools you need to tackle almost any programming problem that comes your way. Head First C# is built for your brain, using the revolutionary approach that was pioneered by the highly acclaimed and popular Head First series. You'll never get that bored, "eyes glazed over" feeling from Head First C#, because it guides you through one challenging project after another until, by the end of the book, you're a C# rock star! Here's what you'll learn: - Core C# programming concepts
- How to use the Visual Studio 2008 IDE to build, debug and run your programs
- Important .NET 3.5 features, including generic collections, Windows forms, GDI+ graphics, streams, serialization and more
- Using object oriented programming concepts to help you build well-designed programs
- How to build robust applications with good error handling
- The latest C# 3.0 features, including LINQ, object and collection initializers, automatic properties, extension methods and more
Throughout the book, you'll confront and conquer advanced C# concepts. Some of the most mysterious ideas are demystified and explained with clear examples: how Unicode works, events and delegates, references versus value types, the stack versus the heap, what's really going on with garbage collection, and more. Thousands of readers have learned C# using this innovative book, including: - Beginning programmers who want to learn programming from the ground up
- More advanced programmers who are proficient in another language (like Visual Basic, Java, SQL, FoxPro) and want to add C# to their toolbox
- Programmers who understand basic C# syntax, but are still looking to get a handle on how objects work
- Anyone who's tried to learn C#, but had to deal with books full of dull examples and nothing but boring console applications
- Lots of people who just want to learn how to build cool games!
Head First C# is built to work with any version of Visual Studio 2008, including the free express edition. (It can also can be used with any version of Visual Studio 2005.).
Price: $25.95
[ Notify me when price goes down.]
|
|
C# 3.0 in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))
This is a concise yet thorough reference to C# 3.0 programming as implemented in Microsoft's Visual Studio 2008. C# 3.0 in a Nutshell gets right to the point, covering the essentials of language syntax and usage as well as the parts of the .NET base class libraries you need to build working applications. But unlike earlier editions, this book is now organized entirely around concepts and use cases, providing greater depth and readability. C# 3.0 introduces the most significant enhancements yet to the programming language, and C# 3.0 in a Nutshell delves deep into the subject while assuming minimal prior knowledge of C#-making it accessible to anyone with a reasonable background in programming. In addition to the language, the book covers the .NET CLR and the core Framework assemblies, along with the unified querying syntax called Language Integrated Query (LINQ), which bridges the traditional divide between programs and their data sources. Free of clutter and long introductions, this book provides a map of C# 3.0 knowledge in a succinct and unified style: Opening chapters concentrate purely on C#, starting with the basics of syntax, types and variables, and finishing with advanced topics such as unsafe code and preprocessor directives Later chapters cover the core .NET 3.5 Framework, including such topics as LINQ, XML, collections, I/O and networking, memory management, reflection, attributes, security, threading, application domains and native interoperability Designed as a handbook for daily use, C# 3.0 in a Nutshell is an ideal companion to any of the vast array of books that focus on an applied technology such as WPF, ASP.NET, or WCF. The areas of the language and .NET Frameworkthat such books omit, this one covers in detail..
Price: $27.40
[ Notify me when price goes down.]
|
|
ASP.NET AJAX in Action
Ajax has revolutionized the way users interact with web pages today. Gone are frustrating page refreshes, lost scroll positions and intermittent interaction with a web site. Instead, we have a new generation of fast, rich, and more intuitive web applications. The ASP.NET AJAX framework puts the power of Ajax into the hands of web developers. ASP.NET AJAX, formerly called Atlas, is a new free framework from Microsoft designed to easily add Ajax features to ASP.NET applications. With this technology, ASP.NET developers can easily build more interactive and highly-personalized web applications that work across all most popular browsers. ASP.NET AJAX in Action is a fast-paced, example-rich tutorial designed for ASP.NET web developers and written by ASP.NET AJAX experts Alessandro "Garbin" Gallo, David Barkol, and Rama Krishna Vavilala. This book introduces you to Ajax applications and to the ASP.NET AJAX technology. Beginners will appreciate the clear explanations of key ideas and terminology. Intermediate and advanced ASP.NET developers will find a no-nonsense learning source and well-organized reference. ASP.NET AJAX in Action offers a rich set of examples and meticulous explanations. The extensive code samples are accompanied by accurate and rigorous explanations of the concepts behind development with ASP.NET AJAX. In this book, you will discover how to use
Microsoft Ajax Library Partial rendering with UpdatePanels Advanced client and server techniques Ajax Control Toolkit If you are a web developer looking to bring your web pages to life and to enhance the user experience, this book is for you. ASP.NET AJAX in Action will give you with the knowledge and tools you need to more easily craft the next generation of Ajax applications. With the help of the Microsoft ASP.NET AJAX framework, Ajax development has never been easier and more instinctive for both client-script developers and ASP.NET developers alike..
Price: $24.92
[Notify me when price goes down.]
|
|
Partial Differential Equations for Scientists and Engineers (Dover Books on Advanced Mathematics)
This highly useful text for students and professionals working in the applied sciences shows how to formulate and solve partial differential equations Realistic, practical coverage of diffusion-type problems, hyperbolic-type problems, elliptic-type problems and numerical and approximate methods. Suggestions for further reading. Solution guide available upon request. 1982 edition. .
Price: $9.99
[ Notify me when price goes down.]
|
|
C# 3.0 Cookbook
Completely updated for C# 3.0 and the .NET 3.5 platform, the new edition of this bestseller offers more than 250 code recipes to common and not-so-common problems that C# programmers face every day. Every recipe in the book has been reconsidered with more than a third of them rewritten to take advantage of new C# 3.0 features. If you prefer solutions you can use today to general C# language instruction, and quick answers to theory, this is your book. C# 3.0 Cookbook offers a new chapter on LINQ (language integrated query), plus two expanded chapters for recipes for extension methods, lambda functions, object initializers, new synchronization primitives and more. The new edition is also complemented by a public wiki, which not only includes all of the C# 2.0 recipes from the previous edition unchanged by the release of C# 3.0, but invites you to suggest better ways to solve those tasks. Here are some of topics covered: LINQ Numeric data types and Enumerations Strings and characters Classes and structures Generics Collections Exception handling Delegates, events, and lambda expressions Filesystem interactions Web site access XML usage (including LINQ to XML, XPath and XSLT) Networking Threading Data Structures & Algorithms Each recipe in the book includes tested code that you can download from oreilly.com and reuse in your own applications, and each one includes a detailed discussion of how and why the underling technology works. You don't have to be an experienced C# or .NET developer to use C# 3.0 Cookbook. You just have to be someone who wants to solve a problem now, without having to learn all the related theory first..
Price: $25.95
[ Notify me when price goes down.]
|
|
The Confused Photographer's Guide to Photographic Exposure and the Simplified Zone System
Contrary to popular belief, when you buy an expensive camera the exposure skills DO NOT COME with it! When you buy an expensive GUITAR, you KNOW that playing skills DO NOT COME with it! When you buy an expensive CAR, you KNOW that driving skills DO NOT COME with it! When you buy an expensive CAMERA, why, then, do you NOT KNOW that exposure skills DO NOT COME with it? This book teaches the beginning Digital/35mm photographer (9th grade level) the simple and practical methods of correctly exposing a subject. This is also the world's first Digital Zone System book that addresses the application of the Zone System of exposure using current manual digital cameras including many of today's D-Slrs. The book covers in detail the applications of a camera's meter, an off-camera spot meter, an off-camera incident meter, and easy-to-remember techniques for exposing sunlit to moonlit subjects without a meter. The book uses Farzad's simplified 5-stop technique using 100 ISO color slide or Digital Film as its base, but the same techniques can be applied to Black and White, as well as color negative film with different ISOs. Since all the thinking is done before the photographer takes the picture, the book is ideal for this millennium's 35mm photographers that use one-hour processing labs. Since all the exposure decisions are made ahead of time (before the picture is taken), the technique saves the digital photographer many hours that he or she would waste behind the computer trying to figure out what he/she wanted to capture in the first place. The highest level of math required from the reader to understand this book, is to be able to multiply and divide a number by two. Also in the fourth edition (with the Lotus flower on the cover), a special calibration section is added to the end of the book for all those photographers who have spent a few thousand dollars on their D-Slr and are consistently getting underexposed and unacceptable images. The fourth edition also includes Digital footnotes and assignments for photographers using manual digital cameras. The book also includes Digital as well as 35mm exposure cheat sheets for Canon EOS 5D, Canon EOS 10D, Canon EOS 20D, Canon EOS 30D, Canon EOS A2/A2e, Canon EOS Rebel TI, Canon EOS Rebel XT, Canon EOS Rebel Xti, Canon PowerShot G5, FujiFilm FinePix S7000, Minolta Maxxum 5, Minolta Maxxum 7, Minolta Maxxum 9, Minolta Maxxum STSi, Nikon Coolpix 990, Nikon Coolpix 5700, Nikon Coolpix 8700, Nikon D50, Nikon D70, Nikon D80, Nikon D200, Nikon F4, Nikon F5, Nikon F100, Nikon N70, Nikon N90, Nikon N6006, Nikon N8008s, Pentax *ist-D, Pentax 645N, Pentax MZS, Pentax PZ1P, and Sony DSC-F717..
Price: $29.95
[Notify me when price goes down.]
|
|
Implementing Models in Quantitative Finance: Methods and Cases (Springer Finance)
This book puts numerical methods into action for the purpose of solving concrete problems arising in quantitative finance. Part one develops a comprehensive toolkit including Monte Carlo simulation, numerical schemes for partial differential equations, stochastic optimization in discrete time, copula functions, transform-based methods and quadrature techniques. The content originates from class notes written for courses on numerical methods for finance and exotic derivative pricing held by the authors at Bocconi University since the year 2000. Part two proposes eighteen self-contained cases covering model simulation, derivative valuation, dynamic hedging, portfolio selection, risk management, statistical estimation and model calibration. It encompasses a wide variety of problems arising in markets for equity, interest rates, credit risk, energy and exotic derivatives. Each case introduces a problem, develops a detailed solution and illustrates empirical results. Proposed algorithms are implemented using either Matlab® or Visual Basic for Applications® in collaboration with contributors. .
Price: $61.75
[ Notify me when price goes down.]
|
|
Programming C# 3.0 (Programming)
Written by popular author and .NET expert Jesse Liberty, this thoroughly updated tutorial for beginning to intermediate programmers covers the latest release of Microsoft's popular C# language (C# 3.0) and the newest .NET platform for developing Windows and web applications. Our bestselling Programming C# 3.0, now in its fifth edition, is a world-class tutorial that goes well beyond the documentation otherwise available. Liberty doesn't just teach C#; he tells the complete story of the C# language and how it integrates with all of .NET programming, so that you can get started creating professional quality web and Windows applications. This book: Provides a comprehensive tutorial in C# and .NET programming that also serves as a useful reference you'll want by your side while you're working Covers all of the new features of the language, thoroughly integrated into every chapter, rather than tacked on at the end Provides insight into best practices and insight into real world programming by a professional programmer who worked with C# as an independent contractor for nearly a decade before joining Microsoft as a Senior Program Manager Every chapter in this book has been totally revised, and the entire book has been reorganized to respond to the significant changes in the language Full coverage, from the ground up of LINQ (Language Integrated Query) and other C# 3.0 language innovations to speed up development tasks Explains how to use C# in creating Web Applications as well as Windows Applications, using both the new Windows Presentation Foundation (WPF) and the older WinForms technology This new edition of Programming C# 3.0 is for working programmers who want to develop proficiency inMicrosoft's most important language. No prior .NET experience is required for you to get started. There's no time like the present to work with C# -- and no book like this one to teach you everything you need to know. Special note to VB6 and Java programmers: if you've decided to transition to .NET, this book will take you there..
Price: $27.10
[ Notify me when price goes down.]
|
|
|
|
|