随笔分类 -  .net

摘要:1. delegate 2. func 3. reflection 4. Test 阅读全文
posted @ 2016-04-13 10:58 尹庆超 阅读(334) 评论(0) 推荐(0)
摘要:using System.Collections.Generic; using System.Linq; using System.Xml.Linq; using System.Dynamic; namespace DynamicReadXml { public static class ExpandoXML { public static dynamic As... 阅读全文
posted @ 2016-04-13 10:46 尹庆超 阅读(333) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace AsyncCallBack_Delegate { class Program { static void Main(stri... 阅读全文
posted @ 2016-04-12 15:31 尹庆超 阅读(712) 评论(0) 推荐(0)
摘要:原文地址:http://www.tracefact.net/CSharp-Programming/Delegates-and-Events-in-CSharp.aspxC# 中的委托和事件引言委托 和 事件在 .Net Framework中的应用非常广泛,然而,较好地理解委托和事件对很多接触C#时间... 阅读全文
posted @ 2015-06-11 09:29 尹庆超 阅读(140) 评论(0) 推荐(0)
摘要:原文:http://blog.csdn.net/qldsrx/article/details/8265985 using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Text; namespace Care.Common { public static class O... 阅读全文
posted @ 2013-01-05 14:05 尹庆超 阅读(718) 评论(0) 推荐(1)
摘要:转载:http://blog.csdn.net/donkey2004112103/article/details/3583499excel里的行显示的行号,但是列显示的是英文字母,有时候要看列号就不方便了。下面这段程序可以让字母显示成数字Sub Macro1() Application.ReferenceStyle = xlR1C1 End Sub将ReferenceStyle改为xlA1变回原来的字母,非常强大。 阅读全文
posted @ 2012-04-24 15:54 尹庆超 阅读(284) 评论(0) 推荐(0)
摘要:原文地址:http://www.danrigsby.com/blog/index.php/2008/03/07/xmlserializer-vs-datacontractserializer-serialization-in-wcf/XmlSerializer vs DataContractSerializer: Serialization in WcfPosted byDan Rigsbyon March 7th, 2008TheXmlSerializerhas been in .Net since version 1.0 and has served us well for everyth 阅读全文
posted @ 2011-11-06 10:11 尹庆超 阅读(4801) 评论(0) 推荐(0)
摘要:原文地址:http://blog.csdn.net/luminji/article/details/5281918WCF 中的序列化是用DataContractSerializer,所有被[DataContract]和[DataMemeber]标记的类和属性会被DataContractSerializer序列化。在WCF中使用Contract模式来分辨和指定序列化/反序列化的类型,它是通过http://xmlns/Class这样的命名空间来标识这个序列化的对象的,一旦在序列化过程中无法找到这样的标识(比如某个字段,或者子对象)时,序列化就会失败。KnownTypeAttribute就提供了为我 阅读全文
posted @ 2011-08-31 16:34 尹庆超 阅读(317) 评论(0) 推荐(0)
摘要:http://dotnetslackers.com/articles/ado_net/BulkOperationsUsingOracleDataProviderForNETODPNET.aspxBulk Operations Using Oracle Data Provider for .NET (ODP.NET)Published:31 Oct 2007By:Chinh DoChinh Do describes techniques to improve application performance with bulk operations using ODP.NET.Introducti 阅读全文
posted @ 2010-12-08 15:30 尹庆超 阅读(610) 评论(0) 推荐(0)
摘要:1、根据产品需求完成产品开发工作、确保开发质量2、针对产品需求,能够进行逻辑设计工作,撰写逻辑设计文档3、编写SQL Server存储过程1、 计算机及相关专业毕业,本科以上学历,2年以上.Net平台开发经验2、 熟练掌握.Net Framework架构和C#语言3、 熟悉ASP.NET MVC, ADO.NET, SQL SERVER, Javascript, Web Service, XML,... 阅读全文
posted @ 2010-05-03 22:22 尹庆超 阅读(192) 评论(0) 推荐(0)
摘要:http://bbs.topsage.com/dispbbs.asp?boardid=123&Id=148984 阅读全文
posted @ 2009-12-02 14:48 尹庆超 阅读(310) 评论(0) 推荐(0)