zoukankan      html  css  js  c++  java
  • About Subsonic SubSonic.dll

    From:

    http://www.codeplex.com/subsonic

    http://subsonicproject.com/

    Our Project Site has MOVED! For news, docs, and information, check out:

    http://subsonicproject.com

    About Subsonic
    SubSonic is a toolset that helps a website build itself. At it's core it's:

    • 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
    • A complete utility toolset, complete with Rails-like scaffolding, migrations (DB Versioning), and code generators
    • A dynamic query tool, that lets you use SQL Server and the Enterprise Library without having to know SQL
    • An OR Mapper that extends to views and stored procedures so you're not locked into the OR/M thing

    What SubSonic does for you:
    1. Trim hours from your DEV cycle. This not only happens because the code is generated for you initially, but it's also maintained by SubSonic whenever you change your database.
    2. Gives you the option to go full-tilt OR/M, or use SPs/Views. We don't want to tell you what to do, you already know best. We just want to help.
    3. Help your application build itself. With our generators (class, scaffold, and batch-class) your site can build itself in no time. The scaffolding will help you work with your data quickly.
    4. A solid foundation from which to extend. Our starter site comes pre-wired with ASP.NET membership built in, AJAX, full 3-column elastic XHTML theme, and user administration pages from which you can administer your site's membership. That's at least a week's worth of work - already done!
    5. Get your project from idea to prototype in a fraction of the time. That's the strength of this project - using our starter kit you can have a sharp prototype up and running in the merest fraction of what it used to take.

  • 相关阅读:
    【内推】平安产险大数据测试开发工程师,15-30k!
    python中的正则表达式(re模块)
    C#中ArrayList和string,string[]数组的转换
    C# 中的sealed修饰符学习
    面试题目记录
    C#中Internal class与静态类说明
    转载 C#使用Salt + Hash来为密码加密
    转载C# 对象转Json序列化
    使用https时,网站一些内容不能正常显示的问题
    转载 JQuery.data()方法学习
  • 原文地址:https://www.cnblogs.com/emanlee/p/1325048.html
Copyright © 2011-2022 走看看