user1593175
user1593175

Reputation: 327

How to use SubSonic 3.0.4 with ASP.NET Web Forms Website?

How to use SubSonic 3.0.4 with ASP.NET Web Forms Website?

I am using Visual Web Developer Express Edition 2008 and i want to generate a Data Access Layer using SubSonic 3.0.4 for ASP.NET Website. Is that possible??

If not then , will it be wise to use SubSonic 2 ? What are the downsides??

Upvotes: 1

Views: 1524

Answers (2)

Ben McIntyre
Ben McIntyre

Reputation: 1968

Subsonic 3 requires the t4 templates which are only supported in the full version of VS - not web developer.

Yes, you can use either version with web forms. I've been having problems with medium trust on some shared server providers and SS3, I'm looking into that at the moment.

The actual official SubSonic site is at : subsonic.wekeroad.com. Subsonicproject.com is a secondary site no longer maintained and largely broken.

Upvotes: 1

Luke Baughan
Luke Baughan

Reputation: 4686

I cant quite remember whether subsonic works as an extension - if so the you'll need the pro version of visual studio. However you will be able to use Microsoft's ORM Entity Framework out of the box with Web Developer - check out the code first option its really quite pleasant to work with and can be easier to learn than some of the more mature ORM's like NHibernate and LLBLGen.

Entity Framework resources http://msdn.microsoft.com/en-us/data/ee712907

As an aside I would recommend upgrading to Visual Studio 2012 - it has loads more useful features than 2008 and you can still use it to target framework versions down to 2.0!

Upvotes: 0

Related Questions