Zack Elan

456
Reputation
44 views

Registered User

Name Zack Elan
Member for 1 year
Seen 8 hours ago
Website
Location Nashua, NH, US
Age 22
Test Automation Engineer for a startup in the Boston area.
Nov
5
answered How to create ebook DRM reader and distribution platform?
Oct
13
comment How to hide windows service from task manager in windwos desktop
Go somewhere else if you want advice on writing malware.
Oct
6
answered What is the most readable use of String.Format for long strings with many parameters?
Sep
25
comment Changing log4net FileAppender whilst logging
True, but it cuts both ways - if you ever run into a problem where the root cause is multiple concurrent sessions interacting in some way, that combined log will be invaluable. And rather than writing a full-blown custom log server, you could pretty trivally write a command-line tool to split up a log file. Then, when you have a log you want to analyze, just drop it onto the .exe and it spits out the individual logs.
Sep
25
accepted Changing log4net FileAppender whilst logging
Sep
25
answered Changing log4net FileAppender whilst logging
Sep
15
comment Programmatically configuring log4net to write the same messages to two separate files
Building the XML programmatically then calling XmlConfigurator turned out to be much simpler. Thanks.
Sep
12
comment Programmatically configuring log4net to write the same messages to two separate files
@TrueWill: these tests get run using a stand-alone .exe, and also from Powershell cmdlets. The log4net section in the .config file doesn't get read when running from Powershell. Doing it programmatically allows us to use the same configuration in both scenarios.
Sep
12
asked Programmatically configuring log4net to write the same messages to two separate files
Aug
28
awarded  
Aug
26
comment Find the existence of a word in a large dictionary
This sounds like a homework problem more than anything else.
Aug
24
comment Private Accessor don’t build when using MSBuild
Have you tried building it through MSBuild on one of your development machines? That might help track down if the problem's with MSBuild, or with the configuration of your build server.
Aug
24
answered Setting dllimport programatically in c#
Aug
23
awarded  Yearling
Aug
22
answered Does anyone have a short document about unit tests for devs new to unit testing?
Aug
15
accepted How do I refer to the directory where my .net program is installed?
Aug
12
answered How do I refer to the directory where my .net program is installed?
Aug
12
answered Long lists of pass-by-ref parameters versus wrapper types.