Dotnetcat » .NET Books » XML books
Service-Oriented Architecture: Analysis and Design for Services and Microservices (2nd Edition) (The Prentice Hall Service Technology Series from Thomas Erl)
|
Author: | Thomas Erl |
| Publisher: | Prentice Hall (22 December 2016) | Price: |
For more than a decade, Thomas Erl’s best-selling Service-Oriented Architecture: Concepts, Technology, and Design has been the definitive end-to-end tutorial on SOA, service-orientation, and service technologies. Now, Erl has thoroughly updated the industry’s de facto guide to SOA to reflect new practices, technologies, and strategies that have emerged through hard-won experience and creative innovation.
This Second Edition officially introduces microservices and micro task abstraction as part of service-oriented architecture and its associated service layers. Updated case study examples and illustrations further explain and position the microservice model alongside and in relation to more traditional types of services.
Coverage includes:
• Easy-to-understand, plain English explanations of SOA and service-orientation fundamentals
Head First C#, 2E: A Learner's Guide to Real-World Programming with Visual C# and .NET (Head First Guides)
|
Author: | Andrew Stellman |
| Publisher: | O'Reilly Media (31 May 2010) | Price: |
You want to learn C# programming, but you're not sure you want to suffer through another tedious technical book. You're in luck: Head First C# introduces this language in a fun, visual way. You'll quickly learn everything from creating your first program to learning sophisticated coding skills with C# 4.0, Visual Studio 2010 and .NET 4, while avoiding common errors that frustrate many students.
The second edition offers several hands-on labs along the way to help you build and test programs using skills you've learned up to that point. In the final lab, you'll put everything together. From objects to garbage collection and from exceptions to interactions, you'll learn C# in a way that engages and entertains your brain. Here are a few of the topics you'll learn:
- Start by building a useful application with pre-built components in Visual Studio 2010
- Discover how objects work, using real-world examples
- Store numbers, text, and other basic data…
ADO.NET Examples and Best Practices for C# Programmers
|
Author: | William R. Vaughn |
| Publisher: | Apress ( 1 April 2002) | Price: |
| Rating: |
Best-selling author Bill Vaughn gives practical advice that VB developers can use immediately to make their data access code faster and easier to write and understand.
Learning ASP.NET 2.0 with AJAX: A Practical Hands-on Guide
|
Author: | Jesse Liberty |
| Publisher: | O'Reilly Media ( 7 October 2007) | Price: |
| Rating: |
With this book, web developers can build engaging and interactive sites and applications using Microsoft's latest web development tools -- ASP.NET 2.0 and the new ASP.NET AJAX framework. You learn to create applications that have all the great tricks you see on popular commercial web sites, such as order forms and the ability to interact with a database. And you can build pages that display information interactively without a page refresh. This straightforward tutorial explains how.
Learning ASP.NET 2.0 with AJAX helps you master the concepts and techniques of Microsoft's tools with plenty of annotated examples, review quizzes, web construction exercises and chapter summaries, so you can practice new skills and test your understanding as you go. With it, you'll learn to:
- Master the fundamental skills of ASP.NET 2.0 to build professional quality web applications
- Integrate new Ajax tools and CSS with ASP.NET 2.0 for flashier and more interactive…
OData Programming Cookbook for .NET Developers
|
Author: | Steven Cheng |
| Publisher: | Packt Publishing (25 July 2012) | Price: |
70 fast-track, example-driven recipes with clear instructions and details for OData programming with .NET Framework Overview Master OData programming concepts and skills by implementing practical examples and apply them in real-world scenarios. Find simple and handy means to resolve common OData programming issues more effectively. Explore the new OData programming features in latest and future versions of WCF Data Service Well-designed recipes that are organized in complete categories such as server-side programming, client-side programming, hosting and configuration, and security. In Detail Odata (Open Data Protocol) is a Web protocol for querying and updating data that provides a way to unlock your data and free it from silos that exist in applications today. OData enables data access among a variety of applications, services, and stores by adopting existing Web technologies such as HTTP, XML, and JSON. This book deals with common OData programming cases over the Microsoft .NET…
XML for ASP.NET Developers
|
Author: | Dan Wahlin |
| Publisher: | Sams Publishing (24 August 2001) | Price: |
| Rating: |
XML for ASP.NET Developers first gives a solid foundation in the basics of MSXML including XML Syntax, XML Schemas, Xpath, Xlink, Xpointer, and other concepts necessary to leverage the power of XML. After the building blocks of XML are thoroughly covered, Dan guides readers through manipulating XML documents using the Document Object Model (DOM) and XSL (Extensible Stylesheet Language) both on the client and the server. Detailed examples combined with easy to follow tutorials will have readers transforming XML documents into professional looking applications quickly and easily. Providing a single source for information on a variety of XML related technologies makes XML for ASP.NET Developers a necessary edition to any developer's library and sets it apart from any book available today.
Programming Microsoft ASP.NET 4 (Developer Reference)
|
Author: | Dino Esposito |
| Publisher: | Microsoft Press (25 February 2011) | Price: |
Completely reengineered for ASP.NET 4—this definitive guide deftly illuminates the core architecture and programming features of ASP.NET 4 in a single, pragmatic volume. Web development expert Dino Esposito provides essential, architectural-level guidance, along with the in-depth technical insights designed to take you—and your solutions—to the next level. The book covers Dynamic Data, AJAX, Microsoft Silverlight, ASP.NET MVC, Web forms, LINQ, and security strategies—and features extensive code samples in Microsoft Visual C#(R) 2010.
Pro LINQ in VB8: Language Integrated Query in VB 2008 (Expert's Voice in .NET)
|
Author: | Joseph Rattz |
| Publisher: | Apress (10 August 2009) | Price: |
LINQ is the project name for a set of extensions to the .NET Framework that provide a generic approach to querying data from different data sources. LINQ made its debut in Visual Studio 2008, and became a must–have skill for .NET developers. For more information about LINQ, you can check out www.linqdev.com.
Starting with code and ending with code and tailored for the VB language, Pro LINQ: Language Integrated Query in VB 2008 is a veritable treasury of LINQ examples that will save you hours, even days, of research time. Keeping you focused on the relevant LINQ principles, expert author Joseph Rattz, Jr., and VB specialist Dennis Hayes provide examples for complex models that you won't find anywhere else.
In most books, you'll find plenty of simple examples to demonstrate how to use a method, but authors rarely show how to use the more complex prototypes. Pro LINQ: Language Integrated Query in VB 2008 is different. Demonstrating…
Office 2003 XML for Power Users (Books for Professionals by Professionals)
|
Author: | Matthew MacDonald |
| Publisher: | Apress (14 January 2004) | Price: |
* Edit standard XML files with all the tools of Word and Excel (like formulas and the spell checker)
* Take existing Word or Excel documents, transform all or part of them into XML, and "plug" them into business processes.
* Mine the data in an Office document, using custom macros or applications―on any platform.
* Create rich Word or Excel documents programmatically, without even needing to have Office installed.
* Create smart documents that have built-in user guidance and validation rules to prevent errors.
.NET Test Automation Recipes: A Problem-Solution Approach (Expert's Voice in .NET)
|
Author: | James McCaffrey |
| Publisher: | Apress (23 August 2016) | Price: |
This book presents practical techniques for writing lightweight software test automation in a .NET environment. It is intended for software developers, testers, and managers who work with .NET technology and have a basic familiarity with .NET programming.


Syndicate