Chris

1,410
reputation
245 views

Registered User

name Chris
member for 1 year
seen 29 mins ago
website
location US
age 26
Senior Software Engineer. C# programming, but cover the whole stack from building servers to configuration to development to deployment to training to maintenance. Jeff Atwood is my hero.
1d
asked Microsoft’s Unity and PowerShell
Dec
13
comment ASP.NET website, server-side DOCX to PDF conversion
I had seen that out there, but it appeared to be meant for (and maybe only usable by) client Windows forms applications. Is that example possible server-side?
Dec
13
asked ASP.NET website, server-side DOCX to PDF conversion
Nov
24
answered Resharper gotchas
Nov
12
comment Object-oriented design: Saving complex objects
Nice find, had been looking for a link like that. Thanks!
Nov
12
awarded  Popular Question
Nov
12
comment Object-oriented design: Saving complex objects
I thought about checking them out, but a problem comes up with the "legacy system" part: though I can read from the database at will, it must pass through a web service when saving back. It can't write directly to the database, sadly.
Nov
12
asked Object-oriented design: Saving complex objects
Oct
28
comment OOP design: string, enum, interface, or other?
Exactly what I needed, thanks!
Oct
28
asked OOP design: string, enum, interface, or other?
Oct
26
asked Handling .NET object-relational impedence mismatch in a special case
Oct
21
answered In what order should I place properties, events, functions, function overrides, etc. in C# classes?
Oct
20
comment Any “gotchas” with remotely-coded, locally-run .NET web apps on XP machines?
Excellent feedback, thank you. And I hear ya on the client app thing...but it's looking like with the deadline and the fact that nobody does client app development in our shop, we might be stuck.
Oct
20
asked Any “gotchas” with remotely-coded, locally-run .NET web apps on XP machines?
Oct
9
comment “Enable HTTP Keep-Alive” in IIS cause disruption?
Yeah, I know it's definitely not what most sites should do, but we have insane crazy proxies between a couple of tiers that go nuts without other things being set correctly.
Oct
9
comment “Enable HTTP Keep-Alive” in IIS cause disruption?
Gracias. ASP.NET, if that matters, any considerations specific to it?
Oct
9
asked “Enable HTTP Keep-Alive” in IIS cause disruption?
Sep
30
comment Offline synchronization options with .NET
Very informative, thank you.
Sep
30
comment Offline synchronization options with .NET
Correct interpretation, yep. I was thinking of using MSMQ so that it's a fire-and-forget method that will keep trying until it gets there, but it's essentially the same thing as your approach. Thank you!
Sep
30
asked Offline synchronization options with .NET
Sep
8
asked ASP.NET and JavaScript dynamic show/hide based on other form fields
Aug
31
awarded  Popular Question
Aug
14
awarded  Yearling
Aug
11
asked Rewriting a system from scratch: what do you include in proposals?
Aug
11
answered Am I being unreasonable in rejecting candidates with poor spelling and grammar?
Aug
7
comment Windows Workflow: Why do they get stuck in persistence?
Marked as accepted because it covered a lot of ground, thanks for the info! What it ended up being was ownership time. I upped instanceOwnershipDuration to allow for the full execution of whatever it was trying to do for every loaded activity, and it hasn't glitched since.
Aug
5
comment Why do so many sites disallow the use of non-alphanumeric characters in passwords?
@Bill the Lizard: hah! +1.
Aug
5
asked Why do so many sites disallow the use of non-alphanumeric characters in passwords?
Aug
4
comment Windows Workflow: Why do they get stuck in persistence?
I did something similar in global.asax's "Application_End" function, stopping the runtime there. Are our approaches two ways of doing the same thing? Never used the above calls. Thanks for the input, +1!
Jul
29
comment Windows Workflow: Why do they get stuck in persistence?
Excellent writeup, I'll try as much as I can tomorrow and report back.
Jul
29
comment Windows Workflow: Why do they get stuck in persistence?
I hadn't thought of that, but checked and they're in-sync to the second. Good idea though, thanks!
Jul
29
asked Windows Workflow: Why do they get stuck in persistence?
Jul
14
comment Windows Workflow: Custom persistence service, same schema and logic?
Perfect perfect perfect, exactly what I was looking for. Many thanks!
Jul
10
comment Is in-process the only way classic ASP can store session state?
Excellent find, many thanks!
Jul
10
asked Is in-process the only way classic ASP can store session state?
Jul
9
comment NUnit: “The process cannot access the file … because it is being used by another process.”
Good catch, wish I could mark two as answered.
Jul
7
comment Will creating a new app pool disrupt anything in IIS 6?
Marking as answered because yep, no discernible problem :)
Jul
7
awarded  Tumbleweed
Jul
7
asked Will creating a new app pool disrupt anything in IIS 6?
Jun
30
asked Windows Workflow: Custom persistence service, same schema and logic?
Jun
24
comment Visual Studio: references in code not recognized?
Restart + clean + rebuild did it. Strange behavior, wish I knew why it did that in the first place so I can try to avoid it, as it's happened to me a couple of times now. Thanks!
Jun
24
comment Visual Studio: references in code not recognized?
Yeah, +1 for taking a shot at least :) Thanks though.
Jun
24
comment Visual Studio: references in code not recognized?
They're checked.
Jun
24
asked Visual Studio: references in code not recognized?