krugs525

Stories submitted by krugs525

Testing Expressions With Moq(blog.stevehorn.cc)

submitted by krugs525krugs525(130) 3 years, 4 months ago

In one of the tests I was writing using Moq, I needed to test that my repository was called with a particular expression. After struggling for a bit, I found a solution which I am sharing here in hopes that it will benefit you read more...

add a comment |category: |Views: 20

tags: another

How To Help People Understand Unit Testing, Mocks, and Isolation(melgrubb.spaces.live.com)

submitted by krugs525krugs525(130) 3 years, 4 months ago

It's all about vocabulary. The problem isn't usually that people can't understand what you're trying to get them to do, it's that you haven't put it in the right terms for them. read more...

add a comment |category: |Views: 8

tags: another

Announcing jQuery.Firebug(jasonkarns.com)

submitted by krugs525krugs525(130) 3 years, 4 months ago

jQuery.Firebug is a jQuery plugin that simply exposes the Firebug Console API to the jQuery object. read more...

add a comment |category: |Views: 41

tags: another

Oxite: Open eXchangable Informative Troubled Engine(ayende.com)

submitted by krugs525krugs525(130) 3 years, 5 months ago

This is a post about Oxite, but it is actually not about the code base. There has been a lot said about this, and I think that I can solidly put myself on the side that spouts WTF and now seeks access to memory altering drugs. read more...

add a comment |category: |Views: 6

tags: another

Make your LINQ to SQL DataContext fully testable!(krisscott.net)

submitted by krugs525krugs525(130) 3 years, 10 months ago

How to use code generation to make the LINQ to SQL DataContext fully testable. Works great! read more...

add a comment |category: |Views: 97

tags: another

I'm not a real world developer (lostechies.com)

submitted by krugs525krugs525(130) 3 years, 10 months ago

An assessment of the responses to the Entity Framework "Vote of No Confidence". read more...

1 comment |category: |Views: 28

tags: another

Brian H. Prince: Rules of Thumb for Consultants(brianhprince.blogspot.com)

submitted by krugs525krugs525(130) 4 years, 11 months ago

Rules of Thumb for Consultants. read more...

add a comment |category: |Views: 1

tags: another

How to Use BizTalk 2006 with Windows SharePoint Services 3.0: ASP Alli(aspalliance.com)

submitted by krugs525krugs525(130) 4 years, 11 months ago

This article will walk you through the configurations necessary to access SharePoint information and to use BizTalk 2006 to allow internal and external entities access to your repository. read more...

add a comment |category: |Views: 5

tags: another

UAC for Application Developers: ASP Alliance(aspalliance.com)

submitted by krugs525krugs525(130) 4 years, 11 months ago

In this article James examines what UAC is, how it works, why it is important and how to write .NET 2.0/3.0 applications that are compliant with it. read more...

add a comment |category: |Views: 5

tags: another

Getting the most out of .NET data binding(jonkruger.com)

submitted by krugs525krugs525(130) 5 years, 1 month ago

Data binding is a great way to work with data and UI controls, but there’s a lot more to it than just setting the DataSource property of a grid. The .NET framework provides interfaces and components that will let the framework do most of the work for you — as long as you set it up right. read more...

add a comment |category: |Views: 2

tags: another