2008-01-02から1日間の記事一覧

データベースの作成

LINQ to SQLを使うとDDLを書かずにデータベース、テーブルが作れるのが良いですね。外部キーもちゃんと張られますし。 (追記) これはLINQ to SQLじゃなくてLINQ to Entitiesなのかな。LINQ toほにゃららの区別がついてないです。(^^;

OracleでLINQ to SQL(顛末)

http://code2code.net/DB_Linq/ですが、 DB_Linq is prototype software. Simple queries do work, complex ones probably not. That said, you are free to use it in your production code - just test everything thoroughly.Broken/missing functionalit…