Is there any reason why the class \'SubSonic.Repository.SubSonicR开发者_C百科epository\' in the SubSonic.Core assembly (3.0.0.3) is not marked as Serializable? Or know of a workaround to serialize a s
this is by far my toughest question yet and I\'m hoping someone has stumbled upon this issue before and found an elegant answer. Basically, I\'ve got a few linq extension methods (which just happen to
I\'m new to C# and Subsonic. I\'m trying to solve the following case: public class UnknownInt { public int val;
I\'ve开发者_StackOverflow中文版 been using subsonic for quite a while now and I seem pretty confident about using it in my thesis. What I\'m not sure about is how will it handle geometry data types. A
Is t开发者_如何学Gohere a way with subsonic to preform a self join?There used to be a discussion on subsonic about this, now dead. It basically said:
I have an MVC project setup, and I\'ve brought the subsonic Active Record templates into my project, and they generated successfully and I can use the subsonic classes to access my database.However, h
i\'m supposed to convert a csv file into a nice report for bosses. At first, I didn\'t even think of programming at all. As a power user of both excel and word, i thought i could get the job done in
开发者_开发知识库I have a large batch insert using SubSonic which takes about 10s (sometimes more), will this produce any problems if my website tries to open another connection to my sql server?
For examples sake, lets say I have a t开发者_Python百科able containing these columns ID (primary key, auto increment)
I\'m new to SubSonic and reasonably new to LINQ as well, so I\'m just trying to put a little app together.