Questions tagged [subsonic]

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.

SubSonic 3.0 is the latest version of SubSonic and was released in June of 2009. Work on SubSonic 3.0 lasted close to a year, and revolved mostly around supporting LINQ.

The focus of SubSonic 3.0 is to provide tools, not guidance or an overall mindset/approach. There are a number of things in SubSonic that allow you to move faster while applying whatever patterning floats your boat. We're not as complete as NHibernate, but you'll work faster with less concept count. We're not as deep as Linq to SQL, but you can use our stuff on most databases.

1195 questions
0
votes
1 answer

subsonic 2.1 gac?

Using SubSonic 2.1 in a web app in a hosted enironment (e.g. I don't have control over what happens on the server). Does the SubSonic dll have to be registered in the server GAC, or can it simply be in the website bin folder? Thanks.
R.L.
  • 180
  • 1
  • 4
0
votes
2 answers

Usage of SQL Server function in SqlExpression in Update query

In SubSonic, version 2.2, the following (MSSQL-specific) code fails: SqlQuery update = new Update(SomeTable) .SetExpression(SomeTable.SomeDateTimeColumn).IsEqualTo("GETDATE()") .Where(SomeTable.IdColumn).IsEqualTo(id); At this point…
holzbrenner
-1
votes
1 answer

Using SQL DSN With SubSonic

I want to create a SQL connection using DSN. Then I want to generate the DAL using Subsonic. Please can you give me some pointers on what to do?
Ritesh
  • 1
-1
votes
1 answer

Why is SubSonic and ActiveRecord throwing an exception when updating a record?

I have the following table in MS SQL Server 2008 Standard Edition: CREATE TABLE [dbo].[NewTestQueue]( [JobID] [int] IDENTITY(1,1) NOT NULL, [ServerName] [varchar](50) NULL, [DomainID] [int] NOT NULL, [Action] [varchar](50) NULL, …
Kev
  • 118,037
  • 53
  • 300
  • 385
-1
votes
1 answer

New MVC 4 project based off ASP.net web forum application that uses Subsonic as ORM...where to start....?

I have been given the task of trying to convert our company's existing ASP.NET Web Forms application into an MVC 4 application (as an R&D starting project). I have a little experience with MVC 2, but my issue is trying to actually get started. We…
-1
votes
1 answer

Joins in Subsonic queries

I have been trying to find a sane method for performing joins in Subsonic for a website that I have been tasked with changing but searching the web doesn't really help and it seems that SubSonic's website it offline for a while. Here is what I am…
Jay Blanchard
  • 34,243
  • 16
  • 77
  • 119
-2
votes
1 answer

2Wire router port forwarding

I am having some trouble allowing my 2wire router (provided by AT&T to forward certain ports. I have a raspberry pi running subsonic (a music server) and I would like to access it from the outside internet. I have configured the pi with a static LAN…
-3
votes
1 answer

Where to download Subsonic 2.2 Sourcecode without svn client?

Checkout with svn does not work in my environment. Im looking for the sourcecode of Subsonic 2.2 as zip file for example..
isepise
  • 1,123
  • 8
  • 6
-3
votes
1 answer

what do I need to work with subsonic?

Possible Duplicate: Give an example of using subsonic 3 Please tell me what do I need to know to work with subsonic? What do I need to read and where ? I ask this because I see no documentation on subsonicproject.com. Please give me a list of to…
-3
votes
2 answers
1 2 3
79
80