subsonic3
RetryPolicy in Subsonic
I am using Subsonic with a Sql开发者_如何转开发Azure database and it\'s working great. I would like to improve my application by implementing the suggested best practice mentioned in this blog article[详细]
2023-03-01 01:59 分类:问答SubSonic 3 ActiveRecord Fluent Query Multiple Join
I\'m trying to do a multiple join to a second column that is referenced from the first join.So in effect find out which stores the product is in.[详细]
2023-02-26 05:50 分类:问答Subsonic 3.0.0.4 views not working
I went over to the subsonic website and downloaded the version 3.0.0.4. My project 开发者_开发知识库setup went well without errors. I then added the following to access two views in my DB[详细]
2023-02-20 04:10 分类:问答Subsonic3 LINQ Left Outer Join
I am using Subsonic3 and would like to get a Left Outer Join between two tables. Here is the tested SQL[详细]
2023-02-20 01:22 分类:问答How to create separate file ( .vb or .cs ) for each table in db using subsonic 3.0
i am using subsonic v.3 to generate my DAL layer in my ASP.NET application with VB.NET(.NET framework 3.5).[详细]
2023-02-18 18:30 分类:问答SubSonic 3 Using Insert.Into<> without having to specify column names and values?
I\'m just starting to use SubSonic 3 and I\'m struggling with a basic insert operation. I would like to insert a new row into a table with all columns and values as specified by an entity object. Ho[详细]
2023-02-16 09:35 分类:问答Changing the CreatedBy convention in SubSonic (3x)
I\'m working against a database that wasn\'t designed by me and in all the tables there is a CreatedBy field that is an int. Now when I generate against this database I get all kinds of errors, becaus[详细]
2023-02-15 04:55 分类:问答Does/Can/Should subsonic natively handle database collisions?
I have recently picked up SubSonic to use in a new vb.net windows app project and so far I really love it! Its a perfect st开发者_JAVA百科art and written in a way, using t4 templates, which leaves it[详细]
2023-02-15 04:42 分类:问答SubSonic 3.0.0.4 Update out of memory
When I try to update many posts (~50000) using SubSonic 3.0.0.4 after about 25000 updates i get an exception, out of memory. (Windows7, VS10, SQLServer2008R2)[详细]
2023-02-13 15:23 分类:问答How to filter a GetPaged in SubSonic 3.0 using ActiveRecord
I\'m attempting to filter a GetPaged() result using SubSonic 3.0 but I haven\'t been able to find a way.[详细]
2023-02-12 12:45 分类:问答