https://www.developerfusion.com/t/security/code/ Security Sample code from Developer Fusion 2006-06-14T08:04:00.00Z http://www.developerfusion.com/code/5802/the-ajax-top-5-security-tips/ The AJAX "Top 5" security tips 2006-06-14T08:04:00.00Z 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. Moe Tarhini http://www.developerfusion.com/code/5679/start-a-process-as-a-different-user/ Start a Process as a Different User 2006-05-09T22:12:00.00Z This tutorial will help you learn how to start a process as another user e.g. the Administrator account. Peter Rekdal Sunde http://www.developerfusion.com/code/5263/encrypting-webconfig-sections-in-aspnet-20/ Encrypting Web.config sections in ASP.NET 2.0 2006-01-21T22:25:00.00Z Learn how to encrypt any section of your Web.config file on-the-fly and programatically; plain-text connection strings in your config file are no more! Xavier Larrea http://www.developerfusion.com/code/4693/using-the-credential-management-api/ Using the Credential Management API 2005-04-28T16:39:00.00Z Following secure development best practice, an application should obtain and store user credentials securely. Microsoft has provided a means to accomplish this on the desktop: the unmanaged Credential Management API, which exposes the capability to provide a standard login experience for the user which is also secure. This code demonstrates how to create a generic dialog implementation using this API. Alan Dean http://www.developerfusion.com/code/4666/simple-object-relation-mapping-with-reflection/ Simple Object Relation Mapping with Reflection 2005-02-11T13:29:00.00Z This is some code I wrote a little while back as an example O/R mapper. Simon Soanes http://www.developerfusion.com/code/4657/forms-authentication-against-an-xml-file/ Forms Authentication Against An XML File 2005-01-17T02:03:00.00Z The code demonstrates how to validate a username and password against an XML file. Orcs Web http://www.developerfusion.com/code/4601/create-hashes-md5-sha1-sha256-sha384-sha512/ Create Hashes - MD5, SHA1, SHA256, SHA384, SHA512 2004-04-05T05:57:00.00Z In PHP its a simple task to generate hashes, but in C# it takes a little more work. We'll create a Hash class to simplify the process. David Cumps http://www.developerfusion.com/code/3205/ado-utility-class/ ADO Utility Class 2004-01-26T11:20:00.00Z ADO class containing useful functions - counting records, creating database from scratch, openning/closing database, filling listbox/combo box with an sql statements, manipulating records....and much more. NeverMalchik http://www.developerfusion.com/code/1861/database-schema-using-adox/ Database Schema using ADOX 2002-02-22T08:59:00.00Z Print all the Table names and their respective Column names in whatever database you choose CodeWarrior http://www.developerfusion.com/code/1893/create-your-own-web-robot/ Create your own Web Robot 2002-02-21T12:52:00.00Z Create your own Web Robot that searches the net your way. Enter the keywords and the relevance level and the bot will do rest of the job. S.S. Ahmed http://www.developerfusion.com/code/1805/opening-control-panels/ Opening Control Panels 2001-10-24T23:51:00.00Z How to open an item in the Control Panel Kym Manson http://www.developerfusion.com/code/97/security-lockout-screen/ Security Lock-Out Screen 2001-07-14T14:48:00.00Z Create a screen that prevents users from using the PC, until they enter a valid password James Crowley http://www.developerfusion.com/code/200/determine-if-internal-database-objects-exist/ Determine if internal database objects exist 2001-07-14T14:48:00.00Z Use VB's ADOX to determine if internal database objects exist ElementK Journals