https://www.developerfusion.com/t/visual-studio/code/sort/popularity/ Visual Studio Sample code from Developer Fusion 2012-06-11T13:09:00.00Z http://www.developerfusion.com/code/7987/making-a-net-app-run-on-vista-with-administrator-priviledges/ Making a .NET app run on Vista with Administrator priviledges 2008-08-06T09:35:00.00Z 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. James Crowley http://www.developerfusion.com/code/4504/merge-an-exe-and-a-dll-into-one-exe/ Merge an .exe and a .dll into one .exe 2004-03-02T04:47:00.00Z How to merge an .exe and a .dll into one .exe using ilmerge in VS.NET Edward Tanguay http://www.developerfusion.com/code/5480/date-and-time-validation-functions/ Date And Time Validation Functions 2006-03-08T14:23:00.00Z This function is used for VB.Net developers. It is useful for Date validate when the date format is "dd/MM/yyyy" or "dd/MMM/yyyy". Time validation is also useful for Validating the given time in the format of "HH:mm:ss" Hari K http://www.developerfusion.com/code/4662/execute-a-process-and-fetch-its-output/ Execute a Process and Fetch its Output 2005-01-30T14:15:00.00Z Demonstrates how to redirect the output of a shell program (such as a batch file) so you can fetch the text it returns. James Crowley http://www.developerfusion.com/code/4644/ie-browser-helper-objects/ IE Browser Helper Objects 2004-12-26T14:57:00.00Z A demonstration of how to implement an IE Browser Helper Object in C# Steven Cohn http://www.developerfusion.com/code/4339/c-webcam-service-with-ftp-and-installer/ C# WebCam Service with FTP and Installer 2004-01-26T04:21:00.00Z A C# WebCam Windows Service demonstrating FTP upload, Windows Service Installer, and file rotation. Dan Glass http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ Developing your first Visual WebGui application 2006-04-29T15:57:00.00Z An introduction to Visual WebGui through a sample application. Guy Peled http://www.developerfusion.com/code/133/reveal-internal-dll-functions/ Reveal internal DLL functions 2001-07-14T14:48:00.00Z Uncover internal DLL functions with Dependency Walker ElementK Journals http://www.developerfusion.com/code/1835/getting-started-with-c/ Getting Started With C# 2001-10-28T18:02:00.00Z This example is to get you started using C# in Visual Studio.NET. It is intended to be used as your first program to test your Visual Studio .NET installation, and to start finding your way around in VS Bill Burris http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ Visual WebGui a unique approach to AJAX development 2006-04-29T15:45:00.00Z Visual WebGui is not just another AJAX framework but rather a different approach to web application development, specially designed to simplify building highly complex applications like Outlook Web Access (OWA). Visual WebGui makes it possible for developers to create applications that were previously developed only by the "big guys". Guy Peled http://www.developerfusion.com/code/4514/cextstatuscontrolbar-managing-status-bars-panes/ CExtStatusControlBar - Managing status bar's panes 2004-03-09T06:17:00.00Z An enhanced status bar which allows you to easily add/remove almost any controls to/from its panes, on-the-fly. Dmitriy Yakovlev http://www.developerfusion.com/code/2518/how-to-validate-an-xml-file-with-an-xsd-file/ How to validate an XML file with an XSD file 2002-06-08T13:50:00.00Z Demonstrates an ASP.NET Web Form which tells you if your file is not well-formed and then if it is not valid it lists out the specific reason (like in XMLSpy), quite helpful to find an error in a large XML file as it returns the line number on which the error occurred as well as the tag name. Edward Tanguay http://www.developerfusion.com/code/238/integrate-web-content/ Integrate Web Content 2001-07-14T14:48:00.00Z How to integrate web content into your site using the Internet Transfer control ElementK Journals http://www.developerfusion.com/code/5918/debugging-client-javascript-in-vs-2005/ Debugging client JavaScript in VS 2005 2006-07-19T08:53:00.00Z Short guide how to debug client JavaScript in VS 2005. Jimmy Skowronski http://www.developerfusion.com/code/4266/how-to-create-pdf-files-from-aspnet-pages/ How to create PDF files from ASP.NET pages 2004-01-06T06:44:00.00Z How to create PDF files from ASP.NET pages with Crystal Reports without using Visual Studio.NET Edward Tanguay http://www.developerfusion.com/code/2857/pinging-a-host-from-vb-net/ Pinging a host from VB .net 2003-09-05T08:50:00.00Z A class that allows ping a computer. MstrControl http://www.developerfusion.com/code/2517/serialize-and-deserialize-objects-to-an-xml-file/ Serialize and deserialize objects to an XML file 2002-06-08T13:46:00.00Z This code shows the simplest way to automatically convert the information in an object to an XML file and back into an object. This is useful if you need to make information available web-server like on your server for other applications to pick it up. Edward Tanguay http://www.developerfusion.com/code/143962/how-to-disable-uppercasecapitals-menus-in-visual-studio-2012/ How to disable uppercase/capitals menus in Visual Studio 2012 2012-06-11T13:09:00.00Z Simple registry fix to turn off the upper case menu bar in Visual Studio 2012 James Crowley