Contents tagged with SubSonic
-
Speaking at the Silicon Valley Code Camp on 10/27
I'm presenting two sessions at the Silicon Valley Code Camp on 10/27. So, drop everything, sign up for my sessions, and get to Silicon Valley this weekend!
-
Our ASP.NET book is out. Read some chapters for free!
I'm told that there are still a few people who don't read CodingHorror.com and Haacked.com. These people call themselves the Amish.
-
SubSonic - Code Camp slides posted
Slides and sample code from my talk on SubSonic from the SoCal Code Camp a week ago are available here. The slides were pretty light since my talk was geared towards building some very simple sample pages on the fly.
-
Speaking on SubSonic at the San Diego Code Camp this Saturday
I'll be presenting a session at the San Diego Code Camp this Saturday (6/30/07) titled "Using SubSonic to built ASP.NET applications that are good, fast, and cheap". I'll do a quick overview SubSonic in general, but spend most of the time building out a website. If you're interested in following along on you laptop, be sure to grab of SubSonic 2.0.2 (the latest release)from CodePlex.
-
[SubSonic] LoadFromPost method maps controls to object properties
Since SubSonic data access code and cuts way down on the repetitive grunt work, I've started to resent having to write any code at all. On a recent project, we found that since we weren't writing much data access or map related objects, the majority of the code we had to write revolved around shuttling data between controls and object properties.