User icelava - Stack Overflow most recent 30 from stackoverflow.com 2009-12-20T11:39:44Z http://stackoverflow.com/feeds/user/2663 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/92323/silverlight-interaction-with-dataset-web-services 0 Silverlight interaction with DataSet web services icelava 2008-09-18T13:02:14Z 2009-11-12T18:32:08Z <p>My colleague has found himself in an "interesting" situation. He is working on a Silverlight (2.0) prototype that needs to call existing web services in the enterprise and bind the returned data to data-display controls. The thing is, the web services return .NET DataSets (they are not about to change existing implementations) and Silverlight does not natively support DataSets.</p> <p>What would a good workaround be? I was thinking an adapter pattern but do not know if middle-man web services to carry out transformations would be a very good idea. Could be tedious if there are many existing web services.</p> http://stackoverflow.com/questions/24915/biztalk-db2-adapter-connection-error 0 BizTalk DB2 adapter connection error icelava 2008-08-24T07:53:13Z 2009-11-08T11:32:36Z <p>My colleagues are attempting to connect BizTalk 2006 R2 via DB2/MVS adapter to a database hosted on z/OS mainframe. When testing the connecting settings, they are getting the following error</p> <pre><code>Could not connect to data source 'New Data Source': The network connection was terminated because the host failed to send any data. SQLSTATE: 08S01, SQLCODE: -605 </code></pre> <p>When putting the settings in a regular connection string and opening with .NET code, that is fine. I am new to BizTalk and DB2. Can anybody suggest what to look out for when this error surfaces?</p> http://stackoverflow.com/questions/125791/should-net-developers-really-be-spending-time-learning-c-for-low-level-exposur 9 Should .NET developers *really* be spending time learning C for low-level exposure? icelava 2008-09-24T07:15:21Z 2009-11-04T19:30:33Z <p>When Joel Spolsky and Jeff Atwood began the disagreement in their podcast over whether programmers should learn C, regardless of their industry and platform of delivery, it sparkled quite an explosive debate within the developer community that probably still rages amongst certain groups today. I have been reading a number of passages from a number of programmer bloggers with their take on the matter. The arguments from both sides certainly carry weight, both what I did not find is a perspective that is uniquely angled from the standpoint of <strong>developers focused on just the .NET Framework</strong>. Practically all of them were commenting on a general programmer standpoint.</p> <p>What am I trying to get at? Recall Jeff Atwood's opinion that most of the time developers at such high levels would spend would be on learning the <em>business/domain</em>, on top of whatever is needed to learn the technologies to achieve those domain requirements. In my working experience that is a very accurate description of the work life of many. Now supposing that .NET developers can fork the time for "extra curricular" learning, should <em>that</em> be C?</p> <p>For the record, I have learnt C back in school myself, and I can absolutely understand and appreciate what the proponents are reasoning for. But, when thinking things through, I personally feel .NET developers should not dive straight into C. Because, the thing I wish more developers would take some time to learn is - <strong>MSIL</strong> and <strong>CLR</strong>.</p> <p>Maybe I am stuck with the an unusual bunch of colleagues, I don't know, but it seems to me many people do not keep a <em>conscious awareness</em> that their C# or VB code compiles in IL first before JIT comes in and makes it raw machine code. Most do not know IL, and have no interest in how <em>exactly</em> the CLR handles the code they write. Reading Jeffrey Richter's <strong>CLR via C#</strong> was quite a shocker for me in so many areas; glad I read it despite colleagues dismissing it as "too low level". I am no expert in IL but with knowledge of the basics, I found myself following his text easier as I was already familiar with the stack behaviour of IL. I find myself disassembling assemblies to have a look at how the IL turns out when I write certain code.</p> <p>I learn the CLR and MSIL because I know that is the direct layer <em>below me</em>. The layer that allows me to carry out my own layer of work. C, is actually further down. Closer to our "reality" is the CLR and MSIL. That is why I would recommend others to have a go at those, because I do not see enough folks delving at that layer. Or, is your team already all conversant with MSIL?</p> http://stackoverflow.com/questions/415356/induce-wcf-opentimeout-closetimeout 0 Induce WCF openTimeout closeTimeout icelava 2009-01-06T03:31:07Z 2009-10-10T10:00:05Z <p>I wish to test and observe timeout behaviours between a WCF client and service host. For receiveTimeout and sendTimeout, it is probably easy to transmit a large byte stream that takes more than a few seconds and set those timeout attributes to ridiculously low values.</p> <p>However, since there is nothing that can be done beyond the calling of a serviceProxy.Open() or .Close() methods, I am thinking what is a good way to delay the opening and closing of WCF connections, to cross the thresholds of openTimeout and closeTimeout?</p> http://stackoverflow.com/questions/3247/identifying-passionate-programmers/30667#30667 26 Answer by icelava for Identifying passionate programmers icelava 2008-08-27T17:16:22Z 2009-10-09T06:11:33Z <p>Some simple questions I ask. I believe they more or less bear some similarity to other interviewers.</p> <ol> <li>Name the <em>top three books</em>, of all time, that you reckon all developers ought to read. Explain why. (if you want to be cruel, top five)</li> <li>What exactly do you find so <em>fascinating</em> about software development, that makes you want to work in this industry?</li> <li>What are some technologies you wanted to learn but haven't gotten the chance to?</li> <li>What are some things you are hoping to learn from this job?</li> <li>Recall your past projects, what were some of the <em>clever stuff</em> you achieved with pride, and what were some of the <em>shameful stuff</em> you'd would have improved if given more time?</li> <li>Mention some challenges or problems faced in your past projects, be it technical or administrative, and what you did to improve them.</li> <li>Any design or programming philosophies or practices you adhere to when developing software?</li> <li>List some blogs or community sites you'd recommend to colleagues. What is so <em>great</em> about them?</li> <li>Describe some activities you carry out to improve your craftsmanship as a developer.</li> </ol> http://stackoverflow.com/questions/304130/regdelete-cannot-delete-registry-key-in-wsh-5-7 0 RegDelete cannot delete Registry key in WSH 5.7 icelava 2008-11-20T02:03:05Z 2009-09-16T19:23:58Z <p>Based on the advice provided at <a href="http://www.tweakguides.com/VA_4.html" rel="nofollow">http://www.tweakguides.com/VA_4.html</a> to prevent Windows Vista from "intelligently" rearranging column formats in Windows Explorer, I have written a script to automate the process a little.</p> <pre><code>Dim WshShell Set WshShell = WScript.CreateObject("WScript.Shell") 'Remove the "filthy" reg keys first. regKey = "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU\" WScript.Echo "Deleting " &amp; regKey &amp; VbCrLf WshShell.RegDelete regKey regKey = "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\" WScript.Echo "Deleting " &amp; regKey &amp; VbCrLf WshShell.RegDelete regKey 'Then recreate a clean Bags key, with sub-keys and FolderType value. regKey = "HKCU\Software\Classes\Local Settings\Software\Microsoft\ Windows\Shell\Bags\AllFolders\Shell\FolderType" WScript.Echo "Creating " &amp; regKey &amp; " as 'NotSpecified' REG_SZ " &amp; VbCrLf WshShell.RegWrite regKey, "NotSpecified", "REG_SZ" WScript.Echo "Now define the columns of your preference in Windows Explorer," &amp; VbCrLf WScript.Echo "and click the Apply to Folders button in Folder Options." &amp; VbCrLf </code></pre> <p>But it is refusing to delete the registry key</p> <pre><code>E:\archive\settings\Windows Vista Explorer columns.vbs(9, 1) WshShell.RegDelete: Unable to remove registry key "HKCU\Software\Classes\Local Settings\Software\Mi crosoft\Windows\Shell\BagMRU\". </code></pre> <p>The suggestion is to put trailing "\" to indicate a key, which I did. Any ideas?</p> http://stackoverflow.com/questions/1406268/subversion-does-not-work-remotely/1406294#1406294 0 Answer by icelava for subversion does not work remotely icelava 2009-09-10T16:23:13Z 2009-09-10T16:23:13Z <p>Seems like the client machine is unable to connect to the server's Subversion port (3690 for traditional Subversion server or other HTTPS port). Ensure the server's port is open for connection from external client.</p> http://stackoverflow.com/questions/1186270/referencing-system-management-automation-dll-in-visual-studio 3 Referencing system.management.automation.dll in Visual Studio icelava 2009-07-27T03:18:32Z 2009-09-03T08:11:22Z <p>I am beginning to look into the PowerShell model and snap-in development. The first thing I notice is to reference System.management.automation.dll. However in Visual Studio, the .NET tab does not that assembly, and neither am I able to browse to C:\windows\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35\System.Management.Automation.dll to make a file-based reference.</p> <p><a href="http://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/83906bd1-c693-42e4-9902-83c47f3df9ce" rel="nofollow">Am i forced to copy the file out manually to make an easy reference</a>?</p> http://stackoverflow.com/questions/1194403/what-names-do-you-find-yourself-prepending-appending-to-classes-regularly/1194455#1194455 0 Answer by icelava for What names do you find yourself prepending/appending to classes regularly? icelava 2009-07-28T14:25:21Z 2009-07-28T14:25:21Z <p>why of course...</p> <p><strong>Base</strong></p> <p>works both sides.</p> <p>;-)</p> http://stackoverflow.com/questions/255605/approach-to-extract-inner-schema-xml-values-for-mapping-to-orchestrations-inboun 1 Approach to extract inner-schema XML values for mapping to orchestration's inbound schema icelava 2008-11-01T07:07:03Z 2009-07-24T08:00:02Z <p>There are several application systems that pass messages to each other as part of their work process. Due to technical constraints revolving transactional integrity, the application data and message delivery are all committed into a single mainframe DB2 database. The messages are not directly passed to BizTalk server (2006 R2); it is up to BTS to pull the message out from the DB2 database later.</p> <p>The message-queue table in the DB2 database has several fields. The key field is the MESSAGE_DATA column - the actual message; it is XML content itself. When one uses the DB2 adapter to query out records from the table the incoming schema would be like</p> <p>CORRECTION UPDATE: the DB2Message schema is attribute based; I mistook it previously to be element based.</p> <pre><code>&lt;DB2Message MESSAGE_DATA="&amp;lt;InternalXML&amp;gt; ........ &amp;lt;/InternalXML&amp;gt;" MESSAGE_DATE="2008-1-1 00:00:00" MESSAGE_ID="GUID" TXN_ID="GUID" .... other attrib /&gt; </code></pre> <p>The orchestration consumes the schema</p> <pre><code>&lt;EAIMessage&gt; &lt;Header&gt; &lt;ServiceID&gt; &lt;MessageID&gt; .... &lt;Mode&gt; &lt;/Header&gt; &lt;Body&gt; &lt;RawXML&gt; &lt;/Body&gt; &lt;/EAIMessage&gt; </code></pre> <p>The orchestration will use several promoted fields in the Header to make routing and processing decisions. The thing is, those header fields are actually coming from the inner-XML content stored into DB2Message's MESSAGE_DATA.</p> <p>At this single level, the Mapper has no knowledge of this underyling XML schema inside MESSAGE_DATA when pitting the two schemas together. There should probably be some XPath functoid that can further drill down the MESSAGET_DATA element to conduct the proper mapping of values, but having not dealt with extensive XML and XSLT applications before, I am unable to see the features available that can help me perform this task.</p> <p>Has anybody done such data extraction and mapping before?</p> <p>UPDATE. As requested, in the MESSAGE_DATA inner XML may look like</p> <pre><code>&lt;Message&gt; &lt;Id&gt;e86970f4-0455-4535-8e65-a06eb7aaef8a&lt;/Id&gt; &lt;SenderApp&gt;999&lt;/SenderApp&gt; &lt;ReceiverApp&gt;2000&lt;/ReceiverApp&gt; &lt;ServiceId&gt;8798973454&lt;/ServiceId&gt; &lt;Mode&gt;P&lt;/Mode&gt; &lt;MuxId&gt;&lt;/MuxId&gt; &lt;ExceptionCode&gt;&lt;/ExceptionCode&gt; &lt;ExceptionMessage&gt;&lt;/ExceptionMessage&gt; &lt;Body&gt; &lt;WorkItem xmlns="http://tempuri.org/WorkItem.xsd"&gt; &lt;ServiceHeader xmlns="http://tempuri.org/Service.xsd"&gt; &lt;ID_UPDATED_BY&gt;username&lt;/ID_UPDATED_BY&gt; &lt;ID_HISTORY_REF&gt;xxxxxxx&lt;/ID_HISTORY_REF&gt; &lt;SESSION_ID&gt;sessionID&lt;/SESSION_ID&gt; &lt;DT_LAST_UPDATE&gt;timestamp&lt;/DT_LAST_UPDATE&gt; &lt;TM_LAST_UPDATE&gt;time&lt;/TM_LAST_UPDATE&gt; &lt;/ServiceHeader&gt; &lt;/WorkItem&gt; &lt;/Body&gt; &lt;/Message&gt; </code></pre> http://stackoverflow.com/questions/1158213/asp-net-doesnot-download-parallel-content/1158235#1158235 0 Answer by icelava for ASP.NET: Doesnot download Parallel content. icelava 2009-07-21T09:47:11Z 2009-07-21T09:53:54Z <p>That is actually more of a browser (client) behaviour in accordance to the specification in HTTP 1.1. The guideline is to limit simultaneous downloads to <em>two per hostname</em>.</p> <p><a href="http://www.yuiblog.com/blog/2007/04/11/performance-research-part-4/" rel="nofollow">http://www.yuiblog.com/blog/2007/04/11/performance-research-part-4/</a></p> <p>While you may be able to alter your browser's settings to download more per hostname, that is only your machine and not that of others' in the Internet wilderness. One way to trick clients in downloading more simulatenously is to designate your web resources into different hostnames, like images stored in <a href="http://images.yoursite.com" rel="nofollow">http://images.yoursite.com</a>. But you may wanna to test this and balance it out, as per the article's suggestion.</p> http://stackoverflow.com/questions/1135966/when-should-you-stop-unit-testing/1136669#1136669 0 Answer by icelava for When should you stop unit testing icelava 2009-07-16T10:19:34Z 2009-07-16T10:19:34Z <p>The basic rule of thumb i'd follow is if the effort to build the unit test is more than the effort to <em>repeatedly manually test the feature by human work</em>.</p> <p>If you look at the Test projects in the Visual Studio Team edition for Testers, there is such an item called a "Manual Test" which is essentially an instruction document to tell a human how to carry out the test and manually pass it. Certain things, like you mention UI testing, or code to workaround obscurely odd or buggy hardware behaviour in the underlying framework or OS or driver, are better verified by human eyes.</p> http://stackoverflow.com/questions/1118582/exiting-the-zone-of-pain-ndepend/1118641#1118641 2 Answer by icelava for Exiting the Zone of Pain - NDepend icelava 2009-07-13T10:07:15Z 2009-07-13T10:07:15Z <p>I think Scott Hanselman had written a fairly lengthy post about NDepend and its zone implications</p> <p><a href="http://www.hanselman.com/blog/ExitingTheZoneOfPainStaticAnalysisWithNDepend.aspx" rel="nofollow">http://www.hanselman.com/blog/ExitingTheZoneOfPainStaticAnalysisWithNDepend.aspx</a></p> <p>As he stated, and I agree, an assembly hovering in the zone of pain is <em>not necessarily a bad thing</em>. It is however, an indication of changes required on your part when the day of decision comes to use <em>another</em> component (COM or otherwise) to fulfill that same layer of functionality.</p> <p>The question to ask is probably, "how likely are we going to swap out this layer for another framework/library?"</p> http://stackoverflow.com/questions/1102783/how-much-disk-space-should-i-reserve-for-my-subversion-repository/1103030#1103030 4 Answer by icelava for How much disk space should I reserve for my Subversion repository? icelava 2009-07-09T10:14:49Z 2009-07-09T15:19:08Z <p>While there aren't any workable formulas to help you calculate estimated growth and disk usage, the following Subversion manual topics should help you gain a better understanding on the underlying data store implementation</p> <p><a href="http://svnbook.red-bean.com/en/1.4/svn.reposadmin.planning.html" rel="nofollow">http://svnbook.red-bean.com/en/1.4/svn.reposadmin.planning.html</a></p> <p><a href="http://svnbook.red-bean.com/en/1.4/svn.reposadmin.maint.html#svn.reposadmin.maint.diskspace" rel="nofollow">http://svnbook.red-bean.com/en/1.4/svn.reposadmin.maint.html#svn.reposadmin.maint.diskspace</a></p> <p>The backup and migration of a repository to another disk is fairly easy, so you can have the option of moving over to a larger drive when disk space is really getting exhausted.</p> <p>A factor of minor importance: You may also want to determine if your estimate against your local working copy is including all the intermediary build artefacts and svn client files; those files should not contribute to your 100MB project size. A fresh export from your repository should provide a more accurate figure of only the files under version control. But as mentioned by others, that is not as important as the number and size of changes/revisions the project has undergone.</p> http://stackoverflow.com/questions/1102150/programming-environment-work-environment/1102314#1102314 1 Answer by icelava for Programming Environment (work environment) icelava 2009-07-09T07:20:56Z 2009-07-09T07:34:56Z <p>There is unlikely a organisation that is 100% perfect (not even Microsoft) in their practices. What you probably want is an organisation that recognises its own flaws, and has a desired ideal/vision for working conditions, and works towards achieving that. Such places do exist. Companies like <a href="http://www.fogcreek.com/About.html" rel="nofollow">Fog Creek</a> and <a href="http://www.ssw.com.au/ssw/Standards/Default.aspx?" rel="nofollow">SSW</a> are always working at improvement toward a better environment B.</p> <p>The problem with most organisations is management don't even know what is a good ideal to work towards. All there usually exist are the notion developers need to work harder, longer, better, "smarter" at their jobs to improve software quality and turnaround, without a solid plan on how to achieve such. That is why Joel Spolsky recommended his <a href="http://www.joelonsoftware.com/articles/fog0000000043.html" rel="nofollow">12-step Joel test for counter-interviewing</a>. There is also a discussion about <a href="http://stackoverflow.com/questions/91030/job-interview-questions-the-ones-you-should-ask-the-company">this topic in this site</a>.</p> http://stackoverflow.com/questions/176061/manage-multiple-app-config-files-during-development/846494#846494 0 Answer by icelava for Manage multiple app config files during development icelava 2009-05-11T02:04:21Z 2009-05-11T02:04:21Z <p>You may opt to define multiple Visual Studio solution configurations, one for each customer, and have customised MSBuild targets for your Windows app project.</p> <p>I have documented the steps of how I handled this here. <a href="http://icelava.net/forums/thread/2920.aspx" rel="nofollow">Multiple app.config files for deploying to different environments</a></p> http://stackoverflow.com/questions/197229/biztalk-server-bam-portal-on-x64-windows-2008-iis-7-0 1 BizTalk Server BAM Portal on x64 Windows 2008/IIS 7.0 icelava 2008-10-13T10:46:08Z 2009-04-24T12:19:37Z <p>We are attempting to install BizTalk Server 2006 R2 on a fresh server with x64 Windows 2008. The basic configuration is complaining that the “Default Web Site” we select for the BAM Portal installation is not validated due to “IIS is not 32-bit enabled.” Despite setting the appPool (Classic mode) 32-bit property to True, BizTalk configuration wizard is still complaining.</p> <p>Has anybody successfully installed BAM Portal in 64-bit IIS 7.0?</p> http://stackoverflow.com/questions/575767/what-programming-technique-practice-done-by-you-was-ahead-of-its-time/728305#728305 1 Answer by icelava for What programming technique / practice done by you was ahead of its time? icelava 2009-04-08T02:39:07Z 2009-04-08T02:39:07Z <p>When I first learnt web development with classic ASP, I was quickly frustrated with the spaghetti style of meshing ASP code with HTML markup; that was simply a style of coding that I could not reconcile with.</p> <p>I converted nearly everything into a function written in another code-only .asp file, so the markup look something like</p> <pre><code>&lt;div&gt; &lt;% render_dropdown(parameter, parameter, parameter...) render_table_data(parameter, parameter, parameter...) %&gt; &lt;/div&gt; </code></pre> <p>It was only after ASP.NET was released did I realise what I had essentially done in the past was writting "Server controls" in the limited ASP manner.</p> http://stackoverflow.com/questions/438325/can-object-constructor-return-a-null 4 Can object constructor return a null? icelava 2009-01-13T08:31:20Z 2009-03-17T03:28:19Z <p>We have taken over some .NET 1.1 Windows Service code that spawns threads to read messages off a queue (SeeBeyond eGate JMS queue, but that is not important) and in turn spawns threads to process the message in the target application service. We are continually encountering logic and design decisions that is puzzling us to no end. Here is one example, where the message (lsMessage) has been retrieved from the queue and ready for processing</p> <pre><code>if(lsMessage != null) { // Initialize a new thread class instance, pass in message WorkerThread worker = new WorkerThread(lsMessage); Process: // Start a new thread to process the message Thread targetWorker = new Thread(new ThreadStart(worker.ProcessMessage)); if(targetWorker != null) { targetWorker.Priority = ThreadPriority.Highest; targetWorker.Name = "Worker " + queueKey.ToString(); targetWorker.Start(); // wait for worker thread to join back in specified period bool isFinished = targetWorker.Join(SYNC_THREAD_TIMEOUT); string message = worker.replyMsg; if ( !isFinished ) // BF is timeout { targetWorker.Abort(); // [obscure developer name] 25/10/2004: calling Join() to wait for thread to terminate. // for EAI listener threads problem, ensure no new thread is started // before the old one ends targetWorker.Join(); // prepare reply message string errorMsg = string.Format("EAIMsg {0}: BF is timeout. Send sync message back to caller.", worker.messageKey); log.Debug(errorMsg); message = worker.GenErrorCode(message, errorMsg); } // Commit message MQ.ReceiverCommit(queueKey, worker.messageKey, false); // Send back the response to the caller MQ.RespondSend(queueKey, message); } else { log.Debug(string.Format("Fail to start worker thread to process sync message. Thread returned is null. Sleep for {0} milliseconds.", LIMIT_RESOURCE_SLEEP)); Thread.Sleep(LIMIT_RESOURCE_SLEEP); goto Process; } } </code></pre> <p>Please ignore the <em>use of label and goto</em> for the moment; that is not the question. Our bewilderment is the <strong>check whether the Thread object is null right after instantiation</strong>. The else statement below seems to suggest the previous developers have encountered situations like this before. Of course, the original developers are long gone. So we would like to know, can the CLR really instantiate an object after the call to the constructor and return a null? We have no knowledge of such a possibility.</p> http://stackoverflow.com/questions/396047/asp-net-wiki-with-ad-authentication 0 ASP.NET wiki with AD authentication icelava 2008-12-28T10:07:26Z 2009-03-10T02:38:42Z <p>I am exploring the options of establishing a wiki site for my company's division of developers, numbering over a hundred. We are a pure Microsoft (Certified Partner) shop, so it is natural to base an implementation on ASP.NET and IIS for familiarity's sake as well as extended learning opportunities.</p> <p>It looks like Screwturn wiki does not offer a user provider that can hook up to Active Directory. Is there a wiki engine that natively supports AD? Managing two user bases would not be the most efficient of activities when we wish to control access.</p> http://stackoverflow.com/questions/245687/managing-reference-paths-between-x86-and-x64-workstations-in-a-team 4 Managing reference paths between x86 and x64 workstations in a team icelava 2008-10-29T03:20:56Z 2009-03-05T23:06:10Z <p>I would like to know how .NET teams out there are handling assembly reference paths when not everybody can immediately upgrade to a x64 operating system. The key issue right now is x64 versions of Windows will plant 32-bit installations into C:\Program Files (x86)\ instead of the regular C:\Program Files. This means many extra components and frameworks from 3rd parties end up in C:\Program Files (x86).</p> <p>So when one downloads source projects created/modified in a x86 workstation onto a x64 workstation, there is some modification work required to get the reference paths correct. Quite typically, x64 users may save the modification and commit their "preferences" back into the version control repository, breaking the rhythm of the x86 users.</p> <p>What are some good approaches to maintain harmony in a varied team?</p> http://stackoverflow.com/questions/224786/visual-studio-reference-x64-gac 3 Visual Studio reference x64 GAC icelava 2008-10-22T07:53:22Z 2009-03-05T22:24:45Z <p>How can one get Visual Studio 2005/2008 to reference assemblies in the 64-bit GAC instead of the 32-bit GAC? We are settin the target platfom to x64 and the compiler is throwing the error of</p> <blockquote> <p>Error 2 Warning as Error: Assembly generation -- Referenced assembly 'System.Data.dll' targets a different processor Common</p> <p>Error 3 Warning as Error: Assembly generation -- Referenced assembly 'mscorlib.dll' targets a different processor Common</p> <p>Error 4 Assembly signing failed; output may not be signed -- The system cannot find the file specified. Common</p> </blockquote> <p><hr /></p> <p><strong>Update 29 Dec 08</strong></p> <p>Been trying out <a href="http://blogs.msdn.com/astebner/archive/2005/11/28/497693.aspx" rel="nofollow">Aaron Stebner's suggestions</a> to place 64-bit assemblies onto an isolated location (e.g. C:\Windows\Microsoft.NET\Framework64\v2.0.50727\GAC_64) and creating additional entries in the registry like HKLM\SOFTWARE\Microsoft.NETFramework\AssemblyFolders\GAC_64 or HKLM\SOFTWARE\Microsoft.NETFramework\v2.0.50727\AssemblyFoldersEx\GAC_64 but Visual Studio 2005 is still not picking it up....</p> http://stackoverflow.com/questions/84306/have-you-ever-faced-an-ethical-issue-when-creating-an-application/613851#613851 0 Answer by icelava for Have you ever faced an ethical issue when creating an application? icelava 2009-03-05T07:13:05Z 2009-03-05T07:13:05Z <p>In my first web developer job, I got to witness how my boss implemented "security features" to protect web pages. Customers required users to logon to the web application before being able to view content, so he made the start page ask for logon credentials, and have users key into the usual username/password textboxes. Once logged in, they get menus and links to access the other pages.</p> <p>The thing is, those other pages are simply .html. Yeap, if one enters the URL direct to those HTML pages, violia, full page access without logging on. I questioned this design and he just shrugged it off as "not worth the time/cost of developing full-fledge security.... the logon page is just there to make him feel safe.... the users won't know better anyway.... "</p> <p>I left the company soon after.</p> http://stackoverflow.com/questions/519405/whats-wrong-with-bringing-code-to-a-programming-job-interview/519815#519815 0 Answer by icelava for What's wrong with bringing code to a programming job interview ? icelava 2009-02-06T10:35:43Z 2009-02-06T10:35:43Z <p>Any non-trivial software application is usually produced by a whole team, not simple enough to understand at first glance. It is likely not easy to look at the entire solution/project and clearly distinguish code written by someone else other than yourself when showing the code to an outsider for the first time. I suspect the interviewer(s) does not have time during the actual interview session to slowly peruse and study your code and attempt to understand the low-level architecture and design of the application(s) you have previously worked on. Be prepared to go through time-consuming walkthroughs if you wish to get points across.</p> <p>On many cases, our line of work makes us are more likely to enter an already-running project; maintaining/enchancing existing code and applications, rather than write "beautiful" code from scratch. My coding contributions are usually <em>delivered in pieces</em> to refactoring and fixing existing code base that are both <em>massive and ugly</em>. Such stuff are difficult to showcase with gleeming pride.</p> <p>Also, as mentioned by others, bringing out to open the source code of previous organisations has many undesirable legal implications.</p> <p>When I wish to see the coding style of interviewees, the interview can include an off-session development exercise. The interviewee would then submit the exercise content for later perusal. But during the interview session itself, it is spending that time getting to know the interviewee's personality, passion, mental and thinking models, problem solving skills, etc.</p> http://stackoverflow.com/questions/519692/color-blindness-are-you-aware-of-it-do-you-design-for-it/519733#519733 0 Answer by icelava for Color blindness: Are you aware of it? Do you design for it? icelava 2009-02-06T09:55:11Z 2009-02-06T09:55:11Z <p>Red-green may be the most common, but not the only type of colour deficiency.</p> <p>In general, your user interface should still be visible and usable when viewed as grayscale or sepia tones. Text and backgrounds must have a high level of contrast to allow distinguishable shapes purely by tones and not colour.</p> <p>Visual elements that involve colour and not unique art/icons can be accompanied by text to give more detail descriptions on what they represent.</p> http://stackoverflow.com/questions/494324/html-fragment-links-work-with-css-positioning 0 HTML fragment links work with CSS positioning? icelava 2009-01-30T02:45:37Z 2009-01-30T03:51:34Z <p>Last night I decided to add HTML fragment links in my computer listing page. However, no matter the pattern of linking, or whichever browser I use, those fragment links are simply not navigatable.</p> <p><a href="http://icelava.net/mycomputers.aspx#SEPHIROTH" rel="nofollow">http://icelava.net/mycomputers.aspx#SEPHIROTH</a></p> <p><a href="http://icelava.net/mycomputers.aspx#DIABLO" rel="nofollow">http://icelava.net/mycomputers.aspx#DIABLO</a></p> <p><em>UPDATE on Answer: the links now flow correctly to the fragment locations after my mistake with the tag attribute has been highlighted.</em></p> <p>I did not find any real answer, but from what I have read, there are hints to suggest that my use of CSS positioning to form the two-column layout with two DIVs may be giving the browser trouble in figuring the vertical location of the fragment links.</p> <pre><code>#ContentCol { margin-right: 130px; padding: 3px; } #RightSideCol { background-color: #fff; float: right; padding: 0px; width: 126px; } </code></pre> <p>If that is the case, what would an appropriate approach be to allow HTML fragment links?</p> http://stackoverflow.com/questions/446673/how-do-i-manage-conflict-in-the-workplace/473482#473482 1 Answer by icelava for How do I manage conflict in the workplace? icelava 2009-01-23T16:11:15Z 2009-01-23T16:19:15Z <p>You answered the question yourself - <a href="http://icelava.net/forums/thread/937.aspx" rel="nofollow">focus on topics, not on the people</a>.</p> <p>They may hate each other, but make sure you give them <em>no reason</em> to hate you. Continue to remain impartial and objective. You should be able to earn their trust when they realise you do not talk behind people's backs. In fact, do your best to say whatever you need in front of their face (without the hostilities).</p> <p><a href="http://en.wikipedia.org/wiki/How_to_Win_Friends_and_Influence_People" rel="nofollow"><strong>How to Win Friends and Influence People</strong></a></p> <p>If all else fails,</p> <p><a href="http://rads.stackoverflow.com/amzn/click/030681188X" rel="nofollow"><strong>How to Lose Friends &amp; Alienate People</strong></a></p> http://stackoverflow.com/questions/405810/net-rectangular-arrays-how-to-access-in-a-loop/405986#405986 2 Answer by icelava for .NET Rectangular Arrays: how to access in a loop? icelava 2009-01-02T03:54:22Z 2009-01-23T13:43:37Z <p>Very interesting, I never stopped to consider that can be such a huge difference simply by accessing the array indexes "non-sequentially". I gave it a try myself, and also found the following code had the second loop taking between 2 - 3 times longer :</p> <pre><code>// Hmmm, how to insert blank lines in the code formatter??? static void Main(string[] args) { Stopwatch timer = new Stopwatch(); int arraySize = 10000; // First array, access X by Y int[,] xbyy = new int[arraySize, arraySize]; timer.Start(); for (int x = 0; x &lt; arraySize; x++) for (int y = 0; y &lt; arraySize; y++) { xbyy[x, y] = 15; } timer.Stop(); TimeSpan duration = timer.Elapsed; string realTimeFormat = string.Format("{0:00} minutes {1:00} seconds {2:000} milliseconds", duration.Minutes, duration.Seconds, duration.Milliseconds); Console.WriteLine("X by Y took " + realTimeFormat); // Seecond array, access Y by X int[,] ybyx = new int[arraySize, arraySize]; timer.Start(); for (int x = 0; x &lt; arraySize; x++) for (int y = 0; y &lt; arraySize; y++) { ybyx[y, x] = 15; } timer.Stop(); duration = timer.Elapsed; realTimeFormat = string.Format("{0:00} minutes {1:00} seconds {2:000} milliseconds", duration.Minutes, duration.Seconds, duration.Milliseconds); Console.WriteLine("Y by X took " + realTimeFormat); Console.ReadLine(); } </code></pre> <p>To keep things short, here are the emitted IL snippets for the X by Y loop and the Y by X loop.</p> <p>Initial code prior to looping,</p> <pre><code>.method private hidebysig static void Main(string[] args) cil managed { .entrypoint // Code size 290 (0x122) .maxstack 4 .locals init ([0] class [System]System.Diagnostics.Stopwatch timer, [1] int32 arraySize, [2] int32[0...,0...] xbyy, [3] int32 x, [4] int32 y, [5] valuetype [mscorlib]System.TimeSpan duration, [6] string realTimeFormat, [7] int32[0...,0...] ybyx, [8] int32 V_8, [9] int32 V_9) IL_0000: newobj instance void [System]System.Diagnostics.Stopwatch::.ctor() IL_0005: stloc.0 IL_0006: ldc.i4 0x2710 IL_000b: stloc.1 </code></pre> <p>looping X by Y</p> <pre><code> IL_000c: ldloc.1 IL_000d: ldloc.1 IL_000e: newobj instance void int32[0...,0...]::.ctor(int32, int32) IL_0013: stloc.2 IL_0014: ldloc.0 IL_0015: callvirt instance void [System]System.Diagnostics.Stopwatch::Start() IL_001a: ldc.i4.0 IL_001b: stloc.3 IL_001c: br.s IL_003d IL_001e: ldc.i4.0 IL_001f: stloc.s y IL_0021: br.s IL_0034 IL_0023: ldloc.2 IL_0024: ldloc.3 IL_0025: ldloc.s y IL_0027: ldc.i4.s 15 IL_0029: call instance void int32[0...,0...]::Set(int32, int32, int32) IL_002e: ldloc.s y IL_0030: ldc.i4.1 IL_0031: add IL_0032: stloc.s y IL_0034: ldloc.s y IL_0036: ldloc.1 IL_0037: blt.s IL_0023 IL_0039: ldloc.3 IL_003a: ldc.i4.1 IL_003b: add IL_003c: stloc.3 IL_003d: ldloc.3 IL_003e: ldloc.1 IL_003f: blt.s IL_001e IL_0041: ldloc.0 </code></pre> <p>looping Y by X </p> <pre><code> IL_0090: ldloc.1 IL_0091: ldloc.1 IL_0092: newobj instance void int32[0...,0...]::.ctor(int32, int32) IL_0097: stloc.s ybyx IL_0099: ldloc.0 IL_009a: callvirt instance void [System]System.Diagnostics.Stopwatch::Start() IL_009f: ldc.i4.0 IL_00a0: stloc.s V_8 IL_00a2: br.s IL_00c7 IL_00a4: ldc.i4.0 IL_00a5: stloc.s V_9 IL_00a7: br.s IL_00bc IL_00a9: ldloc.s ybyx IL_00ab: ldloc.s V_9 IL_00ad: ldloc.s V_8 IL_00af: ldc.i4.s 15 IL_00b1: call instance void int32[0...,0...]::Set(int32, int32, int32) IL_00b6: ldloc.s V_9 IL_00b8: ldc.i4.1 IL_00b9: add IL_00ba: stloc.s V_9 IL_00bc: ldloc.s V_9 IL_00be: ldloc.1 IL_00bf: blt.s IL_00a9 IL_00c1: ldloc.s V_8 IL_00c3: ldc.i4.1 IL_00c4: add IL_00c5: stloc.s V_8 IL_00c7: ldloc.s V_8 IL_00c9: ldloc.1 IL_00ca: blt.s IL_00a4 IL_00cc: ldloc.0 </code></pre> <p>The IL logic flow is somewhat similar. The main difference I can observe is the first loop manages to use stloc and ldloc for positions 2 and 3 for the first array and the X index variable. By the time it came to the second loop, it had expended the maxstack and thus used the stloc.s and ldloc.s instructions. I believe this is the difference between referencing variables on the stack versus on the heap, and contributing to the slower performance.</p> <p>Now, if you swap the order in which the loops are tested, so that the Y by X loop gets run first to access stack references, you will see the timing durations get reversed.</p> <p><hr /></p> <p>UPDATE: I was wrong about referencing stack or heap addresses. It just seems that the first four variables in a method are more efficient to reference with the dedicated stloc.0, 1, 3, 4 and ldloc.0, 1, 3, 4 opcodes.</p> <p><a href="http://weblogs.asp.net/mnolton/archive/2004/01/09/48992.aspx" rel="nofollow">http://weblogs.asp.net/mnolton/archive/2004/01/09/48992.aspx</a></p> http://stackoverflow.com/questions/468145/type-vs-class/468223#468223 -1 Answer by icelava for type vs Class? icelava 2009-01-22T06:33:07Z 2009-01-22T07:01:54Z <p>To illustrate it the fastest way:</p> <p>A Struct is a Type, but a Struct is not a Class.</p> <p>As you can see, a Type is an "abstract" term for not only definitions of classes, but also structs and primitive data types like float, int, bool.</p> http://stackoverflow.com/questions/465267/which-programming-tools-do-you-pay-for/468202#468202 3 Answer by icelava for Which programming tools do you pay for? icelava 2009-01-22T06:23:08Z 2009-01-22T06:23:08Z <p><a href="http://www.ndepend.com" rel="nofollow">NDepend</a>.</p> <p>If you ever inherit a mountain of legacy .NET code base and have trouble weeding through the hundreds of thousands of lines of code figuring what assemblies, namespaces, classes make use of what other assemblies, namespaces, classes.</p> http://stackoverflow.com/questions/58640/great-programming-quotes/58655#58655 Comment by icelava on Great programming quotes icelava 2009-12-10T09:43:27Z 2009-12-10T09:43:27Z I feel pity for those who went under the hands of expert surgeons then... http://stackoverflow.com/questions/1419889/is-this-thread-safe/1419896#1419896 Comment by icelava on Is this thread safe? icelava 2009-09-14T06:08:18Z 2009-09-14T06:08:18Z does that mean my car is air-safe since it can never fly and thus never encounter a mid-air collision? http://stackoverflow.com/questions/1102783/how-much-disk-space-should-i-reserve-for-my-subversion-repository/1157501#1157501 Comment by icelava on How much disk space should I reserve for my Subversion repository? icelava 2009-09-02T03:44:00Z 2009-09-02T03:44:00Z Deleting &quot;folders&quot; in the repository only tells Subversion &quot;from this point on, the folder is gone&quot;. All the <i>historical_data</i> about the content and their changes are <i>still_recorded</i> in the repository; therefore the size will not decrease. http://stackoverflow.com/questions/426994/primer-for-x-509-certificates-on-windows Comment by icelava on Primer for X.509 certificates on Windows icelava 2009-09-01T06:39:45Z 2009-09-01T06:39:45Z WSE is &quot;not obsolete&quot; when studying for certification :-/ http://stackoverflow.com/questions/433062/wse-client-project-keeps-reverting-webservicesclientprotocol-to-soaphttpclientpro Comment by icelava on WSE client project keeps reverting WebServicesClientProtocol to SoapHttpClientProtocol icelava 2009-09-01T06:37:45Z 2009-09-01T06:37:45Z WSE is &quot;not obsolete&quot; when studying for certification :-/ http://stackoverflow.com/questions/11598/what-is-the-worst-interviewee-answer/30217#30217 Comment by icelava on What is the worst interviewee answer? icelava 2009-08-19T01:54:54Z 2009-08-19T01:54:54Z There was a huge debate in the past over whether external links should be posted; apparently last time me posting just direct links was superficially treated as spam (shows how much consideration ppl take before making judgement). This post had been flagged offensive (just because of links) over and over and got deleted/undeleted a number of times. http://stackoverflow.com/questions/1166720/what-should-we-call-highly-skilled-programmers/1166741#1166741 Comment by icelava on What should we call highly-skilled programmers? icelava 2009-07-30T03:36:31Z 2009-07-30T03:36:31Z @marc_s, samurai practise the Honourable Way of the Code. ninjas practise the sneaky Get Things Done Quick &amp; Dirty code. http://stackoverflow.com/questions/1166720/what-should-we-call-highly-skilled-programmers/1166753#1166753 Comment by icelava on What should we call highly-skilled programmers? icelava 2009-07-30T03:34:47Z 2009-07-30T03:34:47Z I envision the annual &quot;Jon Skeet Award&quot; event with all the red carpet and glamour... http://stackoverflow.com/questions/811246/how-to-hide-thinking-at-work-so-that-the-non-programmers-dont-suspect-slacking/811526#811526 Comment by icelava on How to hide Thinking at Work so that the Non-Programmers don't suspect Slacking? icelava 2009-07-28T06:42:44Z 2009-07-28T06:42:44Z +1 for a boss who understands how his folks work best. http://stackoverflow.com/questions/811246/how-to-hide-thinking-at-work-so-that-the-non-programmers-dont-suspect-slacking/811715#811715 Comment by icelava on How to hide Thinking at Work so that the Non-Programmers don't suspect Slacking? icelava 2009-07-28T06:40:27Z 2009-07-28T06:40:27Z Yes, lots of command prompt windows with scrolling lines! that's why i keep open my Task Manager with CPU or Networking graphs or my mobile Internet driver statistics page, ha. http://stackoverflow.com/questions/811246/how-to-hide-thinking-at-work-so-that-the-non-programmers-dont-suspect-slacking/811315#811315 Comment by icelava on How to hide Thinking at Work so that the Non-Programmers don't suspect Slacking? icelava 2009-07-28T06:35:51Z 2009-07-28T06:35:51Z while i would lean more towards the second category, i cannot see this as an either-or, mutually-exclusive grouping. yes, granting folks the autonomy and freedom they need to achieve the results is very important as it liberates people. But at the same time, caring on about results alone can lead to compromises to mandatory standards, ethics, security, or safety requirements, etc. Those items belong to the process-oriented category. And i have seen such compromises happen. There has to be a balance for these work practices. http://stackoverflow.com/questions/1186270/referencing-system-management-automation-dll-in-visual-studio/1187978#1187978 Comment by icelava on Referencing system.management.automation.dll in Visual Studio icelava 2009-07-28T02:42:02Z 2009-07-28T02:42:02Z sweet. found it, thanks. http://stackoverflow.com/questions/1166653/what-are-the-best-reads-to-know-more-about-the-net-clr/1166666#1166666 Comment by icelava on What are the best reads to know more about the .NET CLR ? icelava 2009-07-22T17:18:29Z 2009-07-22T17:18:29Z Awesome book. period. http://stackoverflow.com/questions/1158213/asp-net-doesnot-download-parallel-content/1158235#1158235 Comment by icelava on ASP.NET: Doesnot download Parallel content. icelava 2009-07-21T15:46:55Z 2009-07-21T15:46:55Z supposing everybody has upgraded ;-) http://stackoverflow.com/questions/1159448/what-is-a-good-pattern-for-designing-widgets-in-asp-net/1159479#1159479 Comment by icelava on What is a good pattern for designing widgets in ASP.NET? icelava 2009-07-21T14:18:12Z 2009-07-21T14:18:12Z ha beat me to it