User - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T22:52:13Zhttp://stackoverflow.com/feeds/user/9991http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/134148/do-assemblies-placed-in-the-gac-gain-full-trust3Do assemblies placed in the GAC gain full trust?drraude2008-09-25T15:52:30Z2009-11-17T20:41:59Z
<p>I've been hearing conflicting facts about this topic. What is correct?</p>
http://stackoverflow.com/questions/94696/in-asp-net-during-which-page-lifecycle-event-does-viewstate-get-loaded6In ASP.Net, during which page lifecycle event does viewstate get loaded?drraude2008-09-18T17:29:32Z2009-09-14T03:52:48Z
<p>I know it happens sometime before Load, but during what event exactly?</p>
http://stackoverflow.com/questions/134962/can-you-use-multiple-varybycustom-parameters-when-caching-a-user-control/135084#1350842Answer by drraude for Can you use multiple VaryByCustom parameters when caching a user control?drraude2008-09-25T18:30:13Z2008-09-25T18:30:13Z<p>Yes. Separate them in your declaration by semicolons. </p>
http://stackoverflow.com/questions/94802/what-are-some-essential-software-architect-interview-questions/94823#948231Answer by drraude for What are some essential software architect interview questions?drraude2008-09-18T17:43:11Z2008-09-18T17:43:11Z<p><a href="http://blogs.msdn.com/nickmalik/archive/2007/01/29/systems-architecture-interview-questions.aspx" rel="nofollow">This post</a> has some good situational questions. As for "essential" questions, thats subjective.</p>
http://stackoverflow.com/questions/68764/how-can-you-tell-if-viewstate-in-an-asp-net-application-has-been-tampered-with/68769#687695Answer by drraude for How can you tell if viewstate in an ASP.Net application has been tampered with?drraude2008-09-16T02:05:48Z2008-09-16T02:05:48Z<p>EnableViewStateMac page directive</p>
http://stackoverflow.com/questions/61437/what-are-some-viable-alternatives-to-biztalk-server/66897#668972Answer by drraude for What are some viable alternatives to BizTalk Server?drraude2008-09-15T20:58:42Z2008-09-15T20:58:42Z<p>We used BizTalk for a couple of years, but gave it up for our own custom framework that allowed more flexibility.</p>
http://stackoverflow.com/questions/204140/moving-items-in-dual-listboxes/204161#204161Comment by on Moving items in Dual Listboxes2009-01-02T19:26:17Z2009-01-02T19:26:17Z@balaweblog: That is javascripthttp://stackoverflow.com/questions/233571/best-practice-for-large-wcf-service/233582#233582Comment by on best practice for large WCF service?2008-10-24T13:55:01Z2008-10-24T13:55:01ZI agree with most of that. And definitely get Maarten Mullender's blog added to your feeds!http://stackoverflow.com/questions/214160/how-self-documenting-can-code-be-without-being-annoying/214168#214168Comment by on How "self-documenting" can code be without being annoying?2008-10-17T23:34:46Z2008-10-17T23:34:46Zzero is more like it. wasnt helpful, but didnt piss me off eitherhttp://stackoverflow.com/questions/159627/keeping-visual-studio-projects-on-a-network-driveComment by on Keeping Visual Studio Projects on a Network Drive2008-10-01T21:14:03Z2008-10-01T21:14:03ZI think everyone had to assume the worst when the author didnt specify and give enough details. Bob, I still agree with your reasons for doing it the way you do it, but I warn against it otherwise.http://stackoverflow.com/questions/159627/keeping-visual-studio-projects-on-a-network-drive/159702#159702Comment by on Keeping Visual Studio Projects on a Network Drive2008-10-01T21:03:44Z2008-10-01T21:03:44ZVS has a recovery option now. I cant say i've ever lost any code in the past few years. that was a thing of the past
http://stackoverflow.com/questions/154489/are-static-indexers-not-supported-in-c/154524#154524Comment by on Are static indexers not supported in C#?2008-09-30T19:20:39Z2008-09-30T19:20:39ZExactly. They have their place. Others on here talking about design issues clearly have never worked with a classic language that allowed, since they are very helpful.http://stackoverflow.com/questions/139837/can-someone-provide-a-practical-example-of-how-they-have-used-attributes-on-metho/139910#139910Comment by on Can someone provide a practical example of how they have used attributes on method parameters in .Net?2008-09-26T15:17:57Z2008-09-26T15:17:57ZActually, I don't think Kilhoffer was talking about method attributes. He's talking about parameter attributes.http://stackoverflow.com/questions/94802/what-are-some-essential-software-architect-interview-questions/94907#94907Comment by on What are some essential software architect interview questions?2008-09-18T17:54:10Z2008-09-18T17:54:10Znumber 2 there is a bit weak. asking design of the back end and no database is good, but the page with a submit button is weak staging in my opinion.http://stackoverflow.com/questions/94802/what-are-some-essential-software-architect-interview-questions/94822#94822Comment by on What are some essential software architect interview questions?2008-09-18T17:50:04Z2008-09-18T17:50:04Zditto. nobody has ever been unchallenged unless they worked on ridiculously small projectshttp://stackoverflow.com/questions/94802/what-are-some-essential-software-architect-interview-questions/94822#94822Comment by on What are some essential software architect interview questions?2008-09-18T17:44:26Z2008-09-18T17:44:26ZThat question could be asked for any position, not just an architect. I think he's looking for specific architecture related questions, not general interview questions.http://stackoverflow.com/questions/94696/in-asp-net-during-which-page-lifecycle-event-does-viewstate-get-loaded/94708#94708Comment by on In ASP.Net, during which page lifecycle event does viewstate get loaded?2008-09-18T17:33:44Z2008-09-18T17:33:44ZWhere? No link...http://stackoverflow.com/questions/64333/what-is-the-downside-to-test-driven-development/65042#65042Comment by on What is the downside to Test Driven Development?2008-09-15T21:02:40Z2008-09-15T21:02:40ZAbsolutely. You have to consider BDD when evaluating TDD.