<?xml version="1.0" encoding="utf-8"?>
<feed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom">
  <title>kevin Mocha</title>
  <link rel="alternate" type="text/html" href="http://blog.lulutech.com/" />
  <link rel="self" href="http://blog.lulutech.com/SyndicationService.asmx/GetAtom" />
  <icon>favicon.ico</icon>
  <updated>2008-08-21T07:06:42.2125043-07:00</updated>
  <author>
    <name>Kevin Mocha</name>
  </author>
  <subtitle>Bookmarks collected from web.</subtitle>
  <id>http://blog.lulutech.com/</id>
  <generator uri="http://www.dasblog.net" version="1.9.6264.0">DasBlog</generator>
  <entry>
    <title>Catch the exception from opened process</title>
    <link rel="alternate" type="text/html" href="http://blog.lulutech.com/PermaLink,guid,a9581a75-6920-4678-9a44-70e3f9b80cab.aspx" />
    <id>http://blog.lulutech.com/PermaLink,guid,a9581a75-6920-4678-9a44-70e3f9b80cab.aspx</id>
    <published>2008-08-21T07:06:42.2125043-07:00</published>
    <updated>2008-08-21T07:06:42.2125043-07:00</updated>
    <category term="DotNet" label="DotNet" scheme="http://blog.lulutech.com/CategoryView,category,DotNet.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="http://msdn.microsoft.com/en-us/library/system.diagnostics.process.standarderror.aspx" href="http://msdn.microsoft.com/en-us/library/system.diagnostics.process.standarderror.aspx">http://msdn.microsoft.com/en-us/library/system.diagnostics.process.standarderror.aspx</a>
        </p>
        <img width="0" height="0" src="http://blog.lulutech.com/aggbug.ashx?id=a9581a75-6920-4678-9a44-70e3f9b80cab" />
      </div>
    </content>
  </entry>
  <entry>
    <title>WPF Progress Bars</title>
    <link rel="alternate" type="text/html" href="http://blog.lulutech.com/PermaLink,guid,2a2374e0-297a-462c-9675-f9eef9ef4a5c.aspx" />
    <id>http://blog.lulutech.com/PermaLink,guid,2a2374e0-297a-462c-9675-f9eef9ef4a5c.aspx</id>
    <published>2008-08-15T15:08:07.0294851-07:00</published>
    <updated>2008-08-15T15:08:07.0294851-07:00</updated>
    <category term="DotNet / WPF" label="DotNet / WPF" scheme="http://blog.lulutech.com/CategoryView,category,DotNet%2B%2c%2BWPF.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="http://mikescodeblog.blogspot.com/2007/12/wpf-progress-bars.html" href="http://mikescodeblog.blogspot.com/2007/12/wpf-progress-bars.html">http://mikescodeblog.blogspot.com/2007/12/wpf-progress-bars.html</a>
        </p>
        <img width="0" height="0" src="http://blog.lulutech.com/aggbug.ashx?id=2a2374e0-297a-462c-9675-f9eef9ef4a5c" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Advantages of AppDomain</title>
    <link rel="alternate" type="text/html" href="http://blog.lulutech.com/PermaLink,guid,a355651c-5e69-4396-b60c-9c5740e58508.aspx" />
    <id>http://blog.lulutech.com/PermaLink,guid,a355651c-5e69-4396-b60c-9c5740e58508.aspx</id>
    <published>2008-08-12T07:27:11.8903018-07:00</published>
    <updated>2008-08-12T07:27:11.8903018-07:00</updated>
    <category term="DotNet" label="DotNet" scheme="http://blog.lulutech.com/CategoryView,category,DotNet.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="http://www.c-sharpcorner.com/UploadFile/nagryum/Appdomain07102007081415AM/Appdomain.aspx" href="http://www.c-sharpcorner.com/UploadFile/nagryum/Appdomain07102007081415AM/Appdomain.aspx">http://www.c-sharpcorner.com/UploadFile/nagryum/Appdomain07102007081415AM/Appdomain.aspx</a>
        </p>
        <p>
          <strong>Advantages<br /></strong>
        </p>
        <p>
A single CLR operating system process can contain multiple application domains. There
are advantages to having application domains within a single process. 
</p>
        <ol>
          <li>
            <p>
Lower system cost - many application domains can be contained within a single system
process.
</p>
          </li>
          <li>
            <p>
Each application domain can have different security access levels assigned to them,
all within a single process.
</p>
          </li>
          <li>
            <p>
Code in one AppDomain cannot directly access code in another AppDomain.
</p>
          </li>
          <li>
            <p>
The application in an AppDomain can be stopped without affecting the state of another
AppDomain running in the same process.
</p>
          </li>
          <li>
            <p>
An  Exception in on AppDomain will not affect other AppDomains or crash the entire
process that hosts the AppDomains.
</p>
          </li>
        </ol>
        <img width="0" height="0" src="http://blog.lulutech.com/aggbug.ashx?id=a355651c-5e69-4396-b60c-9c5740e58508" />
      </div>
    </content>
  </entry>
  <entry>
    <title>WCF: Stream file tranfer</title>
    <link rel="alternate" type="text/html" href="http://blog.lulutech.com/PermaLink,guid,7a18f610-b237-4b0c-b8d5-25cb527376ae.aspx" />
    <id>http://blog.lulutech.com/PermaLink,guid,7a18f610-b237-4b0c-b8d5-25cb527376ae.aspx</id>
    <published>2008-08-07T08:14:40.4922476-07:00</published>
    <updated>2008-08-07T08:14:40.4922476-07:00</updated>
    <category term="DotNet / WCF" label="DotNet / WCF" scheme="http://blog.lulutech.com/CategoryView,category,DotNet%2B%2c%2BWCF.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="http://msdn.microsoft.com/en-us/library/ms751463.aspx" href="http://msdn.microsoft.com/en-us/library/ms751463.aspx">http://msdn.microsoft.com/en-us/library/ms751463.aspx</a>
        </p>
        <p>
          <a title="http://msdn.microsoft.com/en-us/library/ms789010.aspx" href="http://msdn.microsoft.com/en-us/library/ms789010.aspx">http://msdn.microsoft.com/en-us/library/ms789010.aspx</a>
        </p>
        <p>
          <a title="http://msdn.microsoft.com/en-us/library/ms751527.aspx" href="http://msdn.microsoft.com/en-us/library/ms751527.aspx">http://msdn.microsoft.com/en-us/library/ms751527.aspx</a>
        </p>
        <p>
          <a title="http://msdn.microsoft.com/en-us/library/ms751423.aspx" href="http://msdn.microsoft.com/en-us/library/ms751423.aspx">http://msdn.microsoft.com/en-us/library/ms751423.aspx</a>
        </p>
        <p>
          <a title="http://msdn.microsoft.com/en-us/library/ms752240.aspx" href="http://msdn.microsoft.com/en-us/library/ms752240.aspx">http://msdn.microsoft.com/en-us/library/ms752240.aspx</a>
        </p>
        <p>
          <a title="http://blogs.msdn.com/yassers/archive/2006/01/21/515887.aspx" href="http://blogs.msdn.com/yassers/archive/2006/01/21/515887.aspx">http://blogs.msdn.com/yassers/archive/2006/01/21/515887.aspx</a>
        </p>
        <p>
          <a title="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1355785&amp;SiteID=1" href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1355785&amp;SiteID=1">http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1355785&amp;SiteID=1</a>
        </p>
        <img width="0" height="0" src="http://blog.lulutech.com/aggbug.ashx?id=7a18f610-b237-4b0c-b8d5-25cb527376ae" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Setup and Installation</title>
    <link rel="alternate" type="text/html" href="http://blog.lulutech.com/PermaLink,guid,a9c45644-3b8b-4e6d-8903-411020c4454a.aspx" />
    <id>http://blog.lulutech.com/PermaLink,guid,a9c45644-3b8b-4e6d-8903-411020c4454a.aspx</id>
    <published>2008-08-04T09:22:38.2861389-07:00</published>
    <updated>2008-08-04T09:22:38.2861389-07:00</updated>
    <category term="SDR" label="SDR" scheme="http://blog.lulutech.com/CategoryView,category,SDR.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Click Once 
</p>
        <p>
ClickOnce Deployment Overview  <a href="http://msdn.microsoft.com/en-us/library/142dbbz4(VS.80).aspx">http://msdn.microsoft.com/en-us/library/142dbbz4(VS.80).aspx</a></p>
        <p>
Walkthrough: Deploying a ClickOnce Application Manually <a title="http://msdn.microsoft.com/en-us/library/xc3tc5xx(vs.80).aspx" href="http://msdn.microsoft.com/en-us/library/xc3tc5xx(vs.80).aspx">http://msdn.microsoft.com/en-us/library/xc3tc5xx(vs.80).aspx</a></p>
        <p>
Inno Setup <a title="http://www.jrsoftware.org/isinfo.php" href="http://www.jrsoftware.org/isinfo.php">http://www.jrsoftware.org/isinfo.php</a></p>
        <p>
Install Shield <a title="http://www.acresso.com/default.htm" href="http://www.acresso.com/default.htm">http://www.acresso.com/default.htm</a></p>
        <p>
 
</p>
        <p>
          <strong>
            <u>
              <font color="#ff0000">DIY</font>
            </u>
          </strong>
        </p>
        <p>
          <a title="http://www.pin5i.com/showtopic-16184.html" href="http://www.pin5i.com/showtopic-16184.html">http://www.pin5i.com/showtopic-16184.html</a>
        </p>
        <p>
          <a title="http://topic.csdn.net/t/20041222/16/3667425.html" href="http://topic.csdn.net/t/20041222/16/3667425.html">http://topic.csdn.net/t/20041222/16/3667425.html</a>
        </p>
        <p>
          <a title="http://www.c-sharpcorner.com/UploadFile/subcom/003202008114211AM/0.aspx" href="http://www.c-sharpcorner.com/UploadFile/subcom/003202008114211AM/0.aspx">http://www.c-sharpcorner.com/UploadFile/subcom/003202008114211AM/0.aspx</a>
        </p>
        <p>
          <a title="http://www.zdnetasia.com/techguide/webdev/0,39044903,39251815,00.htm" href="http://www.zdnetasia.com/techguide/webdev/0,39044903,39251815,00.htm">http://www.zdnetasia.com/techguide/webdev/0,39044903,39251815,00.htm</a>
        </p>
        <p>
          <a title="http://www.codeproject.com/KB/webservices/Soap_Extension_Progress.aspx" href="http://www.codeproject.com/KB/webservices/Soap_Extension_Progress.aspx">http://www.codeproject.com/KB/webservices/Soap_Extension_Progress.aspx</a>
        </p>
        <p>
          <a title="http://www.codeproject.com/KB/webservices/Soap_Extension_Progress.aspx?msg=2417461#xx2417461xx" href="http://www.codeproject.com/KB/webservices/Soap_Extension_Progress.aspx?msg=2417461#xx2417461xx">http://www.codeproject.com/KB/webservices/Soap_Extension_Progress.aspx?msg=2417461#xx2417461xx</a>
        </p>
        <p>
          <a title="http://www.cnblogs.com/jenry/archive/2006/08/15/477302.html" href="http://www.cnblogs.com/jenry/archive/2006/08/15/477302.html">http://www.cnblogs.com/jenry/archive/2006/08/15/477302.html</a>
        </p>
        <img width="0" height="0" src="http://blog.lulutech.com/aggbug.ashx?id=a9c45644-3b8b-4e6d-8903-411020c4454a" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Posts from Google Map API Blog</title>
    <link rel="alternate" type="text/html" href="http://blog.lulutech.com/PermaLink,guid,b58a9957-1f54-4396-8c6a-f81240aedb96.aspx" />
    <id>http://blog.lulutech.com/PermaLink,guid,b58a9957-1f54-4396-8c6a-f81240aedb96.aspx</id>
    <published>2008-08-03T22:08:38.8066196-07:00</published>
    <updated>2008-08-03T22:08:38.8066196-07:00</updated>
    <category term="Projects / YardSaleMap" label="Projects / YardSaleMap" scheme="http://blog.lulutech.com/CategoryView,category,Projects%2B%2c%2BYardSaleMap.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="http://gmaps-utility-library.googlecode.com/svn/trunk/mapiconmaker/1.0/docs/examples.html" href="http://gmaps-utility-library.googlecode.com/svn/trunk/mapiconmaker/1.0/docs/examples.html">http://gmaps-utility-library.googlecode.com/svn/trunk/mapiconmaker/1.0/docs/examples.html</a>
        </p>
        <p>
          <a title="http://googlemapsapi.blogspot.com/2008/03/iconfactory-10-easy-way-to-make-your.html" href="http://googlemapsapi.blogspot.com/2008/03/iconfactory-10-easy-way-to-make-your.html">http://googlemapsapi.blogspot.com/2008/03/iconfactory-10-easy-way-to-make-your.html</a>
        </p>
        <p>
          <a title="http://googlemapsapi.blogspot.com/2007/10/labeledmarker-v11-now-supporting-marker.html" href="http://googlemapsapi.blogspot.com/2007/10/labeledmarker-v11-now-supporting-marker.html">http://googlemapsapi.blogspot.com/2007/10/labeledmarker-v11-now-supporting-marker.html</a>
        </p>
        <p>
          <a title="http://googlemapsapi.blogspot.com/2008/01/article-creating-store-locator-with-php.html" href="http://googlemapsapi.blogspot.com/2008/01/article-creating-store-locator-with-php.html">http://googlemapsapi.blogspot.com/2008/01/article-creating-store-locator-with-php.html</a>
        </p>
        <p>
          <a title="http://googlemapsapi.blogspot.com/2007/11/pump-up-your-info-windows-to-max.html" href="http://googlemapsapi.blogspot.com/2007/11/pump-up-your-info-windows-to-max.html">http://googlemapsapi.blogspot.com/2007/11/pump-up-your-info-windows-to-max.html</a>
        </p>
        <img width="0" height="0" src="http://blog.lulutech.com/aggbug.ashx?id=b58a9957-1f54-4396-8c6a-f81240aedb96" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Http Handlers and HTTP Modules</title>
    <link rel="alternate" type="text/html" href="http://blog.lulutech.com/PermaLink,guid,d892f687-f358-4319-ad72-d2034d8714ac.aspx" />
    <id>http://blog.lulutech.com/PermaLink,guid,d892f687-f358-4319-ad72-d2034d8714ac.aspx</id>
    <published>2008-08-01T07:27:51.9445865-07:00</published>
    <updated>2008-08-01T07:27:51.9445865-07:00</updated>
    <category term="DotNet / ASP" label="DotNet / ASP" scheme="http://blog.lulutech.com/CategoryView,category,DotNet%2B%2c%2BASP.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="http://www.15seconds.com/issue/020417.htm" href="http://www.15seconds.com/issue/020417.htm">http://www.15seconds.com/issue/020417.htm</a>
        </p>
        <p>
ASP.NET request processing is based on a pipeline model in which ASP.NET passes http
requests to all the modules in the pipeline. Each module receives the http request
and has full control over it. The module can play with the request in any way it sees
fit. Once the request passes through all of the HTTP modules, it is eventually served
by an HTTP handler. The HTTP handler performs some processing on it, and the result
again passes through the HTTP modules in the pipeline.
</p>
        <p>
          <img src="http://www.15seconds.com/graphics/issue/020417_01.jpg" />
        </p>
        <p>
Notice that during the processing of an http request, only one HTTP handler will be
called, whereas more than one HTTP modules can be called.
</p>
        <img width="0" height="0" src="http://blog.lulutech.com/aggbug.ashx?id=d892f687-f358-4319-ad72-d2034d8714ac" />
      </div>
    </content>
  </entry>
  <entry>
    <title>ASP.NET Forms and Cross-page Posting</title>
    <link rel="alternate" type="text/html" href="http://blog.lulutech.com/PermaLink,guid,ac9e0a73-225e-44e2-a60a-d39538178218.aspx" />
    <id>http://blog.lulutech.com/PermaLink,guid,ac9e0a73-225e-44e2-a60a-d39538178218.aspx</id>
    <published>2008-07-30T14:40:01.0416404-07:00</published>
    <updated>2008-07-31T08:14:27.8319505-07:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="http://msdn.microsoft.com/en-us/magazine/cc163736.aspx" href="http://msdn.microsoft.com/en-us/magazine/cc163736.aspx">http://msdn.microsoft.com/en-us/magazine/cc163736.aspx</a>
        </p>
        <img width="0" height="0" src="http://blog.lulutech.com/aggbug.ashx?id=ac9e0a73-225e-44e2-a60a-d39538178218" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Viewbox and Viewport in WPF</title>
    <link rel="alternate" type="text/html" href="http://blog.lulutech.com/PermaLink,guid,68ed08a6-8cef-4eae-b071-243d1b0c6e00.aspx" />
    <id>http://blog.lulutech.com/PermaLink,guid,68ed08a6-8cef-4eae-b071-243d1b0c6e00.aspx</id>
    <published>2008-07-18T14:30:46.42994-07:00</published>
    <updated>2008-07-18T14:35:19.6816888-07:00</updated>
    <category term="DotNet / WPF" label="DotNet / WPF" scheme="http://blog.lulutech.com/CategoryView,category,DotNet%2B%2c%2BWPF.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="http://nayyeri.net/blog/viewbox-and-viewport-in-windows-presentation-foundation/" href="http://nayyeri.net/blog/viewbox-and-viewport-in-windows-presentation-foundation/">http://nayyeri.net/blog/viewbox-and-viewport-in-windows-presentation-foundation/</a>
        </p>
        <p>
          <a title="http://www.vinull.com/Post/2008/03/21/wpf-using-viewbox-and-canvas-to-create-.aspx" href="http://www.vinull.com/Post/2008/03/21/wpf-using-viewbox-and-canvas-to-create-.aspx">http://www.vinull.com/Post/2008/03/21/wpf-using-viewbox-and-canvas-to-create-.aspx</a>
        </p>
        <img width="0" height="0" src="http://blog.lulutech.com/aggbug.ashx?id=68ed08a6-8cef-4eae-b071-243d1b0c6e00" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Control library from Josh Smith</title>
    <link rel="alternate" type="text/html" href="http://blog.lulutech.com/PermaLink,guid,1159f2c3-79cb-4665-8318-5db5b722b2b9.aspx" />
    <id>http://blog.lulutech.com/PermaLink,guid,1159f2c3-79cb-4665-8318-5db5b722b2b9.aspx</id>
    <published>2008-07-18T14:27:57.1944819-07:00</published>
    <updated>2008-07-18T14:27:57.1944819-07:00</updated>
    <category term="DotNet / WPF" label="DotNet / WPF" scheme="http://blog.lulutech.com/CategoryView,category,DotNet%2B%2c%2BWPF.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="http://www.codeproject.com/KB/WPF/WPFJoshSmith.aspx" href="http://www.codeproject.com/KB/WPF/WPFJoshSmith.aspx">http://www.codeproject.com/KB/WPF/WPFJoshSmith.aspx</a>
        </p>
        <img width="0" height="0" src="http://blog.lulutech.com/aggbug.ashx?id=1159f2c3-79cb-4665-8318-5db5b722b2b9" />
      </div>
    </content>
  </entry>
  <entry>
    <title>WPF Adorner</title>
    <link rel="alternate" type="text/html" href="http://blog.lulutech.com/PermaLink,guid,a65f834b-212d-401e-a4fc-564fba2e1863.aspx" />
    <id>http://blog.lulutech.com/PermaLink,guid,a65f834b-212d-401e-a4fc-564fba2e1863.aspx</id>
    <published>2008-07-18T14:07:44.2492191-07:00</published>
    <updated>2008-07-18T14:28:14.8039696-07:00</updated>
    <category term="DotNet / WPF" label="DotNet / WPF" scheme="http://blog.lulutech.com/CategoryView,category,DotNet%2B%2c%2BWPF.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="http://msdn.microsoft.com/en-us/library/ms771277.aspx" href="http://msdn.microsoft.com/en-us/library/ms771277.aspx">http://msdn.microsoft.com/en-us/library/ms771277.aspx</a> 
</p>
        <p>
          <a title="http://msdn.microsoft.com/en-us/library/ms745183.aspx" href="http://msdn.microsoft.com/en-us/library/ms745183.aspx">http://msdn.microsoft.com/en-us/library/ms745183.aspx</a>(EditBox
in GridView)
</p>
        <p>
          <a title="http://msdn.microsoft.com/en-us/library/ms747117.aspx" href="http://msdn.microsoft.com/en-us/library/ms747117.aspx">http://msdn.microsoft.com/en-us/library/ms747117.aspx</a>
        </p>
        <p>
          <a title="http://www.codeproject.com/KB/WPF/SmartTextBox.aspx" href="http://www.codeproject.com/KB/WPF/SmartTextBox.aspx">http://www.codeproject.com/KB/WPF/SmartTextBox.aspx</a>
        </p>
        <p>
          <a title="http://www.codeproject.com/KB/WPF/WPFBusinessAppsPartTwo.aspx" href="http://www.codeproject.com/KB/WPF/WPFBusinessAppsPartTwo.aspx">http://www.codeproject.com/KB/WPF/WPFBusinessAppsPartTwo.aspx</a>
        </p>
        <img width="0" height="0" src="http://blog.lulutech.com/aggbug.ashx?id=a65f834b-212d-401e-a4fc-564fba2e1863" />
      </div>
    </content>
  </entry>
  <entry>
    <title>How to force to raise the bubble routed events for some controls?</title>
    <link rel="alternate" type="text/html" href="http://blog.lulutech.com/PermaLink,guid,33fe6ac7-661a-49df-b036-88c0477bc22c.aspx" />
    <id>http://blog.lulutech.com/PermaLink,guid,33fe6ac7-661a-49df-b036-88c0477bc22c.aspx</id>
    <published>2008-07-16T15:06:03.0964948-07:00</published>
    <updated>2008-07-16T15:06:03.0964948-07:00</updated>
    <category term="DotNet / WPF" label="DotNet / WPF" scheme="http://blog.lulutech.com/CategoryView,category,DotNet%2B%2c%2BWPF.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
To solve this, we have to manually add the mouse event handler onto the controls and
set the handled parameter to true.
</p>
        <p>
this.tbId.AddHandler(TextBox.MouseDownEvent, new RoutedEventHandler(tb_mouseDown), <font color="#ff0000" size="4"><strong>true</strong></font>);
</p>
        <img width="0" height="0" src="http://blog.lulutech.com/aggbug.ashx?id=33fe6ac7-661a-49df-b036-88c0477bc22c" />
      </div>
    </content>
  </entry>
  <entry>
    <title>find the selected object of listview</title>
    <link rel="alternate" type="text/html" href="http://blog.lulutech.com/PermaLink,guid,3d627c61-9c2d-41f9-91b5-120c2eb38b88.aspx" />
    <id>http://blog.lulutech.com/PermaLink,guid,3d627c61-9c2d-41f9-91b5-120c2eb38b88.aspx</id>
    <published>2008-07-16T07:33:50.0713688-07:00</published>
    <updated>2008-07-16T07:33:50.0713688-07:00</updated>
    <category term="DotNet / WPF" label="DotNet / WPF" scheme="http://blog.lulutech.com/CategoryView,category,DotNet%2B%2c%2BWPF.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
_strandGroup = this.listViewGroups.SelectedItem as StrandGroup;
</p>
        <img width="0" height="0" src="http://blog.lulutech.com/aggbug.ashx?id=3d627c61-9c2d-41f9-91b5-120c2eb38b88" />
      </div>
    </content>
  </entry>
  <entry>
    <title>data binds to the properties in the same class.</title>
    <link rel="alternate" type="text/html" href="http://blog.lulutech.com/PermaLink,guid,b01eda95-04b4-4c37-bb1d-24229973d6b3.aspx" />
    <id>http://blog.lulutech.com/PermaLink,guid,b01eda95-04b4-4c37-bb1d-24229973d6b3.aspx</id>
    <published>2008-07-16T07:32:24.43184-07:00</published>
    <updated>2008-07-16T07:32:24.43184-07:00</updated>
    <category term="DotNet / WPF" label="DotNet / WPF" scheme="http://blog.lulutech.com/CategoryView,category,DotNet%2B%2c%2BWPF.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
&lt;GridViewColumn Header="Strand Type"&gt;<br />
     &lt;GridViewColumn.CellTemplate&gt;<br />
             &lt;DataTemplate&gt;<br />
                   
&lt;ComboBox SelectedValue="{Binding Path=StrandId}" SelectedValuePath="Id" DisplayMemberPath="Name"
Width="120" GotFocus="ComboBox_GotFocus" SelectionChanged="ComboBoxStrandType_SelectionChanged"<br />
                                            <strong> ItemsSource="{Binding
RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type local:LongitudinalStrandGroupsAssist}},</strong><strong>Path=MPrestressedStrands}"/&gt;<br /></strong>            
&lt;DataTemplate&gt;<br />
     &lt;/GridViewColumn.CellTemplate&gt;<br />
&lt;/GridViewColumn&gt;
</p>
        <img width="0" height="0" src="http://blog.lulutech.com/aggbug.ashx?id=b01eda95-04b4-4c37-bb1d-24229973d6b3" />
      </div>
    </content>
  </entry>
  <entry>
    <title>IoC 容器和Dependency Injection 模式（中文版）</title>
    <link rel="alternate" type="text/html" href="http://blog.lulutech.com/PermaLink,guid,6d630577-87bc-4d4e-82ca-11e7e604671d.aspx" />
    <id>http://blog.lulutech.com/PermaLink,guid,6d630577-87bc-4d4e-82ca-11e7e604671d.aspx</id>
    <published>2008-07-15T06:26:15.0993998-07:00</published>
    <updated>2008-07-15T06:26:15.0993998-07:00</updated>
    <category term="SoftwareEngineering / Design Pattern" label="SoftwareEngineering / Design Pattern" scheme="http://blog.lulutech.com/CategoryView,category,SoftwareEngineering%2B%2c%2BDesign%2BPattern.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="http://martinfowler.com/articles/injection.html" href="http://martinfowler.com/articles/injection.html">http://martinfowler.com/articles/injection.html</a>
        </p>
        <p>
          <a title="http://www.cnblogs.com/zhouyinhui/archive/2008/07/07/1237613.html" href="http://www.cnblogs.com/zhouyinhui/archive/2008/07/07/1237613.html">http://www.cnblogs.com/zhouyinhui/archive/2008/07/07/1237613.html</a>
        </p>
        <img width="0" height="0" src="http://blog.lulutech.com/aggbug.ashx?id=6d630577-87bc-4d4e-82ca-11e7e604671d" />
      </div>
    </content>
  </entry>
</feed>