Simon Taylor - .Net developer, Cheltenham

My record of coding problems solved and new things discovered

Integrating with Microsoft Project Server 2007 (2)

clock August 13, 2009 18:42 by author Simon

I have already done one post on integrating with project server. Since then I have had to get much more involved with it and have discovered it's a bit of a dark art to say the least. Hopefully, this post will serve as a useful resource to anyone else who needs to do the same and stop them from having to go through all of the pain that I went through.Cry More...



Cool sharpcoder widget available

clock August 8, 2009 09:42 by author Simon

I've created a cool widget using the clearspring platform at www.clearspring.com. You can embed this widget pretty much anywhere - google, facebook your own web page etc - it's a great way of sharing links in a way that is under your control.More...



Copying datarows

clock August 8, 2009 09:06 by author Simon

Some succinct code for making a copy of a row from a DataTable.More...



IronPython: Properties

clock August 8, 2009 08:42 by author Simon

To create a property in IronPython (equivalent to a C# property) you need to create the get and set functions and then pass them into the in built property() function and assign the result to a variable with the name of the property you wish to create. For example, the code below defines a getter:More...



TSQL: Drop all your tables

clock August 8, 2009 08:30 by author Simon

Some useful TSQL for dropping all of the tables in a database: More...



About the author

Simon is based in Cheltenham, Gloucestershire, UK and is currently providing technical architecture, software consultancy and development services through his company SPT Development Ltd. Simon's main technical focus is with .Net but can also offer expertise with Java, Flex and iOS development. Simon is also creator of the successful iFleet Mobile iOS application. Contact me.

Sign in