Timothy Carter

3,838
Reputation
339 views

Registered User

Name Timothy Carter
Member for 1 year
Seen 3 hours ago
Website
Location Maryland
Age 27
always trying to learn more
Nov
8
awarded  Notable Question
Oct
14
revised Is it possible to restart a PC using “pure” .NET and *without* using p/invoke?
added 2 characters in body
Oct
12
revised using dllimport
edited body
Oct
12
revised using dllimport
added 23 characters in body
Oct
10
answered Finding good small software companies
Oct
9
revised Convert 1-bit image to 8-bits
maybe still not a good question, but hopefully better
Oct
8
revised How to handle disposable objects we don’t have a reference to?
deleted 1 characters in body
Oct
7
awarded  Popular Question
Oct
4
revised foreach in C# recalcualtion
added 71 characters in body
Oct
4
revised foreach in C# recalcualtion
added 4 characters in body
Oct
4
answered foreach in C# recalcualtion
Oct
2
answered c#: How can I verify methods are called in a certain order?
Sep
29
comment How can I take a screenshot of a Winforms control/form in C#?
Are you trying to do this in code, or through a screen capture tool of some kind?
Sep
28
revised Create cache and return a single value based on the input parameter!!
added 64 characters in body
Sep
28
revised Adding GNU GPL Licence to C# App
edited tags
Sep
24
revised Help me find some good C# Threading Tutorials?
added 181 characters in body
Sep
24
answered Help me find some good C# Threading Tutorials?
Sep
23
comment Missing features in Visual Studio?
A post about why this isn't currently available in the debugger: blogs.msdn.com/jaredpar/archive/…
Sep
23
revised Can anyone tell me were I am making mistake in the snippet
added 4 characters in body; deleted 30 characters in body
Sep
22
answered C#: Remove duplicate values from dictionary?
Sep
21
revised Class layout to serialize to this format
added 70 characters in body
Sep
17
accepted Make an object accessible to only one other object in the same assembly?
Sep
17
accepted What is strong naming and how do I strong name a binary?
Sep
17
answered What is strong naming and how do I strong name a binary?
Sep
17
awarded  Nice Answer
Sep
17
accepted Question about expression: a ? b : c
Sep
17
answered Question about expression: a ? b : c
Sep
16
revised Make an object accessible to only one other object in the same assembly?
added 915 characters in body
Sep
15
revised Aggregate a List<int> to a string using (i, j) => i + “delimiter” + j
added 21 characters in body
Sep
15
answered Are there any free C# e-books available online?
Sep
15
revised Make an object accessible to only one other object in the same assembly?
added 1 characters in body
Sep
15
revised Make an object accessible to only one other object in the same assembly?
added 300 characters in body
Sep
15
answered Make an object accessible to only one other object in the same assembly?
Sep
14
awarded  Fanatic
Sep
7
comment Code Golf: Email Address Validation without Regular Expressions
@Jared: meta.stackoverflow.com/questions/20736/…
Sep
7
answered C# Project folder naming conventions
Sep
6
awarded  Yearling
Sep
3
revised How can I display a splash screen for longer on an iPhone?
edited tags
Aug
26
comment Missing/desired features in C#?
Thanks for the link.
Aug
26
revised Detect Antivirus on Windows using C#
deleted 26 characters in body
Aug
26
awarded  Disciplined
Aug
24
answered What is an Extension Class?
Aug
19
revised Is it a bad practice to reference System.Windows.Form in your Unit Test project?
added 15 characters in body; edited title
Aug
19
answered Is it a bad practice to reference System.Windows.Form in your Unit Test project?
Aug
19
answered Can I stop a program during execution any other way than by throwing an error?
Aug
19
answered Can a custom attribute imply other attributes without inheritance?
Aug
18
answered How to treat nulls in equality comparisons?
Aug
13
awarded  Nice Answer
Aug
13
answered Is this good C# style?
Aug
13
answered which is the best programming method among these two?