Monthly Archive: November 2013

Building Interactive Queries with LINQPad 0

Building Interactive Queries with LINQPad

If you need to interact with databases, XML, in-memory collections, or remote services, LINQ can make your life simpler. The best way to discover LINQ is with the help of LINQPad, a free IDE whose first...

Drupal 7 Media 0

Drupal 7 Media

Integrating images, video, and audio content on a Drupal site requires knowledge of appropriate community modules, and an understanding of how to configure and connect them properly. With the power of up-to-date technologies such as HTML5,...

VMware View Security Essentials 0

VMware View Security Essentials

Most people associate security with network security and focus on firewalls and network monitoring. However, there is more to security than that. Security starts with the establishment of a stable environment, protecting this environment not only...

TestNG: Beginner’s Guide 0

TestNG: Beginner’s Guide

Unit/Functional testing has now become part of every development life cycle. Junit was once the main framework that was used by developers for the purpose of Unit testing when it came to Java. But Junit had...