Programming Articles

    Articles ZONE

  • Programming

 
Article Author:
Java had always been an easily readable and understandable language. Some relatively recent changes in the language seem to be changing this pretty fast, and anyone that had not seen any Java code for the last 5 years will possibly have issues understanding some of the code that is written nowadays. And one of the new features of Java 7 seems to be adding even more to the confusion.

Java 5: Generics

When Sun announced their plans to include the Generics in Java 5, a lot of the developers were not exactly happy, ...
Article Author:
I finally figured out a combination of things that allow the Microsoft Fax Service COM Type Library to work in ASP.NET. I just kept trying different things, and finally got it. If you're having this problem, try the following:

Be sure you have a PDF viewer installed on the computer, for all PDF, FDF types. You can use FoxIT reader, which is free, or Adobe Acrobat, which is also free. I personally got it working with Foxit.

You need the Interop library as a reference in your program. Go to "Add a Reference" to your program, choose the "COM" tab, then look for the following: "Microsoft Fax ...
Article Author:
The removal of data is a common activity inside all database systems. There are two mechanisms to remove records inside the SQL Server database engine: the DELETE statement and the TRUNCATE TABLE statement. While both of these statements are similar in that they are used to remove data, there are distinct differences between the two.

DELETE

The DELETE statement removes records from a database table at a row-level. When a record is removed using DELETE, ...
Article Author:
Download the code and data for this sample application.

There are times when you need to track downloads of a particular resource from your server. While IIS maintains logs of each HTTP request, it would be painful to use them to track downloads of certain files, because every request for every resource gets logged.

You can track your downloads easily enough by placing the resources in a folder that is accessible to the ASPNET user, that is not served by IIS. For this example, I will use my C:\temp folder. Depending on what folder you use, and in ...
 
 
Articles Help

Have a question about Articles or need ideas for what to write? Check out these links:

 
 
Experts Exchange Mobile

Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 
 
Filter: Date
Ondrejovic found an article helpful! Browse for Folder -- Advanced Options 03/19/10 04:00 PM
Tocacar wrote a Tip/Trick! Smart pop-ups (chasing windows) 03/19/10 04:00 PM
evilrix commented on an article! Closures in Java 7 - does a new era start for the language? 03/19/10 09:33 AM
Venabili commented on an article! Closures in Java 7 - does a new era start for the language? 03/19/10 09:30 AM
evilrix found an article helpful! Closures in Java 7 - does a new era start for the language? 03/19/10 09:14 AM
evilrix commented on an article! Closures in Java 7 - does a new era start for the language? 03/19/10 09:14 AM
Venabili commented on an article! Closures in Java 7 - does a new era start for the language? 03/19/10 08:59 AM
mwvisa1 commented on an article! Closures in Java 7 - does a new era start for the language? 03/19/10 08:05 AM
mwvisa1 found an article helpful! Closures in Java 7 - does a new era start for the language? 03/19/10 08:03 AM
Mod_MarlEE found an article helpful! Closures in Java 7 - does a new era start for the language? 03/19/10 07:59 AM