ASP.NET MVC3 Razor语法简介
摘要:Introducing “Razor” – a new view engine for ASP.NET
One of the things my team has been working on has been a new view engine option for ASP.NET.
ASP.NET MVC has always supported the concept of “view engines” – which are the pluggable modules that implement different template syntax options. The “default” view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms. Other popular ASP.NET MVC view engines used today include Spark and NHaml.
The new vie
阅读全文
posted @
2012-05-23 16:24
上校
阅读(1709)
推荐(0) 编辑
powerdesigner 生成注释脚本
摘要:进入菜单database->edit current DBMS,在general下选择左侧的script->objects->table->tablecomment下,在右侧的comment和value里面都复制上comment on table %TABLE% is '%COMMENT%'之后应用。
同理进入script->objects->column->columncomment下在右侧的value里面复制上
EXECUTE sp_addextendedproperty N'MS_Description', N'%COMMENT%', N'user', N'dbo', N'table', N'%TABLE%', N'column', N'%COLUMN%'
阅读全文
posted @
2012-05-21 09:38
上校
阅读(492)
推荐(0) 编辑