Where can I find an examples of code migration from SubsSonic 2.2 to 3.0. For example we have Subssonic 2.2 code:
Anyone know anything about why linq queries are about 6 times slower when querying using active record vs simplerepository?
I\'m 开发者_如何学编程real interested in using SubSonic, I\'ve downloaded it and I\'m enjoying it so far, but looking at the activity on github and googlegroups it doesn\'t seem to be very active and
Hey there, new to SubSonic and Templates. I\'m compiling my Web Application using VB.net (I didn\'t notice anywhere that SubSonic requires C#.net and although I can write c# code I am more versed in
I\'m wondering if the following SQL update query is possible using the equivalent SubSonic commands: UPDATE MYTABLE SET MYFIELD = MYFIELD + 3 WHERE ANOTHERFIELD = ANOTHERVALUE
I\'ve got a question regarding how to retrieve the auto-increment or identity value for a column in SQL Server 2005, when said column is not开发者_C百科 the first declared column in a table.
I am not running Mike\'s latest code because it does not build and he didn\'t update the templates to generate code for the new Load with columns he added.So I am one revision back in the source.
I\'m a bit new to subsonic (i.e. evaluating 3.0.0.3) and have come across a strange behavior in GetPaged(int pageIndex, int pageSize).When I execute the method it does two SQL calls.Any ideas why ?
I\'ve inherited an website that is base on DashCommerce 2 SubSonic 2.0.3 I wish to add some customfields to the project however cannot find .tt files. Also there is not option to \"run tool\"
I have a stored proc: CREATE PROCEDURE MyProc ( @P1 uniqueidentifier, @P2 int = NULL output, @P3 int = NULL output )