
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.
izTalk 2004 Server is an enterprise-class application from Microsoft designed to make the integration of disparate systems as easy as possible. It is a suite of tools that gives you
The following code allows you to permanently store values in a Windows registry and retrieve them later: SaveSetting appname:=”ABCX”, Section:=”Startup”, Key:=”samp”, setting:=”Y” You can either check in the Windows registry
here are many reasons for using Intermediate Language Assembler (the short form is ILAsm) rather than a high-level language like C# or VB.NET. For example, you can do things with
Passing a multi-dimensional array to a routine is different in .NET. For example, say you have a two-dimensional array called aStrMy2DArray(10,1) as a String data type. Use this code to
n a previous article I covered some of the basics of JMS using OpenJMS as the JMS provider. In this article, you’ll see some more advanced OpenJMS topics such as
he Whidbey release of .NET will include a new Common Language Runtime (CLR) feature called generics. Generics allow you to use a variable to represent a desired data type, and
ne of the biggest challenges of writing software for mobile devices is creating user interfaces that work across a number of devices. As an application is deployed from device to
The statement below will cause ambiguity because it is violating a rule for template argument deduction. That rule is: if a template parameter is used more than once in the
Don’t use the XmlDocument class if you are going to work with XPath queries. .NET has its own class for this purpose called XPathDocument, which does not run any validation
ver the past few years, the number of Windows-based worm attacks has grown dramatically. Companies have implemented full-scale virus scanning and Windows update facilities to help stop the worm attacks.
he EJB 3.0 expert group seems to have handed JBoss the EJB application server market on a silver platter. Several weeks ago at TheServerSide Java Symposium in Las Vegas the
very company has some form of Software Development Lifecycle (SDLC) process?whether it is formal or informal. An SDLC includes people, processes, and tools that span the design, build, and support
ode Access Security (CAS) is the .NET Common Language Runtime (CLR) mechanism for maintaining security based on the identity of code. Most developers don’t have to work with CAS on
inux Unwired teaches you to install and configure a variety of wireless technologies to fit different scenarios, including an office or home network and for use on the road. You’ll
HP, an increasingly popular Web scripting language (see Figure 1), is particularly well suited for the creation of dynamic database-connected Web sites. The two strengths that make PHP a powerful
Sometimes you need to help the compiler differentiate between a type expression and a non-type expression. For example: template void func (type t){t::Str * p;} Now, say t represents a
The following function generates a string of specified characters and of desired length: public static String getStringOfChars(char ch,int length) { StringBuffer sb=new StringBuffer(); sb.setLength(length); return sb.toString().replace(‘u0000’,ch); }
Just as you can reflect, it’s possible to have a C# program reflect upon itself. For example, you can have a class reflect upon itself and this will tell you
QL Server Reporting Services (RS) is: A new component of the SQL Server platform that Microsoft recently made available (January 27, 2004) A server-based package that comes in four configurations:
eplication agents are the basic components of SQL Server 2000 replication. Before you settle on the type of replication you want in your application architecture, it is important to understand
o matter what Microsoft representatives said this week at its Tech·Ed conference in San Diego, the message that the company is delivering to the roughly 11,000 IT administrators and developers
n .NET, sorting arrays or collections of primitive types is a relatively simple task. Most developers understand that for a collection of numbers or strings, the runtime will know how
When at home, I like to have my browser’s home page to be different than at work. When I open up my browser on my laptop at home, it goes
he official release of Microsoft’s Web services Enhancements (WSE) toolkit promises to help developers deal with at least some of the pain and suffering accompanying the emerging Web services’ standards.
This code converts the filesize in a number to string format?for instance, 1000 Bytes, 1 KB, etc. Option Explicit’ Add a module and copy paste this function.’ To test this
Here’s the XML File: XML This is a list my XML articles. true Here’s the code:
t’s always great to be recognized for doing a great job or helping someone out. That was the original idea behind Microsoft’s MVP (Most Valuable Professional) program. In Microsoft’s (collective)
ne thing I’m pretty sure of is that boys like to compare things. Yes, I know what you’re thinking?that’s not where I’m going here. I have a vivid recollection of
he 1st quarter of this year has been one of the most challenging and interesting quarters for me in some time. I have been working with a client to help
his is the first in a series of what I hope will be one of your favorite columns for years to come! I am the host of a talk show











