SRT Solutions

Blogs

Browse by Tags

  • Boo! at Lansing Area .NET User Group meeting

    Nope, this isn't a Halloween gag, but it's timed well. On Thursday, October 16, Jay Wren will be speaking about the Boo programming language at GLUGNet in Lansing. Boo is a statically typed language with a python-inspired syntax and it runs on the .NET platform. He will be discussing how to create...
    Posted to Dianne Marsh (Weblog) by dmarsh on Mon, Oct 13 2008
  • Tweaking my color settings

    Like many developers, I spend a lot of time reading and writing code every day. After hearing so many developers praise the "dark background/light text" colors that have become popular, I decided to switch too. I did some research and found a theme I really liked . I tweaked it very slightly...
    Posted to Patrick Steele (Weblog) by Anonymous on Thu, Oct 9 2008
  • ActiveRecord and a Custom NHibernate PrimitiveType

    I was intrigued by Steve Smith 's blog post yesterday about reducing SQL Lookup tables in nHibernate . He gave an example of a WorkOrderStatus class the exposed the actual status as a POCO object that wasn't stored in the database. What really piqued my interest was the following comment: NHibernate...
    Posted to Patrick Steele (Weblog) by Anonymous on Tue, Oct 7 2008
  • Project Eurler #12

    I see that Bill did Euler #11 earlier this week so I thought I'd tackle #12 . The first thing I wanted to do was write a routine to generate a triangle number. As we've seen throughout this series , LINQ can come in very handy: static int TriangleOf( int number) { return Enumerable.Range(1, number...
    Posted to Patrick Steele (Weblog) by Anonymous on Sat, Oct 4 2008
  • Playing around with ASP.NET MVC

    As I'm a big fan of Castle Project's MonoRail , I often get asked my opinion of the ASP.NET MVC stuff Microsoft is working on. And I always have the same answer -- I've seen some demos but haven't actually played around with it. So I took some time tonight and installed it. Installation...
    Posted to Patrick Steele (Weblog) by Anonymous on Thu, Oct 2 2008
  • ActiveRecord + HQL and an "IN" clause

    Late last year as I was using MonoRail and ActiveRecord for a simple web application. I was helping my local church find volunteers with various skills to teach some basic computer courses to the the church staff. I wanted to keep track of the volunteers along with the skills they had. I used this as...
    Posted to Patrick Steele (Weblog) by Anonymous on Wed, Oct 1 2008
  • Using JSON with MonoRail

    As a sort of follow-up to my AJAX and MonoRail post , I've put together a small project showing how you can easily use JSON with MonoRail . I planned on posting a blog entry and the code tonight but instead, I decided to spend some time working on the AJAX and JSON section of the MonoRail Users Guide...
    Posted to Patrick Steele (Weblog) by Anonymous on Mon, Sep 22 2008
  • Day of .NET Fall 2008 (Ann Arbor)

    It's time for Day of .NET Ann Arbor ! As John Hopkins has pointed out, the date is October 18th, 2008. Once again will be using Washtenaw Community College as our venue. Registration for this FREE event is now open and since we always "sell out", I would recommend an early registration...
    Posted to Patrick Steele (Weblog) by Anonymous on Sun, Sep 21 2008
  • Technology events in Ann Arbor this week and next ...

    Even though it's summertime, there are still a lot of meetings in Ann Arbor this week, and next. On Wednesday, July 2, Chris Sellers will be talking about Amazon EC2 at the Ann Arbor Computer Society meeting. That meeting will be held at SRT Solutions, 206 S. Fifth Ave, Suite 200, Ann Arbor, MI....
    Posted to Dianne Marsh (Weblog) by dmarsh on Tue, Jul 1 2008
  • Charlie who?

    I did it, I started a blog. And I’ve gotta say, these first blog posts are pretty hard. There is the tried and true “about me” blog post, and there is the tactic of just writing a blog post like it’s a second post. But the fact of the matter is, this isn’t a second blog post. There may be people reading...
    Posted to Coding with Great Hair (Weblog) by cmsears on Mon, Jun 23 2008

In our last colurm, we wrote about how technical mentors can benefit companies ( Ann Arbor Business Review, May 22, 2008 ). In this installment, we're...