We are an award-winning tech entrepreneurship website where trusted experts can provide value globally.

Since 1998, DevX has helped people start businesses, build websites, and provide enterprise technology to people globally. Interviewing the likes of Microsoft’s co-founder, Steve Ballmer, the publication brings comprehensive, reliable, and accessible insights to the Internet.

devxlogo

Trusted for 26 years

Over 30K Articles

1M+ Readers

Expert-reviewed

10K+ Tech Terms

As seen in:

microsoft logo
business_insider_logo
wired_logo
berkley
arstechnica_logo
hackernoon

The Latest

DevX - Software Development Resource

Getting Started with the Windows Live Tools

he Windows Live Tools for Microsoft Visual Studio enable developers to incorporate a set of Windows Live services into their web sites using Visual Studio and ASP.NET via a set

DevX - Software Development Resource

Calculate the Last Day of the Month for Any Given Date

The following code calculates the last day of the month for any given date: Description: Calculates the last day of the month for any given date*/CREATE FUNCTION [dbo].[ufn_GetLastDayOfMonth]( @inpuDate SMALLDATETIME)RETURNS

DevX - Software Development Resource

How to Determine the Default Web Browser

Sometimes people assume that the default web browser is the program that is registered in the Windows registry to open files with an .html extension. However, it’s possible to set

DevX - Software Development Resource

Obtain Class Methods Using Reflection

In this example, you will obtain all methods, all declared methods, and one specific method for the java.lang.reflect.Method class: import java.lang.reflect.*;public class getMethodsWithReflection { public static void main(String[] args){ Class

DevX - Software Development Resource

The VS.NET IDE’s Command Window: A Tutorial

Most developers use Command Window as an interactive debug window, but there’s so much more that can be done with it. You can create aliases for commands that are used

DevX - Software Development Resource

Developing Plugins for Windows Live Writer

indows Live Writer is a free desktop blog authoring tool from Microsoft that allows you to write an entry for your blog without having to be online and do it

DevX - Software Development Resource

Getting Started with XForms in OpenOffice

ost developers have heard of XForms as an XML-based forms language meant to replace traditional HTML Forms. This is essentially correct; XForms was created as the next generation version of

DevX - Software Development Resource

Change the Rules of C++ with Defaulted Functions

rogrammers have little control over the implicit declarations of the four canonical member functions. The compiler will not generate a default constructor for a class that has a user-declared copy-constructor.

DevX - Software Development Resource

Implementing Enterprise Integration with Mule ESB

he sum of the Enterprise Service Bus (ESB) is greater than its parts. While you can?often quite easily?implement your own adapters for enterprise services, a pre-packaged product that comes with

DevX - Software Development Resource

Read an Image from a Database Using the getBinaryStream Method

This following code shows you how to extract an image (in this example, named foto_9738533.gif) from a database using the getBinaryStream method: try{ sql=”SELECT Foto FROM Table1 WHERE Nr_cont=9738533″; rs=st.executeQuery(sql);

DevX - Software Development Resource

Using Data Wizards in .NET 2.0

When you use the data wizards in .NET 2.0, the connection string property is read only. However, the following code shows you how to change the connection string: ‘set a

DevX - Software Development Resource

Creating Tables in the Default Tablespace

Developers typically create tables in the default tablespace. Most of them are not familiar with the actual tablespaces concept and are not aware that this is responsible for the issues

DevX - Software Development Resource

Taming Trees: B-Trees

he previous article in this series on trees showed how to build a sorted binary tree. Inserting and locating items in a sorted tree is relatively quick and easy, so

DevX - Software Development Resource

Taming Trees: Parsing and Sorting

he first part of this series explained basic tree terminology and showed how to build a simple binary tree in Visual Basic or C#. It also explained how to perform

DevX - Software Development Resource

Tech Ed 2008—Unifying Everything

From a developer’s perspective, Tech Ed 2008, which attracted over 6000 developers to Orlando, doesn’t offer much that’s completely “new;” however, it does offer a great deal of value for

DevX - Software Development Resource

Model View Controller Framework

Warning: this may be considered free advertising—or then again—it might just be considered entertaining and educational. The FiveRuns and RailsEnvy guys created videos for the Rails Conference, which just ended. They showed

DevX - Software Development Resource

Crafting Strings in C#

ecently, I came across an application that contained a binary + operator in which at least one of the operands was of type string. While debugging this app, I found

DevX - Software Development Resource

Write a VB6 String that Contains Double Quotation Marks

There are typically two ways to express the string that contains double quotation marks. For example, suppose you have following string in VB6: &lta href=”http://www.sina.com”&gtsina You can express this string

DevX - Software Development Resource

Windows Live Delegated APIs

he Internet provides a fantastic backbone for sharing data. For many years Microsoft’s consumer services have helped users manage an assortment of data, such as photos on Spaces and contacts