Wrox Blox : All Titles
Excited about new technology? Stumped on a problem? Trying to keep up with new software releases but don't have time to read an entire book?
Then Wrox Blox are the answer!
Written by the best programmers in the their fields, Wrox Blox are short informational pieces and code that will help get you up-to-speed and keep you up-to-date. Build the knowledge you need quickly on a wide variety of topics. Prices starting at $6.99.
Check out a free demo of a Wrox Blox today!
Wrox Blox Titles |
|||||||||||||
|
|||||||||||||
|
May 2008, Wrox Blox PDF
This Wrox Blox shows you best-practice scenarios for knowledge worker information management using SharePoint Lists and Document Libraries. It demonstrates features that are common to both Windows SharePoint Services version 3.0 (WSS v3) and Microsoft Office SharePoint Server 2007 (MOSS 2007). Starting with examples of traditional filing systems using folder hierarchies, it progresses to the introduction of custom metadata columns to make storing, ... Read More
|
|
May 2008, Wrox Blox PDF
In this Wrox Blox, you learn how to create a custom button to generate a special HTML hyperlink. The hyperlink contains extra information to show the relationship between two individuals. This type of data is called the XHTML Friends Network (XFN), a specific type of microformat. A microformat is a Web-based formatting approach that aims to use existing XHTML tools (such as element attributes and classes) to describe data, ... Read More
|
|
May 2008, Wrox Blox PDF
This Wrox Blox empowers developers to develop ASP.NET AJAX controls by giving them a look “under the hood” of
|
|
May 2008, Wrox Blox PDF
This Wrox Blox explains how to create different types of custom modules for ASP.NET web sites. Custom ASP.NET Modules are a great way to program advanced features to your web site. This Wrox blox discusses the difference between a custom httpModule and the Global.asax file. It also covers the steps in the ASP.NET pipeline. The examples include using a custom module to configure a site’s initial settings, ... Read More
|
|
Migrating to LINQ to SQL in TheBeerHouse and ASP.NET 2.0 Website Programming Problem Design Solution
March 2008, Wrox Blox PDF
This Wrox Blox demonstrates various LINQ to SQL techniques to use in upgrading the “Articles” portion of TheBeerHouse application. The first step is migrating TheBeerHouse project from an ASP.NET 2.0 to an ASP.NET 3.5 application. Next, create a LINQ to SQL class (DBML) mapping file that will encapsulate the entire Data Access Layer for this project. Readers will become comfortable working with Entities ... Read More
|
|
March 2008, Wrox Blox PDF
This Wrox Blox covers how to get from ASP.NET 2.0 to ASP.NET 3.5 from three of the most respected ASP.NET experts: Bill Evjen, Scott Hanselman, and Devin Rader. It contains more than 200 pages from 5 chapters, and 1 appendix, of their new book: Professional ASP.NET 3.5. These selected chapters feature the key new ASP.NET 3.5 functionality, including LINQ, ASP.NET with IIS7, CSS in ASP.NET, and ASP.NET AJAX, ... Read More
|
|
March 2008, Wrox Blox PDF
This Wrox Blox teaches you how to add graphics to C# 2008 applications, explaining fundamental graphics techniques such as: drawing shapes with different colors and line styles; filling areas with colors, gradients, and patterns; drawing text that is properly aligned, sized, and clipped exactly where you want it; manipulating images and saving results in bitmap, JPEG, and other types of files. Also covered are instructions for how to greatly increase ... Read More
|
|
March 2008, Wrox Blox PDF
This Wrox Blox shows you how to add graphics to Visual Basic 2008 applications by explaining fundamental graphics techniques such as: drawing shapes with different colors and line styles; filling areas with colors, gradients, and patterns; drawing text that is properly aligned, sized, and clipped exactly where you want it; manipulating images and saving results in bitmap, JPEG, and other types of files. ... Read More
|
|
March 2008, Wrox Blox PDF
This Wrox Blox explores Service Orientated Architecture and the Enterprise Service Bus, focusing on how it can be implemented using Microsoft BizTalk Server. It explains the need for SOA Architecture in an enterprise business and looks at the key Business and IT Drivers in business, how they can interact, and where there are conflicts that SOA can help resolve. Specifically, the author discusses Microsoft ESB Guidance and how, ... Read More
|
|
February 2008, Wrox Blox PDF
This Wrox Blox illustrates a CD Player application built with WPF and DirectSound using C# and Visual Studio 2008, and is targeted at the intermediate-level programmer who is familiar with C#, WPF, and .NET interoperability with native Windows APIs, and the Visual Studio development environment. This application provides basic control capabilities such as Play, Pause, Stop, and Eject, and also displays the duration of the disk and each track as ... Read More
|
|
February 2008, Wrox Blox PDF
This Wrox Blox gives developers a hands-on look at some of the commonly used AJAX Control Toolkit controls, focusing on the CollapsiblePanel, Accordion, Tabs, ModalPopup, TextboxWatermark, AutoComplete, and CascadingDropDown. Developers also gain the tools they need to effectively use and understand the other controls found in the Toolkit. The starting point is an introduction to ASP.NET AJAX discussing the ASP.NET AJAX Extensions 1.0 and
|
|
January 2008, Wrox Blox PDF
This Wrox Blox shows how to communicate with SQL Server using SQL Management Objects instantiated on-the-fly in Windows PowerShell scripts. Topics include how to create Windows PowerShell scripts that use SQL Management Objects (SMO) to manage and program SQL Server. In addition, you will learn about areas of potential difficulty and see how to avoid them—for example, the use of '$' in instance name, ... Read More
|
|
December 2007, Wrox Blox PDF
This Wrox Blox provides two solutions for dynamic control survivability, including using the ASP.NET Session object to hold the dynamic controls, and accessing the page's Form objects before they are destroyed. Using ASP.NET 2.0 with C# and VB.NET, you will explore both solutions and see the best situations in which to use them. Many ASP .NET programmers require the use of dynamic, page-generated controls to provide a flexible user experience. ... Read More
|
|
December 2007, Wrox Blox PDF
In this Wrox Blox, you'll see the code and layers used to add an ASP.NET blog to your site. After working through the blog design and installation, you'll also get a chance to modify the blog application further using a three-layer n-tier design. The three layers are the presentation layer, business layer, and data access layer. A blog is a great addition to any ASP.NET content site. Thanks to ASP.NET 2.0, ... Read More
|
|
November 2007, Wrox Blox PDF
This Wrox Blox presents WPF along with the Extensible Application Markup Language (XAML), showing developers how to customize existing user interface controls such as the Button, Progress Bar, CheckBox, Radio Button, and Label along with creating two new custom controls. The Windows Presentation Foundation (WPF) released with the .NET 3.0 SDK provides a rich foundation for developing and customizing user interfaces. ... Read More
|
|
October 2007, Wrox Blox PDF
This Wrox Blox provides you the information you need to use the classes provided from Google. The core classes within Google Gears include Factory, Database, HttpRequest, LocalServer, Timer, and WorkerPool. This Wrox Blox shows how to determine when to use the different classes provided by Google Gears. The Factory allows you to instantiate instances of all of the other classes. The Database allows you to store browser based data on the client computer. ... Read More
|
|
October 2007, Wrox Blox PDF
This Wrox Blox teaches you how to create animations using Microsoft's new platform for building rich Internet applications — Silverlight. This Wrox Blox introduces animation concepts and answers questions such as when and why you want to use animation in your Web development. The core classes that make up the Silverlight animation subsystem are also introduced, providing you with a solid foundation to take away and build on. ... Read More
|
|
October 2007, Wrox Blox PDF
This Wrox Blox introduces you to Language Integrated Query (LINQ), a .NET 3.5 application programming interface (API) and set of extensions to the Visual Basic and C# languages. First, you get acquainted with LINQ’s Standard Query Operators (SQOs) and new keywords that define the language. Then you use the SQOs to write LINQ expressions in C# 3.0 and VB 9.0 that let you query diverse data types with a single syntax that’s similar to Structured ... Read More
|
|
October 2007, Wrox Blox PDF
This Wrox Blox explains touch input events and illustrates how to detect an orientation change, capture two-finger scrolling inputs, and simulate a drag-and-drop action when designing applications for the iPhone and iPod Touch. Web developers designing applications for Mobile Safari, the browser on iPhone and iPod Touch, are able to easily incorporate touch input event handling without writing any code at all. ... Read More
|
|
October 2007, Wrox Blox PDF
This Wrox Blox walks you through building a desktop application using your favorite text editor and the Flex 3 command-line tools, leveraging the Flex Framework to browse and manipulate images found on your local system using the Adobe AIR API included in the Flex 3 SDK. Adobe AIR is a cross-platform runtime that gives you the ability to bring the rich Internet application experience to the desktop. ... Read More
|






















