Community Member Profile
James Alexander
Member since Aug 11, 2009
- Profile: /members/4070-James-Alexander.htm
- Comments: 1
- Points: 12
Recent Blog Comments By James Alexander
-
Learning ColdFusion 9: Extending The Query.cfc Service Component
Posted on Aug 11, 2009 at 12:44 PM
Seems like a lot of work just to run a simple insert. Geez. Here's how I'd do it w/ the EDM: using (MyDataContext db = new MyDataContext()) { db.Girls.Add( new Girl { Name = "Tricia", Hair = "Brunette" }); db.SaveChanges(); } Jobs done!... read more »



