| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
| The Latest from DevelopMentor | MORE | | 10 Things to make you Agile adoption successfull One of the closing slides in my Agile Foundations course includes a quote from Ken Schwaber saying that only 30% of teams who attempt Scrum will be successful. What I find interesting about this quote is that it aligns with many other change management studies. Researchers like Harvard Professor John Kotter regularly say 70% of major change efforts fail. On his blog Ken Schwaber says he doesn’t remember this and instead suggests only 30% will become “excellent development organizations.” Either way, the prognosis isn’t optimistic. don’t believe such an advisor needs to be full time. Allan Kelly's Blog - Monday, May 14, 2012 Moving to a new Blog In the next days I will move my blog to WordPress. The domain name will stay the same, but the permalinks won’t (unfortunately). To make the transition automatically, use this feedburner feed that I will update once the switch is done: [link www.leastprivilege.com - Monday, May 14, 2012 DotNed Podcast: Tom Verhoeff over geld verdienen met Windows Phone 7 applicaties In deze podcast spreekt Maurice de Beijer met Tom Verhoeff over zijn sessies op de TechDays. Tom presenteerde een sessie over hoe je geld kan verdienen met Windows Phone 7 applicaties. Het lijkt op het eerste gezicht zo eenvoudig, je maakt een app en het geld stroomt binnen. Maar in de praktijk blijkt het toch iets lastiger te zijn en zijn er best wel veel details waar je op moet letten. Enjoy! WP7 Podcast DotNed The Problem Solver - Thursday, May 10, 2012 | - Points based contracts? Just Say No.
With the points-mini-series still fresh in the mind now seems a good time to say publicly something which I’ve been saying privately for a long time. Avoid points based contracts. i.e. don’t outsource work, or undertake work, on the basis of points - be they story points, abstract points, nebulous units of time or any other name you give them. have one client at the moment who wants their software supplier to sign a points based contract, I’ve advised against it. Why do I say this? Put it another way: any measurement metric will change behaviour once it is used for control. Allan Kelly's Blog - Tuesday, May 8, 2012 - The Testing Circle
This is the pattern I find myself in day after day while practicing TDD or BDD. Step 1? Usually I start at the whiteboard. It is the easiest place to start as I sketch out the scenario I want to program, but not always. Sometimes a mockup file (image, html, or xml) is provided and I start at the result, sometimes I’m give a scenario already in English, and sometimes I have to fiddle with the code first to see what’s happening. No Beginning, No Ending The great thing about the circle is no matter where a start, the flow should always be there in the end. - HTML5 Background tasks using Web Workers
One of the problems with running JavaScript in the browser is that everything usually executes on the same thread as the UI. With most scripts this is fine because they are short executing however if you start doing more complex calculations you might run into the vase where the UI becomes non responsive because of the JavaScript executing. And when that happens you will see one of these dialogs popup and you are at the mercy of the end user, not the best of places to be. This has to be a URL, you can’t just pass a function, something that would have been handy. 1: 2: 3: 4: 5: 6: 7: 8: Start. The Problem Solver - Wednesday, May 2, 2012 - How Are You Scaling ASP.NET?
There are some interesting debates out there around scaling ASP.NET. How do you do it? Please fill out this poll and tell the world: Interested in a blog post on this? Take it to the comments section. Cheers, @mkennedy Filed … Continue reading → Polls.NET ASP.NET MVC polls web - String literals and ‘==’ versus Equals(…)
I had a little fun today playing with ‘==’ vs. the Equals(…) method. knew that somewhere in.NET 2.0 I believe) there had been some improvements in String.Empty versus “”, but I didn’t quite realize that this affected all string literals. In the code below you can see how value types and reference types may behave differently when using ‘==’ versus the Equals method. My surprise came when I discovered that line 39 and 41 both return TRUE. Apparently the string literals in an assembly get put in a master list of string constants and then reused where the same string literal gets used. 64: {. The Blomsma Code - Monday, April 30, 2012 - How much packaging
Richard and myself receive a batch of Microsoft Windows Embedded licence keys. Having only ordered four we were a bit amused by the size of the box they came in. .NET Mutterings - Saturday, April 28, 2012 - What’s new in ApprovalTests.Net v.19?
This is a relatively small release, only 2 real changes. EmailApprovals Better Rdlc Syntax Email Verification Almost every site sends some sort of email. These have been hard to test, usually requiring some sort of email to be actually sent. Now you can simply say: EmailApprovals.Verify( new MailMessage()) This is particularly nice with a [UseReporter( typeof (FileLauncherReporter))] As it will open in your desktop email client (like outlook, not gmail) making it very easy to see the results. In this release I am taking advantage of the anonymous enumerator syntax. Email Rdlc Reports C
| | |