John doesn't feel comfortable talking about himself in the third person.
I'm 24 years old, from Belfast, currently working at Biztech Software in Belfast, been coding for > 3 years now, loving it.
|
May
17 |
|
comment |
Failed to load a dll in the Temp Directory on a Windows Server You may want to try installing the DLL into the GAC, more info here - msdn.microsoft.com/en-us/library/dkkx7f79.aspx |
|
May
17 |
|
comment |
transparent component with aviwriter in aforge Have you tried anything? |
|
May
16 |
|
comment |
Outlook Interop possible duplicate of How to disable security pop ups of MS Outlook in C#? |
|
May
14 |
|
comment |
C# Export to CSV problems You may find this helpful! |
|
May
13 |
|
awarded | Caucus |
|
May
13 |
|
comment |
32 bit Excel macro not working with 64 bit @Invnet What part isn't working? Are you getting an error on a particular line? |
|
May
13 |
|
comment |
Can the Model part of the MVVM application be active? If you have Visual Studio 2010, I would highly recommend MVVM in the box, it's just awesome! |
|
May
10 |
|
reviewed | Approve suggested edit on How to exchange multiple columns |
|
May
7 |
|
awarded | Autobiographer |
|
May
7 |
|
revised |
receive from multiple UDP endpoints added 2651 characters in body |
|
May
5 |
|
reviewed | Approve suggested edit on C# 4.0 function to check for first four characters in the string |
|
May
4 |
|
answered | C#/ Delegate does not have type parameters |
|
May
4 |
|
reviewed | Approve suggested edit on Proving a member agreed to the terms and conditions |
|
May
4 |
|
comment |
How to get the previous day records from mysql table? Ah I was working from memory, updated my answer! |
|
May
4 |
|
revised |
How to get the previous day records from mysql table? added 6 characters in body |
|
May
4 |
|
answered | How to get the previous day records from mysql table? |
|
May
4 |
|
awarded | Popular Question |
|
May
3 |
|
comment |
Kill MSAccess process via batchfile What is Access doing when it is opened? I'm assuming it's running some code that you estimate will take 5 seconds to run? |
|
May
3 |
|
comment |
Is if possible to use c# to access excel files? eerie! - possible duplicate of C# read multiple Excel files |
|
May
3 |
|
comment |
Slow running query in MySQL I think this is a question for the DBA StackExchange site so I have flagged it to be moved there, but are your tables indexed? I would start by looking at that. If I recall correctly, you lose your indexing when you migrate a MySQL database, so you may have gone from a well indexed database, to one with no indexing. |