| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 years, 3 months |
| seen | 19 mins ago | |
| stats | profile views | 2,734 |
.NET developer, insanely obsessed with security.
All this time thinking about whether or not you could, you never stopped to think about whether or not you should.

|
2d |
comment |
How millions of concurrent transactions are processed in heavy traffic websites? This is off-topic for this site, and far too broad to be covered in an answer on a forum like this. You'd need to get into the architecture of the web servers, operating systems, datsabase systems, etc. When you get a chance, you should read the FAQ and About pages before posting to see what is on topic. |
|
May 18 |
awarded | security |
|
May 17 |
comment |
Access both web.config and app.config from a single class OK. It's not possible to retract a vote to close, so I can't un-do my VTC. However, IF this gets closed, you can flag it for reopening. |
|
May 17 |
comment |
Access both web.config and app.config from a single class possible duplicate of Programmatically encrypting a config-file in .NET |
|
May 16 |
revised |
How to bind gridview to a wcf service application? added 19 characters in body |
|
May 16 |
comment |
How to Show Your Facebook Business Fan Page in Your Work Profile You may want to check the FAQ and About pages. This question isn't a programming issue. |
|
May 16 |
awarded | Good Answer |
|
May 14 |
reviewed | Approve suggested edit on C# File.Copy access denied error |
|
May 14 |
awarded | Necromancer |
|
May 8 |
revised |
How to avoid SQL injection added 413 characters in body |
|
May 8 |
revised |
How to avoid SQL injection added 413 characters in body |
|
May 8 |
answered | How to avoid SQL injection |
|
May 8 |
comment |
C# runtime error: index out of range Have you set a breakpoint, kept track of the values of i and x, and figured out which line of code is erroring out? Step 1 in troubleshooting this error is knowing what array index you're accessing, and the length of the array. For info on breakpoints see msdn.microsoft.com/en-us/library/ktf38f66%28v=vs.71%29.aspx |
|
Apr 30 |
awarded | Popular Question |
|
Apr 29 |
comment |
Disable Caching for ASP.NET Label Are you sure it's cache? Is it possibly Viewstate that you want to disable instead (or also)? |
|
Apr 29 |
comment |
how to create a dynamic xml file using dreamweaver This far is too broad a question for this site. Please see the FAQ. Also mattgemmell.com/2008/12/08/what-have-you-tried |
|
Apr 29 |
revised |
Active Server Page Error with WebMatrix added 8 characters in body |
|
Apr 24 |
awarded | Popular Question |
|
Apr 23 |
comment |
Unable to Install windows 8 mail, calender, people and messaging app I'm sorry, this is off-topic here. This is a programmer's forum. This is more of a support question. Perhaps over at superuser.com would be a better place to ask. |
|
Apr 23 |
comment |
NewLine in Constant Error You're right. I had it wrong, and you had it right - you were missing a quote at the end. I edited my answer. I plugged that line of code into Visual Studio to be sure it was right. |