User DancesWithBamboo - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T06:28:36Z http://stackoverflow.com/feeds/user/1334 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1838789/how-to-motivate-stake-holders-to-test-the-sprint-delivered-software/1844126#1844126 3 Answer by DancesWithBamboo for How to motivate stake holders to test the sprint delivered software DancesWithBamboo 2009-12-04T00:38:54Z 2009-12-04T00:38:54Z <p>Why do you use the word "stake holders"? In scrum, the team is responsible to deliver the product that the "Product Owner" (singular) asks for. If the product is not fit for use that is his problem not the team's.</p> <p>It sounds to me like you have stakeholders without any skin in the game and thus they are not truly accountable for the project. POs who are true owners test the software throughout the sprints because they know if it isn't fit, its their job on the line.</p> <p>Find the real PO in your organization.</p> http://stackoverflow.com/questions/1828953/sharing-a-db-connection-between-threads-in-a-c-application/1829054#1829054 1 Answer by DancesWithBamboo for Sharing a db connection between threads in a C# application? DancesWithBamboo 2009-12-01T21:29:22Z 2009-12-01T21:29:22Z <p>There is no sample code out in the wild because (almost) no one does it because it is such a very, very, bad idea.</p> http://stackoverflow.com/questions/1771583/restricting-the-size-of-wpf-dockpanel-region/1771693#1771693 0 Answer by DancesWithBamboo for restricting the size of wpf dockpanel region DancesWithBamboo 2009-11-20T16:35:55Z 2009-11-20T16:35:55Z <p>You can set the MaxWidth property of the control you are docking.</p> http://stackoverflow.com/questions/1757407/scrum-and-project-estimated-time/1758471#1758471 0 Answer by DancesWithBamboo for Scrum and Project estimated time DancesWithBamboo 2009-11-18T19:32:47Z 2009-11-18T19:32:47Z <p>Absolutely, in scrum you fix cost and time. Then you let the features vary. So you can tell the customer it will be done on XX/XX/XXXX at a cost of $YYY.YY. It is up to them to then prioritize the features they want to ensure the most important ones get done under those constraints.</p> http://stackoverflow.com/questions/1746465/use-instance-or-form-name-when-addressing-public-variables-between-forms/1746559#1746559 0 Answer by DancesWithBamboo for Use instance or form name when addressing public variables between forms? DancesWithBamboo 2009-11-17T04:20:05Z 2009-11-17T04:20:05Z <p>Definitely #2, use the instance variable. I didn't know that the other syntax still worked! That was a leftover from VB4 that was moved to VB6 for compatibility. I thought they dumped it in .net. Don't think it would even work in C#.</p> http://stackoverflow.com/questions/1730435/how-to-work-unestimatable-tasks-into-a-scrum-sprint/1730524#1730524 1 Answer by DancesWithBamboo for How to work unestimatable tasks into a scrum sprint? DancesWithBamboo 2009-11-13T16:55:17Z 2009-11-13T16:55:17Z <p>Are the "tasks" things that someone in the world has done before, or are they just new to your team. I will assume the later. If this is the case then what you are finding is that you do not have the necessary experience on your team to solve the problem. Thus you will be developing that experience as you go. All this means is that the complexity of your stories is higher. In the first couple of sprints you may score some of the stories as 13 and then later on they become 8s because you then have the knowledge you need. </p> <p>You don't need to know how to do the stories to estimate them. You just need to take on less of them due to your experience gap.</p> <p>I like to reserve "Spikes" (yes that is the term used in scrum) for attempting to solve business domain problems that have no known solution. Not for the team to do training.</p> http://stackoverflow.com/questions/1720352/calculate-statistical-mode-in-sql-server-2005 0 Calculate statistical mode in SQL Server 2005 DancesWithBamboo 2009-11-12T06:46:24Z 2009-11-12T10:18:00Z <p>I have these 2 tables: Course(PK CourseId, Title) and Attendee(PK AttendeeId, FK CourseId, Method).<br> Many attendees can take a given course via any of 6 methods.</p> <p>How can I print out one record for each course in the Course table (CourseId, Title) with the statistical mode of the Method for all the attendees to each course?</p> http://stackoverflow.com/questions/1702128/can-i-use-agile-in-a-non-development-project/1702265#1702265 2 Answer by DancesWithBamboo for Can I use Agile in a Non-Development project? DancesWithBamboo 2009-11-09T16:46:52Z 2009-11-09T16:46:52Z <p>Scrum can be applied to any project where the cost of change is not prohibitively expensive. It's advantages shine best where there are a lot of unknowns that will need to be worked out during the project. That is why it is so good for "Creative" work like software development. It doesn't work so well say to build an office tower. You can't pour a concrete foundation just-thick-enough to get the first story on and then come back and refactor it when you decide to add 60 more.</p> http://stackoverflow.com/questions/1700703/unit-for-estimating-hours-in-scrum-tool/1702199#1702199 3 Answer by DancesWithBamboo for Unit for estimating hours in Scrum tool DancesWithBamboo 2009-11-09T16:38:40Z 2009-11-09T16:38:40Z <p>I have a few suggestions for you:</p> <ul> <li>If you are new to scrum; use a whiteboard and don't get bogged down in a particular tool's semantics; it will hamper your learning and adoption.</li> <li>Break your stories small enough so that you don't have to create and estimate Tasks.</li> <li>Don't do anything with hours, it is a waste of time to estimate at that level.</li> <li>Burn down story points.</li> </ul> <p>It is all too easy and common for teams to "think" they are on track because Tasks are being completed and burned down. Then they get to the end of the sprint and find that 5 stories are all 90% done and nothing is completed. If you burn down stories you are actually tracking deliverable business value and not just an arbitrary amount of developer-junk.</p> http://stackoverflow.com/questions/1650844/user-story-size-scope/1652902#1652902 1 Answer by DancesWithBamboo for User story size/scope DancesWithBamboo 2009-10-31T00:06:39Z 2009-10-31T00:06:39Z <p>This is a great question. The key to doing it well is great collaboration between the PO and the team. The PO owns the backlog and is the only one who keeps it updated. But the team has to provide him/her feedback to be able to build it out effectively. I find that if the PO and tam haven't worked together before it takes a while to get used to what "size" story the team can accomplish in a given period of time and thus at first a lot more collaboration is required.</p> <p>I think the ideal story takes 2 days of team time or less. Obviously based on your team size and ability more or less complicated stories can get done in that period of time. My current team is small (3 dev 1 test) so we find that anything scored 8 or higher is suspect and needs splitting because it will likely take more than 2 days.</p> <p>The PO doesn't know and can't score stories so he only has gut feel to help him write the stories. So lots of time the team will have to help him re-write them smaller. This is done BEFORE the sprint planning meeting. The PO will get better over time just like the team at estimating size and will be able to look back in the backlog and see what things look like what the new thing is and that will help him size them correctly. He will eventually automatically break a "Save" story up into "delete", "add new" and "edit existing" stories on his own after the team has helped him do that a few times.</p> <p>Anyway, my answer is 2 days or less for every story.<br /> Factors to account for are team size, team ability, product type.<br /> Formula is 1-x story points -> good story; >x story points -> too epic. Where x is your team's 2 day threshold.</p> http://stackoverflow.com/questions/1651320/scrum-compliance/1652805#1652805 0 Answer by DancesWithBamboo for Scrum Compliance DancesWithBamboo 2009-10-30T23:38:17Z 2009-10-30T23:38:17Z <p>SAS is just concerned with having a documented process and following it. So if you write down scrum, and your team indeed practices scrum, then you should pass a SAS audit. I'm pretty sure just about any methodology can be SAS certified. I worked for a SAS70 compliant firm and we had said that "a design document" would be in a certain folder. We never said that it had to reflect the actual implemented design. So we just tossed stuff in there that looked like it might be an ok design, titled it "design document", and passed our audit with no problem.</p> http://stackoverflow.com/questions/1641388/what-is-the-use-of-stateconnectionstring-in-sessionstate-in-web-config/1641704#1641704 1 Answer by DancesWithBamboo for What is the use of stateConnectionString in sessionState in Web.config? DancesWithBamboo 2009-10-29T05:02:24Z 2009-10-29T05:02:24Z <p>Do you mean sqlConnectionString attribute? If you do then it is used if you set the state server mode to SqlServer for usage in a web farm scenario. It is the box running the Sql Server for the session state store.</p> http://stackoverflow.com/questions/1641458/implementing-two-interfaces-or-not/1641673#1641673 1 Answer by DancesWithBamboo for Implementing two interfaces or not? DancesWithBamboo 2009-10-29T04:53:48Z 2009-10-29T04:53:48Z <p>You could keep the same method name by using an out parameter:</p> <pre><code>interface IMyInterface { void GetResults(out DataTable results); void GetResults(out IEnumerable&lt;string&gt; results); } </code></pre> http://stackoverflow.com/questions/1641562/does-anyone-have-any-performance-metrics-of-ado-net-connection-pooling-vs-the-cr/1641578#1641578 5 Answer by DancesWithBamboo for Does anyone have any performance metrics of ADO.NET connection pooling vs. the create-and-destroy method? DancesWithBamboo 2009-10-29T04:11:56Z 2009-10-29T04:34:37Z <p>Option 2 will have connection pooling as well unless you explicitly turn it off in the connection string. Pooling is provided at the provider level and marking a connection "closed" just tells the pool to reuse it. So there should be almost 0 perf difference between your 2 options.</p> <p>Always.</p> http://stackoverflow.com/questions/1638743/can-scrum-and-project-management-live-together/1640960#1640960 1 Answer by DancesWithBamboo for Can Scrum and Project Management live together? DancesWithBamboo 2009-10-29T00:21:34Z 2009-10-29T00:21:34Z <p>Your question doesn't make sense since scrum is a project management framework but here are some things to consider:</p> <ol> <li>Quality is the sole responsibility of the Team; not any PM.</li> <li>Not sure what you mean by "artifacts", but the few scrum has (backlog, burndown) are maintained by the PO and Team under the guidance of the ScrumMaster.</li> <li>There were no "best parts" to waterfall to want to consider continuing to use once you embrace Agile.</li> <li>There is no "paperwork" in scrum; its considered waste.</li> <li>People try to combine things all the time. But most of the time they get the WORST of all worlds; not the best. Most mistakes teams make in implementing scrum is to make excuses for why they can't do it the right way. Then they claim it would be better to combine in something else and just make a mess of the whole thing. </li> </ol> http://stackoverflow.com/questions/1607214/time-tracking-in-scrum/1610392#1610392 2 Answer by DancesWithBamboo for Time Tracking in Scrum DancesWithBamboo 2009-10-22T22:37:33Z 2009-10-22T22:37:33Z <p>I have to add something here because</p> <blockquote> <p>but one of the things he has brought with him is the concept of very carefully quoting estimates of actual hours each task should require to complete, with the intention of getting more accurate with our estimates over time: thus once a project has started we cannot add new tasks or adjust the hourly estimates on those tasks.</p> </blockquote> <p>Is just plain <strong>not</strong> scrum so I don't know where your VP got his info. Tasks (know as Sprint Backlog Items) are not created until Planning the next sprint. They are created just in time and certainly not before the project starts. Before the project starts (Sprint 0), the Product Owner creates the Product Backlog and fills it with stories. He can add to it at ANY time during the project. It is his to manage. The team estimates these stories roughly against one another in story points or some other relative measure (ideal days?).</p> <p>The estimating of tasks in hours is only a tool the team uses to figure out how many stories to commit to in the sprint and then to plot progress to predict success (burndown). Once a team has gelled and has a historical velocity; it may decide to not do any tracking in hours at all and just track their burndown in story points or # of stories. Estimating in hours is a form of waste in itself if the team does not need it to achieve commitment to the sprint goals.</p> <p>I would ask the VP what these "very careful" estimates are going to accomplish.</p> http://stackoverflow.com/questions/1593328/best-ways-to-fit-bug-fixing-into-a-scrum-process/1598049#1598049 0 Answer by DancesWithBamboo for Best ways to fit bug fixing into a Scrum process? DancesWithBamboo 2009-10-21T00:11:49Z 2009-10-21T00:11:49Z <p>The first step is to define what a bug is. I teach that a bug is only a bug if it is functionality that does not work in production as it was intended/designed. These become bug type PBIs to be prioritized against new development. Missing functionality in production is a Feature and becomes a normal product backlog item. Any defective code found during a sprint is considered incomplete work and since you don't move on to the next story until the current one is done-done; it is unnecessary to track these defects in the sprint as the team is always working on the offending code. Post-its can be super handy here for quick reminders between team-mates. Fixing broken code always takes precedent over writing new code. If the defects are due to misunderstanding the story then you need to work on your conditions of acceptance before starting the story.</p> <p>Inventory is waste. Bug tracking is inventory. Bug tracking is waste. </p> <blockquote> <p>Treating all bugs equally with backlog items might sound like a good idea in theory (work tracked in a single place) but doesn't work well in practice. Bugs are usually low-level and more numerous, so if you create an individual user story for each bug then the "real" stories will get obscured soon.</p> </blockquote> <p>If you have that many more bugs than features then you need to work on your engineering practices. This is a smell that something else is wrong and tracking is not the answer. Dig deeper. Actually bugs are always smelly. They aren't cool and if you have lots of them you need to find the root causes(s), eliminate those, and stop focusing on tracking bugs.</p> http://stackoverflow.com/questions/1533599/how-to-prevent-multiple-web-requests-from-processing-the-same-records/1533758#1533758 0 Answer by DancesWithBamboo for How to prevent multiple web requests from processing the same records? DancesWithBamboo 2009-10-07T19:43:17Z 2009-10-07T19:43:17Z <p>A non-database solution could be to have the client make the request async and then push the request on a FIFO queue to control the requests so that only one request at a time is getting evaluated. Then respond back to the client when the evaluation is complete. The advantage here would be that under high load, the UI would not be frozen where it would be with transactional locking on the database level. </p> http://stackoverflow.com/questions/1533588/im-a-developer-how-do-i-become-a-technical-manager/1533672#1533672 1 Answer by DancesWithBamboo for I'm a developer. How do I become a technical manager? DancesWithBamboo 2009-10-07T19:28:32Z 2009-10-07T19:28:32Z <p>I'm not clear from your post if you are looking to gain a position where you have more authority/responsibility/accountability for the software product. Or if you are looking to land a management position in order to boss people around.</p> <p>If it is the prior, then look for a company practicing agile development. You will get plenty of face time with customers and plenty of say in the design and architecture of the product; even more so if the company is small.</p> <p>If it is the later, then work on your interviewing skills. Take some classes in sales. Talk a good talk. Then look into banking/finance companies. They love command and control:)</p> http://stackoverflow.com/questions/1528817/asp-net-saving-customers-shipping-billing-addresses/1528844#1528844 1 Answer by DancesWithBamboo for ASP.NET Saving Customer's Shipping/Billing Addresses DancesWithBamboo 2009-10-07T00:15:19Z 2009-10-07T00:15:19Z <p>If they don't login then I assume you don't have them create an account either. Thus the server won't be able to identify them. In this case I think you are left with using client cookies. Just make sure you don't store sensitive data in them (like credit card).</p> http://stackoverflow.com/questions/1528518/ways-to-design-heavy-data-centric-web-application-in-silverlight/1528663#1528663 0 Answer by DancesWithBamboo for Ways to design heavy data-centric web application in Silverlight DancesWithBamboo 2009-10-06T23:31:16Z 2009-10-06T23:31:16Z <p><a href="http://www.lhotka.net/cslanet/" rel="nofollow">CSLA</a></p> http://stackoverflow.com/questions/1503581/who-should-fix-bugs-in-a-scrum-agile-environment/1509636#1509636 2 Answer by DancesWithBamboo for Who should fix bugs in a Scrum/Agile environment? DancesWithBamboo 2009-10-02T13:52:55Z 2009-10-02T13:52:55Z <p>Your team should NOT be starting new project work until the current one ships. I think most scrum practitioners would argue that there is no place in scrum for UAT (as it was done in waterfall). What you are looking for is called a stabilization sprint and is your last sprint right before go-live. The WHOLE team works on it. Stuff that gets done during this time includes last minute bugs, GUI beautification tweaks, roll-out documentation, help guides, operations training, and long lunches. It is also potentially a great time for the team to learn something new on their own without the "pressure" of delivering backlog items or to unwind a little before starting something new. Based on your customer's UAT timeframe expectations; if it tends to be on the longer side; you might also put off non-customer facing tasks to this sprint such as log monitoring, server setup scripting, maintenance screens, or other misc tool building.</p> <p>Whatever you do, don't do any work outside of the Sprint boundaries. It is a slippery slope into waterfall-esque scheduling oblivion.</p> http://stackoverflow.com/questions/1507067/how-do-parameters-and-their-usage-in-methods-effect-the-static-instance-design-de/1507138#1507138 2 Answer by DancesWithBamboo for How do parameters and their usage in methods effect the static/instance design decision? DancesWithBamboo 2009-10-02T00:05:29Z 2009-10-02T00:05:29Z <p>Looks like you are asking about methods AND classes so you have 2 questions.</p> <p>Methods are easy. If I'm implementing a factory pattern; I use a static method. If I want to be able to use the method without an instance of the class for readability (think utility methods like LogIt(); I use a static method.</p> <p>I use a static class (that I wrote myself) about as often as I win the lottery. So if you win a lot, then go ahead and use one a lot. Seriously, in a server environment, the threading/concurrency issues will kill you in all sorts of horribly slow and painful ways.</p> http://stackoverflow.com/questions/1504616/wpf-custom-control-xaml-null-error/1504792#1504792 0 Answer by DancesWithBamboo for wpf custom control xaml null error DancesWithBamboo 2009-10-01T15:53:55Z 2009-10-01T15:53:55Z <p>I'm not sure what "Grapher2" is but you might check to make sure that there isn't code in its constructor that can't run correctly when the designer instantiates it. Something like a database call would be problematic.</p> http://stackoverflow.com/questions/1462719/javascript-change-the-function-of-the-browsers-back-button/1463280#1463280 1 Answer by DancesWithBamboo for Javascript : Change the function of the browser's back button DancesWithBamboo 2009-09-23T00:09:04Z 2009-09-23T00:09:04Z <p>I already hate your website/app and I don't even know what it is.</p> http://stackoverflow.com/questions/1363964/non-tested-product-in-the-end-of-sprint-in-scrum-methodology/1373937#1373937 0 Answer by DancesWithBamboo for Non-tested product in the end of Sprint in Scrum methodology. DancesWithBamboo 2009-09-03T14:57:26Z 2009-09-03T14:57:26Z <p>Unfortunately, but you just aren't doing scrum. You are doing waterfall in sprints; aka scrum-fall. </p> <p>1) Integrate QA into the team. They shouldn't be a separate group that you "pass" the code to. They should be working with the devs every day to test their work.</p> <p>2) Make your stories much, much, much smaller. A story should take 1-2 days to complete (a week is absolute max and only occasionally unless you're building rockets). You need the team to work on getting better at slicing functionality vertically to create small testable, usable, value added stories.</p> <p>3) Scrum doesn't have job titles. If a dev is done doing all coding then he/she tests someone else's code. Or works to create automated scripts that you say you are missing.</p> <p>4) Its OK to have a "hardening" sprint right before a major release, but certainly testing HAS TO BE done during the same sprint as development. Pretty much every time code is checked in, testing gets done.</p> <p>5) Fix your definition of "done". Done means the code is written, tested, deployable, and documented as needed.</p> <p>6) You need a lot of work on "team" and commitment. Your comment that devs are "happy" as long as their coding is done is quite contrary to scrum and its principals.</p> <p>Based on your comments I think the team needs to invest in training if you are serious about becoming agile.</p> http://stackoverflow.com/questions/1365670/good-tutorials-for-routing-a-document-in-sharepoint/1365744#1365744 0 Answer by DancesWithBamboo for Good tutorials for routing a document in Sharepoint DancesWithBamboo 2009-09-02T03:48:37Z 2009-09-02T03:48:37Z <p>this is a great video on the workflow part of your question. He has other video's on InfoPath, etc but I haven't had time to watch them yet.</p> <p><a href="http://sheltonblog.com/archive/2007/11/21/how-to-video-building-a-basic-approval-workflow-with-sharepoint.aspx" rel="nofollow">http://sheltonblog.com/archive/2007/11/21/how-to-video-building-a-basic-approval-workflow-with-sharepoint.aspx</a></p> http://stackoverflow.com/questions/1357874/sql-server-db-diagram-with-additional-requirements/1357902#1357902 2 Answer by DancesWithBamboo for Sql Server - DB Diagram with additional requirements DancesWithBamboo 2009-08-31T15:03:08Z 2009-08-31T15:03:08Z <p>You can import the datamodel into Visio and then mark up the diagram however you need to satisfy your client.</p> http://stackoverflow.com/questions/1303287/team-foundation-server-how-to-team-build-a-team-project-but-not-pull-all-branch/1303337#1303337 6 Answer by DancesWithBamboo for Team Foundation Server - How to team build a Team Project but not pull all branches DancesWithBamboo 2009-08-20T00:24:10Z 2009-08-20T00:24:10Z <p>When you configure the build, on the workspace tab, choose the correct branch in source control.</p> http://stackoverflow.com/questions/1297087/masterpage-and-usercontrol-interaction/1297178#1297178 1 Answer by DancesWithBamboo for MasterPage and UserControl Interaction DancesWithBamboo 2009-08-18T23:46:44Z 2009-08-18T23:46:44Z <p>It is possible to do what you are asking but I wouldn't. I would raise an event from the "DataUserControl" and handle it in the page. Then the page class can update the master page's control value. This will reduce coupling of your controls and the page they are used on.</p> http://stackoverflow.com/questions/1791174/sql-with-table-name-as-parameter-and-query-longer-than-4000-characters/1791205#1791205 Comment by DancesWithBamboo on SQL with table name as parameter and query longer than 4000 characters DancesWithBamboo 2009-11-24T16:41:19Z 2009-11-24T16:41:19Z +1 nvarchar(MAX) is up to 2 Gig or 1073741823 characters. http://stackoverflow.com/questions/1771583/restricting-the-size-of-wpf-dockpanel-region/1771693#1771693 Comment by DancesWithBamboo on restricting the size of wpf dockpanel region DancesWithBamboo 2009-11-20T21:50:54Z 2009-11-20T21:50:54Z Set the dockpanel's LastChildFill property to true. Dock the buttons to the right and don't set the docking property for the itemscontrol. http://stackoverflow.com/questions/1746465/use-instance-or-form-name-when-addressing-public-variables-between-forms/1746559#1746559 Comment by DancesWithBamboo on Use instance or form name when addressing public variables between forms? DancesWithBamboo 2009-11-17T05:47:41Z 2009-11-17T05:47:41Z I would also argue that form2.show() and form2.k look disturbing similar to static methods, which of course they are not. http://stackoverflow.com/questions/1746465/use-instance-or-form-name-when-addressing-public-variables-between-forms/1746559#1746559 Comment by DancesWithBamboo on Use instance or form name when addressing public variables between forms? DancesWithBamboo 2009-11-17T05:43:16Z 2009-11-17T05:43:16Z A form variable is required by the framework and VB is just making one named the same as your form class behind the scenes for you. All you are doing is making that action explicit in the code. It is most popular because it had been around the VB community for over 10 years! Tough to change old habits. If nothing else I would use the explicit version for uniformity and readability. Where else can you get away with using a class name as an instance variable in .net http://stackoverflow.com/questions/1746756/c-a-class-design-problem-loading-property-list/1746792#1746792 Comment by DancesWithBamboo on C# - A class-design problem - Loading property List. DancesWithBamboo 2009-11-17T05:36:53Z 2009-11-17T05:36:53Z +1 I had the same thing written, refreshed, and presto; you had already written it. http://stackoverflow.com/questions/1720352/calculate-statistical-mode-in-sql-server-2005/1720448#1720448 Comment by DancesWithBamboo on Calculate statistical mode in SQL Server 2005 DancesWithBamboo 2009-11-12T07:57:19Z 2009-11-12T07:57:19Z Perfect! Just what I needed. Just threw on an extra where clause for my needs and I'm good to go. I was trying to do it in one query without a table (didn't go well). Thanks. http://stackoverflow.com/questions/1678608/which-cs-curriculum-to-take/1678642#1678642 Comment by DancesWithBamboo on Which CS curriculum to take? DancesWithBamboo 2009-11-05T06:18:46Z 2009-11-05T06:18:46Z +1 for &quot;taught them how to think&quot; http://stackoverflow.com/questions/1644468/does-net-have-any-built-in-constants-for-common-numbers-like-million-billion-et/1644502#1644502 Comment by DancesWithBamboo on Does .Net have any built in constants for common numbers like million, billion etc? DancesWithBamboo 2009-10-29T15:39:09Z 2009-10-29T15:39:09Z +1 All this time I have been wasting zeros. http://stackoverflow.com/questions/1641156/which-is-better-coding-style/1641241#1641241 Comment by DancesWithBamboo on Which is better coding style? DancesWithBamboo 2009-10-29T05:22:09Z 2009-10-29T05:22:09Z +1 Stylistically I like this because it moves logging to the catch block. But as you said, its usage depends on circumstance; wouldn't want to use it for form validation where the conditions are routinely false. http://stackoverflow.com/questions/1641562/does-anyone-have-any-performance-metrics-of-ado-net-connection-pooling-vs-the-cr/1641578#1641578 Comment by DancesWithBamboo on Does anyone have any performance metrics of ADO.NET connection pooling vs. the create-and-destroy method? DancesWithBamboo 2009-10-29T04:32:49Z 2009-10-29T04:32:49Z Good point. Is there a case where you would ever want to do that? http://stackoverflow.com/questions/1589289/retrieving-the-windows-username-from-a-logged-in-machine-through-an-intranet-appl Comment by DancesWithBamboo on Retrieving the Windows username from a logged-in machine through an intranet application. DancesWithBamboo 2009-10-19T15:41:55Z 2009-10-19T15:41:55Z What is the db connection string you are using? http://stackoverflow.com/questions/1512315/sql-server-2005-edition-for-web-applications/1512329#1512329 Comment by DancesWithBamboo on SQL Server 2005 edition for Web applications DancesWithBamboo 2009-10-03T05:15:39Z 2009-10-03T05:15:39Z From MS SQL Server Site: &quot;SQL Server 2008 Web may be used only to support public and Internet accessible * Web pages * Web sites * Web applications * Web services It may not be used to support line of business applications (e.g., Customer Relationship Management, Enterprise Resource Management and other similar applications)&quot; http://stackoverflow.com/questions/1512315/sql-server-2005-edition-for-web-applications/1512329#1512329 Comment by DancesWithBamboo on SQL Server 2005 edition for Web applications DancesWithBamboo 2009-10-02T23:51:35Z 2009-10-02T23:51:35Z Depends on the usage of the Application here. Web Edition can only be used for public facing sites; not internal apps. http://stackoverflow.com/questions/1503581/who-should-fix-bugs-in-a-scrum-agile-environment/1503782#1503782 Comment by DancesWithBamboo on Who should fix bugs in a Scrum/Agile environment? DancesWithBamboo 2009-10-02T13:35:06Z 2009-10-02T13:35:06Z +1 for three great points, too bad I can only mark ya up by 1. I especially like the use of the word &quot;fighting&quot;. Too many product owners don't understand the full extent of their role. http://stackoverflow.com/questions/1504616/wpf-custom-control-xaml-null-error/1504792#1504792 Comment by DancesWithBamboo on wpf custom control xaml null error DancesWithBamboo 2009-10-01T23:48:29Z 2009-10-01T23:48:29Z A custom control would not have a XAML file. It would have a theme stored as a ResourceDictionary in generic.xaml file. Do you really want a custom control (you need consumer defined theming)? Or would a user control be sufficient for what you are doing.