|
|
daveschinkel
daveschinkel
 |
|
Stories kicked by daveschinkel
|
|
submitted by
daveschinkel
13 hours, 49 minutes ago
codebetter.com — have learned an important lesson from my combined experiences at all the places I've worked. That is: raw requirements cause waste. A term I've used (and have heard others use) is that requirements are either "baked" or "not baked". For a development team to plan an iteration, or a scope of delivery, the requirements need to be baked. If we pull the development team into a planning session, we ensure the requirements are fully baked before the meeting. Developers will be asking specific questions about the details of the requirements, and answers need to be readily available. read more...
add a comment
|
category: ASP.NET | Views: 2
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
daveschinkel
14 hours, 42 minutes ago
codezest.com — SharePoint SharePoint how sad are we
Your marketing promise me everything under the sun & as far as my eyes can see
A hidden cost, a nasty toss, a huge 5 year loss
Go hire a whole team, 3rd party pugs-ins, SharePoint consultants with nothing BUT cost read more...
add a comment
|
category: ASP.NET | Views: 3
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
daveschinkel
14 hours, 56 minutes ago
codezest.com — SharePoint SharePoint how sad are we
Your marketing promise me everything under the sun as far as my eyes can see
A hidden cost, a nasty toss, a huge 5 year loss
Go hire a whole team, 3rd party pugs-ings, which ends up to very high cost read more...
add a comment
|
category: ASP.NET | Views: 0
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 days, 4 hours ago, submitted by
daveschinkel
2 days, 7 hours ago
devlicio.us — Well, it is about time we (Tim, Chris and myself) actually made this announcement. We will be doing a MVC book with O'Reilly titled 'Programming MVC'. We are super excited and super pumped to get this out the door. All three of us are huge fans of the MVC framework and know that this is framework going to be smashing success. read more...
add a comment
|
category: ASP.NET | Views: 203
|
|
tags:
OReilly, MVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 days, 4 hours ago, submitted by
dwhittaker
2 days, 8 hours ago
dimecasts.net — A pairing session where Kyle and Derik use TDD to create a new Feature for DimeCasts.net read more...
add a comment
|
category: C# | Views: 87
|
|
tags:
Dimecasts.net, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 days, 4 hours ago, submitted by
dwhittaker
4 days, 8 hours ago
dimecasts.net — Learning how to turn an Anonymous object into a Dictionary via a short screencast read more...
1 comment
|
category: C# | Views: 280
|
|
tags:
Dimecasts.net, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
daveschinkel
6 days, 18 hours ago
devlicious.com — Over the years I have conducted my fair share of interviews with potential new employees for the different companies I have worked for. In fact my company is currently looking for a few good developers now. What has always confused me is the lack of questions asked by the potential candidate. Sure they ask the standard stuff like vacation, benefits (pay, 401k, insurance), work/life balance, company history. However, most fail to even mention anything about the team, the environment or the companies philosophy towards software development. If you ask me, knowing how the team is structured/ran is more important in some respects then ‘standard questions’. read more...
add a comment
|
category: C# | Views: 12
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 days, 1 hour ago, submitted by
Jemm
7 days, 10 hours ago
devlicio.us — "At the users group I asked the question to the group 'who creates automated tests as part of their daily development cycle?'. After I asked this question I followed it up with, and if you don't WHY, WHY, WHY, WHY...... Below are some of the answers I received (btw, not the first time I have heard these reasons)." read more...
1 comment
|
category: Unit Testing | Views: 330
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 11 days, 1 hour ago, submitted by
M0CKMAN
11 days, 10 hours ago
dimecasts.net — A short screencast introduction on how to use the AutoMocking Conatiner in StructureMap read more...
4 comments
|
category: Unit Testing | Views: 104
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
daveschinkel
13 days, 19 hours ago
codezest.com — Today I needed to create a nested grid using repeaters. Pretty common but always a pain in the ass with all Microsoft controls. I needed to nest my repeaters just like you’d nest any other control like the DataGrid or GridView. The issue came up for me when I wanted to create a delegate for my nested repeater (repeater inside my parent). Since a nested control within a control (the nested repeater in this case) is not available at the page level, Intellisense or the compiler will not know that it exists. Because it’s nested inside a parent, it becomes pat of that parent’s collection of objects. read more...
add a comment
|
category: ASP.NET | Views: 8
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
daveschinkel
15 days, 6 hours ago
devlicio.us — Another session that I sat in on today was "Open communication, Resistance to change, Going with the status quo with reference to the various roles on the team "
If I could wrap up the entire session in a phrase it would be the following:
When your team feels empowerment and has passion they will be successful
Below are my notes, sorry they are not in a long descriptive form, but they are notes :) read more...
add a comment
|
category: Other | Views: 4
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
daveschinkel
15 days, 6 hours ago
devlicio.us — If you have not checked out the new AutoMocking Container that is part of StructureMap 2.5 I would highly suggest you do, it rocks.
I thought I would show how simple it is to create a PartialMock on the Class under Test (CUT) when using the RhinoAutoMocker.
Our Class we want to mock read more...
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
daveschinkel
15 days, 6 hours ago
devlicio.us — One of the common themes of this years KaizenConf was how to move a towards being a lean organization. During most of the sessions and conversations that I was part I cannot tell you how often I heard words like Convince, Convert and Persuade said. read more...
add a comment
|
category: C# | Views: 2
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
17 days, 9 hours ago
devlicio.us — Today I was browsing my list of RSS feeds and I stumbled upon a posting that showed some Asp.Net code. This code was nothing out of the ordinary, it was simply someone building a table with a repeater. . . read more...
add a comment
|
category: ASP.NET | Views: 12
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 18 days, 5 hours ago, submitted by
dwhittaker
18 days, 10 hours ago
dimecasts.net — A short screencast on how to set up Castle Windsor for Auto Registration by using convention based registration. read more...
add a comment
|
category: C# | Views: 123
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|