Sign In
Jeremiah Clark's Blog
A place to collect my ramblings about Microsoft and the .NET Framework.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.Net
Books
C#
C# 3.0
Compilers
Debugging
Hacks
IE8
LINQ
MVC
Off Topic
Opinion
Parallel Computing
Performance
PowerShell
Reflection
SharePoint
SQL
SSRS
Tips
Unit Testing
Unity
Visual Studio
Windows
Workflow
Archive
Archives
February 2012
(1)
August 2011
(1)
January 2011
(3)
December 2010
(1)
January 2010
(1)
May 2009
(2)
April 2009
(1)
February 2009
(7)
December 2008
(1)
November 2008
(4)
October 2008
(2)
September 2008
(3)
August 2008
(2)
July 2008
(5)
June 2008
(2)
April 2008
(1)
March 2008
(4)
February 2008
(7)
January 2008
(2)
October 2007
(1)
September 2007
(9)
February, 2009
MSDN Blogs
>
Jeremiah Clark's Blog
>
February, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jeremiah Clark's Blog
Unit Testing The MVC JsonResult
Posted
over 3 years ago
by
Jeremiah.Clark
9
Comments
One of my favorite features of ASP.NET MVC is the support for JSON . In MVC, an Action Method in a Controller can return a JsonResult. This really comes in handy when integrating with jQuery to provide AJAX-like functionality in an application. In...
Jeremiah Clark's Blog
The Plethora Of Prodigal Patterns
Posted
over 3 years ago
by
Jeremiah.Clark
2
Comments
"Make everything as simple as possible, but not simpler" Albert Einstein With all of the software design patterns available to developers, I think that we sometimes lose focus of the pragmatic development approach: Write code that works. Don’t...
Jeremiah Clark's Blog
25 Random Things About Me
Posted
over 3 years ago
by
Jeremiah.Clark
0
Comments
There is a meme going around Facebook where everyone is writing 25 random things about themselves. I thought I would share this on my blog as well. So without further ado, here are some random facts about me: 1. I get really annoyed when people...
Jeremiah Clark's Blog
Are Software Developers Really Engineers?
Posted
over 3 years ago
by
Jeremiah.Clark
17
Comments
A few co-workers and I lately have been having this conversation. The following hypothetical argument illustrates the con of the argument: How can we be engineers if we can’t agree on what we’re building? Do engineers have conversations...
Jeremiah Clark's Blog
Dynamic Expression Trees
Posted
over 3 years ago
by
Jeremiah.Clark
3
Comments
I have been working on a project that uses the Entity Framework as the persistence store. I am implementing a global search capability that returns results from the various entities that have a string property that start with a given query string. So...
Jeremiah Clark's Blog
Visual Studio Unit Testing Extensions v1.0.0.0 - Continued...
Posted
over 3 years ago
by
Jeremiah.Clark
1
Comments
Last night I wrote a post about the Visual Studio Unit Testing Extensions that I put out on CodePlex . I forgot to mention one of my favorite features that the library provides. I showed how you can use the library to write readable unit tests like the...
Jeremiah Clark's Blog
Visual Studio Unit Testing Extensions v1.0.0.0
Posted
over 3 years ago
by
Jeremiah.Clark
7
Comments
This is a personal hobby project that I have been working on recently. The code has been released on CodePlex and can be found here . The Visual Studio Testing Extensions is a library that exposes a set of extension methods to provide a way to write more...
Page 1 of 1 (7 items)