上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 41 下一页

C#中的强类型说明

摘要: 转载原地址: http://www.cnblogs.com/JeffreyZhao/archive/2009/02/27/mvc-use-strong-type-everywhere.html 我们继续来谈《最佳实践》,这次的主题便是“强类型”。 一直说C#是强类型语言,通俗地讲,便是指C#中的“变 阅读全文
posted @ 2016-07-27 07:16 新西兰程序员 阅读(1106) 评论(0) 推荐(0)

Visual Studio中的Build Event

摘要: 在VS中,进行build时,可以在build之前,或者之后执行一些操作,比如把一些css,font,images文件从一个项目的文件夹复制到另一个项目的文件夹 方法: 点击项目,右键-属性-Build Events ,或者直接在双击项目下面的Properties,也可以打开 在Build Event 阅读全文
posted @ 2016-07-27 06:53 新西兰程序员 阅读(1037) 评论(0) 推荐(0)

Umbraco Forms 使Rendering Forms scripts 在不同的template中

摘要: 具体请参考 https://our.umbraco.org/documentation/products/umbracoforms/developer/Rendering-Scripts/ 转载 https://our.umbraco.org/documentation/products/umbra 阅读全文
posted @ 2016-07-26 12:00 新西兰程序员 阅读(191) 评论(0) 推荐(0)

Umbraco Form需要引用些客户端dependencies (jquery)

摘要: Preparing your frontend In order to work correctly Umbraco Forms needs some client dependencies, being jquery, jquery validate and jquery validate uno 阅读全文
posted @ 2016-07-26 11:47 新西兰程序员 阅读(179) 评论(0) 推荐(0)

SQL Server 2016原生支持JSON

摘要: 转载原地址: http://www.cnblogs.com/lyhabc/p/4747694.html SQL Server 2005 开始支持 XML 数据类型,提供原生的 XML数据类型、XML 索引以及各种管理 XML 或输出 XML 格式的函数。 在 SQL Server 时隔 4 个主要版 阅读全文
posted @ 2016-07-26 10:48 新西兰程序员 阅读(709) 评论(0) 推荐(1)

.Net中的Placeholder控件

摘要: NET中的placeholder控件用来做什么的?其实PLACEHOLDER控件,是用来做动态加载用户自定义控件时,一个占位置作用的控件,比如 在从一个Web页面转换到另一个Web页面时,你的ASP.NET应用程序的用户界面的某些部分常常是保持不变的——如某些“装饰”的部分:页眉处的GIF图片、水平 阅读全文
posted @ 2016-07-26 07:10 新西兰程序员 阅读(530) 评论(0) 推荐(0)

VB.Net中点击按钮(Button)会重复提交两次表单

摘要: 在VB.NET程序开发过程中遇到一个问题 提交一个表单时,button的html代码如下 <asp:Button ID="btnSubmit" OnClick="cmdSubmit" runat="server" CssClass="btn btn-default" Text="Send" Caus 阅读全文
posted @ 2016-07-25 10:04 新西兰程序员 阅读(1222) 评论(0) 推荐(0)

转载ASP.NET MVC 和ASP.NET Web Form简单区别

摘要: 转载原地址 http://www.cnblogs.com/lei2007/p/3315431.html 概论: Asp.net 微软 提供web开发框架或者技术。分Web Form和ASP.NET MVC。下面简单说明各自优缺点及使用场景。 Web Form 优点: 1.支持丰富的服务器控件。如:G 阅读全文
posted @ 2016-07-13 13:48 新西兰程序员 阅读(256) 评论(0) 推荐(0)

转载ASP.NET 状态管理Application,Session,Cookie和ViewState用法

摘要: 转载原地址 http://www.cnblogs.com/cuishao1985/archive/2009/09/24/1573403.html ASP.NET状态管理 APPlication,Session,Cookie和ViewStat用法 在ASP.NET中,有很多种保存信息的内置对象,如:A 阅读全文
posted @ 2016-07-13 13:45 新西兰程序员 阅读(232) 评论(0) 推荐(0)

转载 asp.net中ViewState的用法详解

摘要: 转载原地址: http://www.jb51.net/article/73662.htm 在web窗体控件设置为runat = "server",这个控件会被附加一个隐藏的属性_ViewState,_ViewState存放了所有控件在ViewState中的状态值。ViewState是一个名称/值的对 阅读全文
posted @ 2016-07-13 13:02 新西兰程序员 阅读(751) 评论(0) 推荐(0)
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 41 下一页