User Rob Sanders - Stack Overflow most recent 30 from stackoverflow.com 2009-12-20T07:26:48Z http://stackoverflow.com/feeds/user/18471 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1848902/whats-a-good-free-tool-for-generating-uml-class-diagrams/1848925#1848925 0 Answer by Rob Sanders for What's a good free tool for generating UML class diagrams? Rob Sanders 2009-12-04T18:48:55Z 2009-12-04T18:48:55Z <p>Here's a thread on free tools for <a href="http://stackoverflow.com/questions/784066/free-tools-to-automatically-create-uml-diagrams-from-an-existing-net-project/784129#784129">generating UML from .Net projects/assemblies</a></p> http://stackoverflow.com/questions/1848614/where-can-i-find-a-cheat-sheet-for-hungarian-notation/1848703#1848703 0 Answer by Rob Sanders for Where can I find a cheat sheet for hungarian notation? Rob Sanders 2009-12-04T18:12:59Z 2009-12-04T18:12:59Z <p>There doesn't seem to be any one exhaustive resource for looking up Hungarian Notation prefixes, probably because a lot of it varied from code base to code base. There, of course, were a lot of very commonly used ones.</p> <p>The best list I could find was <a href="http://www.reactos.org/wiki/Techwiki%3AHungarian%5FNotation" rel="nofollow">here</a></p> <p>The rest cover the commonly used conventions such as this <a href="http://www.tenouk.com/cnotation.html" rel="nofollow">entry</a></p> <p>MSDN's enty on Hungarian Notation is <a href="http://msdn.microsoft.com/en-us/library/aa260976%28VS.60%29.aspx" rel="nofollow">here</a> and a couple of short papers on the subject (overlapping each other perhaps) <a href="http://www.stanford.edu/class/cs193w/handouts/h04-naming.pdf" rel="nofollow">here</a> and <a href="http://www.cengage.co.uk/rautenbach/students/ancillary%5Fcontent/hungarian%5Fnotation.pdf" rel="nofollow">here</a></p> <p>Your best bet would be to see how the variables are used and that (may) help you figure out the definition of the prefixes (though in practice the naming rarey reflected the use of the variable, sadly).</p> <p>You might be able to piece together some semblance of notation from those various links.</p> <p>Just to be complete(!) how about <a href="http://support.microsoft.com/kb/173738" rel="nofollow">Hungarian Object Notation for Visual Basic</a> from Microsoft Support no less.</p> http://stackoverflow.com/questions/169828/what-are-the-real-benefits-of-visual-studio-team-system-database-edition-gdr 13 What are the real benefits of Visual Studio Team System Database Edition (GDR)? Rob Sanders 2008-10-04T05:53:28Z 2009-12-04T15:28:42Z <p>Interested if anyone has used VSTS Database Edition extensively and, if so, which features did you find the most useful over the standard Visual Studio database projects?</p> <p>What are the most compelling features as opposed to alternative schema management options or tools like RedGate's SqlCompare etc?</p> <p><strong>Edit</strong>: Microsoft just released the <b>RTM version of Database Edition (GDR)</b> which adds support for SQL Server 2008 - link is <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=bb3ad767-5f69-4db9-b1c9-8f55759846ed&amp;displaylang=en" rel="nofollow">here</a>. I've previously blogged (briefly) about it <a href="http://internationalized.spaces.live.com/blog/cns!43F3A7682D1564E4!1177.entry" rel="nofollow">here.</a></p> <p>Has anyone had a chance to do any real work with the GDR? It looks like there are some real enhancements including refactoring support. I'd be really interested to hear if people are using it with SQL Server 2008...</p> <p>Download From: [<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=bb3ad767-5f69-4db9-b1c9-8f55759846ed&amp;displaylang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?FamilyID=bb3ad767-5f69-4db9-b1c9-8f55759846ed&amp;displaylang=en</a>]</p> http://stackoverflow.com/questions/1842553/versioning-sql-server/1842718#1842718 0 Answer by Rob Sanders for Versioning SQL Server? Rob Sanders 2009-12-03T20:32:26Z 2009-12-03T20:38:14Z <p>Hi,</p> <p>There are potentially quite a number of alternatives - SQL Server Management Studio (SSMS) supports integration with any Microsoft Source Code Control Interface <a href="http://alinconstantin.dtdns.net/WebDocs/SCC/MSSCCI.htm" rel="nofollow">MSSCCI</a> Provider. So you can broaden the search to source control systems that feature an MSSCCI compatible provider.</p> <p>In SSMS, Check out Tools -> Options -> Source Control to see what provider plug-ins are installed on your system.</p> <p>For example, Team Foundation Server's integration with SQL Management Studio is courtesy of the TFS MSSCCI Provider. I think there's a provider for CVS/Subversion ("Aigenta Unified SCC") and so on.</p> <p>As to a pros/cons list, I think provided there's a compatible provider, you can open the question up to a wider audience. My main experience is with VSS, TFS and Subversion. It really comes down to your team, and environment. Can you elaborate more on your environment?</p> <p>E.g. </p> <ul> <li>would you be interested in establishing CI (continuous integration)?</li> <li>automated builds/automated versioning?</li> <li>support for multiple environments?</li> <li>configuration management?</li> <li>what team size do you have? likely to have lots of merges/branching etc?</li> <li>do you have a bug tracking system in place already (you get work items/bug tracking as part of a TFS roll out)?</li> </ul> http://stackoverflow.com/questions/173328/whats-in-your-utility-toolkit 8 What's in your Utility Toolkit? Rob Sanders 2008-10-06T06:27:23Z 2009-12-03T11:27:02Z <p>Some of the most efficient engineers, developers and IT professionals I know usually carry around a common "toolkit" of useful programs, add-ins or utilities which help them for day-to-day debugging, developing or designing.</p> <p>The question is:<br> <i>What is in your utility toolkit.. What tools couldn't you live without?</i></p> http://stackoverflow.com/questions/1733890/build-process-what-to-use/1733922#1733922 2 Answer by Rob Sanders for Build Process - What to use? Rob Sanders 2009-11-14T10:41:48Z 2009-11-14T10:48:10Z <p>The biggest problem is the maintenance of your build scripts. If you see your projects or environments staying somewhat static, then there's no reason not to pen your own build, packaging and deployment scripts.</p> <p>Things typically get far more complex as your projects do. Some of the advantages MSBuild, nAnt and other (commercial) products offer is pre-baked support for integration with common services or concepts (say, zipping up files) and it costs considerably less time to bolt it into your build process.</p> <p>There's going to be cost (real, or in terms of effort) so as long as you can reasonably forecast your automation needs, go in the direction that makes sense for your environment.</p> <p>I added some considerations for whatever approach you find fits best <a href="http://stackoverflow.com/questions/191093/what-tools-do-you-recommend-to-auto-build-your-application/191425#191425">here</a> they may help in determining the scope of the automation.</p> http://stackoverflow.com/questions/1705448/good-visio-template-or-alternative-for-soa-distributed-systems 0 Good Visio Template (or alternative) for SOA/Distributed Systems? Rob Sanders 2009-11-10T03:22:16Z 2009-11-10T05:41:27Z <p>Apologies if this has been asked (I couldn't see a duplicate when searching) but I'm wondering if anyone can recommend a reliable Visio template for SOA/Distributed Systems design <em>or</em> a decent alternative? </p> <p>What have you found which works well for you?</p> <p>There isn't anything which stands out from either the templates shipped with Visio Professional 2007 nor on the Office online templates, but I'm open to ideas/recommendations.</p> <p>Traditionally, I've done high level design in Visio (with various different templates) and I'm always looking for ways to improve/use new techniques or design styles and figured this would be a good time to explore alternative templates (or tools). Welcome any suggestions/recommendations.</p> http://stackoverflow.com/questions/507247/recommend-a-c-task-scheduling-library/1674934#1674934 0 Answer by Rob Sanders for Recommend a C# Task Scheduling Library Rob Sanders 2009-11-04T16:21:21Z 2009-11-04T16:21:21Z <p>Quartz seems like a nice solution. </p> <p>I've recently (this year) had to write a custom task scheduler on a major project I was working on. They too could not use the Windows Task Scheduler, and also wanted the ability to execute custom functionality by virtue of uploading assemblies (via an ASP.net website) and have the service execute the appropriate task at the specified time.</p> <p>The thing was honestly a bit of a nightmare (not so much to design and implement, but the scheduling logic was a bit of a drag).</p> <p>I'd highly recommend exhausting all other avenues beforre deciding to "roll your own" (a.k.a reinvent the wheel!).</p> http://stackoverflow.com/questions/1530765/why-use-visual-studio-6-for-c/1530807#1530807 0 Answer by Rob Sanders for Why use Visual Studio 6 for C++ Rob Sanders 2009-10-07T10:37:08Z 2009-10-07T10:37:08Z <p>The only thing I can think of is that Visual Studio 6 doesn't support .Net (C++.Net in particular) and therefore if you are writing something purely in unmanaged code you don't have to deal with project settings which apply to managed code.</p> <p>Also, some legacy code base may be written with VS6 and they do not want to deal with upgrading the code base to compile under newer editions of Visual Studio. Especially if the code base is large and complex, or has many 3rd party dependencies or is used with old tools (e.g Purify).</p> <p>A better question would be whether people would start a brand new project with MSVC++ in VS6 or VS 2008...(no legacy issue)</p> http://stackoverflow.com/questions/1530374/catch-block-choices/1530751#1530751 0 Answer by Rob Sanders for Catch Block Choices Rob Sanders 2009-10-07T10:26:40Z 2009-10-07T10:26:40Z <p>I think that there is something to add to the great answers we've already got here. </p> <p>It may be part of your overall architectural design (or not) but what I've always observed is that you typically only catch where you can add value (or recover from the error) - in other words, not to try...catch...re-throw multiple times for a single operation.</p> <p>You should normally plan a consistent pattern or design for how you handle exceptions as part of your overall design. You should always plan to handle exceptions in any case, unhandled exceptions are ugly!</p> http://stackoverflow.com/questions/1448188/how-to-set-the-picturebox-style-using-sendmessage-in-win32/1448221#1448221 1 Answer by Rob Sanders for How to set the picturebox style using SendMessage in win32 Rob Sanders 2009-09-19T09:20:35Z 2009-09-19T09:20:35Z <p>What you want is the </p> <pre><code>LONG_PTR SetWindowLongPtr(HWND hWnd, int nIndex, LONG_PTR dwNewLong); </code></pre> <p>function which, according to MSDN "function changes an attribute of the specified window.". The nIndex param should be set to 'GWL_STYLE' and 'dwNewLong' represents the new style.</p> <p>You can select the various values (use the constants) for the style. </p> <p>There's a great article exploring this in detail on MSDN: <a href="http://msdn.microsoft.com/en-us/library/ms997562.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms997562.aspx</a> which includes a list of the various styles you can set.</p> http://stackoverflow.com/questions/1283549/what-is-the-first-thing-you-copy-over-from-your-current-setup-to-a-fresh-os/1419432#1419432 0 Answer by Rob Sanders for What is the first thing you copy over from your current setup to a fresh OS? Rob Sanders 2009-09-14T02:18:34Z 2009-09-14T02:18:34Z <p>My collection of utilities/tools/editors (regardless of which OS)..</p> <p>Like the stuff listed here: <a href="http://stackoverflow.com/questions/173328/whats-in-your-utility-toolkit">http://stackoverflow.com/questions/173328/whats-in-your-utility-toolkit</a></p> http://stackoverflow.com/questions/1419275/how-to-find-number-of-rows-affected-in-linq-to-sql/1419345#1419345 0 Answer by Rob Sanders for How to find number of rows affected in LINQ to SQL? Rob Sanders 2009-09-14T01:38:10Z 2009-09-14T01:38:10Z <p>Because a number of different operations could potentially be committed, it's highly unlikely that you'll be able to get back that kind of information. </p> <p>The SubmitChanges() command will commit inserts, updates and deletes and as far as I can tell there's no way to retrieve the number of rows affected for each (# rows deleted/updated/inserted etc). All you can do is see what is going to be committed, as you've already discovered.</p> <p>If you had one operation in particular you wanted to perform you could use the ExecuteCommand() method which returns the affected row count. </p> http://stackoverflow.com/questions/1156712/primary-keys-native-sequence-or-guid-keys/1156770#1156770 1 Answer by Rob Sanders for Primary Keys - Native, Sequence, or GUID keys? Rob Sanders 2009-07-21T00:50:07Z 2009-07-21T00:50:07Z <p>I'd avoid GUIDS for Primary Keys unless you know you are really going to need it (i.e. for multi-system synchronization, etc). </p> <p>In the land of SQL Server replication, a guid is added to rows in replicated tables to achieve uniqueness, so it's quite possible to establish this design later if you have the need.</p> <p>As to fragmentation, also consider the cost to your disk space. If you are going to be under 10,000 rows (in a table) this is probably not a huge problem but if your system has to support above 10,000 rows (in a table) you'll find performance and disk storage cost (and index frangmentation) is better served by the use of Big Ints (large integers) + identity (autonumber) which scale well to volume.</p> <p>I'd avoid natural keys altogether - even the risk of logic changing around them makes it too risky IMHO (e.g. if they suddenly become non-unique).</p> http://stackoverflow.com/questions/1091967/what-should-a-net-developer-know-about-msbuild/1092142#1092142 1 Answer by Rob Sanders for What should a .NET developer know about MSBuild? Rob Sanders 2009-07-07T12:51:01Z 2009-07-07T12:51:01Z <p>It's unlikely, unless you choose to use it, or you start to make use of Team Foundation Server's Team Build. </p> <p>Your development processes need to get to a certain complexity before automated builds really deliver their true value and/or if you find need for automatic deployment (including database changes if applicable).</p> <p>The coming Visual Studio 2010 is going to make it far easier to use, but for now it retains a fairly steep learning curve which you can avoid by using alternatives, or commercial products (e.g. Visual Build Pro, Final Builder etc).</p> <p>The nice thing is that it is part of the .Net framework, so it's already available as long as you have the framework installed (which it probably is).</p> <p>So, in short, not really. It's something very useful and powerful though, setting up deployments using MSBuild can be very, very useful.</p> http://stackoverflow.com/questions/190643/has-anyone-used-or-considered-using-sql-server-compact-edition 5 Has anyone used (or considered using) Sql Server Compact Edition? Rob Sanders 2008-10-10T09:35:33Z 2009-06-22T20:47:42Z <p>Hi, I've been preparing to deliver a presentation on SQL Server Compact Edition 3.5 (SP1 - recently released) and I was wondering if anyone had designed (or contemplated designing) a system with SQL Server CE 3.5 (or earlier versions)?</p> <p>In particular, has anyone thought of (or experienced) using SQLCE as a solution for offline data storage (as part of a connected system design)?</p> <p>Version 3.5 looks to be pretty feature rich compared to its predecessors, is it ready for serious consideration (now that it supports LINQ to SQL, identity columns and an assortment of important T-SQL)?</p> <p>Would you consider using it if you had the need for a lightweight low-footprint file based database (especially if it needed to be supported on mobile devices and desktop systems), or are there better options?</p> http://stackoverflow.com/questions/961546/text-to-speech-in-asp-net/1015693#1015693 0 Answer by Rob Sanders for Text to Speech in ASP.NET Rob Sanders 2009-06-18T23:20:29Z 2009-06-18T23:20:29Z <p>What you most likely want is the <a href="http://www.microsoft.com/speech/evaluation/tools/default.mspx" rel="nofollow">Microsoft Speech Server</a> especially if your webite is going to encounter any decent load or volume.</p> <p>From the site:</p> <blockquote> <p>"A speech platform, MSS contains all the server components for deploying telephony (voice-only) and multimodal (voice/visual) applications. MSS combines Web technologies, speech-processing services, and telephony capabilities into a single system. "</p> </blockquote> <p>There is also a dedicated <a href="http://www.microsoft.com/speech/community/default.mspx" rel="nofollow">Microsft Speech community</a> which will likely help you get started in this realm. Also, I'm not sure what the latest version is...2004 R2?</p> <p><a href="http://www.microsoft.com/speech/community/newsletter/articles/0805article.htm" rel="nofollow">This article</a> has a decent diagram outlining the various components. Looks like a good fit for integration with an ASP Web Application.</p> http://stackoverflow.com/questions/775636/staying-current-on-programming-trends-via-twitter/775640#775640 3 Answer by Rob Sanders for Staying current on programming trends via Twitter Rob Sanders 2009-04-22T04:06:51Z 2009-06-16T21:55:33Z <p>I follow Shawn Wildermuth (@ShawnWildermuth), Scott Hanselman (@shanselman) and there are others, Jeff Atwood (@codinghorror), Joel Spolsky (@spolsky) etc They usually post links or write about recent product releases.</p> <p>However, the signal to noise ratio is quite low; I'm not sure whether it's a good mechanism - most of their quality tweets (or information) is covered by other media, like blog entries or podcasts.</p> <p>Almost forgot - you can also follow some of the product teams via their twitter accounts, e.g. @WindowsAzure which (typically) has better information &amp; links.</p> http://stackoverflow.com/questions/989781/preview-asp-files-without-server/989808#989808 0 Answer by Rob Sanders for Preview ASP files without server. Rob Sanders 2009-06-13T02:48:05Z 2009-06-13T02:48:05Z <p>I realise you wanted server-less, but in light of forcing a browser to render and ignore server side tags, as an alternative you could use <a href="http://ultidev.com/products/Cassini/" rel="nofollow">Cassini web server</a> - it's very lightweight and portable and you can still edit the asp/aspx files directly and it will render fine in a browser..</p> http://stackoverflow.com/questions/973561/starting-visual-studio-from-command-prompt/989782#989782 0 Answer by Rob Sanders for Starting visual studio from command prompt Rob Sanders 2009-06-13T02:29:02Z 2009-06-13T02:29:02Z <p>You can also use the "Visual Studio 2005 Command Prompt" and "Visual Studio 2008 Command Prompt" to load a version-specific command shell environment, and then run 'devenv'. This is typically found under Start->Programs->Visual Studio ->Visual Studio Tools</p> <p>If you can't or don't want to access it via the Start menu, you can also "load" the VS-version specific environment in a normal command shell using the following (for VS 2008, with a default install path): (note: change x86 as appropriate for your platform)</p> <p>(32 bit) %comspec% /k ""C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat"" x86 <br/>(64 bit) %comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat"" x86</p> <p>or for VS 2008 (with default install path):</p> <p>(32 bit) %comspec% /k ""C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" x86 <br/>(64 bit) %comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" x86</p> <p>Each sets the environment so if you then subsequently execute 'devenv' it'll load the correxct version.</p> http://stackoverflow.com/questions/986610/windows-xp-gui-programming-language/986713#986713 4 Answer by Rob Sanders for Windows XP GUI programming language Rob Sanders 2009-06-12T13:45:08Z 2009-06-12T13:45:08Z <p>It depends, I think, how much UI you require. The benefit of frameworks such as MFC is it wraps a lot of boiler plate code for you. However.. if executable size &amp; dependencies are the major constraint, it can be quite fun to build a tiny app.</p> <p>It's quite possible to build a Windows application with bare essentials (a dialog, etc) and make use of common dialog resources which will already be installed (e.g commdlg.dll). </p> <p>To keep it as small as possible I'd recommend writing It with C++, preferably with the MSVC runtime for ease. The Win32 API is pretty easy to pick up in terms of the essential steps, e.g. registering windows and creating a message proc.</p> <p>Can you be a bit more specific with what you'd like to know more about?</p> http://stackoverflow.com/questions/190580/whats-the-purpose-of-the-help-about-dialog-in-a-program 4 What's the purpose of the Help->About dialog in a program? Rob Sanders 2008-10-10T08:58:23Z 2009-06-10T13:40:59Z <p>The Help->About dialog in GUI applications has historically been the place for some very "interesting" (and often funny) functionality and easter eggs. </p> <p>How would you define the purpose of the About dialog? What function does it serve in an application, and who is the target audience?</p> <p>What's the best use (or abuse) of an About dialog that you've seen?</p> http://stackoverflow.com/questions/955435/optimizing-delete-on-sql-server/955595#955595 1 Answer by Rob Sanders for Optimizing Delete on SQL Server Rob Sanders 2009-06-05T12:26:47Z 2009-06-05T12:26:47Z <p>On very large tables where you have a very specific set of criteria for deletes, you could also partition the table, switch out the partition, and then process the deletions. </p> <p>The SQLCAT team has been using this technique on really <em>really</em> large volumes of data. I found some references to it <a href="http://blogs.msdn.com/mssqlisv/archive/2009/04/10/sql-server-2005-2008-table-partitioning-important-things-to-consider-when-switching-out-partitions.aspx" rel="nofollow">here</a> but I'll try and find something more definitive.</p> http://stackoverflow.com/questions/954640/recommendations-for-good-sql-server-integration-services-ssis-examples-samples 2 Recommendations for good SQL Server Integration Services (SSIS) examples/samples for ETL? Rob Sanders 2009-06-05T07:22:19Z 2009-06-05T07:41:23Z <p>Hi Everyone,</p> <p>I'm looking for some decent examples/samples using SSIS to do some ETL from one SQL Server database to another not necessarily within the same instance.</p> <p>The idea is to migrate rows of data with their heirarchies (relationships) from one OLTP database to another.</p> <p>There are some advantages SSIS offers us which makes it a good choice as the migration/ETL platform (amongst other things it needs to be fully configurable and able to be executed on an automated schedule).</p> <p>Does anyone know of any decent samples/examples besides the MS community samples (on Codeplex)?</p> <p>Edit: I've also had a look at <a href="http://www.sqlis.com/" rel="nofollow">http://www.sqlis.com/</a> though I haven't found exactly what I'm looking for..</p> http://stackoverflow.com/questions/180800/any-free-or-commercial-blogging-engine-recommendations 2 Any free or commercial Blogging engine recommendations? Rob Sanders 2008-10-07T23:18:45Z 2009-06-05T02:21:18Z <p>I've recently been thinking about moving from Live Spaces and hosting my own blog. I'm not keen to write my own blog engine from scratch (time constraints, etc).</p> <p>What kind of functionality should I be looking for in a free or commercial solution? Sitemap? RSS feeds? Tag support? Offline editor? Any recommendations?</p> <p>Edit: Also happy for recommendations on other blogging sites too</p> http://stackoverflow.com/questions/915309/debuggers-block/915478#915478 0 Answer by Rob Sanders for debugger's block Rob Sanders 2009-05-27T12:33:47Z 2009-05-27T12:33:47Z <p>Another good option is to bounce ideas off other developers/team members. Sometimes they will ask you questions you hadn't considered.</p> <p>If you work alone, it's a good idea to have a few fellow developers who you can chat to to troubleshoot with some different approaches. You'd be amazed how often a fresh perspective can be the breakthrough you need.</p> http://stackoverflow.com/questions/915398/loading-a-32-bit-process-in-a-64-bit-environment/915422#915422 0 Answer by Rob Sanders for Loading a 32-bit process in a 64-bit environment. Rob Sanders 2009-05-27T12:23:04Z 2009-05-27T12:23:04Z <p>Or 3) distribute a 64-bit version of the application launched by the CHM?</p> http://stackoverflow.com/questions/909338/what-is-the-worst-commit-message-you-have-ever-authored/909419#909419 2 Answer by Rob Sanders for What is the WORST commit message you have ever authored? Rob Sanders 2009-05-26T07:41:00Z 2009-05-26T07:48:43Z <p>"fixed errors in the previous commit"</p> <p>Says it all really.. i.e. stuffed up one commit, then failed to even describe what was wrong (and what was corrected)..</p> http://stackoverflow.com/questions/868301/how-can-i-teach-a-know-it-all-beginner-programmer/868659#868659 2 Answer by Rob Sanders for How can I teach a know-it-all beginner programmer? Rob Sanders 2009-05-15T13:25:54Z 2009-05-15T13:25:54Z <p>Ask them <strong>lots</strong> of questions. Get them to explain their designs, their modelling and their implementation. </p> <p>Then start picking apart the explanations. It may not sound pleasant, but it might be one of the few ways to get them really thinking about their designs and approaches.</p> <p>Hopefully they'll realise that there is a lot more to programming than "just making it work".</p> <p>Lastly, give whatever they build the "manual tester" treatment and start breaking their applications by doing things in a way that "real users would never do" (i.e. things they haven't considered).</p> http://stackoverflow.com/questions/856010/linq2sql-performance-with-transactions/856027#856027 0 Answer by Rob Sanders for LINQ2SQL performance with transactions Rob Sanders 2009-05-13T04:10:33Z 2009-05-13T04:26:54Z <p>Does the Stored Procedure you call participate in the ambient (parent) transaction? - that is the question. </p> <p>It's likely that the Stored Procedure participates in the ambient transaction, which is causing the degredation. There's an <a href="http://msdn.microsoft.com/en-us/library/ms172152.aspx" rel="nofollow">MSDN article here</a> discussing how they interrelate.</p> <p>From the article:</p> <p>"When a TransactionScope object joins an existing ambient transaction, disposing of the scope object may not end the transaction, unless the scope aborts the transaction. If the ambient transaction was created by a root scope, only when the root scope is disposed of, does Commit get called on the transaction. If the transaction was created manually, the transaction ends when it is either aborted, or committed by its creator."</p> <p>There's also a serious looking document on nested transactions which looks like it is directly applicable localted on <a href="http://msdn.microsoft.com/en-us/library/ms189336.aspx" rel="nofollow">MSDN here</a>.</p> <p>Note:</p> <p>"If TransProc is called when a transaction is active, the nested transaction in TransProc is largely ignored, and its INSERT statements are committed or rolled back based on the final action taken for the outer transaction."</p> <p>I think that explains the difference in performance - it's essentially the cost of maintaining the parent transaction. Kristofer's suggestion may help to reduce the overhead.</p> http://stackoverflow.com/questions/221826/alternatives-to-access Comment by Rob Sanders on Alternatives to Access Rob Sanders 2009-12-15T10:49:29Z 2009-12-15T10:49:29Z @David W. Fenton Last time I checked Access was part of Microsoft Office. http://stackoverflow.com/questions/221826/alternatives-to-access Comment by Rob Sanders on Alternatives to Access Rob Sanders 2009-12-13T13:55:49Z 2009-12-13T13:55:49Z You do realise that Access requires Microsoft Office to be installed? You might want to take that into consideration. http://stackoverflow.com/questions/221826/alternatives-to-access/221858#221858 Comment by Rob Sanders on Alternatives to Access Rob Sanders 2009-12-13T11:57:37Z 2009-12-13T11:57:37Z Boy, it would really be nice for someone to add a comment when downvoting, it really makes contributing here a drag http://stackoverflow.com/questions/1848614/where-can-i-find-a-cheat-sheet-for-hungarian-notation/1848670#1848670 Comment by Rob Sanders on Where can I find a cheat sheet for hungarian notation? Rob Sanders 2009-12-04T18:17:16Z 2009-12-04T18:17:16Z OP has already stated &quot;our newer code isn't coded this way&quot; http://stackoverflow.com/questions/1842553/versioning-sql-server/1846336#1846336 Comment by Rob Sanders on Versioning SQL Server? Rob Sanders 2009-12-04T17:58:39Z 2009-12-04T17:58:39Z &quot;DataDude&quot; is an additional version of Visual Studio 2008 and onwards, it's not dependant on TFS (really it's just a project type). You can read more about it here <a href="http://stackoverflow.com/questions/169828/what-are-the-real-benefits-of-visual-studio-team-system-database-edition-gdr" rel="nofollow" title="what are the real benefits of visual studio team system database edition gdr">stackoverflow.com/questions/169828/&hellip;</a> http://stackoverflow.com/questions/1705448/good-visio-template-or-alternative-for-soa-distributed-systems/1705852#1705852 Comment by Rob Sanders on Good Visio Template (or alternative) for SOA/Distributed Systems? Rob Sanders 2009-11-10T06:05:46Z 2009-11-10T06:05:46Z Cheers, I'll check it out http://stackoverflow.com/questions/1699382/linq-to-sql-nvarchar-problem Comment by Rob Sanders on Linq to SQL nvarchar problem Rob Sanders 2009-11-09T06:44:12Z 2009-11-09T06:44:12Z what does your DBML look like? http://stackoverflow.com/questions/1546568/asp-net-error-tt-is-an-error-to-use-a-section-registered-as-allowdefinitionmac Comment by Rob Sanders on asp.net error "tt is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application..." Rob Sanders 2009-10-09T23:58:55Z 2009-10-09T23:58:55Z When you say 'I have made every folder using IIS manager an asp.net app.' do you mean 'virtual directory' or 'asp.net app'? Can you elaborate on what you've done in IIS Manager? http://stackoverflow.com/questions/1546363/should-i-load-everything-in-memory-upon-application-start/1546375#1546375 Comment by Rob Sanders on Should I load everything in memory upon application start ? Rob Sanders 2009-10-09T23:47:55Z 2009-10-09T23:47:55Z Enter the notorious splash screen :) http://stackoverflow.com/questions/1305570/closures-why-are-they-so-useful/1305614#1305614 Comment by Rob Sanders on Closures: why are they so useful? Rob Sanders 2009-10-09T23:43:53Z 2009-10-09T23:43:53Z Heh, not sure there is such a thing as 'prevents stupid code'.. Where there's a will there's a way, but I do get what yu're saying :) http://stackoverflow.com/questions/1530765/why-use-visual-studio-6-for-c/1530807#1530807 Comment by Rob Sanders on Why use Visual Studio 6 for C++ Rob Sanders 2009-10-07T23:37:09Z 2009-10-07T23:37:09Z What gives with the downvote? Did I say something inherently wrong? http://stackoverflow.com/questions/1089327/what-programming-practice-that-you-once-liked-have-you-since-changed-your-mind-ab/1188185#1188185 Comment by Rob Sanders on What programming practice that you once liked have you since changed your mind about? Rob Sanders 2009-10-07T12:25:43Z 2009-10-07T12:25:43Z True, but sometimes a few short comments can save someone who is skimming the implementation a lot of time http://stackoverflow.com/questions/1530906/reading-a-stored-proc-not-working-for-me-when-passing-values Comment by Rob Sanders on Reading a Stored Proc not working for me when passing values. Rob Sanders 2009-10-07T11:05:11Z 2009-10-07T11:05:11Z Is the proc named '&quot;CareersInner&quot;' or '&quot;CareerInner&quot;'? http://stackoverflow.com/questions/1530765/why-use-visual-studio-6-for-c/1530816#1530816 Comment by Rob Sanders on Why use Visual Studio 6 for C++ Rob Sanders 2009-10-07T10:42:14Z 2009-10-07T10:42:14Z Good point about the IDE speed. What I'd give for VS6 responsiveness! http://stackoverflow.com/questions/712127/is-it-possible-to-determine-the-authentication-mode-a-sql-server-is-set-up-with/712222#712222 Comment by Rob Sanders on Is it possible to determine the authentication mode a SQL server is set up with, "before" you connect? Rob Sanders 2009-10-03T09:45:42Z 2009-10-03T09:45:42Z I'm not sure what you want to hear. The answer was 'trial and error'. No one is debating the validity of the approach.