We're building a brand new version of the site, and we'd love to hear your ideas
Members
Technology Zones
IBM Learning Center
Articles
Hosted By
Info
|
Sample Code  -
A simple code snippet that deep-copies an object by serializing and de-serializing using the BinaryFormatter.  -
If you're targeting Windows Vista and your application requires administrator priviledges (such as accessing the program files directory), then it will fail unless you include a manifest so Windows knows. Here's how..  -
Learn how to use the free iTextSharp library to load a PDF form, populate some dynamic fields, and then save out a flat PDF file..  -
This tutorial will help you learn how to start a process as another user e.g. the Administrator account..  -
Learn what's changed with .NET 2.0 and how to send out emails using an SMTP server that requires authentication..  -
This class includes some useful methods for working with Misrosoft SQL Server in .NET simply and quickly..  -
A simple demonstration of how to programatically use the caching facilities that ASP.NET offers..  -
One of the more significant improvement in .NET 2.0 is the transactions area. Now with a single line it becomes extremely easy to support transactional code blocks using the concept of “ambient” transaction thanks to TransactionScope in the System.Transactions namespace..  -
Demonstrates how to fetch images and thumbnails of web pages using a hidden web browser control..  -
Ever wondered why DateTime.Parse doesn't recognise non-US date format? Here's how to get it to!.  -
How to calculate someone's age from their birth date..  -
Ever wondered how to double buffer with a Graphics object so your GDI+ based game/control doesn't flicker annoyingly? Here's how!.  -
Learn how to implement the IXmlSerializable in order to customize serialization of your objects - for instance, serializing a NameValueCollection..  -
You can save code by piling SQL statements into one SqlCommand and then getting a DataReader with multiple result sets. .  -
Demonstrates how to capture a screen shot of the entire desktop, or a particular window in C# or VB.NET..  -
How to merge an .exe and a .dll into one .exe using ilmerge in VS.NET. 
|
Search
Code Samples
New Members
|