Andrew Bellamy

caffeine + nicotine = asp.net (c#), sql, php goodness
along with the standard web tech thrown in

So much to do

I’ve neglected my site for to long, mainly because I’m really busy at work. It’s complicated re-developing a site, building a couple of web apps, building three other sites and maintaining them and building 2 custom ERP systems. I really need to start posting bit’s and pieces of what I’ve learnt over the last year

add a new user to active directory

App.config Change the following code to what you require C# Code The code below does not require changing as it uses the code above

mooTools Request.JSON

I had a look at mooTools documentation for Request.JSON and managed to confuse myself It took me four attempts to get the following code right. The code calls a webservice created in ASP.net C#. code

Operating System Assignment

This program was created using C# to time the creation of Threads via the Windows API. The users inputs the amount of threads to create and how many simple calculations the threads perform and then outputs the results. Operating Systems Assignment Download the above file and unzip the contents Provided in the zip file is…

Software Development 3 – Assignments

Assignment 1, Part A This program, written in C++, is the start of a more complex holiday booking system. This program contains a few classes to hold customers details and contains a test wrapper. Software Development 3 – Assignment 1 A Assignment 1, Part B This program adds to the previous assignment by introducing two…

Software Development 2 – Assignments

Assignment 1 This program, written in C#, displays a schools timetable. Users are able to input timetable details, delete entries, save and load the timetable. Software Development 2 – Assignment 1 Assignment 2 This program, written in C#, using Windows Forms (GUI), is a camp site booking system. Users are able to input new booking,…

Software Development 1 – Assignments

Assignment 1 Simple conversions and measurements program written in C# Software Development I – Assignment 1 Assignment 2 Based on the dice game “Drop Dead”, this program, written in C#, asks the user to enter a number between 5 and 10. The program then “roles” the dice. If the result of the dice is 2…

Value Object Class

Value class that hold values. Can be used with any class that returns an array of values Usage

MySQL Class

Class that interacts with MySQL, performing INSERT, UPDATE, DELETE and SELECT, at the moment Usage Code

12