Article Network

Applying LINQ to Entities to a WCF Service

by Mike Liu | February 2013 | Enterprise Articles Microsoft

In this article by Mike Liu, the author of WCF 4.5 Multi-Layer Services Development with Entity Framework, we will learn how to update a product with LINQ to Entities in the data access layer. We will see how to apply changes of a client object to LINQ to Entities and leave all of the update work to LINQ to Entities, and will also see how to control the concurrency of updates with LINQ to Entities.

Read Applying LINQ to Entities to a WCF Service in full

Top features of KnockoutJS

by Eric M. Barnard | February 2013 | Open Source

One of the best parts of Knockout is its extensibility. Knockout has numerous extension points and contains a plethora of utilities for building your app. Many developers have built great Knockout sites without any other JavaScript libraries (even jQuery) than the core Knockout library.

In this article by Eric M. Barnard, the author of KnockoutJS Starter, we'll cover the top features that Knockout offers.

Read Top features of KnockoutJS in full

Marker-based Augmented Reality on iPhone or iPad

by Daniel Lélis Baggio David Millán Escrivá Jason Saragih Khvedchenia Ievgen Naureen Mahmood Roy Shilkrot Shervin Emami | February 2013 | Open Source Web Graphics & Video

In this article by Eugene Khvedchenya, the author of Mastering OpenCV with Practical Computer Vision Projects, introduces us to Augmented reality (AR), which is a live view of a real-world environment whose elements are augmented by computer-generated graphics.

In this article we will create an AR application for iPhone/iPad devices. From this article you'll learn more about markers. The full detection routine is explained. After reading this article you will be able to write your own marker detection algorithm and estimate the marker pose in 3D world with regards to camera pose.

In this article, we will cover the following topics:

  • Creating an iOS project that uses OpenCV

  • Application architecture

  • Marker detection

  • Marker identification

  • Marker code recognition

  • Placing a marker in 3D

Read Marker-based Augmented Reality on iPhone or iPad in full

Behavior-driven Development with Selenium WebDriver

by Unmesh Gundecha | January 2013 | Open Source

Behavior-driven Development (BDD) is an agile software development practice that enhances the paradigm of Test Driven Development (TDD) and acceptance tests, and encourages the collaboration between developers, quality assurance, domain experts, and stakeholders. Behavior-driven Development was introduced by Dan North in the year 2003 in his seminal article available at http://dannorth.net/introducing-bdd/.

In this article by Unmesh Gundecha, author of Selenium Testing Tools Cookbook, we will cover:

  • Using Cucumber-JVM and Selenium WebDriver in Java for BDD

  • Using SpecFlow.NET and Selenium WebDriver in .NET for BDD

  • Using JBehave and Selenium WebDriver in Java

  • Using Capybara, Cucumber, and Selenium WebDriver in Ruby

Read Behavior-driven Development with Selenium WebDriver in full

Why CoffeeScript?

by Michael Erasmus | January 2013 | Open Source

In this article by Michael Erasmus, author of CoffeeScript Programming with jQuery, Rails, and Node.js, we will look at CoffeeScript from JavaScript's perspective.

Read Why CoffeeScript? in full

Downloading and setting up Bootstrap

by David Cochran | January 2013 | Open Source Web Development

This article by David Cochran, author of Twitter Bootstrap Web Development How-To, reveals a few simple steps, so as to build a basic starter site equipped with Twitter Bootstrap's framework of stylesheets, icons, and JavaScript plugins.

Read Downloading and setting up Bootstrap in full

Creating Your Course with Presenter

by Robert Kennedy III | January 2013 | Cookbooks e-Learning

In this article by Robert Kennedy III from the book Articulate Studio Cookbook, we will cover the following recipes:

  • Animating images and objects

  • Adding audio narration to your slides

Read Creating Your Course with Presenter in full

Layout with Ext.NET

by Anup Shah | January 2013 | .NET

In this article by Anup Shah, the author of the book Ext.NET Web Application Development, we will learn about the Border layout. We will use EXT.NET for providing the Border layout.

Read Layout with Ext.NET in full

Disaster Recovery for Hyper-V

by Leandro Carvalho | January 2013 | Cookbooks Enterprise Articles Microsoft

The new Windows Server 2012 Hyper-V release from Microsoft comes with a myriad of improvements in areas such as mobility, high availability and elasticity, bringing everything you need to create, manage and build the core components of a Microsoft Private Cloud for virtualized workloads.

In this article by Leandro Cavalho, the author of Windows Server 2012 Hyper-V Cookbook, we will cover the following topics:

  • Backing up Hyper-V and virtual machines using Windows Server Backup

  • Restoring Hyper-V and virtual machines using Windows Server Backup

  • Confguring Hyper-V Replica between two Hyper-V hosts using HTTP authentication

  • Confguring Hyper-V Replica broker for a Failover Cluster

  • Confguring Hyper-V Replica to use certificate-based authentication using an Enterprise CA

  • Using snapshots in virtual machines

Read Disaster Recovery for Hyper-V in full

Eloquent relationships

by Shawn McCool | January 2013 | Open Source

In this article by Shawn McCool, the author of Laravel Starter , we will discuss Eloquent relationships. Eloquent is Laravel's native ActiveRecord implementation. It is built upon Laravel's Fluent Query Builder. Due to the way in which Eloquent operates with Fluent, complex queries and relationships are easy to describe and understand.

Read Eloquent relationships in full

Adding and Importing Configuration items in System Center 2012 Service Manager

by Samuel Erskine (MCT) Steven Beaumont | January 2013 | Cookbooks Enterprise Articles

System Center 2012 Service Manager builds on its predecessor System Center Service Manager 2010, by extending the ITIL© process features to include Service Request fulfillment, Release Management, and automated orchestration with significant enhancements in its reporting capabilities. The full set of additions and improvements can be found at the official Microsoft website for the product. System Center 2012 Service Manager (SCSM) is a modular product made up of a series of submodular components. Installing the product is simple using the official product documentation and online community resources.

In this article by Andreas Baumgarten (MVP), one of the co-authors of Microsoft System Center 2012 Service Manager Cookbook, we will cover the following tasks:

  • Adding configuration items manually
  • Importing active directory configuration items
  • Importing configuration manager configuration items
  • Importing operations manager configuration items
Read Adding and Importing Configuration items in System Center 2012 Service Manager in full

Smart Processes Using Rules

by Esteban Aliverti Mauricio Salatino | January 2013 | JBoss Java Open Source

This article by Mauricio Salatino and Esteban Aliverti, authors of jBPM5 Developer Guide, covers some of the common uses of business rules and business processes together. In order to understand how these two worlds are merged inside the Drools & jBPM5 platform, we need to appreciate how a rule engine works. This article covers:

  • Good old integration patterns between processes and rules

  • A quick introduction to the Drools Rule Engine

  • How to leverage the power of the rule engine in our business processes

  • Common usage patterns

 

Read Smart Processes Using Rules in full

Packaging Content Types and Feeds Importers

by Trevor James | January 2013 | Drupal Open Source

The Features module steps in. It is a powerful module that will allow us to package up our content types and feeds importers' configurations into code.

In this article by Trevor James, the author of Migrating to Drupal 7, we'll cover the following topics:

  • Installing features

  • Creating a feature for your content type and for your feeds importer

  • Overriding features

  • Reviewing feature overrides and reverting the features code

  • Sharing a Features module and implementing it on a separate Drupal site

Read Packaging Content Types and Feeds Importers in full

Securing Portal Contents

by Ken Finnigan Luca Stancapiano Piergiorgio Lucidi | January 2013 | JBoss Open Source

In this article by Ken Finnigan, Luca Stancapiano and Piergiorgio Lucidi , authors of GateIn Cookbook, we will cover

  • Securing portals

  • Securing with JBoss AS

  • Securing with Tomcat

  • Choosing the JAAS modules

  • Creating a login page

  • Synchronizing users

  • Securing pages

  • Securing categories

  • Securing applications

  • Securing portlets

Read Securing Portal Contents in full

Oracle: Using the Metadata Service to Share XML Artifacts

by Matt Wright | January 2013 | Cookbooks Enterprise Articles Oracle

Service Oriented Architecture (SOA) provides the architectural framework needed to integrate diverse systems together and create new composite applications. Oracle SOA Suite 11gR1 provides the tools needed to turn an SOA architecture into a working solution.

In this article by Matt Wright, co-author of Oracle SOA Suite 11g Developer's Cookbook, we will cover:

  • Creating a file-based MDS repository for JDeveloper

  • Creating Mediator using a WSDL in MDS

  • Creating Mediator that subscribes to EDL in MDS

  • Creating an external reference using a WSDL in MDS

  • Referencing Schematron in MDS for validation

  • Referencing a fault policy deployed to MDS

  • Deploying MDS artifacts to the SOA infrastructure

  • Exporting an MDS partition to the filesystem

  • Deleting XML artifacts from SOA infra MDS

Read Oracle: Using the Metadata Service to Share XML Artifacts in full
Code Download and Errata
Packt Anytime, Anywhere
Register Books
Print Upgrades
eBook Downloads
Contact Us
Awards Voting Nominations Previous Winners
Judges Open Source CMS Hall Of Fame CMS Most Promising Open Source Project Open Source E-Commerce Applications Open Source JavaScript Library Open Source Graphics Software
Resources
Open Source CMS Hall Of Fame CMS Most Promising Open Source Project Open Source E-Commerce Applications Open Source JavaScript Library Open Source Graphics Software