Search code examples
subsoniccsla

Subsonic and CSLA.NET


Can SubSonic be used with CSLA.NET? Has anyone tried this. From my understanding

  • SubSonic is a DAL
  • CSLA.NET is a BAL (BLL)

I can't seem to find any information on this.


Solution

  • SubSonic could be used as a DAL. I had a some trouble implementing a DAL at first when I was learning CSLA just because there is little documentation on this subject. I would recommend checking out our templates. We have a complete working Parameterized SQL or Stored Procedure driven DAL. This is all sub templated out so you could easily implement or copy 8 sub templates and change it to use SubSonic and all of your BO's would now be driven by SubSonic in a very small amount of time.

    Thanks -Blake Niemyjski (Author of the CodeSmith CSLA Templates)