|
|
daveschinkel
daveschinkel
 |
|
Stories submitted by daveschinkel
|
|
submitted by
daveschinkel
14 hours, 12 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
15 hours, 5 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
15 hours, 19 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: 204
|
|
tags:
OReilly, MVC, ASP.NET | 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: | |
|
|
|
|
|
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
daveschinkel
27 days, 13 hours ago
codezest.com — I’ve seen a lot of threads out there on 2Wire and Slingbox internet connection pains and I agree it’s a royal pain in the ass. Connecting my Slingbox to my old Linksys router that I had just gotten rid of was a piece of cake. This post is not code related but this experience was such a pain, I decided to hopefully help others by posting my experience here and really tell you how to set this up with full details which I did not find out on the net or at Slingbox.com. read more...
add a comment
|
category: Other | Views: 1
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
daveschinkel
1 month, 1 day ago
codezest.com — Intermittently at times, Visual Studio for some odd reason, refuses to recognize web controls or C# syntax during a build/compile that you know is fine. You’ve included all the right usings, assembly or project references, and the syntax you know worked before, but for some reason it just decides to piss you off when you try to compile by stating it is not familiar with the syntax or control. There are a slew of things one can try in order to sort of kick Visual Studio in the pants when you try to build, and it still can’t seem to notice those web controls even when they are in the designer file and there are no conflicts or syntax issues. Today I has such an issue again. When you exhaust all the tricks of the trade, the next best thing to do is ultimately just recreate the file itself and paste back in your code. read more...
add a comment
|
category: ASP.NET | Views: 3
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
daveschinkel
1 month, 8 days ago
codezest.com — I can’t believe Microsoft would not let me browse some sites like today, such as when I was checking out the Microsoft Partner Site using Mozilla.
I got this very strange error today while trying to look at the Microsoft Gold Partner site just for kicks to see what was on there lately:
Problem Encountered read more...
add a comment
|
category: C# | Views: 7
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
daveschinkel
1 month, 8 days ago
codezest.com — I don’t know how many shops I’ve seen, interviewed with, or even worked at that wave the “We’re a Microsoft Gold Partner” geek flag waved around as if without knowing the place, we automatically are supposed to assume the shop is a credible development shop. Most of these are waved by non-technical managers that know nothing about quality code. This means nothing to me in terms of credibility & quality, and it’s clearly just a marketing term that only benefits Microsoft and somehow makes employers think they should be proud that they are a Gold Partner. It’s like giving an office worker a Certificate because they passed the HTML For Dummies course to hang on their cubes at work. read more...
add a comment
|
category: ASP.NET | Views: 4
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
daveschinkel
1 month, 9 days ago
codezest.com — Today I had the need to take a list of names from a returned list of Custom Objects, and convert one of its properties it to a string that included some HTML. This is nothing fancy, and pretty standard/simple but I thought I’d post about it anyway. Since I did not need a custom ToString() method here to convert all properties of my object, I just created a simple method to iterate through the list of objects and add one of the properties to the StringBuilder object which is ultimately being returned to give me the nice string with HTML. read more...
add a comment
|
category: C# | Views: 4
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
daveschinkel
1 month, 11 days ago
codezest.com — I hear a LOT of developers refer to what are essentially N-Layers as “N-Tiers”. This kind of bugs me a little when I see or hear it from developers.
First of all, they are not even close the same thing, and it’s important as a developer to get this straight so that you are using the terminology properly. The difference is simple but very important when you’re talking about your applications. They should not be loose terms and intermingled as about probably 90% of the developers out there that I’ve worked with seem to do. read more...
add a comment
|
category: Architecture | Views: 19
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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