It's possible that you don't even realise that you have an application that uses plug-ins. Use MEF to tame them.
Latest DLLs and Executables Articles
Exporting .NET DLLs with Visual Studio 2005 to be Consumed by Native Applications
Learn how to create a DLL, implementing the Stdcall calling convention. This DLL wraps a .NET DLL, which then is imported in MetaTrader 4 through the wrapper.
TypeForwardedTo Attribute: Forward a Type to a Different Assembly
We often face the need to shift a type from one assembly to another. What if everything is already deployed? The TypeForwardedTo attribute comes in to help.
.NET Tip: Execute Commands From C#
Have you ever needed to execute a system command from your application? You can accomplish this easily with C#.
Securing Managed Assemblies with Native EXE Interoperability
Learn about a simple yet elegant way to secure managed assemblies from easy disassembly by using the powerful interoperability features of .NET.
Creating and Using C# DLLs
Learn how Executables and DLLs are loaded into the process address space and how CLR is initialized. Included is a simple project that includes an example and explains how to create and use a DLL in C#.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
C++ Tips and Tricks
Quirky and yet persistent, C++ is a language that keeps programmers coming back to it. Pick up some new ways to wrangle it into your workflow.

Programming SMS with a GSM Modem
Use a modest modem to connect your IoT devices to the world.

Working with Primes and Fibonacci Sequences in Visual Basic
Play with the Fibonacci sequence and prime numbers in this example-driven article.

Lesson Learned: The Need for a Domain Language
Translation costs time and money, and can affect the quality of the product being made. Make sure all your team members speak the same language.