Question

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??

Was it helpful?

Solution

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.

OTHER TIPS

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!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top