Dave Glick (Page 6)

Wyam 1.0

Over two years in the making.

After a little over two years of development, I'm thrilled to announce that Wyam 1.0 is now released! Wyam is a .NET static generator that unapologetically places an emphasis on flexibility and extensibility. It's the static generator I wanted two years ago and I'm thrilled that so many have also found it valuable and interesting along the way.

Read more...

Using The Same Object For Server And Client View Models

This short post explores a really simple technique for using the same C# object as a view model on both the client and server.

Read more...

Using Expression Trees To Get Class And Member Names

This is a short post about a technique I've been using recently to get class and member names without resorting to strings. It's not particularly innovative, but works well and might be of interest if you hate magic strings as much as I do.

Read more...