<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[闫炜的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/yanwei100</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; yanwei100]]></copyright><item><title><![CDATA[Vista UAC: The Definitive Guide]]></title><link>https://blog.csdn.net/yanwei100/article/details/3864193</link><guid>https://blog.csdn.net/yanwei100/article/details/3864193</guid><author>yanwei100</author><pubDate>Thu, 05 Feb 2009 14:03:00 +0800</pubDate><description><![CDATA[原文地址：  http://www.codeproject.com/KB/vista-security/UAC__The_Definitive_Guide.aspx IntroductionWhen I began this project, I didnt think it would take me two weeksto complete. Well, here I am,]]></description><category></category></item><item><title><![CDATA[Launch your application in Vista under the local system account without the UAC popup]]></title><link>https://blog.csdn.net/yanwei100/article/details/3864189</link><guid>https://blog.csdn.net/yanwei100/article/details/3864189</guid><author>yanwei100</author><pubDate>Thu, 05 Feb 2009 14:01:00 +0800</pubDate><description><![CDATA[原文地址：http://www.codeproject.com/KB/vista-security/VistaSessions.aspxIntroductionIn Vista, I came across a problem where I wanted to launch an exeunder an administrator account to perform certain]]></description><category></category></item><item><title><![CDATA[动态调用WebService(C#)]]></title><link>https://blog.csdn.net/yanwei100/article/details/3860779</link><guid>https://blog.csdn.net/yanwei100/article/details/3860779</guid><author>yanwei100</author><pubDate>Tue, 03 Feb 2009 17:31:00 +0800</pubDate><description><![CDATA[2008年12月03日 星期三  16:53通常我们在程序中需要调用WebService时，都是通过“添加Web引用”，让VS.NET环境来为我们生成服务代理，然后调用对应的Web服务。这样是使工作简单了，但是却和提供Web服务的URL、方法名、参数绑定在一起了，这是VS.NET自动为我们生成Web服务代理的限制。如果哪一天发布Web服务的URL改变了，则我们需要重]]></description><category></category></item><item><title><![CDATA[Making raw web service calls with the HttpWebRequest class]]></title><link>https://blog.csdn.net/yanwei100/article/details/3860006</link><guid>https://blog.csdn.net/yanwei100/article/details/3860006</guid><author>yanwei100</author><pubDate>Tue, 03 Feb 2009 12:45:00 +0800</pubDate><description><![CDATA[Sometimes its really nice to be able to make a raw call to a webservice by manaully putting together your own SOAP envelope. TheSystem.Net.HttpWebRequest class makes it really easy. There a]]></description><category></category></item><item><title><![CDATA[Excel import gives NULL rows with DTS Sometimes]]></title><link>https://blog.csdn.net/yanwei100/article/details/3788491</link><guid>https://blog.csdn.net/yanwei100/article/details/3788491</guid><author>yanwei100</author><pubDate>Thu, 15 Jan 2009 13:16:00 +0800</pubDate><description><![CDATA[when the excel column contains numeric and text data, and you try to import the excel data using say DTS, it will give you either the text values or the numeric values and return NULLs for the other. ]]></description><category></category></item><item><title><![CDATA[How To: Reset Identity column in SQL Server]]></title><link>https://blog.csdn.net/yanwei100/article/details/3596800</link><guid>https://blog.csdn.net/yanwei100/article/details/3596800</guid><author>yanwei100</author><pubDate>Wed, 24 Dec 2008 15:16:00 +0800</pubDate><description><![CDATA[This is one of those simple tip posts that may seem obvious and taken for granted by those of us who have been working with SQL Server for a while now but maybe a newbie or two out there will find thi]]></description><category></category></item><item><title><![CDATA[一个SSIS部署问题的探索过程，实在佩服这家伙]]></title><link>https://blog.csdn.net/yanwei100/article/details/3378186</link><guid>https://blog.csdn.net/yanwei100/article/details/3378186</guid><author>yanwei100</author><pubDate>Wed, 26 Nov 2008 11:41:00 +0800</pubDate><description><![CDATA[5/2/2006 10:06:01 AM    SSIS Scheduling Failure - AcquireConnection ErrorIn honor of the help that I have recently received in this group, I thought I    would post the answer to a probl]]></description><category></category></item><item><title><![CDATA[INVEST in Good Stories, and SMART Tasks ]]></title><link>https://blog.csdn.net/yanwei100/article/details/3368083</link><guid>https://blog.csdn.net/yanwei100/article/details/3368083</guid><author>yanwei100</author><pubDate>Tue, 25 Nov 2008 11:01:00 +0800</pubDate><description><![CDATA[INVEST in Good Stories, and SMART Tasks August, 2003 XP teams have to manage stories and tasks. The INVEST and SMART acronyms can remind teams of the good characteristics of ea]]></description><category></category></item><item><title><![CDATA[SSIS: Throwing errors from script task/component ]]></title><link>https://blog.csdn.net/yanwei100/article/details/3210542</link><guid>https://blog.csdn.net/yanwei100/article/details/3210542</guid><author>yanwei100</author><pubDate>Mon, 03 Nov 2008 15:05:00 +0800</pubDate><description><![CDATA[Im working on a project at the moment that entails making calls to external DLLs from within a script task or script component. In our case the DLL in question is a web service proxy and weve been h]]></description><category></category></item><item><title><![CDATA[Send Mail in SSIS]]></title><link>https://blog.csdn.net/yanwei100/article/details/3194696</link><guid>https://blog.csdn.net/yanwei100/article/details/3194696</guid><author>yanwei100</author><pubDate>Fri, 31 Oct 2008 16:50:00 +0800</pubDate><description><![CDATA[December 26, 2006SQL Server 2005 Integration Services - Part 39 - Send Mail TaskBy Marcin Policht Following presentation of the most popular Data Flow transformations in SQL Server 2005 Integratio]]></description><category></category></item><item><title><![CDATA[For each from variable enumerator]]></title><link>https://blog.csdn.net/yanwei100/article/details/3186791</link><guid>https://blog.csdn.net/yanwei100/article/details/3186791</guid><author>yanwei100</author><pubDate>Thu, 30 Oct 2008 17:57:00 +0800</pubDate><description><![CDATA[ For each from variable enumerator can enumerate over variable that contains .NET collection, e.g. ArrayList. Using it is a bit complex, lets go step by step:First, create a variable that will co]]></description><category></category></item><item><title><![CDATA[如何连接SQL Server与Oracle数据库]]></title><link>https://blog.csdn.net/yanwei100/article/details/2979381</link><guid>https://blog.csdn.net/yanwei100/article/details/2979381</guid><author>yanwei100</author><pubDate>Thu, 25 Sep 2008 16:27:00 +0800</pubDate><description><![CDATA[如何连接SQL Server与Oracle数据库原文出处: 2001/11 SQL Server Magazine原文标题: SQL Server and Oracle: Making the Connection原作者: John Paul Cook译者: 何致億 假定您现在拥有一个以Microsoft .NET为架构的网络订购系统，但是品管维护系统却仍然使用一套旧式的O]]></description><category></category></item><item><title><![CDATA[SSW Rules to Better SQL Reporting Services 2005]]></title><link>https://blog.csdn.net/yanwei100/article/details/2468188</link><guid>https://blog.csdn.net/yanwei100/article/details/2468188</guid><author>yanwei100</author><pubDate>Thu, 22 May 2008 06:51:00 +0800</pubDate><description><![CDATA[                      SSW Rules to Better SQL Reporting Services 2005                        Home         About Us                    About Us             Contact Us     ]]></description><category></category></item><item><title><![CDATA[MS MVC: Simply Restful Routing ]]></title><link>https://blog.csdn.net/yanwei100/article/details/2233379</link><guid>https://blog.csdn.net/yanwei100/article/details/2233379</guid><author>yanwei100</author><pubDate>Mon, 31 Mar 2008 16:05:00 +0800</pubDate><description><![CDATA[MS MVC: Simply Restful Routing Published by Adam Tybor on December 10, 2007 04:05 am under Development MS MVC first public code drop is available. I hope you have read through all of ScottGu’s]]></description><category></category></item><item><title><![CDATA[A Brief Introduction to REST]]></title><link>https://blog.csdn.net/yanwei100/article/details/2232206</link><guid>https://blog.csdn.net/yanwei100/article/details/2232206</guid><author>yanwei100</author><pubDate>Mon, 31 Mar 2008 10:17:00 +0800</pubDate><description><![CDATA[ A Brief Introduction to RESTPosted by Stefan Tilkov on Dec 10, 2007 03:42 AM Community Architecture, SOA Topics Enterprise Architecture You may or may not be aware that there is debate going on]]></description><category></category></item><item><title><![CDATA[Using TestContext in Unit Tests]]></title><link>https://blog.csdn.net/yanwei100/article/details/2196082</link><guid>https://blog.csdn.net/yanwei100/article/details/2196082</guid><author>yanwei100</author><pubDate>Wed, 19 Mar 2008 10:08:00 +0800</pubDate><description><![CDATA[Most people dont know about the TestContext object, as it is not one regularly used. However, it can be very handy.Data-Driven Unit TestingThe TestContext objects primary purpose IMO is for linking ]]></description><category></category></item><item><title><![CDATA[NET中，WebClient通过代理服务器访问网页]]></title><link>https://blog.csdn.net/yanwei100/article/details/2192106</link><guid>https://blog.csdn.net/yanwei100/article/details/2192106</guid><author>yanwei100</author><pubDate>Mon, 17 Mar 2008 15:28:00 +0800</pubDate><description><![CDATA[            try            {                WC = new System.Net.WebClient();                //实例化代理服务器对象                WebProxy myProxy = new WebProxy(@"http://192.168.0.1:8080",true);               ]]></description><category></category></item><item><title><![CDATA[SharePoint 2007 - /_layouts and how to create pages that run in site context]]></title><link>https://blog.csdn.net/yanwei100/article/details/2183117</link><guid>https://blog.csdn.net/yanwei100/article/details/2183117</guid><author>yanwei100</author><pubDate>Fri, 14 Mar 2008 18:19:00 +0800</pubDate><description><![CDATA[ Ages ago, in the time that SharePoint 2007 was still beta, I dived into how to create "in site context" pages that should be hosted in the /_layouts directory of SharePoint. My adventures fro]]></description><category></category></item><item><title><![CDATA[Working with Managed Paths in MOSS]]></title><link>https://blog.csdn.net/yanwei100/article/details/2183114</link><guid>https://blog.csdn.net/yanwei100/article/details/2183114</guid><author>yanwei100</author><pubDate>Fri, 14 Mar 2008 18:18:00 +0800</pubDate><description><![CDATA[Bob Fox has done a great job on providing screencasts for some administrative functions in SharePoint 2007 and we all hope he continues doing a great job. There are several screencasts that he has pro]]></description><category></category></item><item><title><![CDATA[Architecture as Language: A story]]></title><link>https://blog.csdn.net/yanwei100/article/details/2163960</link><guid>https://blog.csdn.net/yanwei100/article/details/2163960</guid><author>yanwei100</author><pubDate>Mon, 10 Mar 2008 16:35:00 +0800</pubDate><description><![CDATA[ Architecture as Language: A storyPosted by Markus Völter on Feb 27, 2008 03:30 PM Community Architecture Topics Artifacts & Tools, Domain Specific Languages, Language, Modeling AbstractArch]]></description><category></category></item></channel></rss>