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

Eliminate SQL Injection Attacks Painlessly with LINQ

s web application security breaches and attempts rise, developers are increasingly being asked to take more responsibility for the security of their applications, and application framework vendors are building more

DevX - Software Development Resource

Mastering the WPF RichTextBox

he RichTextBox component in WPF/.NET 3.0 received a major upgrade compared to the previous version of the RichTextBox control that shipped with.NET 2.0. But with the expanded capability comes the

DevX - Software Development Resource

Introducing XQJ: A Java API for XQuery

Query is a declarative language for querying XML that’s similar to SQL for querying relational data. Most Java developers are familiar with JDBC, which provides a standard Java API to

DevX - Software Development Resource

Purporting the Potence of Process

o you ever feel like you’re beating your head against a wall? I know I do; quite often, in fact. It seems like developers spend half their time bending technology

DevX - Software Development Resource

.NET Rocks!: The Youngest MCP

am the host of “.NET Rocks!”, an Internet audio talk show for .NET developers online at www.dotnetrocks.com and msdn.microsoft.com/dotnetrocks. My co-host Richard Campbell and I interview the movers and shakers

DevX - Software Development Resource

Introducing Internet Information Services (IIS) 7.0

icrosoft recently rolled out its next-generation operating system (OS), Windows Vista. One of the core Vista components is a new version of Microsoft’s web server?Internet Information Services version 7.0 (IIS

DevX - Software Development Resource

Quickly Stop the Build in Your .NET IDE

Suppose you accidentally start building a big project and now you have to wait until the debugger (IDE) shows the stop icon. Use CTRL+Break and cancel the build.

DevX - Software Development Resource

What Image Formats Does Your Java Application Support?

Use this application to determine what image formats you can load and save in J2SE. import javax.imageio.*;class picture{ public picture(){} void RWF() { //read image formats System.out.println(“R-IF:”); String[] readFormats=ImageIO.getReaderFormatNames(); for(int

DevX - Software Development Resource

JavaFX: Sun’s Late Start in RIA Race

an Francisco, Calif.?Sun crossed the open source Java finish line when it announced it was releasing the remaining bits of the Java SE (Standard Edition) Development Kit under version 2

DevX - Software Development Resource

Use Transformations to Draw Your Own Great Graphs

isual Studio comes with a huge number of pre-built components and controls, including controls for entering and displaying text, letting the user pick options and make choices, displaying values graphically,

DevX - Software Development Resource

Move Semantics: Make Your Next Move

opy construction, assignment, container reallocation, string concatenation, and string copying are all instances of copy operations. However, in recent years a new paradigm is emerging: move semantics. This discussion presents

DevX - Software Development Resource

Using the Policy Injection Application Block in ASP.NET

ne technique becoming increasingly popular with developers is the adoption of an Aspect-Oriented Programming (AOP) model. AOP provides techniques for changing the behavior of business objects and other classes through

DevX - Software Development Resource

Terrific Transformations

f you read my DevX article “Beautify Your UIs with Perfect Pen and Brush Control,” then you know all about how to draw lines that are thick or thin; dashed,

DevX - Software Development Resource

Ruby for C# Geeks

ttention C# developers: C# is good for a great many things, but it’s not the best language for everything. In fact, there is no such thing as “the best language.”

DevX - Software Development Resource

10 Minutes to Your First Ruby Application

o you’ve discovered the grace and power of Ruby and you’re ready to explore the subtle but important ideas behind its elegance. Follow this tutorial to create a small, useful

DevX - Software Development Resource

The Road to Ruby from C++

f you’re a C++ developer who’s curious about all of the hype surrounding the Ruby programming language, this article is for you. It provides a high-level overview of the key

DevX - Software Development Resource

Microsoft ASP.NET 2.0 Membership API Extended

icrosoft ASP.NET 2.0 shipped with a complete membership API that allows developers to manage the application’s users and their roles. However, this API best suits small to medium web sites

DevX - Software Development Resource

Apply DWR to Data Validation in an AJAX Application

irect Web Remoting (DWR) is a Java open source library for developing AJAX applications that consists of two components: JavaScript running in the browser that sends requests and dynamically updates