subsonic3 Questions
3
Solved
I meet a problem about: Object of type 'System.Int64' cannot be converted to type 'System.Int32' when run the SubSonic.Examples.SimpleRepo project base on SQLite provider.
I fond that the data typ...
2
Solved
I'm new to linq and I'm trying to databind to an anonymous type.
I'm using SubSonic 3.0 as my DAL.
I'm doing a select from 2 tables like so
var myDeal = (from u in db.Users
select new
{
User...
1
I'm using Compact Framework 3.5 and have tentatively settled on a custom build of Subsonic 3.0 to do data access. The trouble is that I am used to developing model-first but am also interested in k...
3
Solved
We are in the beginning of a really long development project with several sub projects. Basically each sub-project will take several months to develop. The code itself will be split up into several...
Overblouse asked 18/1, 2011 at 22:5
1
Solved
I have a class named Product in class library project. I am using SubSonic SimpleRepository to persist objects. I have a method as follows in Product class:
public static IList<Product> Load...
Hettiehetty asked 12/1, 2011 at 19:45
3
Solved
I have a Subsonic3 Active Record generated partial User class which I've extended on with some methods in a separate partial class.
I would like to know if it is possible to add Data Annotations t...
Bream asked 5/8, 2009 at 10:51
1
Does Subsonic supports SQLite, if so can subsonic work with Win7 Phone ?
Persist asked 6/9, 2010 at 14:1
5
I am working with Subsonic 2 more than 3 years now...
After Linq appears and then Subsonic 3, I start thinking about moving to the new Linq futures that are connected to sql.
I must say that I st...
Thorne asked 2/3, 2010 at 14:23
2
Solved
I'm using SubSonic 3 (ActiveRecord mode) to generate the code for my DAL. It uses T4 templates (.tt) files that as soon as you save, generate the code for you.
I want to automate this as part of m...
Zoara asked 24/2, 2010 at 11:0
4
Solved
I have a SQL Server 2008 database with a bunch of stored procedures. When I use the ActiveRecord Template provided with Subsonic 3.0.0.3, it generates methods for all of my stored procedures, but t...
Tlemcen asked 28/8, 2009 at 20:34
2
Solved
I'm playing around with SubSonic 3.0 at the moment, and it looks really straight-forward (except that I still have to decide between SimpleRepository and ActiveRecord, but that's another story).
H...
2
Solved
Anyone worked with Subsonic3 and Entity Framework here who can tell me the pros and cons?
This is my first time attempting to try these. Subsonic is easy to setup so as the Entity Framework. I am n...
Aloisius asked 20/7, 2009 at 13:42
2
Solved
The error I'm getting seems to be coming out of the Structs.tt file. I'm using the Northwind db and only using the Products table (I excluded all other tables). I return Json(Product.All()).
Here'...
1
Solved
I am playing around with Subsonic 3's simple repository and am hitting walls in understanding how to deal with foreign keys...
If I have a product object containing
int ID;
string name;
strin...
Softhearted asked 24/7, 2009 at 9:27
2
Is there any way that I can access my SQL views in SubSonic 3.0? The code generation seems to skip views altogether
1
© 2022 - 2024 — McMap. All rights reserved.