posts tagged with 'C#'
-
add a new user to active directory
21st
August,
2010
| 0 Comments
App.config Change the following code to what you require <?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections> <sectionGroup name="LDAP"> <section name="Connection" type="System.Configuration.NameValueSectionHandler, [Read the Rest]
-
get all students’ from Serco Facility MSSQL Database
21st
July,
2010
| 0 Comments
to start // Change connectionString as requried static string connectionString = "Data Source=SERVER;Initial Catalog=DATABASE;User ID=USERNAME;Password=PASSWORD;"; static string sql = "SELECT [Read the Rest]
-
Operating System Assignment
22nd
June,
2010
| 0 Comments
This program was created using C# to time the creation of Threads via the Windows API. The users inputs the [Read the Rest]
-
Software Development 2 – Assignments
22nd
June,
2010
| 0 Comments
Assignment 1 This program, written in C#, displays a schools timetable. Users are able to input timetable details, delete entries, [Read the Rest]
-
Software Development 1 – Assignments
22nd
June,
2010
| 0 Comments
Assignment 1 Simple conversions and measurements program written in C# Software Development I – Assignment 1 Assignment 2 Based on [Read the Rest]

