Skip to content

DevX: .NET Feed
Syndicate content DevX
Latest DevX Content
Updated: 10 hours 24 min ago

Microsoft Updates Power Tools for Visual Studio

Wed, 07/21/2010 - 23:31
New releases add four extensions and patches some bugs.


Categories: .NET

Microsoft Switches Iron Languages to Apache License

Tue, 07/20/2010 - 22:58
The move could make IronPython and IronRuby more business- and developer-friendly.


Categories: .NET

Developing Applications for Microsoft Dynamics AX with X++ and the .NET Framework

Tue, 07/20/2010 - 22:55
CodeGuru explains how to customize Microsoft's ERP application.


Categories: .NET

Unit Test .NET Business Objects Using Nmock Library

Wed, 06/30/2010 - 19:27
Nmock is a unique way to test complex business objects in your development environment.


Categories: .NET

How to Manipulate Images with .NET Programs

Thu, 06/24/2010 - 00:17
Learn how to add sophisticated area effects to your images such as blurring, embossing, and drop shadows in C# or Visual Basic.


Categories: .NET

Visual Basic Book Excerpt: Useful Namespaces

Wed, 06/09/2010 - 00:00
This chapter provides an overview of some of the most important system namespaces and gives more detailed examples that demonstrate regular expressions, XML, cryptography, reflection, threading, parallel programming, and Direct3D.


Categories: .NET

Referencing External Configuration Files in .NET

Wed, 05/26/2010 - 03:42
Use two separate configuration files to represent settings for development and production environments.


Categories: .NET

Featured Tip: Convert a PPT File into an Image or HTML File in .NET

Tue, 05/25/2010 - 02:29
Get the .NET code for programmatically converting PowerPoint presentation files into images or HTML files.


Categories: .NET

Convert a PPT File into an Image or HTML File in .NET

Tue, 05/25/2010 - 02:04
Get the .NET code for programmatically converting PowerPoint presentation files into images or HTML files.


Categories: .NET

Programmatically Retrieve a System's Logical Drive Information with C#

Fri, 05/21/2010 - 23:57
Use C# and the System.Management namespace to retrieve information about logical drives in a given system.


Categories: .NET

Create a Web App Using ASP.NET MVC 2.0 Framework

Sat, 05/08/2010 - 00:44
The benefits of using an MVC Framework is that it helps enforce a clean separation between the models, views, and controllers within a Web application.


Categories: .NET

Manipulating Images with .NET Programs

Fri, 04/30/2010 - 22:18
Many image processing techniques are simpler than you might expect and can be implemented easily in C# or Visual Basic.


Categories: .NET

Auto-generate Visual Studio Project Documentation with GhostDoc

Fri, 04/16/2010 - 01:19
GhostDoc is a free Visual Studio extension that automates the process of writing code comments. Find out how you can use it to document your code automatically.


Categories: .NET