<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>先有法而后有信，信而后有礼，礼后义，义后仁，德道皆不失也 &#187; .Net方面</title>
	<atom:link href="http://blog.ywxyn.com/index.php/archives/category/dao/software/net/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ywxyn.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Dec 2011 05:23:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>asp.net checkbox always false</title>
		<link>http://blog.ywxyn.com/index.php/archives/1081</link>
		<comments>http://blog.ywxyn.com/index.php/archives/1081#comments</comments>
		<pubDate>Wed, 20 Jul 2011 13:51:56 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[.Net方面]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=1081</guid>
		<description><![CDATA[checkbox 一直false]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/1081/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c#调用带soapHeader的java webservice</title>
		<link>http://blog.ywxyn.com/index.php/archives/1063</link>
		<comments>http://blog.ywxyn.com/index.php/archives/1063#comments</comments>
		<pubDate>Thu, 16 Jun 2011 17:49:30 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[.Net方面]]></category>
		<category><![CDATA[Java方面]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=1063</guid>
		<description><![CDATA[服务器端的WebService类，同时也是客户端类（因为有main方法以及测试的代码） 服务器端的SoapHeader类 因为是使用axis2 webservice，所以要修改server-config.wsdd，增加SoapHeader作为handler，放在根节点下面 并在globalConfiguration/requestFlow下面再增加节点： c# 来调用这个服务的话，先生成代理类，然后在生成的代理类里面增加一个属性： 然后在需要调用的webserice方法上加注释： CredentialSoapHeader类代码如下： 调用webservice并使用soapheader的代码如下：]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/1063/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBA：批量保存visio中的页为图片</title>
		<link>http://blog.ywxyn.com/index.php/archives/1053</link>
		<comments>http://blog.ywxyn.com/index.php/archives/1053#comments</comments>
		<pubDate>Thu, 26 May 2011 05:25:37 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[.Net方面]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=1053</guid>
		<description><![CDATA[在做好VISIO后，需要另存为JPEG格式，如果一页一页的导，很麻烦，用VBA实现是最快的，另存为的JPEG文件名称为页名称。]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/1053/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VS 2010 写入项目文件时出错 没有注册类别</title>
		<link>http://blog.ywxyn.com/index.php/archives/1041</link>
		<comments>http://blog.ywxyn.com/index.php/archives/1041#comments</comments>
		<pubDate>Wed, 11 May 2011 07:45:30 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[.Net方面]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=1041</guid>
		<description><![CDATA[重新安装:msxml6.msi， 下载地址：http://download.microsoft.com/download/b/7/1/b71d5305-618d-4b82-858b-386db3cc4453/msxml6.msi]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/1041/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NHibernate:object references an unsaved transient instance &#8211; save the transient instance before flushing</title>
		<link>http://blog.ywxyn.com/index.php/archives/1038</link>
		<comments>http://blog.ywxyn.com/index.php/archives/1038#comments</comments>
		<pubDate>Fri, 06 May 2011 04:09:31 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[.Net方面]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=1038</guid>
		<description><![CDATA[使用NHibernate时，多表级联更新时遇到这个错误：object references an unsaved transient instance &#8211; save the transient instance before flushing 解决方法：在&#60;set&#62;中，加入及联更新  cascade=&#8221;all&#8221;]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/1038/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net mvc dropdownlist联动代码实现</title>
		<link>http://blog.ywxyn.com/index.php/archives/1013</link>
		<comments>http://blog.ywxyn.com/index.php/archives/1013#comments</comments>
		<pubDate>Tue, 19 Apr 2011 15:13:26 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=1013</guid>
		<description><![CDATA[asp.net mvc dropdownlist jquery]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/1013/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在c#中使用TransactionScope操作oracle数据库</title>
		<link>http://blog.ywxyn.com/index.php/archives/990</link>
		<comments>http://blog.ywxyn.com/index.php/archives/990#comments</comments>
		<pubDate>Wed, 13 Apr 2011 04:42:12 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[.Net方面]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=990</guid>
		<description><![CDATA[有需求要将几个操作oracle数据库的方法写到一个事务里面，用到了TransactionScope对象。但使用的时候不是很顺利，先是说不能嵌套事务，仔细检查原来的代码中，的确有事务，那个现在要把几个操作放到一个事务里面，只写删除了单个方法的事务。随之又报了另一个错误。 在网上查原因，各式各样的都有，我是这样的解决的： 我的oracle版本是10.2，我下载了一个oramts10.dll文件，将这个文件重命名为oramts.dll后复制到oracle\product\10.2.0\db_1\BIN下。就OK了。有些人说下载msvcrtd.dll到system32下面，我试了是没有的。 下载oramts10.dll]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/990/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ChangeConflictException: 找不到行或行已更改</title>
		<link>http://blog.ywxyn.com/index.php/archives/956</link>
		<comments>http://blog.ywxyn.com/index.php/archives/956#comments</comments>
		<pubDate>Sun, 20 Mar 2011 12:33:09 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=956</guid>
		<description><![CDATA[解决方法： 就是在Linq to SQL Designer中，把一些字段的UpdateCheck属性设置为Never，这样，这些字段在更新的时候，就不会再出现在Where条件中了。其实比较推荐的做法，就是在表中设立主键，因为更新的时候，只要把主键作为Where条件，就可以单独的确立一行数据了。把除主键外的字段属性中UpdateCheck设置为Never即可。]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/956/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>微软企业库数据库连接字串加密</title>
		<link>http://blog.ywxyn.com/index.php/archives/869</link>
		<comments>http://blog.ywxyn.com/index.php/archives/869#comments</comments>
		<pubDate>Wed, 16 Feb 2011 09:19:47 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[.Net方面]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=869</guid>
		<description><![CDATA[在开发c/s程序的时候，如果用到了微软企业库做为数据库连接，那么就在要app.config中写入明文的数据库连接字串，这样是很不安全的。 在发现此问题后，我看一下enterprise lib的源代码，修改了一个类后，就解决了这个问题。 该类就是ConnectionString 首先在类里面加入一个解密方法： 然后修改ConnectionString类的构造方法，增加一行代码： 此后，对数据库连接字串的加密方法是：]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/869/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS调优文章收集</title>
		<link>http://blog.ywxyn.com/index.php/archives/834</link>
		<comments>http://blog.ywxyn.com/index.php/archives/834#comments</comments>
		<pubDate>Wed, 01 Dec 2010 06:51:46 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[.Net方面]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=834</guid>
		<description><![CDATA[http://www.cnblogs.com/chenkai/archive/2009/11/07/1597795.html http://www.tech-q.cn/thread-63-1-2.html http://www.zhenhua.org/article.asp?id=425]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/834/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

