Dotnetcat » .NET Books » XML books
CLR via C#
|
Author: | Jeffrey Richter |
| List price: | $59.99 | |
| Amazon price: | $32.52 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Microsoft Press (11 February 2010) |
Dig deep and master the intricacies of the common language runtime (CLR) and the .NET Framework 4.0. Written by a highly regarded programming expert and consultant to the Microsoft® .NET team, this guide is ideal for developers building any kind of application-including Microsoft® ASP.NET, Windows® Forms, Microsoft® SQL Server®, Web services, and console applications. You'll get hands-on instruction and extensive C# code samples to help you tackle the tough topics and develop high-performance applications.
MCAD/MCSD XML Web Services and Server Components Development with Visual Basic .NET Study Guide (Exam 70-310)
|
Author: | Kenneth S. Lind |
| List price: | $49.99 | |
| Amazon price: | $49.99 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Osborne/McGraw-Hill (25 November 2002) |
This is a comprehensive study tool containing hundreds of practice questions, ExamWatch warnings and 2-Minute Drills for quick review. The companion CD-ROM content includes excerpts from LearnKey's interactive XML for Developers Using MS Tools Study Guide, and the LearnKey self-assessment engine, as well as cert cams to provide demonstrations of key concepts.
The Guru's Guide to SQL Server Stored Procedures, XML, and HTML
|
Author: | Ken Henderson |
| List price: | $64.99 | |
| Amazon price: | $24.82 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Addison-Wesley Professional ( 6 January 2002) |
SQL Server developers worldwide raved about Ken Henderson's The Guru's Guide to Transact-SQL: its exceptionally clear, conversational explanations, and its powerfully useful projects and code examples. This book helps SQL Server developers take the next step -- building more powerful, robust applications than ever before. Henderson identifies several key areas of SQL Server development that offer the greatest power -- and then covers each of them in exceptional detail. The book includes especially thorough coverage of Transact-SQL stored procedure programming, including features such as extended procedures, database design, and XML that are often disregarded in competitive books. Henderson introduces a method he has developed to add arrays to T-SQL, something previously thought impossible. He offers an ideal balance of theory and code, gradually building on basic techniques to create increasingly sophisticated solutions, and teaching the philosophy of Transact-SQL programming alongside syntax and technique. An accompanying CD-ROM includes extensive source code, including valuable proprietary code that makes T-SQL queries run faster. For every SQL Server developer.
Murach's ADO.NET 4 Database Programming with C# 2010 (Murach: Training & Reference)
|
Author: | Anne Boehm |
| List price: | $54.50 | |
| Amazon price: | $34.34 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Mike Murach & Associates (26 April 2011) |
Now in its 4th Edition, this book shows C# developers how to use Visual Studio and ADO.NET to develop database applications the way the best professionals do. You'll learn how to:
- quickly create Windows and web applications by dragging-and-dropping data controls in Visual Studio 2010
- code your own presentation, business, and database classes with ADO.NET 4 to build 3-layer applications...the route the professionals take for flexibility and control
- display and manipulate data in web applications by using ASP.NET data controls designed specifically for that purpose, like GridView and DetailsView
- work with XML-specific features of ADO.NET to read, write, and manipulate XML data in your applications
- use Visual Studio's Report Designer and ReportViewer control to create and display reports in both Windows and web applications
- use LINQ to SQL instead of standard SQL so you can query databases using C# constructs
- create Entity Data Models so you can use LINQ to Entities to work with business objects, like invoices, while the Entity Framework handles the database details
Practice exercises at the end of every chapter and complete database applications throughout help you master every skill along the way. And Murach's distinctive "paired-pages" format...where each skill is presented with examples and advice in a single 2-page spread...is great for both targeted learning and reference.
Perl and XML
|
Author: | Erik T. Ray |
| List price: | $39.99 | |
| Amazon price: | $17.51 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | O'Reilly Media ( 2 May 2002) |
XML is a text-based markup language that has taken the programming world by storm. More powerful than HTML yet less demanding than SGML, XML has proven itself to be flexible and resilient. XML is the perfect tool for formatting documents with even the smallest bit of complexity, from Web pages to legal contracts to books. However, XML has also proven itself to be indispensable for organizing and conveying other sorts of data as well, thus its central role in web services like SOAP and XML-RPC.
As the Perl programming language was tailor-made for manipulating text, few people have disputed the fact that Perl and XML are perfectly suited for one another. The only question has been what's the best way to do it. That's where this book comes in.
Perl & XML is aimed at Perl programmers who need to work with XML documents and data. The book covers all the major modules for XML processing in Perl, including XML::Simple, XML::Parser, XML::LibXML, XML::XPath, XML::Writer, XML::Pyx, XML::Parser::PerlSAX, XML::SAX, XML::SimpleObject, XML::TreeBuilder, XML::Grove, XML::DOM, XML::RSS, XML::Generator::DBI, and SOAP::Lite. But this book is more than just a listing of modules; it gives a complete, comprehensive tour of the landscape of Perl and XML, making sense of the myriad of modules, terminology, and techniques. This book covers:
- parsing XML documents and writing them out again
- working with event streams and SAX
- tree processing and the Document Object Model
- advanced tree processing with XPath and XSLT
Pro .NET 2.0 Graphics Programming (Expert's Voice in .NET)
|
Author: | Eric White |
| List price: | $49.99 | |
| Amazon price: | $19.98 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress (17 October 2005) |
Whether you are using Windows Forms to build rich-client business applications, or the ASP.NET 2.0 framework to build powerful web applications or web services, the use of well-designed graphics will greatly enhance their usability, impact, and visual appeal. This book provides a comprehensive guide to the use of graphics in .NET applications and aims to provide you with all the information you need to build effective custom controls.
The opening section of the book investigates the .NET Framework classes that implement graphics. It covers all of the classes, methods, and techniques needed to create, manipulate, and display precise graphics in a form, a page being sent to a printer, or an image.
On this foundation, the second section describes how to design and build effective custom controls for use in a business environment. Topics covered include building composite controls, implementing keyboard navigation, and enhancing design-time support.
The final section of the book explores the use of GDI+ and ASP.NET to build custom controls that can provide reusable, GUI components for web projects, and to deliver customized graphics over the Internet.
Real World ASP.NET Best Practices
|
Author: | Farhan Muhammad |
| List price: | $39.99 | |
| Amazon price: | $14.05 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress ( 3 June 2003) |
ASP.NET is a wonderful enabling technology that allows developers to create business solutions much more effectively than ever before. However, there is room for improvement. Developers often do not see the potholes and pitfalls related to this technology until they stumble. Real World ASP.NET Best Practices helps readers to avoid just such frustrations. The book's in-depth coverage includes data handling, caching, JavaScript, user and server controls, distributed programming, configuration, and deployment.
Real World ASP.NET Best Practices goes far beyond the documentation to teach ASP.NET development best practices based on the authors' real-world experience. The book's emphasis is on helping developers perform tasks correctly and avoid mistakes, not on teaching ASP.NET in general.
Pro WPF in C# 2010: Windows Presentation Foundation in .NET 4
|
Author: | Matthew MacDonald |
| List price: | $54.99 | |
| Amazon price: | $999.98 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress (31 March 2010) |
Microsoft's Windows Presentation Foundation (WPF) provides the foundation for building applications and high-quality user experiences for the Windows operating system. It blends the application user interface, documents, and media content, while exploiting the full power of your computer's operating system.
Its functionality extends to the support for tablet PCs and other forms of input device, and it provides a more modern imaging and printing pipeline, accessibility and UI automation infrastructure, data-driven user interfaces and visualization, and integration points for weaving the application experience into the Windows shell.
This book shows you how WPF really works. It provides you with the no-nonsense, practical advice that you need in order to build high-quality WPF applications quickly and easily. After giving you a firm foundation, it goes on to explore the more advance aspects of WPF and how they relate to the others elements of the .NET 4.0 platform and associated technologies such as Silverlight.
What you’ll learn- WPF basics: XAML, layout, control essentials, and data flow
- WPF applications: Navigation, commands, localization, and deployment
- Advanced controls: Custom controls, menus, toolbars, and trees
- WPF documents: Text layout, printing, and document packaging
- Graphics and multimedia: Drawing shapes, sound and video, animation, geometric transformations, and imaging
This book is designed for developers encountering WPF for the first time in their professional lives. A working knowledge of C# and the basic architecture of .NET is helpful to follow the examples easily, but all concepts will be explained from the ground up.
Table of Contents- Introducing WPF
- XAML
- Layout
- Dependency Properties
- Routed Events
- Controls
- The Application
- Element Binding
- Commands
- Resources
- Styles and Behaviors
- Shapes, Brushes, and Transforms
- Geometries and Drawings
- Effects and Visuals
- Animation Basics
- Advanced Animation
- Control Templates
- Custom Elements
- Data Binding
- Formatting Bound Data
- Data Views
- Lists, Trees, and Grids
- Windows
- Pages and Navigation
- Menus, Toolbars, and Ribbons
- Sound and Video
- 3-D Drawing
- Documents
- Printing
- Interacting with Windows Forms
- Multithreading
- The Add-in Model
- ClickOnce Deployment
ASP.Net Ajax in Action
|
Author: | Alessandro Gallo |
| List price: | $44.99 | |
| Amazon price: | $9.24 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Manning Publications (31 August 2007) |
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
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.
Learning MonoTouch: A Hands-On Guide to Building iOS Applications with C# and .NET
|
Author: | Michael Bluestein |
| List price: | $44.99 | |
| Amazon price: | $23.96 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Addison-Wesley Professional ( 4 August 2011) |
Develop State-of-the-Art iPhone/iPad Apps with MonoTouch and .NET!
Are you an experienced C#/.NET developer who wants to reach the huge iPhone/iPad market? Now, you can create great iOS apps without first mastering Objective-C and Apple's development toolset. With MonoTouch, you can leverage the skills you already have to create powerful apps that can be sold in Apple's App Store or deployed throughout your organization. In Learning MonoTouch, Michael Bluestein helps you get started with MonoTouch fast and make the most of its remarkably robust capabilities.
The book first walks you through setting up your MonoTouch development environment, explaining how MonoTouch abstracts the iOS SDK to permit development against native iOS classes from C#. Through simple examples, you'll start building working apps, establishing a firm foundation for more advanced coding. One step at a time, you'll master increasingly sophisticated cases through practical examples. Bluestein even shows you how to leverage powerful .NET tools in your iOS apps, including LINQ.
Coverage includes
* Applying common iOS development patterns and techniques in C#
* Using MonoTouch to handle memory management and garbage collection
* Structuring MonoTouch apps for the MVC design pattern
* Making the most of iOS user interface classes
* Leveraging the address book, camera access, email, and iOS media features
* Customizing tables and navigation for richer experiences and better performance
* Accessing the iOS Core Graphics and Core Animation subsystems
* Building iOS location-based applications with Core Location and MapKit
* Consuming web services from MonoTouch
* Integrating iOS and .NET networking capabilities
* Saving data with the ADO.NET provider to SQLite, .NET serialization, and NSUserDefaults
All code samples are available for download at github.com/mikebluestein.
Note: This book was written using MonoTouch 3 and Xcode 3, which were the latest versions at the time. Newer versions of MonoTouch and Xcode have since been released with a variety of changes to the development tooling. There is a document about transitioning to the new tooling at docs.xamarin.com/ios/tutorials/transitioning_from_xcode_3_to_xcode_4.


Syndicate








