wadeliu2008.blogspot.com wadeliu2008.blogspot.com

wadeliu2008.blogspot.com

WadeLiu Blog On Life

WadeLiu Blog On Life. This blog is to record my work tips and thoughts of life. Friday, November 12, 2010. Build and depoly referenced library in special path rather than application path for .Net application. 一般情况下, .Net程序的library需要部署在GAC或者exe的目录下, GAC部署不是一种xcopy方式, 我几乎不用, 多数是直接将lib放在应用程序的目录下. 其实Net有多种机制, 可以实现这样的要求. 下面介绍一种最实用而且是最常用的lib部署机制, 在应用程序exe的config文件中, 增加privatePath设置, 告诉应用程序在哪些目录下查找依赖的lib. 对于web应用, 设置privatePath应该在web.config中. 2 和正常项目完全一样, 直接在app1和app2项目中引用所依赖的lib. 160;   assemblyBinding. SqlEd...

http://wadeliu2008.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR WADELIU2008.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 13 reviews
5 star
8
4 star
2
3 star
1
2 star
0
1 star
2

Hey there! Start your review of wadeliu2008.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • wadeliu2008.blogspot.com

    16x16

  • wadeliu2008.blogspot.com

    32x32

  • wadeliu2008.blogspot.com

    64x64

  • wadeliu2008.blogspot.com

    128x128

CONTACTS AT WADELIU2008.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
WadeLiu Blog On Life | wadeliu2008.blogspot.com Reviews
<META>
DESCRIPTION
WadeLiu Blog On Life. This blog is to record my work tips and thoughts of life. Friday, November 12, 2010. Build and depoly referenced library in special path rather than application path for .Net application. 一般情况下, .Net程序的library需要部署在GAC或者exe的目录下, GAC部署不是一种xcopy方式, 我几乎不用, 多数是直接将lib放在应用程序的目录下. 其实Net有多种机制, 可以实现这样的要求. 下面介绍一种最实用而且是最常用的lib部署机制, 在应用程序exe的config文件中, 增加privatePath设置, 告诉应用程序在哪些目录下查找依赖的lib. 对于web应用, 设置privatePath应该在web.config中. 2 和正常项目完全一样, 直接在app1和app2项目中引用所依赖的lib. 160;   assemblyBinding. SqlEd...
<META>
KEYWORDS
1 skip to main
2 skip to sidebar
3 如何将依赖的.net library放在一个专门的目录
4 有没有办法将这些lib放到一个特定的目录呢
5 让我们看看下面2个场景 该如何编译和部署程序
6 其实 这2个场景的处理方式完全一样
7 如何编译
8 3 用vs编译app1和app2项目
9 如何部署
10 下面是应用程序的app config的内容
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to main,skip to sidebar,如何将依赖的.net library放在一个专门的目录,有没有办法将这些lib放到一个特定的目录呢,让我们看看下面2个场景 该如何编译和部署程序,其实 这2个场景的处理方式完全一样,如何编译,3 用vs编译app1和app2项目,如何部署,下面是应用程序的app config的内容,configuration,db provider/mysql,posted by wadeliu,0 comments,在 simple talk com,入园攻略
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

WadeLiu Blog On Life | wadeliu2008.blogspot.com Reviews

https://wadeliu2008.blogspot.com

WadeLiu Blog On Life. This blog is to record my work tips and thoughts of life. Friday, November 12, 2010. Build and depoly referenced library in special path rather than application path for .Net application. 一般情况下, .Net程序的library需要部署在GAC或者exe的目录下, GAC部署不是一种xcopy方式, 我几乎不用, 多数是直接将lib放在应用程序的目录下. 其实Net有多种机制, 可以实现这样的要求. 下面介绍一种最实用而且是最常用的lib部署机制, 在应用程序exe的config文件中, 增加privatePath设置, 告诉应用程序在哪些目录下查找依赖的lib. 对于web应用, 设置privatePath应该在web.config中. 2 和正常项目完全一样, 直接在app1和app2项目中引用所依赖的lib. 160;   assemblyBinding. SqlEd...

INTERNAL PAGES

wadeliu2008.blogspot.com wadeliu2008.blogspot.com
1

WadeLiu Blog On Life: how author help document for .Net API

http://wadeliu2008.blogspot.com/2010/10/how-author-help-document-for-net-api.html

WadeLiu Blog On Life. This blog is to record my work tips and thoughts of life. Saturday, October 23, 2010. How author help document for .Net API. 上看到很有价值的一个文章, 在用vs2005/2008编写C#类以及api时候, 我们通常会写一些代码注释, 但如何将这些代码中的注释转换为chm等帮助文档, 一直不太清楚, 下面这篇文章将的很透彻, 需要好好拜读.  作者为 Michael Sorens. Open-source web sites ( cleancode.sourceforge.net. 160;and SqlDiffFramework.codeplex.com. SqlEditor很棒的sql 编辑器. . DiffFramework, 可能对我现在开发的软件, 借鉴意义更大, 不论是代码, 还是feature, 都值得好好学习. . Subscribe to: Post Comments (Atom).

2

WadeLiu Blog On Life: how to speed up VS2005/2008

http://wadeliu2008.blogspot.com/2010/10/how-to-speed-up-vs20052008.html

WadeLiu Blog On Life. This blog is to record my work tips and thoughts of life. Saturday, October 9, 2010. How to speed up VS2005/2008. Some tricks mentioned in this blog,. Http:/ blog.chinaunix.net/u/8681/showart 513533.html. Subscribe to: Post Comments (Atom). Master Degree and graduated in 2002. Delphi 4 years , C# 1 years , MS SQL Server 3 years(DB App Dev), Now i am interested in Oracle. I want to become an excellent Oracle DBA. View my complete profile. How author help document for .Net API.

3

WadeLiu Blog On Life: July 2010

http://wadeliu2008.blogspot.com/2010_07_01_archive.html

WadeLiu Blog On Life. This blog is to record my work tips and thoughts of life. Friday, July 16, 2010. One excellent git book in Chinese. 12298;pro git 中文版》 . Http:/ hlee.javaeye.com/blog/706360. Http:/ progit.org/book/zh/ch2-0.html. Building commercial website using Microsoft tech stack. 重构TekPub——从 ASP.NET. 160;MVC框架迁移到Ruby on Rails. Http:/ www.infoq.com/cn/articles/architecting-tekpub. Http:/ highscalability.com/blog/2009/8/5/stack-overflow-architecture.html. Server Hosting — Rent vs. Buy? Http:/ blog...

4

WadeLiu Blog On Life: August 2010

http://wadeliu2008.blogspot.com/2010_08_01_archive.html

WadeLiu Blog On Life. This blog is to record my work tips and thoughts of life. Thursday, August 12, 2010. Study outside in cloud computing. Http:/ www.jerrymouse.org. One blog, it is simply Oracle knowledge base. Http:/ blog.csdn.net/tianlesoftware. Great blog. This blog records many knowledge what i concern. Wednesday, August 4, 2010. FastReport.Net Report designer help document. 之前下载了 Programmers manual , 该文档中, 只有一些和.net. On-line user manual,. Sunday, August 1, 2010. Script file: InstallScriptProfTria...

5

WadeLiu Blog On Life: how to let your .net software support multi language localization

http://wadeliu2008.blogspot.com/2010/10/how-to-let-your-net-software-support.html

WadeLiu Blog On Life. This blog is to record my work tips and thoughts of life. Friday, October 8, 2010. How to let your .net software support multi language localization. The below is good tourial. Http:/ e555e5h.blogbus.com/logs/62799630.html. Subscribe to: Post Comments (Atom). Master Degree and graduated in 2002. Delphi 4 years , C# 1 years , MS SQL Server 3 years(DB App Dev), Now i am interested in Oracle. I want to become an excellent Oracle DBA. View my complete profile. How to speed up VS2005/2008.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

focuswindows.blogspot.com focuswindows.blogspot.com

WadeLiu Blog On Windows: April 2008

http://focuswindows.blogspot.com/2008_04_01_archive.html

WadeLiu Blog On Windows. This blog is to record my work tips and thoughts of Windows. Thursday, April 24, 2008. ADONET call oracle stored procedure. Http:/ www.c-sharpcorner.com/UploadFile/john charles/CallingOraclestoredproceduresfromMicrosoftdotNET06222007142805PM/CallingOraclestoredproceduresfromMicrosoftdotNET.aspx. Thursday, April 3, 2008. Understand Thread and Lock. Very good articles about thread and synchronizition:. Http:/ www.albahari.com/threading/. Wednesday, April 2, 2008.

focuswindows.blogspot.com focuswindows.blogspot.com

WadeLiu Blog On Windows: October 2008

http://focuswindows.blogspot.com/2008_10_01_archive.html

WadeLiu Blog On Windows. This blog is to record my work tips and thoughts of Windows. Friday, October 17, 2008. 参见 http:/ blogs.yodersolutions.com/net/? 当我们声明了Delegate 变量(比如FooDelegate), 我们可以使用下面两种方法,来触发这个Delegate,. 1 FooDelegate.Invoke(), 或者直接是FooDelegate(). 而第二种方式是异步执行这个delegate, 这个delegate会在另一个线程中被执行, 当前线程将继续执行其它代码. 需要说明的是, 一定要确保这个delegate有机会调用了EndInvoke(), 否则会有资源和内存泄漏. Subscriber.BeginInvoke(this, new EventArgs(), Callback, subscriber);. EventPublisher eventPublisher = new. Stopwatch sw = new. EventH...

focuswindows.blogspot.com focuswindows.blogspot.com

WadeLiu Blog On Windows: September 2009

http://focuswindows.blogspot.com/2009_09_01_archive.html

WadeLiu Blog On Windows. This blog is to record my work tips and thoughts of Windows. Saturday, September 19, 2009. VS2008 SP1 ISO version. VS2008 RTM的版本是9.0.21022, 打sp1之后为9.0.3. VS2008 SP1在线安装包vs90sp1-KB945140大小为500K多, 打补丁的过程会非常慢的, 因为下载后总共有800M多. 为了加速打补丁的过程, 可以在MS网站下载SP1 的ISO版本, 参考下面两个博客:. Http:/ blog.miniasp.com/post/2008/08/Microsoft-Visual-Studio-2008-Service-Pack-1-Released.aspx. Http:/ www.cnblogs.com/vainnetwork/archive/2008/08/13/1266982.html. Subscribe to: Posts (Atom). VS2008 SP1 ISO version.

focuswindows.blogspot.com focuswindows.blogspot.com

WadeLiu Blog On Windows: Install Subversion server on windows computer

http://focuswindows.blogspot.com/2008/06/install-subversion-service-on-windows.html

WadeLiu Blog On Windows. This blog is to record my work tips and thoughts of Windows. Monday, June 30, 2008. Install Subversion server on windows computer. 步骤1, 创建一个空目录, 比如d:/source. 步骤2, 打开d: source目录, 使用windows explorer的context menu中tortoisesvn/create a repository here菜单项, 在d: source中创建必要的repository控制文件和数据库文件. 步骤3, 创建一个svn service服务, 并将服务的工作目录指向d: source即可. 下面有详细的步骤. We can register subversion service. the steps are easy. Windows system have a sc command tool to help you register. 这是基于file协议的svn访问方式, 多...

focuswindows.blogspot.com focuswindows.blogspot.com

WadeLiu Blog On Windows: September 2008

http://focuswindows.blogspot.com/2008_09_01_archive.html

WadeLiu Blog On Windows. This blog is to record my work tips and thoughts of Windows. Saturday, September 27, 2008. Using Ninject(one DI container). 在设计中, 经常会遇到这样的情况, 在一个类中要创建或使用另一个类的实例, 暂且将前一个类称为大类, 后一个类称为小类, 也许小类有很多变种, 我们会根据不同的情况, 让大类使用不同的小类变种. 可以看出这里有一个耦合关系, 一个好的办法是使用依赖注入模式(Dependency Inject), Martin Fowler 有个非常精彩的文章专门讲述 DI. DI原理其实很简单, 我们设计的大类要依赖于小类的接口或基类, 而不是一个具体的小类, 同时不要在大类中创建小类实例, 而是通过大类的构造子或property将小类的实例传进来即可. 目前Net领域有不少DI容器框架, (这里是 DI容器框架. 2)不仅仅支持constructor注入, 而且支持property注册;. Var module = new.

focuswindows.blogspot.com focuswindows.blogspot.com

WadeLiu Blog On Windows: May 2008

http://focuswindows.blogspot.com/2008_05_01_archive.html

WadeLiu Blog On Windows. This blog is to record my work tips and thoughts of Windows. Monday, May 26, 2008. C Sharp edition StringList Class. Delphi有一个常用的类StringList, 它有一个特点是你可以一行一行加String, 如果你所加的每行String都是Name=Value格式的,它会帮你提取出Name列表和Value列表, 这个类我在用Delphi时候, 常使用它. 下面是C#版的StringList类. System.Collections.Generic;. System.Runtime.InteropServices;. M Items = new. M Keys = new. M KeyValueEqualmark = "=". M Values = new. M Items.Add(item);. M KeyValueEqualmark, out. M Keys.Add(str2);. M Values.Add(str);. M tab...

focuswindows.blogspot.com focuswindows.blogspot.com

WadeLiu Blog On Windows: Asynchronious call Delegate

http://focuswindows.blogspot.com/2008/10/asynchronious-call-delegate.html

WadeLiu Blog On Windows. This blog is to record my work tips and thoughts of Windows. Friday, October 17, 2008. 参见 http:/ blogs.yodersolutions.com/net/? 当我们声明了Delegate 变量(比如FooDelegate), 我们可以使用下面两种方法,来触发这个Delegate,. 1 FooDelegate.Invoke(), 或者直接是FooDelegate(). 而第二种方式是异步执行这个delegate, 这个delegate会在另一个线程中被执行, 当前线程将继续执行其它代码. 需要说明的是, 一定要确保这个delegate有机会调用了EndInvoke(), 否则会有资源和内存泄漏. Subscriber.BeginInvoke(this, new EventArgs(), Callback, subscriber);. EventPublisher eventPublisher = new. Stopwatch sw = new. EventH...

focuswindows.blogspot.com focuswindows.blogspot.com

WadeLiu Blog On Windows: June 2008

http://focuswindows.blogspot.com/2008_06_01_archive.html

WadeLiu Blog On Windows. This blog is to record my work tips and thoughts of Windows. Monday, June 30, 2008. Install Subversion server on windows computer. 步骤1, 创建一个空目录, 比如d:/source. 步骤2, 打开d: source目录, 使用windows explorer的context menu中tortoisesvn/create a repository here菜单项, 在d: source中创建必要的repository控制文件和数据库文件. 步骤3, 创建一个svn service服务, 并将服务的工作目录指向d: source即可. 下面有详细的步骤. We can register subversion service. the steps are easy. Windows system have a sc command tool to help you register. 这是基于file协议的svn访问方式, 多...

focuswindows.blogspot.com focuswindows.blogspot.com

WadeLiu Blog On Windows: August 2008

http://focuswindows.blogspot.com/2008_08_01_archive.html

WadeLiu Blog On Windows. This blog is to record my work tips and thoughts of Windows. Tuesday, August 26, 2008. Check exchange mail by firefox. 管理Exchange的邮件账号, 最好是用outlook. 当你不能使用outlook(或没有outlook软件)时, 很自然会想到了通过web方式来访问邮件账户. web 访问exchange邮箱的前提是, Exchange Server开启了Outlook Web Access功能. 之后你就可以通过IE访问你的Exchange邮件账号, 方法方式非常简单, 直接输入地址 https:/ mail.xxx.com/. IE的地址会自动重定向到一个新的地址 https:/ mail.xxx.com/exchweb/bin/auth/owalogon.asp? Url=https:/ mail.xxx.com/exchange&reason=0. Thursday, August 21, 2008. Setting Up...

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL LINKS TO THIS WEBSITE

16

OTHER SITES

wadelindley.com wadelindley.com

Untitled

Wade Lindley is a former QA Test Lead and Global Project Coordinator with over 13 years of experience in game development. Over his career, he has worked for several high profile companies such as Electronic Arts, Nokia, and Disney on a variety of platforms ranging from early Sega Genesis, Super Nintendo, and Playstation 1, through to PS3, Xbox 360, and Mobile platforms. Wade currently lives in Vancouver, BC with his girlfriend and her two kids.

wadeline.com wadeline.com

Wadeline Bucket Holder | Tool Tray | Platform Accessories

Made In U.S.A.

wadeline.skyrock.com wadeline.skyrock.com

Blog de wadeline - ma petite vie - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Voici ma tite vie. Vous pouvez y faire un tour. Vous y apprendrai a me connaitre. Mais les com's que vous mettez. Laissez votre prenom c'est mieux ;-). Bonne visite a vous. Mise à jour :. Abonne-toi à mon blog! N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.114) si quelqu'un porte plainte. Ou poster avec :. Retape dans...

wadeliostro.blogspot.com wadeliostro.blogspot.com

-

Subscribe to: Posts (Atom). Seattle, Washington, United States. View my complete profile. Simple template. Powered by Blogger.

wadelissa.skyrock.com wadelissa.skyrock.com

Blog de wadelissa - Blog de wadelissa - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Mise à jour :. Abonne-toi à mon blog! N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.114) si quelqu'un porte plainte. Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Posté le samedi 19 septembre 2009 11:43. Ou poster avec :. Ou poster avec :.

wadeliu2008.blogspot.com wadeliu2008.blogspot.com

WadeLiu Blog On Life

WadeLiu Blog On Life. This blog is to record my work tips and thoughts of life. Friday, November 12, 2010. Build and depoly referenced library in special path rather than application path for .Net application. 一般情况下, .Net程序的library需要部署在GAC或者exe的目录下, GAC部署不是一种xcopy方式, 我几乎不用, 多数是直接将lib放在应用程序的目录下. 其实Net有多种机制, 可以实现这样的要求. 下面介绍一种最实用而且是最常用的lib部署机制, 在应用程序exe的config文件中, 增加privatePath设置, 告诉应用程序在哪些目录下查找依赖的lib. 对于web应用, 设置privatePath应该在web.config中. 2 和正常项目完全一样, 直接在app1和app2项目中引用所依赖的lib. 160;   assemblyBinding. SqlEd...

wadelius.se wadelius.se

Framtid för VIRSBO

Detta är en preliminärutgåva av. Framtid för Virsbos nya hemsida. Tanken är att den ska vara till nytta för. Informationskälla för oss Virsbo-bor. Ge information till andra personer. Slutgiltig utformning planeras till. Ta kontakt med oss. Konst, Virsbo Konsthall. Framtid för VIRSBO kjell.wadelius@framtidforvirsbo.com 2008-05-25.

wadelive.com wadelive.com

Wade Live Magic | Corporate Magician and Party Entertainer

Who is Wade Live? Wade Live is Syracuse and Central New York's (CNY) most requested comedy magician and party entertainer. For over 15 years, Wade Live has proven to be a must have choice for corporate and community events, fair and festivals, school functions, private parties and organizations around the country. Using his quick wit, interactive magic and a playful spirit, Wade Live will astound, mystify and thoroughly entertain your audience! This magic and comedy show has it all covered! Thanks Kohyea...

wadelivingston.com wadelivingston.com

Wade Livingston Photography

Clients have characterized me as being easy to work with and with being patient. It is my hope to work with you on your next project! 4101 Commerce St., Ste. #8. Dallas, TX 75226. 1 (214) 830 1377.

wadelkebeida.com wadelkebeida.com

Index of /

wadelkebeida.net wadelkebeida.net

عبد الرحمن ود الكبيدة | الرئيسية

بسم الله الرحمن الرحيم اللهم صل على سيدنا محمد خير الأنام أفضل من صلى وصام وعلى آله وأصحابه الكرام العيد فرحه الله أكبر ما صام صائم وأفطر &n . زيارة وفد قناة الشروق. بسم الله الرحمن الرحيم اللهم صل على سيدنا محمد وعلى آله وصحبه وسلم زيارة وفد قناة الشروق إستضاف مسيد الشيخ دفع الله الصائم ديمة بمنطقة السلمة جن . بسم الله الرحمن الرحيم تهنئة برسالة الماجستير قال تعالى: (والله جعل لكم من أنفسكم أزواجا وجعل لكم من أزواجكم بنين وحفدة) النحل: 72. and . تشطير قصيدة أشرب لقهوتنا. بسم الله الرحمن الرحيم. إن أصدق ...