john2021

Stories submitted by john2021

Windows 7 Keyboard Tips(brendan.enrick.com)

submitted by john2021john2021(600) 2 years, 8 months ago

Increase productivity in Windows 7 read more...

add a comment |category: |Views: 16

tags: another

Comparing Design Patterns in C# and Ruby: The Command Pattern(johnlmiller.com)

submitted by john2021john2021(600) 2 years, 8 months ago

An example of how to use the command pattern to perform (and undo) actions in C# and Ruby. read more...

add a comment |category: |Views: 70

tags: another

Comparing Design Patterns in C# and Ruby: The Iterator Pattern(johnlmiller.com)

submitted by john2021john2021(600) 2 years, 9 months ago

Comparing the differences in how the Iterator pattern may be implemented in C# and Ruby. read more...

add a comment |category: |Views: 16

tags: another

Comparing Design Patterns in C# and Ruby: The Composite Pattern(johnlmiller.com)

submitted by john2021john2021(600) 2 years, 10 months ago

Another post in the series comparing design pattern implementations in C# and Ruby. This time we take a look at the Composite pattern. read more...

add a comment |category: |Views: 92

tags: another

Compare Design Patterns in C# and Ruby: The Observer Pattern(johnlmiller.com)

submitted by john2021john2021(600) 2 years, 10 months ago

A look at how the Observer pattern can be applied in the two languages read more...

add a comment |category: |Views: 421

tags: another

Comparing Design Patterns in C# and Ruby: The Strategy Pattern(johnlmiller.com)

submitted by john2021john2021(600) 2 years, 10 months ago

A look at how the Strategy pattern is implemented in C# and Ruby. read more...

add a comment |category: |Views: 114

tags: another

Comparing Design Patterns in Ruby and C#: The Template Pattern(johnlmiller.com)

submitted by john2021john2021(600) 3 years ago

The first in a series of post comparing design patterns in both C# and Ruby. This one starts us off with the Template pattern. read more...

add a comment |category: |Views: 13

tags: another

Ten C# Keywords That You Shouldn’t Be Using(codethinked.com)

submitted by john2021john2021(600) 3 years, 1 month ago

Overview of some not-so-common keywords and reasons to avoid them...or understand what the implications are if we use them. read more...

1 comment |category: |Views: 1091

tags: another

Using Reflection to Find Connection String Being Used By NHibernate(johnlmiller.com)

submitted by john2021john2021(600) 3 years, 2 months ago

Example of how you can use reflection to find the connection string that's being used by NHibernate. read more...

1 comment |category: |Views: 16

tags: another

Running a Sql Script to Insert Lookup Data For Tests From C#(johnlmiller.com)

submitted by john2021john2021(600) 3 years, 2 months ago

Goes over how to execute Sql script files from within C#. read more...

add a comment |category: |Views: 18

tags: another

Who Knew Domain Validation Was So Hard?(codethinked.com)

submitted by john2021john2021(600) 3 years, 3 months ago

Justin continues searching for the best place to put domain validation logic. read more...

add a comment |category: |Views: 340

tags: another

NAnt + NUnit: Using Build Script to Run All Test Projects in Solution(johnlmiller.com)

submitted by john2021john2021(600) 3 years, 3 months ago

Goes over a couple of the ways that NAnt can be used to run multiple test projects in a solution. read more...

add a comment |category: |Views: 91

tags: another

Using IComparable<T>, IComparer<T>, and the Comparison Delegate(johnlmiller.com)

submitted by john2021john2021(600) 3 years, 3 months ago

Sorting generic lists using IComparer<T>, IComparable<T>, and the Comparison<T> delegate. Also goes into chaining custom comparers to allow sorting on multiple properties. read more...

add a comment |category: |Views: 255

tags: another

Introduction to Closures in C#(johnlmiller.com)

submitted by john2021john2021(600) 3 years, 4 months ago

"Have you noticed that Resharper will occasionally give you a warning with the message “Access to modified closure” when referencing a variable within an anonymous method or lambda expression?" read more...

add a comment |category: |Views: 37

tags: another

Absolute Paths for Code Coverage Artifacts in MSTest(johnlmiller.com)

submitted by john2021john2021(600) 3 years, 5 months ago

I ran into a case today where one of our unit tests was failing when we ran it, but would pass when we debugged it..... read more...

add a comment |category: |Views: 14

tags: another

Microsoft Charting Controls Based on Dundas Technology(johnlmiller.com)

submitted by john2021john2021(600) 3 years, 5 months ago

Microsoft's new Charting Controls are based on the Dundas control suite. read more...

add a comment |category: |Views: 22

tags: another