Craig

3,675
Reputation
341 views

Registered User

Name Craig
Member for 1 year
Seen 16 hours ago
Website
Location US
Age 41
Hoopy frood who knows where his towel is.
16h
asked How do you get an SSIS package to only insert new records when copying data between servers
2d
awarded  Popular Question
Nov
17
accepted C# server - is this good way for timeouting and disconnecting?
Nov
17
answered C# server - is this good way for timeouting and disconnecting?
Nov
17
comment Convert Session Object to IOrderedQueryable<T>
Some sample code would be a nice way to get the heads into the problem.
Nov
17
answered C# - how to determine whether a Type is a number
Nov
13
comment creation of trigger
Which SQL engine is this?
Nov
13
revised creation of trigger
Formatted code
Nov
12
comment saving an image to the sqlserver
Please see....stackoverflow.com/questions/1348000/…
Nov
12
accepted Which is better for windows? pthreads or CreateMutex?
Nov
9
answered Localizing data in SQL Server 2008 tables and sorting
Nov
9
answered How can I write this statement from infix to postfix?
Oct
24
answered C++ as first language for Windows game programming?
Oct
22
answered Mysql Using JOINs and WHERE statment. What is this difference?
Oct
20
revised Did your masters degree help you as a programmer?
fixed a typo.
Oct
20
comment Did your masters degree help you as a programmer?
Doing reasearch in a field that can actually become a job. My thesis was in AI whcich did not become my chosen field. There are also internships and other career-orientated programs. I just had a great time. ;)
Oct
16
awarded  Popular Question
Oct
12
comment Determining which submit button was used to POST a form in asp.net MVC
In the worst way imaginable...bad design :) The phone numbers need the user's ID and the phone data is loaded from the user record. When a new phone is added, it appends to the user record and then the control is rerendered.
Oct
12
comment Determining which submit button was used to POST a form in asp.net MVC
Funny you should say that. :) I am migrating this from a solution that had two forms. The problem is that the forms' data in conjoined. The BEST solution would be to try and remove the second submit. :)
Oct
12
asked Determining which submit button was used to POST a form in asp.net MVC
Sep
7
revised How to get kids into programming
added 97 characters in body; edited tags
Aug
26
awarded  Yearling
Aug
20
awarded  Popular Question
Aug
13
comment What’s wrong with this C code?
Why in the name of all that compiles are you returning dest2? The calling code doesn't care about a return value and the "input" parameter "d" is left high and dry.
Aug
13
answered What’s wrong with this C code?
Aug
13
comment What’s wrong with this C code?
Man, that was a bunch of quick answers. Welcome to the world of overrun buffers. :)
Aug
13
revised What’s wrong with this C code?
edited body
Jul
30
comment Need advice on getting a job in a foreign country
Epic FAIL! This is NOT what you put on Stackoverflow.
Jul
23
awarded  Notable Question
Jul
17
answered C++: member pointer initialised?
Jul
14
answered Nullable Types in VB.NET?
Jul
14
answered For someone who’s already established a career in software development, is correspondence university worthwhile?
Jul
13
answered What is the difference between a stack overflow and buffer overflow ?
Jul
13
answered Should established programmers make an effort to help young programmers establish their careers?
Jul
10
answered Which is better for windows? pthreads or CreateMutex?
Jul
10
answered jQuery Validation in ASP.NET Pages
Jul
8
awarded  Disciplined
Jul
2
awarded  Nice Answer
Jul
2
accepted ASP Themes: Skin Localization
Jul
1
awarded  Notable Question
Jun
24
awarded  Popular Question
Jun
11
asked Triggering multiple validation groups with a single button?
Jun
7
revised Sorting a string that could contain either a time or distance
fixed capitialization.
Jun
7
comment Sorting a string that could contain either a time or distance
Only needs to be * 1000 but this does the same thing I said so it must be a good answer! :)
Jun
7
answered Sorting a string that could contain either a time or distance
Jun
6
accepted Is it more efficient to include a “check location” function in a “move function” for a game, or outside as an external function?
Jun
5
comment C++ Enum vs Const
the key here is the type. "a" is an int so it will be assigned 1. Had it been "DOW a", then it would be 11.
Jun
5
answered How can I make a primary key as AUTOINCREMENT
Jun
5
answered Is it more efficient to include a “check location” function in a “move function” for a game, or outside as an external function?
Jun
5
answered How best to convince people to upgrade IE?