krugs525

Stories kicked 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

Visual Studio 2010 == Visual Studio 2008 + ReSharper(codebetter.com)

submitted by LordLord(3737) 3 years, 4 months ago

o you want the next gen of next-gen applications? Get the Visual Studio 2010 CTP! Which is – according to Microsoft itself – really just Visual Studio 2008 with ReSharper installed. read more...

7 comments |category: |Views: 931

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

Be a Keyboard Guru, not a Mouse Guru(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 5 months ago

If you are a developer who wants to improve your skills, do not just think of code & syntax. Have you ever been in front of a team lead or architect lead and they look like magicians when they code and you feel embarrassed when you pick up your mouse? I know I have. Well, it’s not really anything fancy. They are not musicians even though it’s intimidating when you are not that fast with the keyboard; read more...

add a comment |category: |Views: 503

tags: another

Separate Assemblies != Loose Coupling(codebetter.com)

submitted by scottcreynoldsscottcreynolds(195) 3 years, 7 months ago

read and learn read more...

add a comment |category: |Views: 403

tags: another

Top 10 Things New Twitter Users Need To Know(jeffblankenburg.com)

submitted by jblankenburgjblankenburg(1264) 3 years, 9 months ago

Those new to Twitter need some guidance. Jeff Blankenburg has come up with a list of things that someone new to Twitter needs to read before even creating their account. read more...

add a comment |category: |Views: 352

tags: another

Linq, Like, Mocks, and Expression Trees(melgrubb.spaces.live.com)

submitted by pmontgomerypmontgomery(125) 3 years, 10 months ago

Mel Grub faces using SQL "LIKE" in LINQ with a mocked DataContext read more...

add a comment |category: |Views: 21

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

Negative Attitudes are a Cancer to Successful Teams(stevenharman.net)

submitted by usshermussherm(5285) 3 years, 10 months ago

Team members with a negative attitude are thieves, robbing the team of its potential, its moral, and often its success. read more...

add a comment |category: |Views: 303

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

Linq to SQL Wish List(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 11 months ago

What do we want to see in the next version of Linq to SQL ? read more...

add a comment |category: |Views: 326

tags: another

Visual Studio Usability Tip: Highlight Current Line(stevenharman.net)

submitted by usshermussherm(5285) 4 years ago

A small tweak you can make to your Visual Studio color scheme to help you navigate your code faster... maybe. read more...

add a comment |category: |Views: 1454

tags: another

The Developer Exchange Program(stevenharman.net)

submitted by usshermussherm(5285) 4 years, 1 month ago

How much better a developer would you be if you could regularly observe another Agile team in action... in person. read more...

2 comments |category: |Views: 7

tags: another

Linq joining to in-memory collections is bad(melgrubb.spaces.live.com)

submitted by mattcastomattcasto(110) 4 years, 2 months ago

Mel Grubb found a situation where a simple LINQ join lead to an OutOfMemoryException. read more...

add a comment |category: |Views: 10

tags: another