devxlogo

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

Maximize Your Productivity with Project Item Templates

ode reuse has been a mantra of software development for decades. .NET provides for code reuse in many ways including inheritance, components, and of course the indispensable function. Visual Studio

Optimize the Massive DELETE Operation in Oracle, Part 2

y previous 10-Minute Solution “Optimize the Massive DELETE Operation in Oracle, Part 1” described the technique for performing a high-performance massive DELETE operation as a direct-path INSERT. At the end

CoDe Talks: Q&A with Steve Ballmer

CoDe (Markus Egger): Mr. Ballmer, There is so much written about offshore development these days?I know Microsoft has offshore development operations in various parts of the world…how is it working

Understanding and Using .NET Partial Classes

ne of the language enhancements in .NET 2.0?available in both VB.NET 2005 and C# 2.0?is support for partial classes. In a nutshell, partial classes mean that your class definition can

Partially Optional Function Parameters in VBScript 5.0+

As you know, VBScript doesn’t support the declaration of optional parameters in subroutines or functions. So, if you have a function declared as: Myfunction(p1,p2,p3), to simulate optional parameters, you’d have

Using STL Binders

You can use STL binders to use binary function objects as unary function objects in many STL algorithms which need them. Suppose you need to find the count of strings

Walking on Cloud 9.0 of Visual FoxPro

isual FoxPro 9.0 is fully compatible with pervious versions of Visual FoxPro. With its local cursor engine, tight coupling between language and data, and powerful features, Visual FoxPro 9.0 is

Use XMLBeans to Manage Multi-version XML

he integration of heterogeneous software systems often requires disparate clients to share data seamlessly in real time. Two technologies that have eased this data flow are XML and Web services,

Build Your Own Messaging Application in Java with jYMSG

Instant messaging represents a medium via which messaging partners can interact in a synchronous fashion. Correspondence can occur in a near “instant” manner. Chances are the majority of workgroups in

Tracking and Resuming Large File Downloads in ASP.NET

erving files that clients can download over the Internet couldn’t be easier, right? Just copy the downloadable files into your Web application’s directory, distribute the links and let IIS do

Extending the Visual FoxPro 9 Reporting System

here are incredible improvements in the Visual FoxPro 9 reporting system. Of several aspects, I’ll discuss just one in this article: the ability to extend the behavior of the runtime

TierDeveloper 4.0 Enterprise Edition Review

ierDeveloper is an Object-to-Relational (O/R) mapping tool that integrates with Visual Studio versions 2002 and higher. TierDeveloper maps Relational Database Management System (RDBMS) tables to .NET objects (VB.NET and C#),

Shutdown/Restart Windows Without Long API Calls

To shutdown Windows, just type the following code: Shell “shutdown -s -t 00” To restart windows: Shell “shutdown -r -t 00” Here’s the key: -s means shutdown. -r means restart.

Persist Java Objects in a File and Retrieve Them Later

For persisting Java objects in a file, use java.io.ObjectOutputStream. ObjectOutputStream writes primitive data types or Java objects. Persistent storage can be accomplished by using a file for the stream. Only

Controls, Events, Commands, and More

‘m sure you are as anxious as I am to explore new properties, events, and methods, new or improved commands, and FoxPro Foundation Classes (FFCs). Let’s dive right in! Anchoring

Visual FoxPro 9 IDE Enhancements

very version of FoxPro has always included a number of enhancements to the IDE and Visual FoxPro 9 is no exception. Fonts and Colors EverywhereOne major enhancement to the UI