fredrik

Stories kicked by fredrik

Introduction to Moq(weblogs.asp.net)

submitted by swaltherswalther(975) 3 years, 11 months ago

In this post, I provide an introduction to Moq which is the newest of the Mock Object Frameworks. Moq is promoted by its creators as easier to learn and use than other Mock Object Frameworks such as Rhino Mocks and TypeMock Isolator. read more...

add a comment |category: |Views: 472

tags: another

Stop Polluting the UI Thread - Use a ThreadBarrier(blog.quantumbitdesigns.com)

submitted by QuantumBitDesignsQuantumBitDesigns(325) 3 years, 11 months ago

A ThreadBarrier is a technique for simplifying the interaction between the UI and a worker thread. No longer do UI Controls need to check InvokeRequired and do the posting of events from a worker thread. read more...

add a comment |category: |Views: 465

tags: another

Scrum Explained in 5 Minutes(softhouse.se)

submitted by powerrushpowerrush(3873) 3 years, 11 months ago

PDF entitled "Scrum in Five Minutes" from http://www.softhouse.se/ read more...

add a comment |category: |Views: 1011

tags: another

The Open Closed Principle(msdn2.microsoft.com)

submitted by bahadornbahadorn(340) 3 years, 11 months ago

The first installment of a new MSDN Magazine column by Jeremy Miller. read more...

add a comment |category: |Views: 393

tags: another

Automated Exploratory Testing(research.microsoft.com)

submitted by fredrikfredrik(250) 4 years ago

Pex (Program EXploration) is an intelligent assistant to the programmer. From a parameterized unit test, it automatically produces a traditional unit test suite with high code coverage. In addition, it suggests to the programmer how to fix the bugs. read more...

add a comment |category: |Views: 4

tags: another

Asserting That a Transaction was Completed(iridescence.no)

submitted by fredrikfredrik(250) 4 years ago

How to write unit test to verify that a TransactionScope within the method being tested is completed. read more...

add a comment |category: |Views: 4

tags: another

Entities, Value Objects, Aggregates and Roots(lostechies.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years ago

Basics of DDD read more...

add a comment |category: |Views: 367

tags: another

More on how Entity Framework's single-model goal is flawed(codebetter.com)

submitted by PeterRitchiePeterRitchie(1505) 4 years ago

Greg takes point with the long-term goal of EF as defining the one true model can't possibly appropriate. read more...

add a comment |category: |Views: 256

tags: another

Feedback on Danny Simmons' Why use Entity Framework(codebetter.com)

submitted by PeterRitchiePeterRitchie(1505) 4 years ago

Useful feedback on Danny Simmons' "Why use Entity Framework" read more...

1 comment |category: |Views: 287

tags: another

Writing code that you’re proud of(ytechie.com)

submitted by SuperJasonSuperJason(2740) 4 years ago

Are you proud of the code you write? Take some extra time now and save yourself time down the road. read more...

add a comment |category: |Views: 569

tags: another

Alt.NET Podcast Launched!(altnetpodcast.com)

submitted by blowmageblowmage(455) 4 years ago

The Alt.NET Podcast has a new podcast. The premier episode is a conversation with David Laribee, Jeremy D. Miller, and Chad Myers about continuously improving yourself, your code, and your team. Give it a listen! read more...

add a comment |category: |Views: 118

tags: another

Use ThreadPool.QueueUserWorkItem With Anonymous Types(thevalerios.net)

submitted by mattman206mattman206(305) 4 years ago

Use the power of anonymous types, anonymous delegates and type inference to make ThreadPool.QueueUserWorkItem type-safe and easier to read. read more...

add a comment |category: |Views: 130

tags: another

GOTCHA - LINQtoSQL Paging Problem(dotnethitman.spaces.live.com)

submitted by misbaharefinmisbaharefin(845) 4 years ago

A quick search for how to display paged records in ASP.NET will yield a ton of links and how to's ranging from as simple as automatic paging with the grid controls to custom paging and server side paging in SQL Server, but what about paging in LINQ? read more...

add a comment |category: |Views: 21

tags: another

Linq to Sql, Programming Against an Interface and the Repository Patte(iridescence.no)

submitted by fredrikfredrik(250) 4 years ago

Using the Repository pattern to create an abstraction from the auto-generated classes Linq to Sql or other O/R mappers give us. read more...

add a comment |category: |Views: 9

tags: another

You too can be a metrosexual developer: an interview with Justice Gray(mikeduncan.com)

submitted by DuncanChudDuncanChud(925) 4 years ago

Justice Gray is an Edmonton-based leading .Net developer, .Net convention speaker, influential opinion maker, paradigm-challenger and lady killer. From the outset he has championed the suave, charismatic, virile and pithy route as a fast track the top of the industry, and has largely pulled it off. Read on to learn his tricks of the trade… read more...

add a comment |category: |Views: 22

tags: another

Dependency Injection in WCF Services Part 2 (javicrespotech.blogspot.com)

submitted by fintz69fintz69(700) 4 years ago

In this second post of this series, Javi explains with an example how to apply Dependency Injection pattern in a WCF service using Castle and its WCF facility. read more...

add a comment |category: |Views: 86

tags: another