1/ im modeling my database structure and created a class in wich i want to have some properties of image type.
i need to provide the class datatype and the db datatype.
what do i choose ? image for the db and object for the class ? or theres another way ?
2/ can i write stored procedures directly with linq ? how do i do that ? where on vs ? the method pane ?
thanx