Sample code from Developer Fusion https://www.developerfusion.com/code/ Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Mon, 11 Jun 2012 13:09:00 GMT How to disable uppercase/capitals menus in Visual Studio 2012 Simple registry fix to turn off the upper case menu bar in Visual Studio 2012 http://www.developerfusion.com/code/143962/how-to-disable-uppercasecapitals-menus-in-visual-studio-2012/ http://www.developerfusion.com/code/143962/how-to-disable-uppercasecapitals-menus-in-visual-studio-2012/ Mon, 11 Jun 2012 13:09:00 GMT James Crowley Binding Multiple Fields to ASP.NET ListControl classes Out of the box, the ASP.NET list controls (CheckBoxList, RadioButtonList, DropDownList) only support data binding on a single field. Learn how to work around this to bind to as many fields as you need. http://www.developerfusion.com/code/9723/binding-multiple-fields-to-aspnet-listcontrol-classes/ http://www.developerfusion.com/code/9723/binding-multiple-fields-to-aspnet-listcontrol-classes/ Tue, 10 Feb 2009 11:24:00 GMT Neil Dodson Deep clone an object in .NET A simple code snippet that deep-copies an object by serializing and de-serializing using the BinaryFormatter http://www.developerfusion.com/code/8063/deep-clone-an-object-in-net/ http://www.developerfusion.com/code/8063/deep-clone-an-object-in-net/ Thu, 28 Aug 2008 11:22:00 GMT James Crowley Making a .NET app run on Vista with Administrator priviledges 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. http://www.developerfusion.com/code/7987/making-a-net-app-run-on-vista-with-administrator-priviledges/ http://www.developerfusion.com/code/7987/making-a-net-app-run-on-vista-with-administrator-priviledges/ Wed, 06 Aug 2008 09:35:00 GMT James Crowley Generate PDFs using C# and the free iTextSharp library 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. http://www.developerfusion.com/code/6623/dynamically-generating-pdfs-in-net/ http://www.developerfusion.com/code/6623/dynamically-generating-pdfs-in-net/ Sun, 15 Apr 2007 20:36:00 GMT James Crowley Debugging client JavaScript in VS 2005 Short guide how to debug client JavaScript in VS 2005. http://www.developerfusion.com/code/5918/debugging-client-javascript-in-vs-2005/ http://www.developerfusion.com/code/5918/debugging-client-javascript-in-vs-2005/ Wed, 19 Jul 2006 08:53:00 GMT Jimmy Skowronski The AJAX "Top 5" security tips There is no doubt that AJAX and AJAX-style technologies are the way forward for web design. Developers can create true "applications" on the web like never before - however care needs to be taken with AJAX, in order to keep web sites secure. http://www.developerfusion.com/code/5802/the-ajax-top-5-security-tips/ http://www.developerfusion.com/code/5802/the-ajax-top-5-security-tips/ Wed, 14 Jun 2006 08:04:00 GMT Moe Tarhini Calculate the difference between two dates, ignoring weekends This code allows calculating with dates as if there were no weekends. To achieve this, days are numbered from Monday, 29 December 1969 without any intervening weekends (that is, five days per week). One purpose is to calculate the number of working days in a month, ignoring further public and bank holidays. http://www.developerfusion.com/code/5734/calculate-the-difference-between-two-dates-ignoring-weekends/ http://www.developerfusion.com/code/5734/calculate-the-difference-between-two-dates-ignoring-weekends/ Fri, 26 May 2006 21:21:00 GMT joki Interacting with TinyPic from C# The following tutorial will demonstrate how to interact with http://tinypic.com, an image mirroring service, directly from a C# application using the WebRobot component. http://www.developerfusion.com/code/5717/interacting-with-tinypic-from-c/ http://www.developerfusion.com/code/5717/interacting-with-tinypic-from-c/ Sat, 20 May 2006 02:00:00 GMT Fernando Sanchez Create PDF Files on fly in C# This sample code shows how to use the iText library to generate PDF files on the fly. The iText classes are very useful for people who need to generate read-only, platform independent documents containing text, lists, tables and images. http://www.developerfusion.com/code/5682/create-pdf-files-on-fly-in-c/ http://www.developerfusion.com/code/5682/create-pdf-files-on-fly-in-c/ Thu, 11 May 2006 07:59:00 GMT Salman Zafar Start a Process as a Different User This tutorial will help you learn how to start a process as another user e.g. the Administrator account. http://www.developerfusion.com/code/5679/start-a-process-as-a-different-user/ http://www.developerfusion.com/code/5679/start-a-process-as-a-different-user/ Tue, 09 May 2006 22:12:00 GMT Peter Rekdal Sunde How to empty a recycle bin Here is a little snippet that allows you to clean your recycle bin without any confirmation from the user, no progress ui and the sound is removed. http://www.developerfusion.com/code/5673/how-to-empty-a-recycle-bin/ http://www.developerfusion.com/code/5673/how-to-empty-a-recycle-bin/ Sat, 06 May 2006 14:57:00 GMT Peter Rekdal Sunde VB Express Color Object to Hex String This function takes one color type variable and returns the hex code in a string. http://www.developerfusion.com/code/5664/vb-express-color-object-to-hex-string/ http://www.developerfusion.com/code/5664/vb-express-color-object-to-hex-string/ Fri, 05 May 2006 05:42:00 GMT Chris Buske Storing Documents with MS Access - SharePoint lists or Access BLOB fields This is an Access 2003 project file that demonstrates how to do a few cool things with documents. You can grab the project file (zipped) from here: http://www.guardianbob.com/support/public_files/DocumentStorageTest.zip This project will show you how to store and retrieve documents from both an Access table with a BLOB field as well as a SharePoint list (via linked tables and the list web service). http://www.developerfusion.com/code/5658/storing-documents-with-ms-access-sharepoint-lists-or-access-blob-fields/ http://www.developerfusion.com/code/5658/storing-documents-with-ms-access-sharepoint-lists-or-access-blob-fields/ Wed, 03 May 2006 20:01:00 GMT Sean Brady Developing your first Visual WebGui application An introduction to Visual WebGui through a sample application. http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ Sat, 29 Apr 2006 15:57:00 GMT Guy Peled Visual WebGui a unique approach to AJAX development 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". http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ Sat, 29 Apr 2006 15:45:00 GMT Guy Peled Validate Phone or Fax Number This is a small javascript function that can be used to validate a phone or fax number. http://www.developerfusion.com/code/5629/validate-phone-or-fax-number/ http://www.developerfusion.com/code/5629/validate-phone-or-fax-number/ Wed, 26 Apr 2006 14:14:00 GMT Pradip Patel Mouse Coordinates This application is simple but sometimes useful, it gives you the cursor coordinates when you move it across the screen. You can use this to create a list of random numbers or maybe to trigger an event when the cursor moves over already determinded X and Y. http://www.developerfusion.com/code/5602/mouse-coordinates/ http://www.developerfusion.com/code/5602/mouse-coordinates/ Sat, 15 Apr 2006 15:59:00 GMT XNeo opening a .net page in a new window This script shows how to open a new page inside a new window rather than the existing window. You can also remove all the buttons and toolbars that exist in the standard browser window so that the entire new window is filled with only your content. You could either open an existing page or you could create dynamic content inside the new window. http://www.developerfusion.com/code/5580/opening-a-net-page-in-a-new-window/ http://www.developerfusion.com/code/5580/opening-a-net-page-in-a-new-window/ Mon, 10 Apr 2006 11:48:00 GMT chezhian Health Monitoring in ASP.NET 2 This is a code sample for using health monitoring... http://www.developerfusion.com/code/5543/health-monitoring-in-aspnet-2/ http://www.developerfusion.com/code/5543/health-monitoring-in-aspnet-2/ Sat, 01 Apr 2006 17:47:00 GMT