User endian - Stack Overflow most recent 30 from stackoverflow.com 2009-12-05T00:36:46Z http://stackoverflow.com/feeds/user/25462 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/532791/whats-the-difference-between-queueuserworkitem-and-begininvoke-for-performi 4 What's the difference between QueueUserWorkItem() and BeginInvoke(), for performing an asynchronous activity with no return types needed endian 2009-02-10T15:27:30Z 2009-10-23T00:36:23Z <p>Following on from my BeginInvoke()/EndInvoke() question, are there major differences in performance/anything else between Delegate.BeginInvoke() and using QueueUserWorkItem() to invoke a delegate asynchronously?</p> http://stackoverflow.com/questions/1372689/do-objects-that-implement-idisposable-and-or-have-a-finalizer-live-until-generati 1 Do objects that implement IDisposable and/or have a Finalizer live until Generation 2 is collected? endian 2009-09-03T10:42:00Z 2009-09-03T11:02:56Z <p>I was fairly sure that I had read (in Richter's C# book) that objects that implement IDisposable and/or which have a Finalizer live until Generation 2. However, I can't find the reference, and my test application doesn't seem to support my belief.</p> <p>Can anyone else confirm/deny?</p> http://stackoverflow.com/questions/852909/code-generation-tool-targeting-c-and-c 0 Code generation tool targeting C++ and C# endian 2009-05-12T13:54:23Z 2009-08-16T06:18:17Z <p>I have a set of applications that are being built using a combination of C# and C++. We have a set of shared objects between the two languages, and rather than define each one separately in each language, I would prefer to use a code generation tool. Ideally such a tool would be FOSS, although that's not an absolute requirement. The objects themselves are relatively simple, although there is inheritance from baseclasses, implementation of interfaces, containment of other object types, and collections of other object types.</p> <p>The C++ target environment is Visual C++ 2008.</p> <p>Does anyone have any recommendations for a tool that can handle this kind of task?</p> <p>Example code:</p> <pre><code>public class Tax { private static Dictionary&lt;string, double&gt; _TaxRates; public Dictionary&lt;string,double&gt; TaxRates { get { return _TaxRates; } } } </code></pre> http://stackoverflow.com/questions/491735/how-do-i-find-the-install-directory-of-a-windows-service-using-c 1 How do I find the install directory of a Windows Service, using C#? endian 2009-01-29T14:14:07Z 2009-06-25T23:09:44Z <p>I'm pretty sure that a Windows service gets C:\winnt (or similar) as its working directory when installed using InstallUtil.exe. Is there any way I can access, or otherwise capture (at install time), the directory from which the service was originally installed? At the moment I'm manually entering that into the app.exe.config file, but that's horribly manual and feels like a hack.</p> <p>Is there a programmatic way, either at run time or install time, to determine where the service was installed from?</p> http://stackoverflow.com/questions/11598/what-is-the-worst-interviewee-answer/246153#246153 227 Answer by endian for What is the worst interviewee answer? endian 2008-10-29T08:48:45Z 2009-06-14T04:48:38Z <p>(From a very pleasant Nigerian national who came in for a technical interview)</p> <p>"Would you like to hear about my implementation of a mass e-mailing program?"</p> <p>I laughed.</p> http://stackoverflow.com/questions/295339/repcached-for-win32-has-anyone-built-it 0 Repcached for Win32 - has anyone built it? endian 2008-11-17T11:13:08Z 2009-05-28T03:00:03Z <p>Hi everybody</p> <p>I have finally got the green light to use Memcached in our project (after months of lobbying against a database-based caching solution - just don't ask...), however we will need to use Repcached as well to have backup copies of our data. Has anyone built this for Win32? We may end up using Linux in production, but development will very likely be taking place on Windows.</p> <p>Any hints or pointers are gratefully received - there appear to be lots of .T files, which I presume is TCL? That could be fun...</p> http://stackoverflow.com/questions/648509/how-do-i-display-time-in-a-windows-forms-datagridview-bound-to-a-datatable/835021#835021 0 Answer by endian for how do I display time in a windows forms dataGridView bound to a datatable endian 2009-05-07T14:35:16Z 2009-05-07T14:35:16Z <p>The design-time way of doing this is to change the DefaultCellStyle property on the relevant column. Click on the "..." button and then "Format" item in the resulting pop-up box can be used.</p> http://stackoverflow.com/questions/760376/looking-for-example-program-written-in-different-languages/760661#760661 0 Answer by endian for Looking for example program written in different languages endian 2009-04-17T14:40:52Z 2009-04-17T14:40:52Z <p>Somebody posted Evil Walrus / ReFactory on Reddit the other day:</p> <p><a href="http://www.refactory.org/" rel="nofollow">http://www.refactory.org/</a></p> http://stackoverflow.com/questions/760002/reasons-not-to-code-a-program/760062#760062 1 Answer by endian for Reasons not to code a program? endian 2009-04-17T11:27:39Z 2009-04-17T11:27:39Z <p>I've seen quite a few instances of this, and I think it seperates into two halves. Firstly, there's your "commodity" software - messaging middleware, databases, etc., - that typically is always bought in. I would never sit down and write my own asynchronous messaging system, unless that was absolutely core to my business. Secondly, there is the value-added portion, which I think is rather different. </p> <p>I work in finance, and there are a few vendor systems (examples are Murex, Summit and Sophis) that perform risk/booking/back-office functionality for various financial market products. I think that choosing these is dangerous, for two reasons. </p> <p>First reason is that you are no further ahead of your competitors in terms of software, you're adding no value of your own, so it just becomes a "race to the bottom" in terms of what price you can charge, or how much risk you can take. </p> <p>Second reason, and more important from a software developer's point of view, although the vendor's system might suit you now, it may not suit you in two or three years time. If you've built your business on top of it, and suddenly it changes - or doesn't change when you need it to - you can be left high and dry. Or, if the company goes bankrupt or wants to move out of the market, you've got two options - buy it, or re-write all of your systems from scratch.</p> <p>I have lost count of the number of firms I've seen who are desperately trying to switch off value-add vendor systems (typical examples are Murex, Sophis, Summit...see above :) and write their own.</p> <p>A supplementary argument against vendor systems for value-add is that the consultants/contractors are typically a lot more expensive. A senior c# consultant can be had here for £x00 a day. A consultant with vendor system experience will be around 20-25% more. </p> http://stackoverflow.com/questions/756313/tab-control-datagridview-in-winforms 1 Tab control + DataGridView in WinForms endian 2009-04-16T14:13:35Z 2009-04-16T14:20:54Z <p>I have multiple results sets coming back from a server request against a datasource. I want to organise these with a WinForms tabPage for each result set, on a single tabControl. I am displaying the data in a DataGridView, but want to avoid having a DataGridView instance on each tabPage - I'd rather intercept the "switching to new tab page" message, and load up the appropriate results set from my local cache. Is there an easy/obvious way to do this?</p> http://stackoverflow.com/questions/713642/prediction-market-algorithm/713733#713733 1 Answer by endian for Prediction Market algorithm endian 2009-04-03T12:36:47Z 2009-04-03T12:36:47Z <p>I'm currently reading "Market Microstructure Theory" by Margaret o'Hara. It's a dense book, but provides a good overview of (relatively) recent theoretical studies on how market prices are set. </p> <p><em>The first though I had was that I should weigh the more recent calls and puts as they have nore relevant information presumably (like say the athlete just broke his foot). This guys would know more than the guy who bought a contract three months ago.</em></p> <p>I don't think you should do this. The trader who knows that the athelete has just broken his foot is an "informed trader", and will use this information to buy/sell a position - if there are no limits on the amount he can trade, then he should trade an infinite amount. Doing a simple average of trades therefore gives you the "correct" price.</p> http://stackoverflow.com/questions/625793/visual-studio-2008-macro-question 0 Visual Studio 2008 macro question endian 2009-03-09T10:56:08Z 2009-03-22T18:21:10Z <p>I have been trying to write a short macro in Visual Studio that activates the FindSymbolResults (Constants.vsWindowKindFindSymbolResults), and then moves to the next item in the list (if anyway) and calls Edit.GotoReference on it. The first and last parts - show the window and call Edit.GoToReference - are done, but I am struggling with moving to the next item in the window. Has anyone got an example of doing this or something similar they could share?</p> http://stackoverflow.com/questions/63668/confessions-of-your-worst-wtf-moment-what-not-to-do/665490#665490 4 Answer by endian for Confessions of your worst WTF Moment. (What not to do.) endian 2009-03-20T09:37:56Z 2009-03-20T09:37:56Z <ul> <li>Me: [send SQL script to DBA to run in production trading database, whilst the markets were open]</li> <li>Dba: Here are your results - 21 rows affected</li> <li>Me: errr, 21 rows? Not 1 row? Any chance of a rollback?</li> <li>Dba: Nope</li> <li>Me: shiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiitttttttttttttttttttt..................</li> </ul> <p>I managed to repair the data before anyone noticed, but I was crapping myself.</p> http://stackoverflow.com/questions/643046/whats-your-ceremony-after-finishing-your-project-or-solving-a-hard-problem/643261#643261 0 Answer by endian for What's your "ceremony" after finishing your project or solving a hard problem? endian 2009-03-13T15:32:15Z 2009-03-13T15:32:15Z <p>I award myself some guilt-free Reddit/SO browsing time. And probably something sweet from the shop. Today I had diet coke and skittles, and browsing time, because I was ten days ahead of schedule.</p> http://stackoverflow.com/questions/638999/how-do-you-balance-work-with-social-networking/639026#639026 1 Answer by endian for How do you balance work with social networking? endian 2009-03-12T14:57:36Z 2009-03-12T14:57:36Z <p>I had a Firefox plugin for a while, that measured the amount of time I spent browsing websites. That cut my web usage down for a while, until I uninstalled it ;-)</p> http://stackoverflow.com/questions/638099/desagree-in-excel/638258#638258 0 Answer by endian for desagree in excel endian 2009-03-12T11:42:32Z 2009-03-12T11:42:32Z <p>I don't know much VBA, so you'll have to figure that out for yourself. However, I would use Text to Columns to convert the CSV section to individual columns, then a Paste Special with the Transpose option to turn the a b c columns into rows. </p> http://stackoverflow.com/questions/631110/career-crossroads-should-i-choose-teaching/631147#631147 0 Answer by endian for Career crossroads - should I choose teaching? endian 2009-03-10T16:37:40Z 2009-03-10T16:37:40Z <p>Teaching in my view is very similar to a management job, just a heck of a lot harder. If you're willing to go in to teaching, I'd give IT management another thought. I am not sure if your concerns regarding age are warranted, what you need to do is raise yourself up to Guru level so that you're not competing even in the same league as the new graddies or offshore hired hands. If you're willing to go in to teaching that requires an extra degree, so consider taking a part-time one that will boost your worth in the IT arena - either management-related or more technical.</p> <p>Hope that helps.</p> http://stackoverflow.com/questions/433729/free-c-grid-graph-component 4 Free C# Grid/Graph component endian 2009-01-11T21:20:30Z 2009-03-04T10:37:43Z <p>Can anyone recommend a free grid/graphing component for C#/.NET? I'm having a look at NPlot right now, but so far I'm finding it quite troublesome.</p> <p>EDIT: I particularly need something that plugs into Windows Forms - I'm not doing ASP.NET, and don't really fancy reproducing my graph using Google's API every time I get a new data point (several times a second).</p> <p>Thanks :-)</p> http://stackoverflow.com/questions/512255/best-helpdesk-tool/540812#540812 1 Answer by endian for Best HelpDesk Tool endian 2009-02-12T10:50:25Z 2009-02-12T10:50:25Z <p>Definitely Not Remedy. </p> http://stackoverflow.com/questions/532722/is-endinvoke-optional-sort-of-optional-or-definitely-not-optional 6 Is EndInvoke() optional, sort-of optional, or definitely not optional? endian 2009-02-10T15:10:40Z 2009-02-10T16:01:22Z <p>I've read conflicting opinions as to whether every BeginInvoke() has to be matched by an EndInvoke(). Are there any leaks or other problems associated with NOT calling EndInvoke()?</p> http://stackoverflow.com/questions/513953/i-am-compiling-a-rules-of-programming-mindset-for-my-team-what-are-yours/515468#515468 2 Answer by endian for I am compiling a Rules of Programming Mindset for my team: What are yours? endian 2009-02-05T11:12:18Z 2009-02-05T11:12:18Z <p>Always build a prototype. Nine times out of ten it will be worth the day/week/month that it takes. Corollary: the length of time spent on a prototype should be proportional to the length/size of the main project.</p> http://stackoverflow.com/questions/510664/what-rad-tools-are-out-there/510700#510700 0 Answer by endian for What RAD tools are out there? endian 2009-02-04T09:45:21Z 2009-02-04T13:23:11Z <p>This answer isn't directly related to your question, but is similar. For my projects, the closest thing that I've used is <a href="http://esper.codehaus.org/about/nesper/nesper.html" rel="nofollow">NEsper</a>, which is an open-source complex event processing framework (CEP). Over the last two evenings I've built a backtester for a trading system that I'm putting together, and it's been NEsper that has made it so quick - I imagine that I did it within your 8 hour target.</p> http://stackoverflow.com/questions/510976/how-to-by-pass-inheritance-in-java-when-invoking-a-method/511137#511137 6 Answer by endian for How to by-pass inheritance in java when invoking a method endian 2009-02-04T12:27:21Z 2009-02-04T12:27:21Z <p>Whenever I find myself asking (or being asked) a question like this, I <strong>know</strong>, categorically, that I have made a mistake in my design and/or my object definitions. Go back to your object hierarchy and check, double-check and triple-check that every inheritance relationship represents an "IS-A", and not a "HAS-A" or something even weaker. </p> http://stackoverflow.com/questions/492262/is-there-an-equivalent-to-sscanf-in-net/492275#492275 2 Answer by endian for Is there an equivalent to 'sscanf()' in .NET? endian 2009-01-29T16:11:03Z 2009-01-29T16:11:03Z <p>You could do string[] parts = string.Split(' '), and then extract by the index position parts[1] and parts [3] in your example.</p> http://stackoverflow.com/questions/464272/how-much-of-an-applications-smarts-should-reside-in-the-database/464587#464587 0 Answer by endian for How much of an applications "smarts" should reside in the database? endian 2009-01-21T09:33:21Z 2009-01-21T09:33:21Z <p>In my experience, putting any application logic in the database <em>always</em> results in a WTF. It doesn't matter how smart the database programmer, how advanced the database, it always ends up being a mistake. The reverse question is "how often should my C# code manage relational data using its own flat-file structure and query language", to which the answer is (almost) always <em>never</em>.</p> <p>I think the database should be used for data storage, which is what it's good at. </p> http://stackoverflow.com/questions/464311/pure-virtual-function-call-message-box/464577#464577 -2 Answer by endian for "pure virtual function call" Message Box endian 2009-01-21T09:28:37Z 2009-01-21T09:28:37Z <p>Hmmm, this one often used to be caused by mixing up some components built in Release configuration, and others in Debug. Possibly a third-party library's debug build is being linked into your release build app.</p> http://stackoverflow.com/questions/460933/remove-the-automatic-region-endregion-tags-when-implementing-an-interface-in-vi 18 Remove the automatic #region/#endregion tags when implementing an interface in Visual Studio 2005/2008 endian 2009-01-20T11:38:31Z 2009-01-20T17:38:57Z <p>When user the "Implement Inteface X" context menu feature, the inserted code gets surrounded by a </p> <pre><code>#region [interfacename] Members #endregion </code></pre> <p>pair. I always end up deleting this, is there a way I can permanently turn it off? I had a quick search through the snippets directory, but wasn't sure if this was the right place. There's pp_region.snippet that I guess I could modify, but I got the feeling that would turn off the #region/#endregion completely. I thought I'd ask here before I go doing things that will have me re-installing VS...</p> http://stackoverflow.com/questions/460933/remove-the-automatic-region-endregion-tags-when-implementing-an-interface-in-vi/461183#461183 0 Answer by endian for Remove the automatic #region/#endregion tags when implementing an interface in Visual Studio 2005/2008 endian 2009-01-20T12:54:02Z 2009-01-20T12:54:02Z <p>Brilliant, thanks!</p> http://stackoverflow.com/questions/457176/how-do-i-determine-a-public-holiday-in-sql-server/457302#457302 1 Answer by endian for How do I determine a public holiday in Sql server? endian 2009-01-19T11:23:27Z 2009-01-19T11:23:27Z <p>Ahhh, holiday calendars. The bane of any investment bank programmer's life. There's no way of doing it other than maintaining your own list, I'm afraid!</p> http://stackoverflow.com/questions/457134/strange-behaviour-of-net-binary-serialization-on-dictionrykey-value/457204#457204 2 Answer by endian for Strange behaviour of .net binary serialization on Dictionry<Key, Value> endian 2009-01-19T10:42:37Z 2009-01-19T10:42:37Z <p>I can reproduce the problem. Had a look around Google and found this: <a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=94265" rel="nofollow">http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=94265</a> although I'm not sure it's the exact same problem, it seems pretty similar.</p> <p>EDIT:</p> <p>I think that adding this code may have fixed the problem?</p> <pre><code> public void OnDeserialization(object sender) { this.Dictionary.OnDeserialization(sender); } </code></pre> <p>No time to exhaustively test, and I want to beat Marc to the answer ;-)</p> http://stackoverflow.com/questions/532791/whats-the-difference-between-queueuserworkitem-and-begininvoke-for-performi/1585534#1585534 Comment by endian on What's the difference between QueueUserWorkItem() and BeginInvoke(), for performing an asynchronous activity with no return types needed endian 2009-10-23T10:29:30Z 2009-10-23T10:29:30Z many thanks, I didn't know that http://stackoverflow.com/questions/1372689/do-objects-that-implement-idisposable-and-or-have-a-finalizer-live-until-generati/1372710#1372710 Comment by endian on Do objects that implement IDisposable and/or have a Finalizer live until Generation 2 is collected? endian 2009-09-03T11:13:04Z 2009-09-03T11:13:04Z Thanks, that supports what I'd seen in my testing. It is entirely possible that I'd confused this with the LOH - I obviously haven't been interviewing enough, as I'm starting to forget stuff like this :-) http://stackoverflow.com/questions/852909/code-generation-tool-targeting-c-and-c/853396#853396 Comment by endian on Code generation tool targeting C++ and C# endian 2009-05-12T15:47:32Z 2009-05-12T15:47:32Z Thanks, but does it allow you to target C# as an output? http://stackoverflow.com/questions/852909/code-generation-tool-targeting-c-and-c/852954#852954 Comment by endian on Code generation tool targeting C++ and C# endian 2009-05-12T15:04:41Z 2009-05-12T15:04:41Z Thanks I'll take a look. http://stackoverflow.com/questions/852909/code-generation-tool-targeting-c-and-c Comment by endian on Code generation tool targeting C++ and C# endian 2009-05-12T14:07:13Z 2009-05-12T14:07:13Z I have edited the article to add more information http://stackoverflow.com/questions/648509/how-do-i-display-time-in-a-windows-forms-datagridview-bound-to-a-datatable/648566#648566 Comment by endian on how do I display time in a windows forms dataGridView bound to a datatable endian 2009-05-07T14:27:21Z 2009-05-07T14:27:21Z Didn't work for me - the Columns[&lt;columname&gt;] was always null for Databound items. http://stackoverflow.com/questions/756313/tab-control-datagridview-in-winforms/756339#756339 Comment by endian on Tab control + DataGridView in WinForms endian 2009-04-16T14:25:01Z 2009-04-16T14:25:01Z Yup, literally 30 seconds ago figured that approach for myself - thanks! http://stackoverflow.com/questions/756313/tab-control-datagridview-in-winforms/756337#756337 Comment by endian on Tab control + DataGridView in WinForms endian 2009-04-16T14:24:28Z 2009-04-16T14:24:28Z They are all the same structure, it's multiple results for different parameters. http://stackoverflow.com/questions/701322/how-can-you-get-the-first-digit-in-an-int-c/701355#701355 Comment by endian on How can you get the first digit in an int (C#)? endian 2009-03-31T15:55:20Z 2009-03-31T15:55:20Z Make sure you put it in a method and document it, as it's not very readable. http://stackoverflow.com/questions/502492/i-was-recently-asked-for-my-stackoverflow-rep-score-in-a-job-interview-is-that-a Comment by endian on I was recently asked for my stackoverflow rep score in a job interview. Is that appropriate? endian 2009-03-19T16:14:19Z 2009-03-19T16:14:19Z I got asked what level I was on World of Warcraft at my most recent interview...had to admit to the guy that I didn't play, at which point he stood up and wished me good luck. Still got the job though - said inteviewer is a funny guy :) http://stackoverflow.com/questions/263677/what-is-microsoft-groove/263698#263698 Comment by endian on What is Microsoft Groove? endian 2009-03-17T16:56:40Z 2009-03-17T16:56:40Z You've obviously never used Lotus Notes - it is quite simply the worst abomination ever put into code. http://stackoverflow.com/questions/613714/how-do-you-handle-ineffective-programmers/613783#613783 Comment by endian on How do you handle Ineffective Programmers? endian 2009-03-05T10:29:21Z 2009-03-05T10:29:21Z Well done. You seem exactly the type of fair and reasonable person that everyone would like to work for! http://stackoverflow.com/questions/613714/how-do-you-handle-ineffective-programmers Comment by endian on How do you handle Ineffective Programmers? endian 2009-03-05T10:11:00Z 2009-03-05T10:11:00Z We've got one at the moment. He's not even a nice guy - he's arrogant, unpleasant and yet horribly weak at his job. I'm hoping that at his next contract renewal he'll be shown the door. http://stackoverflow.com/questions/11598/what-is-the-worst-interviewee-answer/385068#385068 Comment by endian on What is the worst interviewee answer? endian 2009-02-18T17:29:12Z 2009-02-18T17:29:12Z Ah that is superb! I'm going to put Russian, Swahili and Japanese on my CV! http://stackoverflow.com/questions/11598/what-is-the-worst-interviewee-answer/246153#246153 Comment by endian on What is the worst interviewee answer? endian 2009-02-17T13:09:38Z 2009-02-17T13:09:38Z see my Nov 13 response - it spawned an interesting discussion on threading and priority queues...