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

Extending Behavior with the Visitor Pattern

Is an architect working for my own company and the president of the Greater Lansing area .NET Users Group (glugnet.org) I’m constantly looking for customers and trying to increase technology

DevX - Software Development Resource

Restricting Implicit Conversion

The compiler performs implicit conversion whenever it feels the need for it. For example: class test{ public: test (int y) : h(y) {} int h;};void func (test t){ cout

DevX - Software Development Resource

Make Your Servlet Code Reusable

Oftentimes, you have a bit of logic or a block of code that’s repeated in all your servlets. Or you may need to check or validate the doGet() or doPost()

DevX - Software Development Resource

iFrames + JSP = Enhanced Web Content Retrieval

recently built a Web application with JavaServer Pages (JSP) and Servlets for a client. While testing the application, the client discovered a page that required her to press a button

DevX - Software Development Resource

How to Prepare for the Microsoft Platform Tests

icrosoft’s Platform Tests help ensure that the many and varied applications available for Windows give users a consistent experience, and avoid application and operating system conflicts. The tests verify basic

DevX - Software Development Resource

MSDN Subscriptions: Are You Ready to Be a Team Player?

n Monday, Microsoft announced that it was changing and simplifying its long-standing MSDN subscription model. The new model accommodates Microsoft’s new Team System software and attempts to match developers’ roles

DevX - Software Development Resource

Reset the Identity for All User Tables

Before you start testing any database-driven application, the first thing you need to do is: Remove the old data from all the tables. Reset the identity back to 1 for

DevX - Software Development Resource

Using Sort with Arrays

sort, along with many other STL algorithms, works well with arrays. This is because the STL’s concept of an iterator is closely modelled on that of a pointer. The STL

DevX - Software Development Resource

Build a Better ColdFusion Cache Tag

aching is an essential strategy for improving the performance of your applications, and ColdFusion offers much pre-packaged functionality to assist in this area, including a number of application server caching

DevX - Software Development Resource

Use Jython to Exercise Java APIs Without Compiling

ava inherited many of its defining characteristics from C and C++, making it substantially easier to work with. Unfortunately, despite these many syntax improvements, Java still has to be compiled.

DevX - Software Development Resource

XSH: Interactively Manipulate and Analyze XML Data

ML is a flexible language for storing hierarchical data along with its associated metadata. Storing XML data enables you to manipulate and analyze it later. When writing applications, you probably

DevX - Software Development Resource

Configuration API Improvements in ASP.NET 2.0

icrosoft has greatly enhanced the management tasks for your .NET 2.0 applications by providing a set of configuration APIs that you can use to programmatically access, modify, and save the

DevX - Software Development Resource

MSMQ for .NET Developers (Part 1)

icrosoft .NET developers can use several tools to perform operations asynchronously; that is, beginning a process without waiting for the operation to complete. MSMQ has provided this facility to developers

DevX - Software Development Resource

Improve the Performance of WebDAV in VB.NET

You can improve the performance of WebDAV by setting the following two properties of your Requestobject to false (true is the default value for both of there properties): HttpWebRequest.ServicePoint.Expect100Continue: When

DevX - Software Development Resource

Masking Password Data in Non-editable Cells

Suppose you want to store password values in a table, but you don’t want that password data to be displayed. While there are other ways to accomplish this, masking the