32
votes
17answers
6k 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 …
12
votes
7answers
10k 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 …
8
votes
2answers
744 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?
7
votes
10answers
1k 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 …
6
votes
4answers
439 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
5
votes
11answers
705 views
What ORM should I use for a ASP.Net MVC project?
I am starting a new ASP.Net MVC project and was wondering what is the best Model approach to take.
Most demos recommend LinqToSQL but I know Microsoft are not really enhancing this product and are …
5
votes
5answers
700 views
How to get into SubSonic?
Hi anybody,
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 …
5
votes
9answers
377 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 …
4
votes
2answers
156 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
2answers
463 views
Subsonic 3 - SimpleRepository
Hi guys,
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;
…
4
votes
2answers
339 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
2k 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 …
4
votes
2answers
151 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
1answer
443 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
2answers
55 views
What’s the right way to Load child collections inside a POCO with a SubSonic Repository?
I've read the questions asking about the right way to inject data access into POCOs, and the consensus seems to be "don't". Fine, what is the right way then? If I have an Order object, and I want a …
