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

Book Excerpt: Advanced AJAX: Architecture and Best Practices

he book Advanced Ajax: Architecture and Best Practices is the definitive guide to building business-critical, production-quality web applications with AJAX. It systematically addresses the design, architecture, and development issues associated

DevX - Software Development Resource

Printing Envelopes, and Lambda Expressions

or those following the saga of my household’s two cross-country moves in nine months back in 2005, I’m sure you’ll be happy to know that the current consensus is that

DevX - Software Development Resource

Re-Igniting Creativity

just got back from San Diego Comic-Con 2007 in San Diego, California. I love Comic Con for a number of reasons. First, I can go with friends and “geek” for

DevX - Software Development Resource

MVP Corner: Perspectives from a .NET Guy at GDC

‘ve been going to major developer conferences for 10 years now. My first was the Microsoft Professional Developers Conference (PDC) in San Diego back in September 1997. Whether I’m speaking

DevX - Software Development Resource

Book Excerpt: Next Generation Java Testing

he book, Next Generation Java Testing: TestNG and Advanced Concepts, provides pragmatic and results-focused approaches that help enterprise Java developers build more robust code for today’s mission-critical environments. Enterprise Java

DevX - Software Development Resource

Solving the 2D Packing Problem

t’s easy to list applications where computers leave humans in the dust. When it comes to complex mathematics, repetitive calculations, and tedious searches, even the most astute mathematician can’t beat

DevX - Software Development Resource

Build Your Own Windows Mobile RSS Reader

ith the recent introduction of the Windows Mobile 6 platforms, we are now beginning to see a proliferation of new devices supporting the Windows Mobile 6 Standard (aka Smartphone). Because

DevX - Software Development Resource

Keep Your Run Menu Open to View Its Output

When you run some commands in the Run Menu, it closes before you can view the output. Here’s a small trick to make the window stay open after the execution

DevX - Software Development Resource

Using the &ltidbag&gt Element in Hibernate

Hibernate’s facility allows you to map many-to-many associations and collections of values to a single table with a surrogate key. The following code shows an example of mapping: &ltidbag name=”cars”

DevX - Software Development Resource

Create Domain-Specific Languages with ANTLR

he concept of Domain-Specific Languages (DSLs) has been around for years, but has recently experienced an uptick in popularity. This is due in large part to the success of Ruby

DevX - Software Development Resource

Complex Arithmetic Without Complexities

omplex numbers are widely-used in electrical engineering, simulations, and scientific applications. And yet, many software engineers who have to use complex arithmetic insist on reinventing the wheel when there’s no

DevX - Software Development Resource

Creating and Managing RDF Vocabularies

o you like to relax in the morning over a cup of coffee and the “zoopepe”? Do you like to put “kapatz” on your “hogatz”? These are obviously meaningless terms

DevX - Software Development Resource

Create Your Own Mailing List Server with .NET 2.0

f you’re a developer, chances are that you’re no stranger to mailing lists. A mailing list contains a group of users who are subscribed to receive regular emails pertaining to

DevX - Software Development Resource

Configuring the Default ASP.NET Version

Suppose you want to set up a virtual directory on a machine that has both .NET 1.1 and .NET 2.0 installed. In this case, the machine will use the ASP.NET

DevX - Software Development Resource

Stop and Start Tomcat Directly from Ant

This simple tip shows you how to stop and start the Tomcat server directly from an Ant script on the Windows system. Here are the two targets to do so:

DevX - Software Development Resource

Testing Compatibility Between SQL Server Versions

When migrating SQL code (stored procedures, triggers, etc.) to newer versions, it’s not uncommon to have to rewrite your entire back-end code. However, a simpler solution is to check the

DevX - Software Development Resource

Bring Array Mapping Capabilities to SQL

QL has been evolving?slowly?for over three decades, (see Wikipedia for a historical summary). While SQL in the hands of an expert is quite powerful, it’s sometimes cumbersome compared to other

DevX - Software Development Resource

Paint Event Not Called During Form Resize

Many of us write common graphics code in the Form’s Paint event because the Paint Event handler provides access to the Graphics object, and also because this handler is fired