الصفحة 22
الصفحة 22
img

Pro SQL Server 2008 XML

Knowledge and ability to apply XML are de rigueur in today's world, and SQL Server developers and administrators are no exception to that rule. Pro SQL Server 2008 XML is your key to unlocking the powerful XML feature set first introduced in SQL Server 2005 and since refined in SQL Server 2008. Author Michael Coles shows how to store XML using SQL Server's built–in XML data type. Learn to query and manipulate XML data using standard technologies such as XQuery and XSLT. No SQL Server database professional can afford to be without knowledge of the XML feature set. Pro SQL Server 2008 XML delivers on the knowledge that you need to remain competitive in your career.

img

Pro SQL Server 2008 Service Broker

Service Broker is a key Microsoft product in support of message–based processing between applications. Pro SQL Server 2008 Service Broker helps you to take full advantage of this key Microsoft technology, beginning from the fundamentals, moving through installation and application development, and ultimately showing you how to develop highly available and scalable applications based upon the service–oriented architecture that is quickly gaining ground as the way forward in application development.

img

Pro SQL Server 2008 Reporting Services

Take full advantage of everything SQL Server 2008 Reporting Services has to offer and deliver customizable, web–enabled reports across your business at a reasonable cost. Learn best–practices from professionals who use SQL Server Reporting Services daily to deliver solutions to paying clients and gain the competitive edge on using Microsoft’s enterprise–level reporting platform.

img

Pro SQL Server 2008 Relational Database Design and Implementation

Learn effective and scalable database design techniques in a SQL Server environment. Pro SQL Server 2008 Relational Database Design and Implementation covers everything from design logic that business users will understand, all the way to the physical implementation of the design in a SQL Server database. Grounded in best practices and a solid understanding of the underlying theory, authors Louis Davidson, Kevin Kline, Scott Klein, and Kurt Windisch show how to 'get it right' in SQL Server database design and lay a solid groundwork for the future use of valuable business data. Solid foundation in best practices and relational theory. Maximize SQL Server features to enhance security, performance, scalability. Thorough treatment from conceptual design to an effective, physical implementation

img

Pro SQL Server 2005 Service Broker

Rich with practical examples, this is the most complete and incisive book on this important new technology—an invaluable resource for all serious database and web developers. Focused on best practices, it explains in detail how Service Broker supports and enhances database and web applications. This book not only covers Service Broker fundamentals, but also addresses current crucial topics like service-oriented architecture (SOA) and service-oriented data architecture (SODA).

img

Pro SQL Server 2005 Reporting Services

SQL Server Reporting Services (SSRS) 2005 is the latest version of the reporting technology from Microsoft. This book examines all of the technology that SSRS provides to design, author, render and deploy professional business reports to the Web or to the company intranet (in a variety of formats, from HTML to XML, PDF, or TIFF), with detailed examples at every step. It covers all of the new functionality present in the 2005 version, including the new management and business intelligence development studios, as well as the new report viewer controls and end-user reporting tools. It also contains significantly expanded chapters on business intelligence, along with a wealth of tips and workarounds for effective development with SSRS.

img

Pro SQL Server 2005 Integration Services

Pro SQL Server 2005 Integration Services contains everything you could ever hope to know about this exciting development from Microsoft: developer insight, Microsoft group manager–level access, personal experience of using the technology in the real–world, and fine–grained analysis. If you want to rapidly gain knowledge and context from your data, Microsoft's latest and greatest interpretation of enterprise application integration, SQL Server Integration Services, is for you. As part of the extensive SQL Server suite, Integration Services is a more serious and expandable interpretation of the integration paradigm than previously available. At once both simple to use yet incredibly complex, it goes far beyond being a reimagining and reengineering of DTS, and it's all presented in a familiar Visual Studio context. It's agile, it's service-oriented, it's everything to everyone.

img

Pro SQL Server 2005 Database Design and Optimization

Pro SQL Server 2005 Database Design and Optimization will teach you effective strategies for designing proper databases. It covers everything from how to gather business requirements to logical data modeling and normalization. It then shows you how to implement your design on SQL Server 2005. The authors also describe how to optimize and secure access to this data, covering indexing strategies, SQL design and optimization, and strategies for increased scalability to support large numbers of concurrent users. They provide in-depth advice on optimal code distribution in SQL Server 2005 applications, in the wake of innovations to be able to use .NET code in the database itself. This essential book will ensure that projects have a well-designed database and secure, optimized data access strategies right from the start.

img

Pro SQL Server 2005 Assemblies

Pro SQL Server 2005 Assemblies provides a detailed and example-driven tutorial on how to build and use .NET assemblies. The authors focus on building assemblies in C#, but also provide the equivalent VB .NET code in the supplied code download. Assemblies are not a complete replacement for T-SQL stored procedures and triggers; rather, they're enhancements, to be used at the right place and right time. This book examines the ins and outs of assemblies when they should and should not be used, what you can do with them, and how you can get the most out of them.

img

Pro SharePoint Solution Development : Combining .NET, SharePoint and Office 2007

This book is unique because it starts with challenges that end users deal with every day when using the Microsoft collaboration platform to support business processes. The solutions are presented as the hypothetical business challenges of a fictional company. By presenting the examples in this context, authors Ed Hild and Susie Adams make it easier to relate to the challenges and solution value. And the goal of these examples is to build applications that apply the benefits of the Office desktop interface with the richness of SharePoints collaboration features.

img

Pro Scalable .NET 2.0 Application Designs

Pro Scalable .NET 2.0 Application Designs explains how to plan and implement .NET 2.0 applications. It addresses platform, hosting, and database requirements, as well as architectural design techniques that can be used to create the application itself. For example, the book illustrates a comparison between two models, the traditional and the new service-oriented architecture, to weigh the advantages and disadvantages of each. This book also makes use of the newest version of Web Services Enhancements (WSE 3.0), ensuring you have access to the latest Microsoft standards and advice.

img

Pro PerformancePoint Server 2007 : Building Business Intelligence Solutions

Pro PerformancePoint Server 2007 is Microsoft's latest product in its line of business intelligence applications, a piece of software that gathers data from corporate databases and delivers it to an end user in a friendly, graphical fashion. PerformancePoint offers the next step in the digitization world. Businesses now have gigabytes upon terabytes of data in databases; there's a need to interpret the data and glean key business insights from it and PerformancePoint.

img

Pro Oracle Application Express

Application Express, or APEX, is one of the most innovative products to come out of Oracle in years. APEX is an application development framework for developing database–backed applications. It's easy enough to get started in that power users can quit storing data in random spreadsheets and instead centralize their data in the powerful Oracle database, all without developer help. Developers aren't left out, however. Those who choose to do so can go deep and leverage the full power and flexibility of Oracle's database engine.

img

Pro Microsoft Speech Server 2007 : Developing speech enabled applications with .NET

Microsoft Speech Server is becoming increasingly popular. There are three primary components developers wanting to develop speech applications need to be familiar with: the Speech SDK, Telephony, and ASP.NET server controls. Each of these can be used independently, but in many cases, all three need to be used to build truly compelling applications

img

Pro LINQ Object Relational Mapping with C# 2008

It is nearly impossible today to write enterprise software without the use of one or more relational databases. Granted, there are cases when the data is transient and not stored in a database, but for the most part, software needs to consume and manipulate data in a database. It sounds easy, but there are hundreds of ways to connect software systems to databases and thousands of people who think they have the skeleton key for data access layers. Pro LINQ Object Relational Mapping in C# 2008 explains an efficient, repeatable way to apply industry design patterns to build scalable object–oriented data access layers.

img

Pro LINQ : Language Integrated Query in C# 2008

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 will premier in Visual Studio 2008, and will become the next must–have skill for .NET developers. For more information about LINQ, you can check out the author's portal at www.LINQdev.com. Pro LINQ: Language Integrated Query in C# 2008 is all about code. Literally, this book starts with code and ends with code. In most books, the author shows the simplest example demonstrating how to use a method, but they so rarely show how to use the more complex prototypes. Pro LINQ: Language Integrated Query in C# 2008 is different.

img

Pro LCS : Live Communications Server Administration

Pro LCS: Live Communications Server Administration will guide you on how to best leverage Microsofts Live Communications Server 2005 (LCS) to improve your business communications. This information-packed volume includes everything you need to know about LCS, but were afraid to ask. This includes all the different clients that you can utilize and how you can best deploy them. This book comes loaded with handy hints and tips, useful real-world scenarios, and extensive walkthroughs aimed at getting you up and running as quickly and painlessly as possible. It even includes a complete discussion about setting up a pilot deployment and rolling out the final solution in your chosen environment.

img

Pro Java ME MMAPI : Mobile Media API for Java Micro ed.

Mobile Media API is a low-footprint and versatile API that enables you to create multimedia applications in Java-enabled phones. With this API, it is possible to add and control audio-, video-, and image-based media to MIDlets from different sources. Pro Java ME MMAPI explores this API in great detail. This book explains the APIs architecture and covers how this architecture sits with the Mobile Independent Device Profile (MIDP). The book also shows you how to best use the multimedia capabilities of a Java-enabled phone. This book includes detailed examples that cover the necessary basics, like audio playback and tone generation, to advanced issues, like synchronized media playback, video capture, and live radio stream. The book incorporates a mobile phone to model these examples, in addition to the Java Wireless Toolkit emulators.

img

Pro InfoPath 2007

Pro InfoPath 2007 is an excellent book for developers trying to learn the scope and range of application forms that can be built with Microsoft Office InfoPath 2007. InfoPath is now in its second generation and it enables the creation of rich desktop and web forms using XML technologies and allows gathering of structured, business-critical information. Together with Microsoft Windows SharePoint Server 2007, InfoPath allows built-in integration with back-end processes, databases, and work flow, and provides developers with rich tools to build enterprise-wide forms solutions.

img

Pro Excel 2007 VBA

Pro Excel 2007 VBA is the complete guide to creating Excel VBA applications, including coverage of new features in Excel 2007. Covering object–oriented programming techniques, debugging, and error handling methodologies, this book quickly turns novice into expert as it explores COM and .NET components and the advantages of compiled code. The book also covers XML for Excel web development. This book is unique insomuch that author Jim DeMarco is a true expert in the field of Excel programming, and he conveys the Visual Basic for Applications story in the context of the real world. Not just another dry programming guide, Pro Excel 2007 VBA is a journey from novice to expert where the author is your traveling companion. Bon voyage!

عدد النتائج بكل صفحة