Triggor

Follow My Heart
  博客园  :: 首页  :: 新随笔  :: 订阅 订阅  :: 管理

随笔分类 -  .NET & C#

摘要:string assemblyName = ConfigurationSettings["BuilderAssembly"]; string builderName = ConfigurationSettings["BuilderClass"]; Assembly assembly = Assembly.Load(assemblyName); Type t = assembly.GetTyp... 阅读全文

posted @ 2017-02-06 11:43 triggor 阅读(100) 评论(0) 推荐(0)

摘要:ORA-12154: TNS:could not resolve the connect identifier specified如果没有配置好,就会出现以上错误。具体安装方法:1、安装Oracle,配置Oracle2、安装ODTwithODAC1120303、到Oracle安装目录下面(如:C:\oracle\product\10.2.0\client_1\network\ADMIN),找到tnsnames.ora文件4、将该文件拷贝到Oracle EntityFramework目录下面(如:C:\app\Administrator\product\11.2.0\client_1\Netwo 阅读全文

posted @ 2012-04-27 17:03 triggor 阅读(547) 评论(0) 推荐(0)

摘要:引自:http://www.csharpfriends.com/articles/getarticle.aspx?articleid=78In this article, we will examine what a stored procedure is and how to call one from SQL Server database. Outline:Why Use Stored Procedures? Creating a Stored Procedure Calling a Stored Procedure Specifying Parameters Data Retrieva 阅读全文

posted @ 2011-07-29 21:05 triggor 阅读(255) 评论(0) 推荐(0)

摘要:Introducing Windows Communication Foundation:http://msdn.microsoft.com/library/dd943056.aspxMSDN概念概述:http://msdn.microsoft.com/library/ms731190.aspxMSDN基本 WCF 编程:http://msdn.microsoft.com/zh-cn/library/ms731067.aspx 阅读全文

posted @ 2011-07-28 21:31 triggor 阅读(136) 评论(0) 推荐(0)

摘要:The .NET Framework is Microsoft's platform for building applications that have visually stunning user experiences, seamless and secure communication, and the ability to model a range of business processes. The .Net Framework consists of:Common Language Runtime – provides an abstraction layer ove 阅读全文

posted @ 2011-07-28 20:52 triggor 阅读(211) 评论(0) 推荐(0)