Yesterday in the " Coolness of SubSonic " post I had a bit of asp.net markup (as I call it) that would display data in a data list from the data source. It specifically used. <%# Eval("Name") %> For a long time I have wondered how that worked I...
From my last post SQL Parameters in C# I mentioned that I wanted to learn an ORM package. Well I took a quick glance at NHibernate and got overwhelmed and decided to take a look at SubSonic as I have heard a lot of good things about it. Well I am happy...