|
|
Books on C#
There are now lots of books available on C#, and we can't pretend to keep up with them. So these pages provide a view onto the Amazon list (in this case Amazon.com), updated daily through the Amazon web services API. Please let us know if you find any problems with it.

|
LINQ in Action
|
|
Author(s):
| Fabrice Marguerie, Steve Eichert, Jim Wooley |
|
Publisher:
| Manning Publications |
|
Publish date:
| - unspecified - |
|
Price:
| 29.69 USD |
|
Average Score:
| 5 (from 16 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
LLINQ, Language INtegrated Query, is a new extension to the Visual Basic and C# programming languages designed to simplify data queries and database interaction. It addreses O/R mapping issues by making query operations like SQL statements part of the programming language. It also offers built-in support for querying in-memory collections like arrays or lists, XML, DataSets, and relational databases. LINQ in Action is a fast-paced, comprehensive tutorial for professional developers. This book explores what can be done with LINQ, shows how it works in an application, and addresses the emerging best practices. It presents the general purpose query facilities offered by LINQ in the upcoming C# 3.0 and VB.NET 9.0 languages. A running example introduces basic LINQ concepts. You'll then learn to query unstructured data using LINQ to XML and relational data with LINQ to SQL. Finally, you'll see how to extend LINQ for custom applications. LINQ in Action will guide you along as you explore this new world of lambda expressions, query operators, and expression trees. As well, you'll explore the new features of C# 3.0, VB.NET 9.0. The book is very practical, anchoring each new idea with running code. Whether you want to use LINQ to query objects, XML documents, or relational databases, you will find all the information you need to get started But LINQ in Action does not stop at the basic code. This book also shows you how LINQ can be used for advanced processing of data, including coverage of LINQ's extensibility, which allows querying more data sources than those supported by default. All code samples are built on a concrete business case. The running example, LinqBooks, is a personal book cataloging system that shows you how to create LINQ applications with Visual Studio 2008. |

|
Practical .NET for Financial Markets (Expert's Voice in .Net)
|
|
Author(s):
| Samir Jayaswal, Yogesh Shetty |
|
Publisher:
| Apress |
|
Publish date:
| - unspecified - |
|
Price:
| 57.3 USD |
|
Average Score:
| 5 (from 10 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
This unique book examines up-to-the-minute uses of technology in financial markets and then explains how you can profit from that knowledge. To participate in mainstream .NET development, you must address the changes in financial markets by using the most sophisticated tools available, Microsoft .NET technology. Software developers and architects, IT pros, and tech-savvy business users alike will find this book comprehensive and relevant. Each chapter presents problems and solutions that cover business aspects and relevant .NET features. Each aspect of .NET is analyzed in its proper context, so youll understand why it is relevant and applicable in a real-life business case. |

|
Game Engine Toolset Development
|
|
Author(s):
| Graham Wihlidal |
|
Publisher:
| Course Technology PTR |
|
Publish date:
| - unspecified - |
|
Price:
| 31.49 USD |
|
Average Score:
| 5 (from 10 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
Toolset development is an extremely broad topic. Game Engine Toolset Development provides you with a core set of skills and a comprehensive insight that will aid you in the development of game engine utilities, significantly reducing the time period associated with the construction phase of a project. The book starts off with topics regarding development methodologies and best practices, and then proceeds into advanced topics like swap chain management and MVC object model automation with CodeDom. An introductory working knowledge of C# and the .NET 2.0 framework is expected, allowing the content of each topic to be directed towards the subject and avoiding trivial and introductory explanations. Readers are not required to have any experience developing game engine tools. Terminology and design fundamentals specific to toolset development are clearly depicted and explained. The companion Web site provides downloads of all source code from the book, as well as several bonus chapters. |

|
Practical C# Charts and Graphics
|
|
Author(s):
| Jack Xu |
|
Publisher:
| UniCAD, Inc. |
|
Publish date:
| - unspecified - |
|
Price:
| 59.99 USD |
|
Average Score:
| 5 (from 8 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
The book "Practical C# Charts and Graphics - Advanced Chart and Graphics Programming for Real-World .NET Applications" privides all the tools you need to create professional C# chart and graphics applications For .NET developers, creating professional charts and graphics in your C# applications is now easier than ever before. Practical C# Charts and Graphics is the perfect guide to learning all the basics for creating your advanced chart and graphics applications in C#. The book clearly explains practical chart and graphics methods and their underlying algorithms. The book contains: - Overview of GDI+ graphics capabilities and mathematical basics of computer charting and graphics - Step-by-step procedures to create a variety of 2D and 3D charts and graphics with complete ready-to-run C# code for each application - Powerful 2D and 3D chart packages and user controls that can be directly used in your C# applications or can be easily modified to create your own sophisticated chart and graphics packages. - Detailed procedures to create C# spreadsheet-like chart and graphics applications - Introductions for how to use Microsoft's Excel charts in your C# applications |

|
Programming .NET Security
|
|
Author(s):
| Adam Freeman, Allen Jones |
|
Publisher:
| O'Reilly Media, Inc. |
|
Publish date:
| - unspecified - |
|
Price:
| 29.67 USD |
|
Average Score:
| 5 (from 7 reviewers) |
|
Amazon availability:
| Usually ships in 7 to 13 days |
|
Description:
|
With the spread of web-enabled desktop clients and web-server based applications, developers can no longer afford to treat security as an afterthought. It's one topic, in fact, that .NET forces you to address, since Microsoft has placed security-related features at the core of the .NET Framework. Yet, because a developer's carelessness or lack of experience can still allow a program to be used in an unintended way, Programming .NET Security shows you how the various tools will help you write secure applications. The book works as both a comprehensive tutorial and reference to security issues for .NET application development, and contains numerous practical examples in both the C# and VB.NET languages. With Programming .NET Security, you will learn to apply sound security principles to your application designs, and to understand the concepts of identity, authentication and authorization and how they apply to .NET security. This guide also teaches you to: - use the .NET run-time security features and .NET security namespaces and types to implement best-practices in your applications, including evidence, permissions, code identity and security policy, and role based and Code Access Security (CAS) use the .NET cryptographic APIs , from hashing and common encryption algorithms to digital signatures and cryptographic keys, to protect your data.
- use COM+ component services in a secure manner
If you program with ASP.NET will also learn how to apply security to your applications. And the book also shows you how to use the Windows Event Log Service to audit Windows security violations that may be a threat to your solution. Authors Adam Freeman and Allen Jones, early .NET adopters and long-time proponents of an "end-to-end" security model, based this book on their years of experience in applying security policies and developing products for NASDAQ, Sun Microsystems, Netscape, Microsoft, and others. With the .NET platform placing security at center stage, the better informed you are, the more secure your project will be. |

|
Rescued by C# (Rescued by)
|
|
Author(s):
| Charles Wright |
|
Publisher:
| OnWord Press (Acquired Titles) |
|
Publish date:
| - unspecified - |
|
Price:
| 55.95 USD |
|
Average Score:
| 5 (from 5 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
Learn the basics and gain the ability to master the new C# programming language with this complete book. The new C# programming language from Microsoft combines many of the object-oriented programming concepts and syntax of C++ with the ease of programming offered by Visual Basic. This book will teach you to master C# programming in the .Net programming environment and the new Common Language Runtime. No programming experience is needed to get started with Rescued by C#, as this book teaches C# as a first programming language without using the parallels to C++ and Visual Basic to explain the constructs. You will first get an introduction to programming concepts and then jump into C# class early in the book. After learning about classes, readers then explore other C# programming concepts such as functions, structures, exceptions, and arrays. Whether you are new to programming or have some background in program and application development, C# is a new world of programming just waiting for you! |

|
Developing Web Applications with ASP.NET and C#
|
|
Author(s):
| Hank Meyne, Scott Davis |
|
Publisher:
| Wiley |
|
Publish date:
| - unspecified - |
|
Price:
| 31.99 USD |
|
Average Score:
| 5 (from 5 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
Learn how to create the basic, dynamic, and advanced ASP.NET pages in C# Packed with tips, tricks, and workarounds, this book covers every aspect of developing a Web application for the enterprise using ASP.NET and C#. Written by Microsoft insiders, it shows readers how to create the basic, dynamic, and advanced ASP.NET pages in Microsoft's new C# programming language, and explains how to interact with the database using ADO.NET. The authors review how to transport and display data on the Internet or an Intranet using XML, objects, and Web services. They also explain how to implement security with authentication, integrate important e-commerce issues, and optimize the ASP.NET Web application for optimal performance. Companion Web site features complete source code samples for the applications developed and explained in the book. Microsoft Technologies .NET Platform: The next big overhaul to Microsoft's technologies that will bring enterprise distributed computing to the next level by fully integrating the Internet into the development platform. This will allow interaction between any machine, on any platform, and on any device. Visual Basic.NET: The update to this popular visual programming language will offer greater Web functionality, more sophisticated object-oriented language features, links to Microsoft's new common runtime, and a new interface. ASP.NET: A programming framework (formerly known as Active Server Pages) for building powerful Web-based enterprise applications; can be programmed using VB.NET or C#. C#: Microsoft's new truly object-oriented programming language that builds on the strengths of C++ and the ease of Visual Basic; promises to give Sun's Java a run for its money. |

|
Pro VB 2005 and the .NET 2.0 Platform, Second Edition (Pro)
|
|
Author(s):
| Andrew Troelsen |
|
Publisher:
| Apress |
|
Publish date:
| - unspecified - |
|
Price:
| 37.79 USD |
|
Average Score:
| 5 (from 5 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
With the release of .NET 2.0, the Visual Basic 2005 language has been updated with numerous new programming constructs (XML code documentation, operator overloading, generics, and partial types just to name a few!). Now more than ever, choosing a .NET language boils down to personal preference (rather than a languages feature set). However, to effectively make use of these new language features, developers must have a rock-solid grounding in object-oriented technology, assemblies, and the core .NET technologies. The purpose of Pro VB 2005 and the .NET 2.0 Platform, Second Edition is to provide you with such a foundation by diving deep into the language of VB 2005 and the platform of .NET. Thus, rather than simply showing how a code wizard can generate all the code on your behalf, this text will first show you how to author the code yourself so you can alter the generated code to your liking. Beyond learning all the details of the VB 2005 programming language, you will also dive into the details of building desktop applications (using Windows Forms) and websites (via ASP.NET 2.0), and how to interact with relational databases (à la ADO.NET). Furthermore, you will explore how to build distributed applications using the .NET remoting layer and XML web services. Rest assured, this text will expose you to all the major services of the .NET platform and put you in the perfect position for further exploration. |

|
iText in Action: Creating and Manipulating PDF
|
|
Author(s):
| Bruno Lowagie |
|
Publisher:
| Manning Publications |
|
Publish date:
| - unspecified - |
|
Price:
| 31.99 USD |
|
Average Score:
| 5 (from 4 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
Imagine a publisher who wants to "stamp" his ebooks on the fly with the name of the buyer (to discourage sharing). Such a publisher would (and we know one who does) use iText for the task. Developers looking to enhance web- and other applications with dynamic PDF document generation and/or manipulation will find this book unique in content and readability. Based on ongoing examples that encourage learning "in action," they will finally understand PDF and learn how to build applications that produce professional, high-quality PDF documents. While the basic functionality of iText is easy to acquire, this book lowers the learning curve for more advanced functionality. It explains how to use iText to create/manipulate PDF documents on-the-fly in one or more of the following situations: Due to time or size, the PDF documents can't be produced manually The content of the document must be calculated or based on user input. The content needs to be customized or personalized. The PDF content needs to be served in a web environment. Documents are to be created in "batch process" mode. All the examples are written in Java, but they can be easily adapted to .NET by developers using one of the .NET ports: iTextSharp (C#) or iText.NET (#J). While iText is a free Java library and the examples are written from the point of view of the Java developer, nine out of ten examples can be run by .NET developers with only minimal changes. |

|
.NET Windows Forms in a Nutshell
|
|
Author(s):
| Ian Griffiths, Matthew Adams |
|
Publisher:
| O'Reilly Media, Inc. |
|
Publish date:
| - unspecified - |
|
Price:
| 32.81 USD |
|
Average Score:
| 5 (from 4 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
.NET Windows Forms are a powerful technology for building a large class of applications for the Windows .NET platform. They offer nearly the same power and flexibility of classic Win32 development, but for a fraction of the effort. The programming model is lean and streamlined, and many of the tedious details that developers used to have to spend time on are now dealt with automatically by the platform. .NET Windows Forms in a Nutshell offers an accelerated introduction to this next-generation of rich user interface development. The book provides an all-inclusive guide for experienced programmers using the .NET Windows Forms platform to develop Windows applications, along with a compact but remarkably complete reference to the .NET Framework Class Library (FCL) Windows Forms namespaces and types. The authors present solid coverage of the fundamental building blocks, such as Controls, Forms, Menus, and GDI+, and enough detail to help you build your own fully featured reusable visual components so you can write visual component libraries as well as standalone applications. .NET Windows Forms in a Nutshell aims to provide not just the practical information and advice required to get programs working, but also to communicate the rationale behind the various parts of Windows Forms' design. The authors show how the thinking behind the framework enhances your productivity substantially. The new framework allows you to guess correctly what "the Right Way" to do things is a majority of the time, even if you've never tried what you're doing before. No more digging around in documentation for days to try to find the bit of information you need to use one particular feature. Anyone who is involved in user interface development will appreciate the ease of creation and expanded capabilities provided by .NET Windows Forms, as well as the in-depth focus and straight-forward approach this book brings. Included on CD is an add-in that will integrate the book's reference directly into the help files of Visual Studio .NET. |

|
Practical Ruby Projects: Ideas for the Eclectic Programmer (Books for Professionals by Professionals)
|
|
Author(s):
| Topher Cyll |
|
Publisher:
| Apress |
|
Publish date:
| - unspecified - |
|
Price:
| 29.69 USD |
|
Average Score:
| 5 (from 3 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
Want to take Ruby to the limit? Looking for new, powerful, and creative ideas that will take Ruby beyond Rails and web programming? If you’re comfortable with Ruby, you’ll be itching to go further—apply Practical Ruby Projects: Ideas for the Eclectic Programmer and become a master of advanced Ruby techniques. Rubyist Topher Cyll brings several imaginative projects to this book, ranging from making generative music, animations, and turn–based games to implementing simulations, algorithms, and even an implementation of Lisp! Art, music, theory, and games—this book has it all. Best of all, it’s all done with Ruby. Each chapter, in addition to making you say “Cool—I hadn’t thought of that before,” looks at solving tricky development problems, enforces best practices, and encourages creative thinking. You’ll be building your own exciting, imaginative ruby projects in no time. - Create imaginative and innovative Ruby programming projects.
- Learn how to solve tricky development problems, be guided by best practices, and be inspired to think creatively.
- Don’t waste time on the basics—it’s assumed you know the fundamentals of Ruby already.
What you’ll learn - How to set up Ruby on Windows, Mac OSX, and Linux
- How to create UIs with RubyCocoa
- How to create a Lisp implementation in Ruby
- How to create generative music and turn–based adventure games in Ruby
- How to model things and create algorithms in Ruby
- Several more Ruby best practices and programming techniques that will save you hours of programming time
Who is this book for? This book is for anyone who has mastered the basics of Ruby and wants to learn advanced Ruby techniques. About the Apress Practical Series The Practical series from Apress is your best choice for getting the job done, period. From professional to expert, this series lets you apply project–motivated templates (or frameworks) step by step in a very direct, practical, and efficient manner toward current real–world projects that may be sitting on your desk. So whatever your career goal, Apress can be your trusted guide to take you where you want to go on your IT career empowerment path. Related Titles from Apress - Beginning Ruby: From Novice to Professional
- Beginning Ruby on Rails: From Novice to Professional
- Practical Ruby on Rails Projects
|

|
C# Annotated Standard
|
|
Author(s):
| Jon Jagger, Nigel Perry, Peter Sestoft |
|
Publisher:
| Morgan Kaufmann |
|
Publish date:
| - unspecified - |
|
Price:
| 38.96 USD |
|
Average Score:
| 5 (from 3 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
Standards, while being definitive, do not usually serve as the best reference to the use of a programming language. Books on languages usually are able to explain usage better, but lack the definitive precision of a standard. This book combines the two; it is the standard with added explanatory material.
* Written by members of the standards committee * Annotates the standard with practical implementation advice * The definitive reference to the C# International Standard |

|
C# in Depth: What you need to master C# 2 and 3
|
|
Author(s):
| Jon Skeet |
|
Publisher:
| Manning Publications |
|
Publish date:
| - unspecified - |
|
Price:
| 29.69 USD |
|
Average Score:
| 5 (from 3 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
C# in Depth is a completely new book designed to propel existing C# developers to a higher level of programming skill. One simple principle drives this book: explore a few things deeply rather than offer a shallow view of the whole C# landscape. If you often find yourself wanting just a little more at the end of a typical chapter, this is the book for you. Expert author Jon Skeet dives into the C# language, plumbing new C# 2 and 3 features and probing the core C# language concepts that drive them. This unique book puts the new features into context of how C# has evolved without a lengthy rehearsal of the full C# language. C# in Depth briefly examines the history of C# and the .NET framework and reviews a few often-misunderstood C# 1 concepts that are very important as the foundation for fully exploiting C# 2 and 3. Because the book addresses C# 1 with a light touch, existing C# developers don't need to pick through the book in order to find new material to enhance their skills. This book focuses on the C# 2 and 3 versions of the language, but clearly explains where features are supported by changes in the runtime (CLR) or use new framework classes. Each feature gets a thorough explanation, along with a look on how you'd use it in real life applications. C# in Depth is both a vehicle for learning C# 2 and 3 and a reference work. Although the coverage is in-depth, the text is always accessible: You'll explore pitfalls that can trip you up, but you'll skip over gnarly details best left to the language specification. The overall effect is that readers become not just proficient in C# 2 and 3, but comfortable that they truly understand the language. |

|
A Natural Introduction to Computer Programming with C#
|
|
Author(s):
| Kari Laitinen |
|
Publisher:
| Trafford Holdings Ltd |
|
Publish date:
| - unspecified - |
|
Price:
| 33.1 USD |
|
Average Score:
| 5 (from 2 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
Computer programming means that you make those machines operate so that they can perform various useful activities for you and others. The skills of computer programming are very important in our present world, and these skills are likely to become even more important in the future. On the pages of this book, the reader is introduced in a natural way to the world of computer programming. The reader does not require any previous knowledge of the subject. The basic operating principles of computers are taught before the actual studies of computer programming begin. All the examples of computer programs are written so that the reader encounters a lot of natural-language expressions instead of the traditional abbreviations of the computer world. This approach aims to make learning easier. The pages of the book are designed to maximize readability and understandability. Examples of computer programs are presented in easy-to-read graphical descriptions. Because the pages of the book are large, example programs can be presented in more reader-friendly way than in traditional programming books. In addition, pages are written so that the reader does not need to turn them unnecessarily. This book uses a programming language called C++ (pronounced "see plus plus") to teach computer programming. C++ is suitable for beginners in the field of computer programming because with C++ it is possible to make simple programs, and build a solid understanding of the basics of computing and programming. Plenty of programming exercises are included in the book. The reader can work with the exercises by using free programming tools on a personal computer. The book explains how to download the free programming tools from the Internet. This book is a new kind of book to learn computer programming. Making things clear and eliminating risks for misunderstanding have been primary concerns in the design of the book. Because in some ways the book is less mathematical than other programming books, some experienced computer programmers may hesitate to use it. However, for a beginner in the field of computer programming, this book offers a possibility to make learning easier. Also more experienced people can benefit from the book if they are prepared to discard the traditional abbreviations in computer programs, and follow the programming style that is advocated in the book. |

|
Professional WPF Programming: .NET Development with the Windows Presentation Foundation (Wrox Professional Guides)
|
|
Author(s):
| Chris Andrade, Shawn Livermore, Mike Meyers, Scott Van Vliet |
|
Publisher:
| Wrox |
|
Publish date:
| - unspecified - |
|
Price:
| 31.49 USD |
|
Average Score:
| 5 (from 2 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
Professional WPF Programming If you want to learn how to build killer user interfaces for Windows and the web, then this book is for you. It arms you with the tools and code you'll need to effectively utilize the Windows Presentation Foundation (WPF). From creating appealing graphics and animated structures to enhancing performance and security, you'll be programming in no time. First you'll explore the WPF framework and learn how to develop basic applications with ASP.NET or Visual Basic(r). Next you'll discover how to build more sophisticated WPF interfaces using Microsoft(r) ExpressionBlend and then progress to more advanced programming techniques. Throughout the book, you'll find best practices for enterprise architectures using the WPF and its underlying technology. All this will help you quickly learn how to develop next-generation applications on the .NET 2.0 platform using the WPF. What you will learn from this book - How to write applications with identical UIs on both Windows and the web
- Tips for collaborating design and code development with Microsoft(r) Expression Blend
- All about the object models, built-in server controls, HTML markup, code-behind, and the coordinative structure of each file
- How to migrate Win32 applications to WPF
- Techniques for integrating special effects and custom controls into an application
- Advanced development concepts, including building workflows and a WCF service
Who this book is for This book is for experienced .NET developers who want to begin creating WPF web and desktop applications. Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job. |

|
Professional C# 2008 (Wrox Professional Guides)
|
|
Author(s):
| Christian Nagel, Bill Evjen, Jay Glynn, Karli Watson, Morgan Skinner |
|
Publisher:
| Wrox |
|
Publish date:
| - unspecified - |
|
Price:
| 29.99 USD |
|
Average Score:
| 5 (from 2 reviewers) |
|
Amazon availability:
| |
|
Description:
|
Professional C# 2008 Updated for .NET 3.5 and Visual Studio(r) 2008, this book is the ultimate guide to C# 2008 and its environment. Beginning with a look into the architecture and methodology of .NET, the team of superlative authors explains why the C# language cannot be viewed in isolation, but rather, must be considered in parallel with the .NET Framework. After gaining an understanding of the foundation of C#, you'll then go on to examine the fundamentals of C# programming with each successive chapter. New examples provide helpful explanations on how to use C# to solve various tasks. Plus, completely new chapters on LINQ, SQL, ADO.NET entities, Windows Communication Foundation, Windows Workflow Foundation, Windows Presentation Foundation, arrays, system transactions, tracing, and event logging all deliver essential information to help you gain a clear and thorough understanding of all that C# 2008 has to offer. What you will learn from this book * How to write Windows(r) applications and Windows(r) services * Ways to use ASP.NET 3.5 to write web pages * Techniques for manipulating XML using C# * How to use ADO.NET to access databases * Ways to generate graphics using C# 2008 * Numerous C# add-ins * How to use LINQ to easily work with your SQL Server databases and XML Who this book is for This book is for experienced developers who are interested in learning the latest version of the number one developer language: C#. Wrox Professional Guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job. |

|
Microsoft AJAX Library Essentials: Client-side ASP.NET AJAX 1.0 Explained
|
|
Author(s):
| Cristian Darie, Bogdan Brinzarea |
|
Publisher:
| Packt Publishing |
|
Publish date:
| - unspecified - |
|
Price:
| 39.99 USD |
|
Average Score:
| 5 (from 2 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
A practical tutorial to using Microsoft AJAX to enhance the user experience of your ASP.NET web applications covering the most up to date versions of the AJAX tools. With ASP.NET AJAX (formerly known as ATLAS) developers can quickly create rich and responsive web pages with efficient server communication by simply adding a few server controls to their pages. Because ASP.NET AJAX is integrated with ASP.NET, developers have full access to the built-in ASP.NET 2.0 application services and the entire .NET Framework. This book is the most practical and efficient resource a reader can get to enter the exciting world of AJAX in ASP.NET. Targeting the most recent version of the ASP.NET AJAX tools, this book will teach you how to create faster, lighter, and richer web applications by using the Microsoft AJAX technologies to their full potential. Beginning with a hands-on tour of the basic technologies associated with AJAX, JavaScript, XMLHttpRequest, JSON, and the DOM, you'll move on to a crash course in the Microsoft AJAX tools. You'll understand the architecture of the Microsoft AJAX components, how they all fit together, and exactly what they can do for you. At every stage of your journey, you'll be able to try out examples to illuminate the theory, and consolidate your understanding. In addition to learning about the client and server controls, you'll also see how to handle errors and debug your ASP.NET AJAX applications. To get your client pages interacting with your server, the Microsoft AJAX framework allows you to consume web services on the client without having to worry about the underlying protocol used for exchanging the data. You will see how to create ASP.NET web services in practice, and consume them in your AJAX applications. To get your client pages interacting with servers on other domains, the Microsoft AJAX framework provides bridges that allow you to make cross-domain calls seamlessly. This book shows you how this works and how to implement it, including how to consume services from Amazon's ECS (E-Commerce Services). Microsoft AJAX brings the power of the ASP.NET data presentation server controls to the client, enhancing the power and responsiveness of controls such as the GridView and DetailsView. You will learn about using the data client controls to create truly responsive web applications that interact seamlessly not just with your servers and your data, but also with other servers and other sources of data should you choose. This book is a practical tutorial to get you confident and comfortable working with the Microsoft AJAX suite. Packed with step-by-step examples and detailed explanations of how the examples work, this book is the ideal first step into the exciting world of AJAX in ASP.NET. This book is written for ASP.NET developers who not only want to understand how Microsoft AJAX will impact on the way they develop web applications, but also want to make the transition to better, more responsive applications as easily as possible. You will need access to either Visual Studio Web Developer Express or Visual Studio .NET 2005. All the code examples are in C#. |

|
C#: La Guia Total del Programador--Manuales Users.code (Espanol/Spanish)
|
|
Author(s):
| Diego Ruiz |
|
Publisher:
| MP Ediciones SA |
|
Publish date:
| Monday, May 16, 2005 |
|
Price:
| 22.95 USD |
|
Average Score:
| 5 (from 1 reviewers) |
|
Amazon availability:
| In stock soon. Order now to get in line. First come, first served. |
|
Description:
|
C# es un lenguaje de programación moderno que combina la potencialidad de C, C++ y Java, con la agilidad y la velocidad para el desarrollo propios de Visual Basic. Sin dudas, es el lenguaje más importante de la plataforma .NET. Fue diseñado para crear sistemas en el mundo actual, donde la necesidad de comunicarse con otras aplicaciones y servicios mediante una red de información ?como Internet? es moneda corriente, donde conviven bases de datos de distintos fabricantes, donde los sistemas son construidos a partir de componentes locales o remotos, y donde se requieren soluciones integrales para diversos tipos de plataformas. Con C# podremos crear sistemas de una gran diversidad, simples o complejos; aplicaciones de consola, de escritorio o para la Web; programas para computadoras personales o para dispositivos móviles. Y con este libro en sus manos, usted descubrirá los conceptos teóricos y prácticos referidos a este lenguaje, para luego introducirse en el desarrollo de aplicaciones para escritorio, programación de librerías y componentes, creación de aplicaciones para la Web, y programación de juegos con Managed DirectX. Esta obra, pensada tanto para quienes recién se inician en el mundo de la programación como para quienes provengan de otros lenguajes, es la puerta de entrada a la plataforma de desarrollo que ningún programador puede dejar de conocer. |

|
An Introduction to Xml And Web Technologies
|
|
Author(s):
| Anders Mller, Michael I. Schwartzbach |
|
Publisher:
| Addison Wesley Publishing Company |
|
Publish date:
| - unspecified - |
|
Price:
| 97.5 USD |
|
Average Score:
| 5 (from 1 reviewers) |
|
Amazon availability:
| In stock soon. Order now to get in line. First come, first served. |
|
Description:
|
This thoroughly class tested text and online tutorial gives a complete introduction to the essentials of the XML standard. It will teach students how to apply web technologies to develop XML based web applications. Through the book, the student will build applications that work together to construct interesting and workable web applications. Contents Foreword Preface I: XML Technologies 1. HTML and Web Pages 2. XML Documents 3. Navigating XML Trees with XPath 4. Schema Languages 5. Transforming XML Documents with XSLT 6. Querying XML Documents with XQuery 7. XML Programming II: Web Technologies 8. The HTTP Protocol 9. Programming Web Applications with Servlets 10. Programming Web Applications with JSP 11. Web Services 12. A Complete Application Bibliography Index Features * Relies exclusively on open source Java software, and will be tied closely to the online material. * Contains a finely tuned progression of ideas, examples and details. * Shows how to use XML in modern web applications. * Backs up a thorough treatment of its key points with clear, practical examples. * Offers insight and understanding of the concepts, their importance and their application. * Offers a rigorous look at existing standards. Additional Support Material * Learning outcomes. * Links to relevant online resources. * Online tests. * Live code for all examples and applications. |

|
SQL Server 2005 for Developers
|
|
Author(s):
| Robert Ericsson, Jason Cline |
|
Publisher:
| Charles River Media |
|
Publish date:
| - unspecified - |
|
Price:
| 29.67 USD |
|
Average Score:
| 5 (from 1 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
Capturing and analyzing data about customers, products, and the market is essential to staying competitive. Microsoft SQL Server is a leading database tool, and with its ease of use and low total ownership cost, you can customize it to meet your ever-changing business needs. SQL Server 2005 has many enhanced tools that fall into three main categories: data management, developer tools, and business intelligence. SQL Server 2005 for Developers teaches you how to leverage these new tools by covering the topics relevant to developers. Samples throughout the book illustrate the features of SQL Server 2005 in a realistic manner, and provide insights into the new ways for developers to manipulate servers and databases. Specific discussions of similarities and differences between SQL Server 2005 and past versions allow you to use what you already know and apply it efficiently. After working through the book, you'll be up to speed and ready to integrate SQL Server 2005 into your own projects. |

|
Client-Side Reporting with Visual Studio in C#
|
|
Author(s):
| Asif Sayed |
|
Publisher:
| Apress |
|
Publish date:
| - unspecified - |
|
Price:
| 35.49 USD |
|
Average Score:
| 5 (from 1 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
Client-Side Reporting with Visual Studio in C# shows how to design and create stunning professional reports with SQL Server 2005 and with Visual Studio versions 2005 and 2008. - The only comprehensive guide to client-side Reporting Services
- Covers Visual Studio versions 2005 and 2008
- Practical, step-by-step instruction on designing, developing, and deploying real-world reports
- Quickly turns beginners into sophisticated report writers
- Gives expert tips on handling complex reporting scenarios
The power of SQL Server 2005 Reporting Services is now available for client-side reporting in Visual Studio 2005 and Visual Studio 2008, with or without SQL Server. This hands-on guide takes you step by step through the design, development, and deployment of a variety of professional reports for Windows, web, and mobile clients. It is the most complete single source of information on this exciting and important new technology. What you'll learn - Discover the huge potential and utility of client-side reporting.
- See how to use Report Builder and Report Viewer like a pro.
- Master reporting with Windows Forms, ASP.NET 2.0 Web Forms, and Mobile Clients.
- Learn how to automate reports with Windows Services.
- Explore server-side Reporting Services and consume them from local clients.
- Move from Crystal Reports to Reporting Services.
Who is this book for? Any VS user with any kind of reporting need can now easily create professional, enterprise-level reports with Reporting Services. Report designers, report writers, business analysts, and decision-makers will all find that Client-Side Reporting with Visual Studio in C# empowers them to get the information they needwhen and how they want it. Since VS and SQL Server now share the same reporting interface, VS users will also become comfortable with server-side reporting, while SQL Server developers and DBAs will see how they can leverage their server-side expertise for client-side reporting. Related Titles from Apress - Pro SQL Server 2005 Reporting Services
- Pro VS 2005 Reporting using SQL Server and Crystal Reports
|

|
Practical WPF Graphics Programming
|
|
Author(s):
| Jack Xu |
|
Publisher:
| UniCAD, Inc. |
|
Publish date:
| - unspecified - |
|
Price:
| 59.43 USD |
|
Average Score:
| 5 (from 1 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
The Windows Presentation Foundation (WPF) is a next generation graphics platform that is part of .NET 3.0 and .NET 3.5. It allows you to build advanced user interfaces that incorporate documents, media, 2D and 3D graphics, animations, and web-like characteristics. "Practical WPF Graphics Programming" provides all the tools you need to develop professional graphics applications using WPF and C#. This book will be useful for WPF and C# programmers of all skill levels. It provides a complete and comprehensive explanation of the WPF graphics capability, and pays special attention to the details of code implementation. The book shows you how to create a variety of graphics ranging from simple 2D shapes to complex 3D surfaces and interactive 3D models. It includes over 120 code examples, which cover broad array of topics on WPF graphics programming. You will learn how to create a full range of 2D and 3D graphics applications and how to implement custom 3D geometries and shapes that can be reused in your WPF projects. Please visit the author's website for more information about this book at www.authors.unicadpublish.com/~jack_xu. |

|
HTTP Programming Recipes for C# Bots
|
|
Author(s):
| Jeff Heaton |
|
Publisher:
| Heaton Research, Inc. |
|
Publish date:
| - unspecified - |
|
Price:
| 35.99 USD |
|
Average Score:
| 5 (from 1 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
The Hypertext Transfer Protocol (HTTP) allows information to be exchanged between a web server and a web browser. C# allows you to program HTTP directly. HTTP programming allows you to create programs that access the web much like a human user would. These programs, which are called bots, can collect information or automate common web programming tasks. This book presents a collection of very reusable recipes for C# bot programming. This book covers many topics related to C# HTTP programming. Both secure and insecure HTTP communications are covered, as well as HTTP authentication. Learn to interact with HTTP forms and support both HTTP POST and HTTP GET requests. Collect data from a wide array of HTML constructs, such as tables, and lists. Learn about advanced topics that complicate the life of a bot, such as AJAX and Javascript. Also learn about the ethical use of bots, and when bots should not be used. This book also introduces the Heaton Research Spider. The Heaton Research Spider is an open source spider framework. Using the Heaton Research Spider you can create spiders that will crawl a web site, much like a real spider crawls the web. The Heaton Research Spider is available in both Java and Microsoft Dot Net form. |

|
ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly))
|
|
Author(s):
| Bill Hamilton |
|
Publisher:
| O'Reilly Media, Inc. |
|
Publish date:
| - unspecified - |
|
Price:
| 35.19 USD |
|
Average Score:
| 5 (from 1 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
This guide is strikingly different from other books on Microsoft ADO.NET. Rather than load you down with theory, the new edition of ADO.NET 3.5 Cookbook gives you more than 200 coding solutions and best practices for real problems you're likely to face with this technology using Visual Studio 2008 and the .NET 3.5 platform. Organized to help you find the topic and specific recipe you need quickly and easily, this book is more than just a handy compilation of cut-and-paste C# code. ADO.NET 3.5 Cookbook also offers clear explanations of how and why each code solution works, and warns you of potential pitfalls so you can learn to adapt the book's problem-solving techniques to different situations. This collection of timesaving recipes covers vital topics including: Connecting to data Retrieving and managing data Transforming and analyzing data Modifying data Binding data to .NET user interfaces Optimizing .NET data access Enumerating and maintaining database objects Maintaining database integrity Ideal for ADO.NET programmers at all levels, from the relatively inexperienced to the most sophisticated, this new edition covers the significant 3.5 upgrade, including new programming tools such as LINQ. ADO.NET 3.5 Cookbook offers a painless way for those of you who prefer to learn by doing when it comes to expanding your skills and productivity. |

|
An Information Systems Approach to Object-Oriented Programming Using Microsoft Visual C# .NET
|
|
Author(s):
| Kyle Lutes, Alka Harriger, Jack Purdum |
|
Publisher:
| Course Technology |
|
Publish date:
| - unspecified - |
|
Price:
| 105.95 USD |
|
Average Score:
| 5 (from 1 reviewers) |
|
Amazon availability:
| Usually ships in 1 to 4 weeks |
|
Description:
|
While there are many books used to teach introduction to programming, very few books combine the elements of 1) teaching computer programming from an application developer perspective, 2) teaching Object-Oriented Programming (OOP) by integrating it throughout the text, and 3) using C# as the programming language to teach concepts and techniques. C# has quickly become the fastest growing programming language in the industry today. Therefore, An Information Systems Approach to Object-Oriented Programming Using Microsoft Visual C# .NET has been designed to fill the need for a book that teaches the object-oriented approach to programming as well as the C# programming language to beginning programmers in the CIS market. This book will empower readers to explain OOP concepts and develop practical/useful programs written in C#. |

|
Mastering Regular Expressions
|
|
Author(s):
| Jeffrey Friedl |
|
Publisher:
| O'Reilly Media, Inc. |
|
Publish date:
| - unspecified - |
|
Price:
| 29.69 USD |
|
Average Score:
| 4.5 (from 120 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
Regular expressions are a central element of UNIX utilities like egrep and programming languages such as Perl. But whether you're a UNIX user or not, you can benefit from a better understanding of regular expressions since they work with applications ranging from validating data-entry fields to manipulating information in multimegabyte text files. Mastering Regular Expressions quickly covers the basics of regular-expression syntax, then delves into the mechanics of expression-processing, common pitfalls, performance issues, and implementation-specific differences. Written in an engaging style and sprinkled with solutions to complex real-world problems, Mastering Regular Expressions offers a wealth information that you can put to immediate use. |

|
MCAD/MCSD Training Guide (70-320): Developing XML Web Services and Server Components with Visual C#(TM) .NET and the .NET Framework (Training Guide)
|
|
Author(s):
| Amit Kalani |
|
Publisher:
| Que |
|
Publish date:
| - unspecified - |
|
Price:
| 41.5 USD |
|
Average Score:
| 4.5 (from 106 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
This certification exam measures the ability to develop and implement XML Web Services and server components using Visual C# and the Microsoft .NET Framework. This exam, released in September 2002, counts as a core credit toward the new MCAD (Microsoft Certified Application Developer) certification as well as a core credit toward the new MCSD .NET track. Readers preparing for this exam find our Training Guide series to be the most successful self-study tool in the market. This book is their one-stop shop because of its teaching methodology, the accompanying PrepLogic testing software, and superior Web site support at quepublishing.com. |

|
Beginning Active Server Pages 3.0 (Programmer to Programmer)
|
|
Author(s):
| David Buser, John Kauffman, Juan T. Llibre, Brian Francis, Dave Sussman, Chris Ullman, Jon Duckett |
|
Publisher:
| Wrox |
|
Publish date:
| - unspecified - |
|
Price:
| 26.39 USD |
|
Average Score:
| 4.5 (from 102 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
Filling an important spot in the Wrox Programmer to Programmer series, Beginning Active Server Pages 3.0 is an excellent introduction to the new version of ASP released for the Windows 2000 platform. This guide expects no previous ASP knowledge or even previous Web development experience. Its friendly style makes this book welcome reading at all skill levels. The material is carefully presented to avoid losing readers who are totally new to ASP programming, yet it still provides impressive technical coverage, beginning with the very basic concepts behind ASP programming and moving forward to advanced coding techniques. As each topic is presented, relevant screen shots and useful code snippets under the heading "How It Works" complement the text. The chapters also include step-by-step exercises to familiarize you with new techniques and tools. An extensive case study application takes you through the entire development process as well. If you're interested in Web coding Microsoft-style, this is the right place to start. --Stephen W. Plain Topics covered: ASP language fundamentals, server- and client-side scripting, ASP object model, cookies, error handling, scripting objects, recordsets, transactions and COM+, XML introduction, ADO object model, and VBScript reference. |

|
Programming .NET Components, 2nd Edition
|
|
Author(s):
| Juval Lowy |
|
Publisher:
| O'Reilly Media, Inc. |
|
Publish date:
| - unspecified - |
|
Price:
| 29.67 USD |
|
Average Score:
| 4.5 (from 62 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
Brilliantly compiled by author Juval Lowy, "Programming .NET Components," Second Edition is the consummate introduction to the Microsoft .NET Framework--the technology of choice for building components on Windows platforms. From its many lessons, tips, and guidelines, readers will learn how to use the .NET Framework to program reusable, maintainable, and robust components. Following in the footsteps of its best-selling predecessor, "Programming .NET Components," Second Edition has been updated to cover .NET 2.0. It remains one of the few practical books available on this topic. This invaluable resource is targeted at anyone who develops complex or enterprise-level applications with the .NET platform--an ever-widening market. In fact, nearly two million Microsoft developers worldwide now work on such systems. "Programming .NET Components," Second Edition begins with a look at the fundamentals of component-oriented programming and then progresses from there. It takes the time to carefully examine how components can simplify and add flexibility to complex applications by allowing users to extend their capabilities. Next, the book introduces a variety of .NET essentials, as well as .NET development techniques. Within this discussion on component development, a separate chapter is devoted to each critical development feature, including asynchronous calls, serialization, remoting, security, and more. All the while, hazardous programming pitfalls are pointed out, saving the reader from experiencing them the hard way. A .NET expert and noted authority on component-oriented programming, Lowy uses his unique access to Microsoft technical teams to the best possible advantage, conveyingdetailed, insider information in easy-to-grasp, activity-filled language. This hands-on approach is designed to allow individuals to learn by doing rather than just reading. Indeed, after digesting "Programming .NET Components," Second Edition, readers should be able to start developing .NET components immediately. "Programming .NET Components," Second Edition is the consummate introduction to the Microsoft .NET Framework--the technology of choice for building components on Windows platforms. From its many lessons, tips, and guidelines, readers will learn how to use the .NET Framework to program reusable, maintainable, and robust components. Following in the footsteps of its best-selling predecessor, "Programming .NET Components," Second Edition has been updated to cover .NET 2.0. This invaluable resource is targeted at anyone who develops complex or enterprise-level applications with the .NET platform--an ever-widening market. |

|
Build Your Own ASP.NET 2.0 Web Site Using C# & VB
|
|
Author(s):
| Cristian Darie, Zak Ruvalcaba |
|
Publisher:
| SitePoint |
|
Publish date:
| - unspecified - |
|
Price:
| 29.22 USD |
|
Average Score:
| 4.5 (from 35 reviewers) |
|
Amazon availability:
| Usually ships in 24 hours |
|
Description:
|
Learn how to build impressive ASP.NET 2.0 Websites in both C# and VB from scratch. Using a practical step-by-step approach, the authors introduce the ASP.NET framework, teach you about database design, and walk you through obtaining, installing and configuring all the freely available software you need to use ASP.NET 2.0. They then show you how to build several real world Web-based applications that you can put to use instantly in your projects. Readers will learn how to: Develop a fully functional Corporate Intranet with a dynamic navigation menu Create an email newsletter system using ASP.NET 2.0 Build web forms using web controls, validation controls, and rich controls Program in both C# and VB Handle unforseen errors gracefully using a range of error handling techniques Secure applications using form authentication Use code-behind to streamline code. This book doesn't force you to choose an ASP.NET language in advance - all code examples are presented in both C# (pronounced see-sharp) and VB. You can choose which one you want to use, and follow-it throughout the book. Best of all, this book doesn't assume any prior programming knowledge! As an added bonus, this book doesn't force you to choose an ASP.NET language in advance - all code examples are presented in both C# (pronounced see-sharp) and VB.NET. You can choose which one you want to use, and follow-it throughout the book. Best of all, this book doesn't assume any prior ASP.NET knowledge! |
|
|
|
|