User - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T22:52:13Z http://stackoverflow.com/feeds/user/9991 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/134148/do-assemblies-placed-in-the-gac-gain-full-trust 3 Do assemblies placed in the GAC gain full trust? drraude 2008-09-25T15:52:30Z 2009-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-loaded 6 In ASP.Net, during which page lifecycle event does viewstate get loaded? drraude 2008-09-18T17:29:32Z 2009-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#135084 2 Answer by drraude for Can you use multiple VaryByCustom parameters when caching a user control? drraude 2008-09-25T18:30:13Z 2008-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#94823 1 Answer by drraude for What are some essential software architect interview questions? drraude 2008-09-18T17:43:11Z 2008-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#68769 5 Answer by drraude for How can you tell if viewstate in an ASP.Net application has been tampered with? drraude 2008-09-16T02:05:48Z 2008-09-16T02:05:48Z <p>EnableViewStateMac page directive</p> http://stackoverflow.com/questions/61437/what-are-some-viable-alternatives-to-biztalk-server/66897#66897 2 Answer by drraude for What are some viable alternatives to BizTalk Server? drraude 2008-09-15T20:58:42Z 2008-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#204161 Comment by on Moving items in Dual Listboxes 2009-01-02T19:26:17Z 2009-01-02T19:26:17Z @balaweblog: That is javascript http://stackoverflow.com/questions/233571/best-practice-for-large-wcf-service/233582#233582 Comment by on best practice for large WCF service? 2008-10-24T13:55:01Z 2008-10-24T13:55:01Z I 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#214168 Comment by on How "self-documenting" can code be without being annoying? 2008-10-17T23:34:46Z 2008-10-17T23:34:46Z zero is more like it. wasnt helpful, but didnt piss me off either http://stackoverflow.com/questions/159627/keeping-visual-studio-projects-on-a-network-drive Comment by on Keeping Visual Studio Projects on a Network Drive 2008-10-01T21:14:03Z 2008-10-01T21:14:03Z I 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#159702 Comment by on Keeping Visual Studio Projects on a Network Drive 2008-10-01T21:03:44Z 2008-10-01T21:03:44Z VS 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#154524 Comment by on Are static indexers not supported in C#? 2008-09-30T19:20:39Z 2008-09-30T19:20:39Z Exactly. 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#139910 Comment by on Can someone provide a practical example of how they have used attributes on method parameters in .Net? 2008-09-26T15:17:57Z 2008-09-26T15:17:57Z Actually, 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#94907 Comment by on What are some essential software architect interview questions? 2008-09-18T17:54:10Z 2008-09-18T17:54:10Z number 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#94822 Comment by on What are some essential software architect interview questions? 2008-09-18T17:50:04Z 2008-09-18T17:50:04Z ditto. nobody has ever been unchallenged unless they worked on ridiculously small projects http://stackoverflow.com/questions/94802/what-are-some-essential-software-architect-interview-questions/94822#94822 Comment by on What are some essential software architect interview questions? 2008-09-18T17:44:26Z 2008-09-18T17:44:26Z That 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#94708 Comment by on In ASP.Net, during which page lifecycle event does viewstate get loaded? 2008-09-18T17:33:44Z 2008-09-18T17:33:44Z Where? No link... http://stackoverflow.com/questions/64333/what-is-the-downside-to-test-driven-development/65042#65042 Comment by on What is the downside to Test Driven Development? 2008-09-15T21:02:40Z 2008-09-15T21:02:40Z Absolutely. You have to consider BDD when evaluating TDD.