Tagged Questions

SubSonic is A Super High-fidelity Batman Utility Belt that works up your Data Access (using Linq in 3.0), throws in some much-needed utility functions, and generally speeds along your dev cycle.

learn more… | top users | synonyms

58
votes
15answers
12k views

Subsonic Vs NHibernate

What is the concensus on when to use one of these tools adversed to the other? I find Subsonic very useful in terms of getting things done quickly, but on large projects it tends not to scale, and its ...
35
votes
7answers
56k views

jQuery Autocomplete and ASP.NET

I searched all over this site and the web for a good and simple example of autocomplete using jQuery and ASP.NET. I wanted to expose the data used by autocomplete with a webservice (and will probably ...
13
votes
3answers
514 views

Which ORM to use?

I'm developing an application which will have these classes: class Shortcut { public string Name { get; } public IList<Trigger> Triggers { get; } public IList<Action> Actions ...
12
votes
2answers
2k views

SQL Views in SubSonic 3.0

Is there any way that I can access my SQL views in SubSonic 3.0? The code generation seems to skip views altogether
9
votes
2answers
1k views

Are there any tips/tricks about using Subsonic with Asp.Net MVC Framework?

Is there anyone using Subsonic with asp.net mvc framework? If so, can you tell us something about your experience. Are there tips and tricks that can be shared?
8
votes
4answers
387 views

What is so great about ORM?

So I'm having a head against the wall moment and hoping somebody can come help either remove the wall or stop my head from moving!! Over the last 3/4 weeks I've been investigating ORM's in readyness ...
7
votes
5answers
884 views

Subsonic 3.0.0.3 not generating parameters for stored procedures

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 they ...
7
votes
3answers
911 views

Adding DataAnnontations to Generated Partial Classes

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 to ...
7
votes
4answers
9k views

A circular reference was detected while serializing an object of type 'SubSonic.Schema .DatabaseColumn'

I am trying to do a simple JSON return but I am having issues I have the following below. public JsonResult GetEventData() { var data = Event.Find(x => x.ID != 0); ...
7
votes
3answers
4k views

SubSonic ASP.NET MVC sample in Visual Web Developer Express

In Visual Web Developer Express 2008 the SubSonic ASP.NET MVC template doesn't seem to work with a new database I added. I removed the Chinook Database and created my own one. I understand the the .tt ...
7
votes
9answers
2k views

What would you choose for your data layer today, Linq or Subsonic?

We are ready to start a brand new project at work, no legacy code. We did use Subsonic in the past and we pretty happy with it. But that was before Linq. Has anyone had to face this same issue (Linq ...
7
votes
10answers
640 views

Open Source Licensing Options for ASP.NET MVC Application?

I'm working on a personal project in ASP.NET MVC that I plan on making open source. In the past, I've open-sourced quite a few PHP scripts and UNIX-based stuff. For those, I typically went with a ...
6
votes
4answers
248 views

Loop to LINQ Conversion -

Ok I have the following, set-up and working great. These lines of code should do a conversion from DAL Entity (Subsonic) to a ViewModel. IList<ProductOptionModel> OptionsRetData = new ...
6
votes
4answers
856 views

Is SubSonic dying

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 looks a lot like a ...
6
votes
2answers
1k views

Subsonic 3 - SimpleRepository

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; string ...
6
votes
4answers
1k views

Subsonic - How to use SQL Schema / Owner name as part of the namespace?

I've just started using Subsonic 2.2 and so far very impressed - think it'll save me some serious coding time. Before I dive into using it full time though there is something bugging me that I'd like ...
6
votes
5answers
1k views

How to get into SubSonic?

a month ago i searched for some tools that will generate c# classes out for my sql database/tables. so i don't have to write DAL classes manually and to save a lot of time. i came across "ORM" and ...
5
votes
3answers
472 views

Subsonic ORM experience

I'm looking for new ORM for a important project, im used to nHibernate with ActiveRecord and I already have a very bad experiencia with EF4, performance and crashing GUI. So search on web I found ...
5
votes
3answers
168 views

Subsonic 3 LINQ Projection issue, fixed or no?

I'm currently experiencing the issue mentioned here (and several other places): http://stackoverflow.com/questions/1105052/subsonic-3-linq-projection-issue This is occurring using the 3.0.0.4 release ...
5
votes
6answers
1k views

.NET ORM solution with class auto-generation: Subsonic, Castle AR, …?

I used to work with a custom data mapping library, and curently I'm trying to switch to a more widespread ORM solution. After some experimentation, I refined my requirements to the following: able ...
5
votes
2answers
3k views

Subsonic 3 VS Entity Framework

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 not ...
5
votes
2answers
2k views

Relationships and Lazy Loading in SubSonic 3.0

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). ...
4
votes
3answers
146 views

Is subsonic in asp.net is a good approach or not? [closed]

I am trying to make an enterprise application in asp.net. Is Subsonic a better approach or not? How do I write code using Subsonic in asp.net? Or is there another way to access data from the ...
4
votes
2answers
170 views

Select doesn't work on IQueryable but does on IList

I have two lines of code, one is AllItems().Where(c => c.Id== id) .Select(d => new Quality(d.QualityType)).ToList(); and the other one AllItems().Where(c => c.Id== id).ToList() ...
4
votes
2answers
248 views

Subsonic : Self Join , Table Alias

Is there a way with subsonic to preform a self join?
4
votes
4answers
261 views

Editing tables with ASP.Net - Quick 'n Dirty

I have need to provide a way for users to edit tables in ASP.Net. The tables are simple (no master/detail relationships), but there are likely to be a lot of them. What's the quickest/simplest way ...
4
votes
5answers
301 views

Is Subsonic compatible with .Net 4.0

Is the latest version of Subsonic compatible with Visual Studio 2010 / .Net 4.0?
4
votes
9answers
271 views

If you had one wish for SubSonic what would it be?

I know this question seems subjective but it's really pretty simple. As a long term user, and part time contributor to SubSonic I'm interested in what the community thinks would be the single best way ...
4
votes
2answers
418 views

Does SubSonic run under Mono?

Has anyone deployed SubSonic on Mono?
4
votes
3answers
390 views

Parent and Child object in SimpleRepository

How would it work in Subsonic's SimpleReporitory if I wanted to be able to have a 1 to many relationship between objects? Would I have to create a bridge object and then build my parent object at ...
4
votes
2answers
222 views

.NET - ORMs and all possible combinations - ViewModel?

How would you approach this problem with an ORM? This is a hypothetical (simplified) example: I have a table of cities: 1 - New York 2 - London 3 - San Francisco 4 - New Orleans I have a table ...
4
votes
4answers
804 views

How to intersept the save method on ActiveRecord?

I need to intercept the Save method, do some validations, alter some properties and then let it go again normally. How can I do this? Thanks! Alex
4
votes
3answers
745 views

Use subsonic 3.0 SimpleRepository to a existing database

I want to use subsonic 3.0 SimpleRepository in my project, but there is a problem : If my table's name like Product etc. then i can't get any data from database, because subsonic generate the sql ...
4
votes
3answers
947 views

Which SubSonic 3 template to use

EDIT: There's now a doc page on this so this question is irrelevant, also it's outdated. Read the docs not this question. I've been toying with the SubSonic 3 code generation for a month or so now ...
4
votes
2answers
335 views

Filterable DataGrid with SubSonic

My goal is to create a DataGrid that uses a SubSonic object as its data source. The grid should have database-side paging and sorting, as well as columns that are intelligently filterable based on the ...
4
votes
5answers
984 views

Should I use SubSonic or Dynamic Data for a new CRUD asp.net application?

I need to throw together a quick CRUD asp.net site, but this may become a bigger application down the road. I have some experience with SubSonic, but it has been so long since I did a project with it ...
4
votes
1answer
2k views

SubSonic Collection Top 1

Is there way in next piece of code to only get the first record? Dal.TreeHtmlExportsCollection treeHtmlExportsCollection = new ...
4
votes
10answers
3k views

Stored procedures or inline queries?

First of all there is partial question regarding this, but it is not exactly what I'm asking, so, bear with me and go for it. My question is, after looking at what SubSonic does and the excellent ...
4
votes
1answer
671 views

How Do I Load an Assembly and All of its Dependencies at Runtime in C# for Reflection?

I'm writing a utility for myself, partly as an exercise in learning C# Reflection and partly because I actually want the resulting tool for my own use. What I'm after is basically pointing the ...
3
votes
1answer
80 views

How do I return data from joined tables through subsonic's objects?

I'm using ActiveRecord on Subsonic 3 and I effectively want to do this: select * from foo left outer join bar on bar.Id = foo.barId where foo.someProperty = 2 I've written a stored procedure ...
3
votes
1answer
132 views

Subsonic 3: Calling Stored Procedures as functions in ASP.NET 4

It seems that the only way to call an Sp with Subsonic 3 is as follows: StoredProcedure sp = new StoredProcedure("NameOfSP"); mySqlCommand.Parameters.Add("@MyVar", SqlDbType.Int).Value = 1; I ...
3
votes
1answer
216 views

Combining multiple SubSonic.Where filters

Is it possible to combine multiple filters in Subsonic 2.1 to a shorter piece of code? SubSonic.Where filterTaal = new SubSonic.Where(); filterTaal.ColumnName = Pagina.Columns.Taal; ...
3
votes
5answers
365 views

Any ORM can programmatically change its connection string at runtime?

I created my own CMS for my own use. currently, I already launch 3 websites using my CMS. and will keep adding. since all the websites always use the same version of my CMS, I just need to create one ...
3
votes
2answers
111 views

Subsonic 3.0 ActiveRecord with dates

I'm having a little trouble with a query. In my database datetimes are stored as YYYY-MM-dd HH:mm:ss I have the following LINQ query: var visitors = Visitor.All().Where(x=>x.Date_Moderated < ...
3
votes
2answers
496 views

SubSonic not recognizing SQLite foreign keys

I'm using SubSonic 3.0.0.3 and I can't seem to get the ActiveRecord .tt files to recognize and generate code for the foreign keys and relationships in my SQLite database. I think it generates ...
3
votes
3answers
160 views

Which DAL approach to take?

ActiveRecord is too limiting normally. However, i'm in a difficult situation in terms of the views held by each member of the team in regards to using ORM's. We currently use a very basic ActiveRecord ...
3
votes
0answers
898 views

Subsonic and .Net 4.0 [closed]

Possible Duplicate: Is Subsonic compatible with .Net 4.0 Does Subsonic support .Net 4.0?
3
votes
5answers
467 views

Benchmark Linq2SQL, Subsonic2, Subsonic3 - Any other ideas to make them faster?

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 start ...
3
votes
1answer
199 views

What is the difference between Nhibernate and SubSonic?

I know that NHibernate is a very powerful ORM but SubSonic is not known for me. please give me a little information about SubSonic and tell me that What is the difference between Nhibernate and ...
3
votes
4answers
2k views

How to tell if user has modified data using bindingsource

I have a DataGridView bound to a bindingsource which is bound to a List<T>. The user clicks a row that goes to a form with textboxes etc. The textboxes are databound like so: if ...

1 2 3 4 5 24