|
|
donnfelker
donnfelker
 |
|
Stories kicked by donnfelker
|
|
submitted by
brandewinder
2 days, 16 hours ago
blog.donnfelker.com — Imagine that your "Services" layer needs needs to send off an event that some data has changed. One way to do this would be to bubble the event to the parent layer and then let that layer bubble the event up again. For example, lets say that the Service layer changed the Customer and it wants to let any interested parties know (as it should) through an event. So it sends a "CustomerChanged" event notification. Since the only object who is watching the Service layer is the Model layer, the model layer will grab the event and then re-publish it again (bubbling it up) the object graph). As you can tell, its a royal pain to do this. Imagine the amount of code you have to write. You've to write a ton of plumbing just to bubble the event from the service to the model to the view model to the view, and vice versa. This is where an event aggregator comes in.
read more...
add a comment
|
category: Patterns | Views: 6
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Tischnoetentoet
2 days, 18 hours ago
blog.catenalogic.com — A detailed download counter extension for BlogEngine.NET 1.4.* that registers all downloads on your blog and shows you detailed information about the downloads itself. read more...
add a comment
|
category: ASP.NET | Views: 5
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
donnfelker
2 months, 15 days ago
blog.donnfelker.com — A detailed blog post that outlines exactly what integration testing is. Its not unit testing, its integration testing. Full examples provided. read more...
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
donnfelker
3 months, 1 day ago
blog.donnfelker.com — Custom DARK .NET Settings file with a preview. You will need Consolas for these settings. read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
donnfelker
3 months, 5 days ago
blog.donnfelker.com — Review 4 common unit testing and integration testing follies. From testing with databases to not testing components because "You think they work". read more...
add a comment
|
category: Patterns | Views: 15
|
|
tags:
Testing, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
donnfelker
3 months, 13 days ago
blog.donnfelker.com — Learn how to resize a Virtual PC VHD File so that the C drive has more space. VERY VERY Helpful when you run out of room on that VPC! read more...
add a comment
|
category: Other | Views: 8
|
|
tags:
VPC, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
donnfelker
7 months, 14 days ago
blog.donnfelker.com — Learn how to configure Microsoft Unity through manual registration and XML registration. A full sample application is included for download.
read more...
add a comment
|
category: Patterns | Views: 17
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 27 days ago, submitted by
donnfelker
7 months, 28 days ago
blog.donnfelker.com — This tutorial shows you how to write text to an existing PDF by using iTextSharp. Learn how to write text on top of the document, below the document and at various locations through the code and full solution provided. read more...
add a comment
|
category: C# | Views: 324
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
donnfelker
8 months, 1 day ago
blog.donnfelker.com — What happens when you don't test certain WCF Attribute values in your unit tests? Sometimes nothing - and sometimes all hell breaks loose. I'm scared of the latter. :)
This is a quick and easy intro into how to unit test your operation contract attribute values. read more...
add a comment
|
category: Web Services | Views: 55
|
|
tags:
TDD, WCF, WebServices | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mnour
8 months, 17 days ago
weblogs.asp.net — I have been working lately with a big group of fellow developers here in SilverKey on the architecture and design of a relatively big project that required much services and messaging work. We thought that we should implement our public services the REST way using WCF for .NET 3.5, with so many customizations, and that we'll use a library called nServiceBus for internal messaging. nServiceBus is a framework for handling publisher/subscriber (pub/sub) model of messaging. It provides reliable messaging via the Enterprise Service Bus (ESB) pattern, and uses MSMQ as the physical bus. read more...
add a comment
|
category: Architecture | Views: 12
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
donnfelker
9 months, 7 days ago
blog.donnfelker.com — NUnit now includes the RowTest extension, written by Andreas Schlapsi, in it's extension assemblies. This extension allows you to write test methods that take arguments and to provide multiple sets of argument values using the RowAttribute. To use RowTest, your test must reference the nunit.framework.extensions assembly.
This post covers how to utilize this attribute. read more...
add a comment
|
category: Unit Testing | Views: 24
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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