Yes, installers for your software still exist. Adding one to your release may do wonders for its popularity ratings.
Latest Visual Studio Add-ins Articles
New Setup Package functionality in VS 2013
Manage and Customize Visual Studio Tabs with Tabs Studio Add-in
With Tabs Studio the user is able to better manage all open documents in Visual Studio, grouped and organized most efficiently. This Visual Studio add-in supports the latest VS versions and will especially come handy when you open many tabs at once.
Hosting in Amazon Cloud
Cloud Computing opens new opportunities for any person solving a particular task. Discover all of the steps to get Amazon EC2 for hosting an ASP.NET web site.
XML Documents from Comments
Intellisense is a programmer's best friend. The framework is too big to memorize, but Intellisense can make finding things manageable. Extend Intellisense into your own code with XML comments in Visual Studio 8 and 9.
News: Microsoft Releases Betas and More
Today Microsoft announced the release of Visual Studio 2008 Beta 2, .NET Framework 3.5 Beta 2, Silverlight 1.0 RC, and more.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

TypeScript for the C# Developer
Learn about TypeScript: what it is, and its type system.

Detecting a Touchscreen in Visual Basic
Learn how to detect if a touchscreen is available on the device running your application. You'll also see how to display a touch-enabled keyboard!
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.