2013年3月22日

[转]Using The Entity Framework With WCF

摘要: 本文转自:http://www.gavindraper.co.uk/2010/12/07/using-the-entity-framework-with-wcf/I’ve had a few problems when I first started trying to use the entity framework with WCF mainly because it needed to be stateless between requests and all the examples/tutorials I’ve seen involve the context being held 阅读全文

posted @ 2013-03-22 12:13 freeliver54 阅读(299) 评论(0) 推荐(0)

[转]C# ReportViewer报表 详解

摘要: 本文转自:http://www.cnblogs.com/szytwo/archive/2012/04/12/2444145.htmlC#报表控件ReportViewer rdlc 例(1)启动VS2005新建一个窗体项目,命名为TestProj在左边的窗体内选择“添加新数据源”或在菜单上操作“添加新数据源”:选择后出现对话窗体,选择“数据库”,进入“下一步”:本数据源以SqlServer2000所提供的Northwind数据库为例,因此在数据库内选择驱动程序为SqlServer,具体操作视所用数据库而定(如果连接为Oracle,建议用Oracle所提供的ODP for .NET,地址:http 阅读全文

posted @ 2013-03-22 11:52 freeliver54 阅读(4659) 评论(0) 推荐(0)

导航