Languages  >>  .net

SubSonic: Getting Started Webcast

Language : English Quality : High Has Audio : true Source : Other Media : Flash
This 20 minute webcast shows you how to start from absolute scratch using SubSonic, including:
  • Setting up a Web Site
  • Creating the provider bits in the Web.config
  • Using the DAL to get at your code
  • Moving the DAL to an external assembly (C# Class Library)
  • Versioning your DB

  • Tags: Subsonic, DAL, .NET Framework, Asp.net, Setup, Visual Studio, Frameworks, Opensource, Codeplex, .net, Webcast,     [SUGGEST  A  TAG]

    Resources referenced in this screencast
  • SubSonic
  • DAL - Data Access Layer
  • c#
  • .net Framework

  • Created : 2007-05-22   

    Articles Realted to this Topic

    [SUGGEST  A  ARTICLE]
    SubSonic Tools for Visual Studio
    These Tools integrate the SubSonic code-generation features in Visual Studio 2005. They can be used to generate your DAL in a Web Site, an EXE (WinForms/Service/etc) or a DLL project. The generated files are automatically added to your project's solution and managed by the tools. The Tools also support an Enterprise Library provider
    SubSonic : Another look at code generation
    The overview provides a very quick description of the product’s core feature list.
    SubSonic - The Zero Code DAL
    A Data Access Layer (DAL) builder that requires no code on your part, it builds itself at compile-time with a full object layer and strongly-typed collections