|
|
JanVanRyswyck
Stories kicked by JanVanRyswyck
|
|
submitted by
adminjew
22 hours, 7 minutes ago
codebetter.com — As mentioned in a previous blog post, waste elimination is usually the most obvious and least resistant way to improve value and flow in a product. So I’m just going to jump right into some of the waste factors that are usually easy to identify, evaluate, modify and sustain their solutions in software product development. Not going to cover all forms of waste, just the most common ones. read more...
add a comment
|
category: Other | Views: 5
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
adminjew
2 days, 15 hours ago
codebetter.com — It's been a while, but we've gotten several new things into Machine.Specifications (MSpec). I'm excited to finally release them for everyone to start playing with. You can grab the bits here.
Let's talk about what's new though. Here's an example of a new context/spec: read more...
add a comment
|
category: C# | Views: 7
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 days, 19 hours ago, submitted by
javery
7 days, 20 hours ago
altnetpodcast.com — Learn about Ruby, why you should check it out, and what the status is on the IronRuby project, read more...
add a comment
|
category: Open Source | Views: 90
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ehoff
10 days, 11 hours ago
lostechies.com — As an attempt to continually improve my contributions to the community, I'm trying to determine the value I'm generating through the volunteering of my time. What, dear reader, would you say is INETA's place in today's ever changing world of .NET? read more...
add a comment
|
category: Community | Views: 8
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 6 days ago, submitted by
terrble
1 month, 7 days ago
jeffreypalermo.com — The fundamental rule is that all code can depend on layers more central, but code cannot depend on layers further out from the core. This architecture is unashamedly biased toward object-oriented programming, and it puts objects before all others. read more...
1 comment
|
category: Architecture | Views: 276
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 10 days ago, submitted by
ang3lfir3
1 month, 10 days ago
deepfriedbytes.com — Domain-driven design (DDD) is an approach to the design of software, based on two premises. For most software projects, the primary focus should be on the domain and domain logic (as opposed to being the particular technology used to implement the system) and complex domain designs should be based on a model. David Laribee wraps up his discussion with hosts Keith and Woody about the growing design practice and how it can be used with the .NET platform. read more...
add a comment
|
category: Architecture | Views: 206
|
|
tags:
Design, Domain-driven, Laribee, Architecture, DDD | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 11 days ago, submitted by
brandewinder
1 month, 11 days ago
lostechies.com — With Rhino Mocks 3.5 just around the corner, I've started using it to create much more readable tests. One of the things that always bothered me with Expect.Call, constraints and the like was that it mixed in the Arrange with Assert. For those that haven't heard of AAA, it's a pattern for authoring unit tests:
* Arrange - set up the unit under test
* Act - exercise the unit under test, capturing any resulting state
* Assert - verify the behavior through assertions
As I moved towards BDD context/specification style tests, working with Rhino Mocks didn't fit the picture very well. But with the new AAA syntax of Rhino Mocks 3.5, I can very cleanly separate out the behavior I want to observe from the mechanics of setting up the test. read more...
add a comment
|
category: Unit Testing | Views: 81
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 5 days ago, submitted by
carcer
1 month, 17 days ago
codebetter.com — If you're anything like me, you probably learn a lot better by going through code rather than reading books. I'm happy to release the Foundations of Programming Learning Application - it's a complete solution meant to show what was covered in the Foundations series. read more...
add a comment
|
category: Community | Views: 409
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 18 days ago, submitted by
chrissie1
1 month, 18 days ago
lostechies.com — This is the 5th and last part in a series on hoow to make a bad application better. Wonderfully explained. There is a lot to learn from this. read more...
add a comment
|
category: C# | Views: 353
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 18 days ago, submitted by
terrble
1 month, 19 days ago
lostechies.com — I've been hearing from several colleagues about how their Visual Studio solution files have many (i.e. more than 10, and usually more than 30 -- in one case, more than 100!). So far, none of them have been able to give me any good explanation for why this is and most of them hate it but they can't change it because their architect/lead/whatever won't let them.
I'm hoping that by getting the discussion going on this in the greater community, we can try to discourage everyone from having lots of projects in a solution. read more...
add a comment
|
category: Visual Studio | Views: 445
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 18 days ago, submitted by
cwoodruff
1 month, 19 days ago
deepfriedbytes.com — Domain-driven design (DDD) is an approach to the design of software, based on two premises. For most software projects, the primary focus should be on the domain and domain logic (as opposed to being the particular technology used to implement the system) and complex domain designs should be based on a model. David Laribee sat down with the hosts Keith and Woody to discuss this growing design practice and also discuss how it could be used with the .NET platform. read more...
add a comment
|
category: Architecture | Views: 145
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 22 days ago, submitted by
maartenba
1 month, 22 days ago
weblogs.asp.net — The ASP.NET MVC team is in the final stages of finishing up a new "Preview 4" release that they hope to ship later this week. The Preview 3 release focused on finishing up a lot of the underlying core APIs and extensibility points in ASP.NET MVC. Starting with Preview 4 this week you'll start to see more and more higher level features begin to appear that build on top of the core foundation and add nice productivity.
There are a bunch of new features and capabilities in this new build - so much in fact that I decided I needed two posts to cover them all. This first post will cover the new Caching, Error Handling and Security features in Preview 4, as well as some testing improvements it brings. My next post will cover the new AJAX features being added with this release as well.
read more...
2 comments
|
category: ASP.NET | Views: 241
|
|
tags:
ScottGuthrie, MVC, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 22 days ago, submitted by
DavyBrion
1 month, 23 days ago
davybrion.com — In this post i question the usage of a WCF service layer instead of going for a NServiceBus based messaging approach read more...
add a comment
|
category: Web Services | Views: 553
|
|
tags:
WebServices | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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