<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html">Comments - SeeSharp - SeeSharp</title>
  <icon>http://www.hightech.ir/favicon.ico</icon>
  <logo>http://www.hightech.ir/favicon.png</logo>
  <updated>2010-03-01T07:43:01.65</updated>
  <subtitle type="html">A C# development blog</subtitle>
  <id>http://www.hightech.ir/seesharp/comments/atom</id>
  <link rel="alternate" type="text/html" hreflang="en" href="/seesharp/atom"/>
  <link rel="self" type="application/atom+xml" href="http://www.hightech.ir/SeeSharp/Comments/ATOM"/>
  <generator uri="http://oxite.net" version="1.0">Oxite</generator>
  <entry>
    <title type="html">WPF Application with Caliburn - Part One</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/WPF-Application-With-Caliburn-Part-One#c-201003010743016"/>
    <id>http://www.hightech.ir/SeeSharp/WPF-Application-With-Caliburn-Part-One#c-201003010743016</id>
    <updated>2010-03-01T07:43:01.65</updated>
    <published>2010-03-01T07:43:01.65</published>
    <author>
      <name>Mickey</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	Hello,&lt;/p&gt;
&lt;p&gt;
	I had difficulty following you tutorial:&lt;/p&gt;
&lt;p&gt;
	1. You have not which .&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;dll&lt;/span&gt; to reference, so I had to try out referencing different .&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;dll&lt;/span&gt;-s to have my project compile.&lt;/p&gt;
&lt;p&gt;
	2. &amp;nbsp;Same issue was with &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;DelegateCommand&lt;/span&gt;. It was not clear that I had to find its implementation somewhere else.&lt;/p&gt;
&lt;p&gt;
	3. The program was throwing an exception &amp;quot;Cannot set Owner property to itself.&amp;quot; in &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;DefaultWindowManager&lt;/span&gt; class, &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;EnsureWindow &lt;/span&gt;method. After rechecking and examining you code I saw, that in &amp;quot;&lt;strong&gt;Marying View and ViewModel&lt;/strong&gt;&amp;quot; you instructed to create &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;ShellView &lt;/span&gt;as &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;UserControl&lt;/span&gt;, but in &amp;quot;&lt;strong&gt;Binding&lt;/strong&gt;&amp;quot; and in your code it was &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;Window&lt;/span&gt; class.&lt;/p&gt;
&lt;p&gt;
	Overall the tutorial was helpful.&lt;/p&gt;
&lt;p&gt;
	Thank you.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">PersianCalendar support for DevExpress</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/PersianCalendar-Support-For-DevExpress#c-201003011236383"/>
    <id>http://www.hightech.ir/SeeSharp/PersianCalendar-Support-For-DevExpress#c-201003011236383</id>
    <updated>2010-03-01T00:36:38.343</updated>
    <published>2010-03-01T00:36:38.343</published>
    <author>
      <name>Reza Arablou</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	ضمن تشکر از مطالببسیار مفیدتان.&lt;/p&gt;
&lt;p&gt;
	آیا شما می توانید یک مثال کامل (همانند عکس بالا) را برای دانلود قرار دهید.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">ASP.NET MVC Validation with Ajax and Json</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/aspnet-validation-with-ajax-and-json#c-201002271024205"/>
    <id>http://www.hightech.ir/SeeSharp/aspnet-validation-with-ajax-and-json#c-201002271024205</id>
    <updated>2010-02-27T22:24:20.577</updated>
    <published>2010-02-27T22:24:20.577</published>
    <author>
      <name>payday loans toronto</name>
    </author>
    <content type="html" xml:lang="en">
      I want to thank the blogger very much not only for this post but also for his all previous efforts. I found www.hightech.ir to be extremely interesting. I will be coming back to www.hightech.ir for more information.
    </content>
  </entry>
  <entry>
    <title type="html">Code Review No. N, or Do chimps write code better than us?</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/code-review-no-n-or-do-chimps-write#c-201002270659241"/>
    <id>http://www.hightech.ir/SeeSharp/code-review-no-n-or-do-chimps-write#c-201002270659241</id>
    <updated>2010-02-27T18:59:24.147</updated>
    <published>2010-02-27T18:59:24.147</published>
    <author>
      <name>Chuck Conway</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	Sadly I&amp;#39;ve seen code like this before. I&amp;#39;m currently on a project that was initially written by a team of junior programmers. The code is written almost exactly as the samples you provided. Anti-patterns include &amp;nbsp;dataset and datatable methods (just the fact they are used is a huge anti-pattern, in most cases), if statements around optional database parameters, using partial classes as object orient design and procedure names as enumerations.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	If your application works, that&amp;#39;s more than I can say about the application I work on, on a daily basis.&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
    </content>
  </entry>
  <entry>
    <title type="html">Changing Keyboard Layout (Input Language) in C#</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/changing-keyboard-layout-input-language#c-201002220325577"/>
    <id>http://www.hightech.ir/SeeSharp/changing-keyboard-layout-input-language#c-201002220325577</id>
    <updated>2010-02-22T03:25:57.79</updated>
    <published>2010-02-22T03:25:57.79</published>
    <author>
      <name>Balaji</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	Thanks very much !! :)&lt;/p&gt;
&lt;p&gt;
	I have been searching for a way to do this and I could not find this info anywhere.&lt;/p&gt;
&lt;p&gt;
	Cheers,&lt;/p&gt;
&lt;p&gt;
	Bala&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">Must Read Books For Programmers</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/Must-Read-Books-For-Programmers#c-201002150551251"/>
    <id>http://www.hightech.ir/SeeSharp/Must-Read-Books-For-Programmers#c-201002150551251</id>
    <updated>2010-02-15T05:51:25.163</updated>
    <published>2010-02-15T05:51:25.163</published>
    <author>
      <name>David Carrillo</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	Excelent Reading List. I alsohighly&amp;nbsp; recommed&amp;nbsp; as must read Code Complete 2 and The Pragmatic Programmer&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-201002010117080"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-201002010117080</id>
    <updated>2010-02-01T13:17:08.073</updated>
    <published>2010-02-01T13:17:08.073</published>
    <author>
      <name>Hadi</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	It works correctly using the latest build. Here&amp;#39;s the &lt;a href=&quot;http://www.imagehousing.com/image/358759&quot;&gt;picture&lt;/a&gt;&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-201002011049415"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-201002011049415</id>
    <updated>2010-02-01T10:49:41.527</updated>
    <published>2010-02-01T10:49:41.527</published>
    <author>
      <name>arman</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	salam&lt;/p&gt;
&lt;p&gt;
	emroz 12 bahmane 88 hast va 2shanbe niz hast . ke moadele monday, mibashad. vali dar calendar ke farsi mikonim shanbe ro neshon mide. version jadid ro ham test kardam. chetori in moshkel bartaraf mishe?&lt;/p&gt;
&lt;p&gt;
	lotfan rahnameee konid.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">WPF Ribbon Control</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-201001260342109"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-201001260342109</id>
    <updated>2010-01-26T15:42:10.947</updated>
    <published>2010-01-26T15:42:10.947</published>
    <author>
      <name>daVinci</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	&amp;nbsp;Take a look Fluent Ribbon Control Suite at http://fluent.codeplex.com&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">Must Read Books For Programmers</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/Must-Read-Books-For-Programmers#c-201001230758175"/>
    <id>http://www.hightech.ir/SeeSharp/Must-Read-Books-For-Programmers#c-201001230758175</id>
    <updated>2010-01-23T07:58:17.557</updated>
    <published>2010-01-23T07:58:17.557</published>
    <author>
      <name>Mahdi Taghizadeh</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	Thank you Hadi :)&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">Must Read Books For Programmers</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/Must-Read-Books-For-Programmers#c-201001230747035"/>
    <id>http://www.hightech.ir/SeeSharp/Must-Read-Books-For-Programmers#c-201001230747035</id>
    <updated>2010-01-23T07:47:03.58</updated>
    <published>2010-01-23T07:47:03.58</published>
    <author>
      <name>afsharm</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	Greate list! all of them in my taste of software development: Domain Driven, Agile, ...&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">WPF Application with Caliburn - Part Two</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/WPF-Application-With-Caliburn-Part-Two#c-201001230637314"/>
    <id>http://www.hightech.ir/SeeSharp/WPF-Application-With-Caliburn-Part-Two#c-201001230637314</id>
    <updated>2010-01-23T06:37:31.44</updated>
    <published>2010-01-23T06:37:31.44</published>
    <author>
      <name>Hadi</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	Justus,&lt;/p&gt;
&lt;p&gt;
	&lt;br /&gt;
	Unfortunately, the source file and pictures of that post were lost during transferring from my previous host. New Caliburn releases is way better than the old ones and provide much more, so why not upgrade?&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">Must Read Books For Programmers</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/Must-Read-Books-For-Programmers#c-201001220742297"/>
    <id>http://www.hightech.ir/SeeSharp/Must-Read-Books-For-Programmers#c-201001220742297</id>
    <updated>2010-01-22T19:42:29.793</updated>
    <published>2010-01-22T19:42:29.793</published>
    <author>
      <name>&#181;</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	I think number 10 is the most important one.&lt;/p&gt;
&lt;p&gt;
	btw, I recommend &amp;quot;Programming Challenges - by: Springer&amp;quot; to Computer Science students. :-)&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">Must Read Books For Programmers</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/Must-Read-Books-For-Programmers#c-201001211052283"/>
    <id>http://www.hightech.ir/SeeSharp/Must-Read-Books-For-Programmers#c-201001211052283</id>
    <updated>2010-01-21T10:52:28.36</updated>
    <published>2010-01-21T10:52:28.36</published>
    <author>
      <name>Mohammad Mahdi Ramezanpour</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	Thanks Hadi for the great post.&lt;/p&gt;
&lt;p&gt;
	As you said there a lot of other great books out there that you didn&amp;#39;t mentioned. I think the most important benefit of these books is that they don&amp;#39;t related to any specific language and that&amp;#39;s the point. I&amp;#39;ll try to get all of these books :-)&lt;/p&gt;
&lt;p&gt;
	By the way, I want to suggest another book which is absolutely great:&lt;/p&gt;
&lt;p&gt;
	&lt;a href=&quot;http://www.amazon.com/Code-Leader-Processes-Successful-Programmer/dp/0470259248/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1264070485&amp;amp;sr=8-1&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;&lt;em&gt;Code Leader: Using People, Tools, and Processes to Build Successful Software&lt;br /&gt;
	&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	Thanks again for the post :-)&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">WPF Application with Caliburn - Part Two</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/WPF-Application-With-Caliburn-Part-Two#c-201001211031372"/>
    <id>http://www.hightech.ir/SeeSharp/WPF-Application-With-Caliburn-Part-Two#c-201001211031372</id>
    <updated>2010-01-21T10:31:37.273</updated>
    <published>2010-01-21T10:31:37.273</published>
    <author>
      <name>Justus Schach</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	Hi Hadi,&lt;/p&gt;
&lt;p&gt;
	this article is a great help to get a better understanding how caliburn works.&lt;br /&gt;
	Unfortunatly I have to work in to a project which used an older version of caliburn.&lt;br /&gt;
	&lt;br /&gt;
	I saw your older article from 2008 which covers that version, but the link to the source is dead.&lt;br /&gt;
	(also the links to the pictures are dead)&lt;/p&gt;
&lt;p&gt;
	Is there a another way to get that source?&lt;/p&gt;
&lt;p&gt;
	Thank you in advance!&lt;/p&gt;
&lt;p&gt;
	Kind regards&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; justus&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">Java and .NET Interoperability</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/Java-Interop-With-NET#c-201001190737238"/>
    <id>http://www.hightech.ir/SeeSharp/Java-Interop-With-NET#c-201001190737238</id>
    <updated>2010-01-19T19:37:23.823</updated>
    <published>2010-01-19T19:37:23.823</published>
    <author>
      <name>Alireza</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;div&gt;
	Nice post ;) thanks for sharing you knowledge, I think it&amp;rsquo;s very good idea to use right tools for right jobs, and now by integration architecture between different platform we have more power of enterprise qualities.&lt;/div&gt;

    </content>
  </entry>
  <entry>
    <title type="html">BiDi applications with Silverlight 4</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/Silverlight-Four-With-Right-To-Left-Support#c-201001180920392"/>
    <id>http://www.hightech.ir/SeeSharp/Silverlight-Four-With-Right-To-Left-Support#c-201001180920392</id>
    <updated>2010-01-18T09:20:39.25</updated>
    <published>2010-01-18T09:20:39.25</published>
    <author>
      <name>Parham</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	ولی من با ورژن 3.5 مشکلی ندارم و همیشه از فونتهای فارسی وب استفاده میکنم (معمولا نازلی). تو ورژن ۴ با این مشکل روبرو شدم.&lt;/p&gt;
&lt;p&gt;
	همونطور که اشاره کردید با فونتهای دیگه مشکلی نیست.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">BiDi applications with Silverlight 4</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/Silverlight-Four-With-Right-To-Left-Support#c-201001180800547"/>
    <id>http://www.hightech.ir/SeeSharp/Silverlight-Four-With-Right-To-Left-Support#c-201001180800547</id>
    <updated>2010-01-18T08:00:54.78</updated>
    <published>2010-01-18T08:00:54.78</published>
    <author>
      <name>Hadi</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	&lt;span style=&quot;font-family: tahoma,geneva,sans-serif;&quot;&gt;متاسفانه من با فونت های &amp;quot;فارسی وب&amp;quot; هم با ورژن 3.5 و هم با ورژن 4.0 مشکل داشتم! ولی هر دو ورژن با فونت های &amp;quot;برنا رایانه&amp;quot; که با ورد هم درست کار میکنند ، کار میکرد. با این فونت ها تست کنید&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-family: tahoma,geneva,sans-serif;&quot;&gt;http://www.bornaray.com/en_fonts.asp&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-family: tahoma,geneva,sans-serif;&quot;&gt;این هم نمونه اش:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-family: tahoma,geneva,sans-serif;&quot;&gt;http://tinypic.com/r/b3r23r/6&lt;/span&gt;&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">BiDi applications with Silverlight 4</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/Silverlight-Four-With-Right-To-Left-Support#c-201001170136262"/>
    <id>http://www.hightech.ir/SeeSharp/Silverlight-Four-With-Right-To-Left-Support#c-201001170136262</id>
    <updated>2010-01-17T13:36:26.21</updated>
    <published>2010-01-17T13:36:26.21</published>
    <author>
      <name>Parham</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	سلام مجدد،&lt;/p&gt;
&lt;p&gt;
	ظاهرا این مشکل در برنامه&amp;zwnj;های دابلیو پی اف هم وجود داره! و مختص سیلورلایت نیست و کلا ورژن ۴ فریم ورک این مشکل رو داره.&lt;/p&gt;
&lt;p&gt;
	در ورژنهای قبلی این مشکل نیست.&lt;/p&gt;
&lt;p&gt;
	&lt;br /&gt;
	اون گزارشی رو که لینک دادم ویرایشش کردم.&lt;/p&gt;
&lt;p&gt;
	ارادتمند،&lt;/p&gt;
&lt;p&gt;
	پرهام.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">BiDi applications with Silverlight 4</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/Silverlight-Four-With-Right-To-Left-Support#c-201001171238379"/>
    <id>http://www.hightech.ir/SeeSharp/Silverlight-Four-With-Right-To-Left-Support#c-201001171238379</id>
    <updated>2010-01-17T12:38:37.973</updated>
    <published>2010-01-17T12:38:37.973</published>
    <author>
      <name>Parham</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	اون مورد رو دیدم که تو انجمنهای سیلورلایت در مورد شکل نمایش حرف ی گزارش کرده بودید. ولی موردی که من عرض کردم کلا مشکل دیگریست. با فونتهایی که لینکش رو در کامنت قبلی گذاشتم کلا حروف به صورت جداگانه نمایش داده میشوند.&lt;/p&gt;
&lt;p&gt;
	یک گزارش اینجا دادم: https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=525357&lt;/p&gt;
&lt;p&gt;
	خوشحال میشم اگر شما هم زحمت بکشید بررسی کنید و مورد رو تایید کنید.&lt;/p&gt;
&lt;p&gt;
	&lt;br /&gt;
	بابت لینک فارسی لایبرری هم متشکرم.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">BiDi applications with Silverlight 4</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/Silverlight-Four-With-Right-To-Left-Support#c-201001171157173"/>
    <id>http://www.hightech.ir/SeeSharp/Silverlight-Four-With-Right-To-Left-Support#c-201001171157173</id>
    <updated>2010-01-17T11:57:17.393</updated>
    <published>2010-01-17T11:57:17.393</published>
    <author>
      <name>Hadi</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	Hello,&lt;/p&gt;
&lt;p&gt;
	I had a problem with &amp;quot;Yek&amp;quot; character only when page was displayed in Firefox (IE worked fine). I used Tahoma font (standard windows font) to test it so it might not work with other fonts. I&amp;#39;ve reported this to Microsoft team working on Silverlight Bidi, and apparently, it will be fixed in final release.&lt;/p&gt;
&lt;p&gt;
	&lt;br /&gt;
	For FarsiLibrary runtime that works with Silverlight, there are some problems, mostly because Silverlight has no PersianCalendar and because of this some Parse methods on PersianDate class will not work. However I&amp;#39;m working on it. You can get the source for SL version from a branch on GitHub (http://github.com/HEskandari/FarsiLibrary/tree/silverlight).&lt;/p&gt;
    </content>
  </entry>
  <entry>
    <title type="html">BiDi applications with Silverlight 4</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/Silverlight-Four-With-Right-To-Left-Support#c-201001170929564"/>
    <id>http://www.hightech.ir/SeeSharp/Silverlight-Four-With-Right-To-Left-Support#c-201001170929564</id>
    <updated>2010-01-17T09:29:56.44</updated>
    <published>2010-01-17T09:29:56.44</published>
    <author>
      <name>Parham</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	سلام جناب اسکندری،&lt;/p&gt;
&lt;p&gt;
	به نظر میاد با برخی فونتها نمایش راست به چپ مشکل داره و به صورت جدا نشون داده میشه، از جمله فونتهای استاندارد یونیکد فارسی وب:&lt;/p&gt;
&lt;p&gt;
	http://fa.farsiweb.ir/fawiki/Persian_Fonts&lt;/p&gt;
&lt;p&gt;
	به نظرتون مشکل از کجاست؟&lt;/p&gt;
&lt;p&gt;
	و مورد دیگه آیا برنامه&amp;zwnj;ای برای نسخه سیلورلایت کنترلهای فارسی لایبرری دارید؟&lt;/p&gt;
&lt;p&gt;
	&lt;br /&gt;
	موفق باشید.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">Caliburn = Less Code?</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/caliburn-less-code#c-201001151211263"/>
    <id>http://www.hightech.ir/SeeSharp/caliburn-less-code#c-201001151211263</id>
    <updated>2010-01-15T12:11:26.343</updated>
    <published>2010-01-15T12:11:26.343</published>
    <author>
      <name>Hadi</name>
    </author>
    <content type="html" xml:lang="en">
      &lt;p&gt;
	@Johan:&lt;br /&gt;
	&lt;br /&gt;
	That&amp;#39;s the whole point for Caliburn framework; to provide a framework that works seamlessly on Silverlight and WPF. Although there are some differences that are more related to different nature of WPF and Silverlight, Caliburn works almost the same in both presentation layers.&lt;/p&gt;
&lt;p&gt;
	@Sandeep:&lt;/p&gt;
&lt;p&gt;
	The new post series contain a sample application developed with Caliburn. Check it out.&lt;/p&gt;

    </content>
  </entry>
  <entry>
    <title type="html">Caliburn = Less Code?</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/caliburn-less-code#c-201001140958528"/>
    <id>http://www.hightech.ir/SeeSharp/caliburn-less-code#c-201001140958528</id>
    <updated>2010-01-14T09:58:52.857</updated>
    <published>2010-01-14T09:58:52.857</published>
    <author>
      <name>Johan Zell</name>
    </author>
    <content type="html" xml:lang="en">
      Nice and comprehensive. Will be useful.

A question..

Do you know if the same functionality for displaying views depending on object/viewmodel is applicable to Silverlight?

The only solution to this I've seen so far(which makes sense) seem to be the ResourceSelector in SL Extensions.

/J
    </content>
  </entry>
  <entry>
    <title type="html">MVVM Validation With NHibernate Validator</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/mvvm-validation-with-nhibernate#c-201001140557438"/>
    <id>http://www.hightech.ir/SeeSharp/mvvm-validation-with-nhibernate#c-201001140557438</id>
    <updated>2010-01-14T05:57:43.88</updated>
    <published>2010-01-14T05:57:43.863</published>
    <author>
      <name>Hadi Eskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Brendan,

I thought everybody knows what RelayCommand is, since it's been around for quite some time. It is an implementation of ICommand interface, and the Notify method is actually an extension method I mentioned on my earlier blog posts.

Try searching for &quot;RelayCommand&quot; and &quot;INotifyPropertyChanged&quot; keywords in the blog search and you'll find your answer.

    </content>
  </entry>
  <entry>
    <title type="html">MVVM Validation With NHibernate Validator</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/mvvm-validation-with-nhibernate#c-201001141205522"/>
    <id>http://www.hightech.ir/SeeSharp/mvvm-validation-with-nhibernate#c-201001141205522</id>
    <updated>2010-01-14T00:05:52.207</updated>
    <published>2010-01-14T00:05:52.207</published>
    <author>
      <name>Brendan Rice</name>
    </author>
    <content type="html" xml:lang="en">
      Thanks for the solution it looks exactly what I need.

I tried to piece together the code but there are a couple of things that didn't work for me:

1. NewAccountViewModel.Firstname -
   this.Notify(this.PropertyChanged, o =&gt; o.Firstname);
   !!This Line doesn't work I get red squigglies where does the Notify method come into it?!!

2. NewAccountViewModel.SaveCommand
   _cmdSave = new RelayCommand(Save, CanSave);
   !!There is no mention of a RelayCommand in your article where does this come into it!! 

Would it be possible to post a working solution to see where I am going wrong?

Thanks again...

B
    </content>
  </entry>
  <entry>
    <title type="html">RightToLeft in DevExpress Controls (DXperience)</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-201001110657152"/>
    <id>http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-201001110657152</id>
    <updated>2010-01-11T06:57:15.207</updated>
    <published>2010-01-11T06:57:15.207</published>
    <author>
      <name>Hadi Eskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Abdullah, Mohamed Salah,

The change is in the source code of DevExpress components. It is tremendous amount of work, not just changing a few lines of code. Furthermore, I can not send you the code, because the version I worked on is old (a build for 2006) and send you the source code of DevExpress is against the copyright.

If you're working on a new project, try DevExpress WPF controls. Thanks to WPF engine, the right to left layout is working great.
    </content>
  </entry>
  <entry>
    <title type="html">RightToLeft in DevExpress Controls (DXperience)</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-201001091235036"/>
    <id>http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-201001091235036</id>
    <updated>2010-01-09T00:35:03.62</updated>
    <published>2010-01-09T00:35:03.62</published>
    <author>
      <name>Abdullah</name>
    </author>
    <content type="html" xml:lang="en">
      Very nice work, please send my the source, 
becouse I try to make it RTL but I fail, I use the code below and it change every thing, but the skin is not that good and some controls have problem with postions of it's internal controls:

======================
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using DevExpress.XtraEditors.Controls;

namespace DevExpress.XtraGrid.Demos
{
   
    public class rtlPageControl : DevExpress.XtraTab.XtraTabControl
    {
        const int WS_EX_LAYOUTRTL = 0x400000;
        
        private bool _mirrored = false;

        [Description(&quot;Change to the right-to-left layout.&quot;), DefaultValue(false), Localizable(true), Category(&quot;Appearance&quot;), Browsable(true)] //MLHIDE

        public bool Mirrored
        {

            get
            {

                return _mirrored;

            }

            set
            {

                if (_mirrored != value)
                {

                    _mirrored = value;

                    this.Refresh();

                    base.OnRightToLeftChanged(EventArgs.Empty);

                }

            }

        }

        protected override CreateParams CreateParams
        {

            get
            {

                if (this.Mirrored)
                {

                    CreateParams CP;

                    CP = base.CreateParams;

                    CP.ExStyle = CP.ExStyle | WS_EX_LAYOUTRTL;

                    return CP;

                }

                else
                {

                    return base.CreateParams;

                }

            }

        }

    }


    public class rtlNavBar : DevExpress.XtraNavBar.NavBarControl
    {
        const int WS_EX_LAYOUTRTL = 0x400000;
        const int WS_EX_RTLREADING = 0x2000;
 

        private bool _mirrored = true;

        [Description(&quot;Change to the right-to-left layout.&quot;), DefaultValue(false), Localizable(true), Category(&quot;Appearance&quot;), Browsable(true)] //MLHIDE

        public bool Mirrored
        {

            get
            {

                return _mirrored;

            }

            set
            {

                if (_mirrored != value)
                {

                    _mirrored = value;

                    this.Refresh();

                    base.OnRightToLeftChanged(EventArgs.Empty);

                }

            }

        }

        protected override CreateParams CreateParams
        {

            get
            {

                if (this.Mirrored)
                {

                    CreateParams CP;

                    CP = base.CreateParams;

                    CP.ExStyle = CP.ExStyle | WS_EX_LAYOUTRTL | WS_EX_RTLREADING;

                    return CP;

                }

                else
                {

                    return base.CreateParams;

                }

            }

        }

    }


    public class rtlGrid : DevExpress.XtraGrid.GridControl
    {
        const int WS_EX_LAYOUTRTL = 0x400000;
        const int WS_EX_RTLREADING = 0x2000;


        private bool _mirrored = true;

        [Description(&quot;Change to the right-to-left layout.&quot;), DefaultValue(false), Localizable(true), Category(&quot;Appearance&quot;), Browsable(true)] //MLHIDE

        public bool Mirrored
        {

            get
            {

                return _mirrored;

            }

            set
            {

                if (_mirrored != value)
                {

                    _mirrored = value;

                    this.Refresh();

                    base.OnRightToLeftChanged(EventArgs.Empty);

                }

            }

        }

        protected override CreateParams CreateParams
        {

            get
            {

                if (this.Mirrored)
                {

                    CreateParams CP;

                    CP = base.CreateParams;

                    CP.ExStyle = CP.ExStyle | WS_EX_LAYOUTRTL | WS_EX_RTLREADING;

                    return CP;

                }

                else
                {

                    return base.CreateParams;

                }

            }

        }

    }
    
}
=================================
    </content>
  </entry>
  <entry>
    <title type="html">RightToLeft in DevExpress Controls (DXperience)</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200912141058371"/>
    <id>http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200912141058371</id>
    <updated>2009-12-14T10:58:37.133</updated>
    <published>2009-12-14T10:58:37.133</published>
    <author>
      <name>Mohamed Salah</name>
    </author>
    <content type="html" xml:lang="en">
      how I can change the RTL in devexpress 
which classes in source code plz I need it 
thank you  
    </content>
  </entry>
  <entry>
    <title type="html">Entity Framework 4 - Part Three : Repository Pattern</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/Entity-Framework-Four-Part-Three-Repository-Pattern#c-200912130659263"/>
    <id>http://www.hightech.ir/SeeSharp/Entity-Framework-Four-Part-Three-Repository-Pattern#c-200912130659263</id>
    <updated>2009-12-13T06:59:26.377</updated>
    <published>2009-12-13T06:59:26.377</published>
    <author>
      <name>Hadi Eskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Jose,

Support for IQueryable&lt;TEntity&gt; is easily added just by implementing the IQueryable interface and delegating the interface calls to the IObjectSet&lt;TEntity&gt;. The reason I didn't do that was to keep things simpler.
    </content>
  </entry>
  <entry>
    <title type="html">Entity Framework 4 - Part Three : Repository Pattern</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/Entity-Framework-Four-Part-Three-Repository-Pattern#c-200912121222491"/>
    <id>http://www.hightech.ir/SeeSharp/Entity-Framework-Four-Part-Three-Repository-Pattern#c-200912121222491</id>
    <updated>2009-12-12T12:22:49.11</updated>
    <published>2009-12-12T12:22:49.11</published>
    <author>
      <name>Jos&#233; F. Romaniello</name>
    </author>
    <content type="html" xml:lang="en">
      Sorry, the parameter is Expression of Func of TEntity and Bool. 
    </content>
  </entry>
  <entry>
    <title type="html">Entity Framework 4 - Part Three : Repository Pattern</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/Entity-Framework-Four-Part-Three-Repository-Pattern#c-200912121220132"/>
    <id>http://www.hightech.ir/SeeSharp/Entity-Framework-Four-Part-Three-Repository-Pattern#c-200912121220132</id>
    <updated>2009-12-12T12:20:13.273</updated>
    <published>2009-12-12T12:20:13.273</published>
    <author>
      <name>Jos&#233; F. Romaniello</name>
    </author>
    <content type="html" xml:lang="en">
      IMHO this is DAO pattern. A truly repository is one that implements IQueryable&lt;TEntity&gt; like this one: http://digg.com/u1C649

Fawler say:
&quot;A Repository mediates between the domain and data mapping layers, acting like an in-memory domain object collection.&quot;

I like the Dao pattern more than Repository pattern. I use in the same way that you with some specification class. My FindOne and FindMany has Expression&lt;Func&lt;TEntity, bool&gt;&gt; as a parameter. Then I use in this way:

dao.FindMany(CustomerQueries.HighProfileCustomers())

Also sometimes I use parameters:
dao.FindMany(CustomerQueries.HighProfileCustomersAtPeriod(DateTime.Today.AddDays(-15), DateTime.Today));
    </content>
  </entry>
  <entry>
    <title type="html">EntityFramework 4 - Part One : Persistence Ignorance</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/Entity-Framework-Four-Part-One-Persistence-Ignorance#c-200912080722276"/>
    <id>http://www.hightech.ir/SeeSharp/Entity-Framework-Four-Part-One-Persistence-Ignorance#c-200912080722276</id>
    <updated>2009-12-08T07:22:27.667</updated>
    <published>2009-12-08T07:22:27.667</published>
    <author>
      <name>Hadi Eskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Christoban,

Unfortunately, that post is related to pre-beta version of Caliburn and it may not even be valid for the RTM version due to lots of changes and change of route in Caliburn framework. The pictures were lost in process of changing my hosting provider and since the content is outdated, I even don't have the binaries to reproduce them.

There are some new caliburn tutorials on the internet which I'm sure you find useful.
    </content>
  </entry>
  <entry>
    <title type="html">EntityFramework 4 - Part One : Persistence Ignorance</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/Entity-Framework-Four-Part-One-Persistence-Ignorance#c-200912020621439"/>
    <id>http://www.hightech.ir/SeeSharp/Entity-Framework-Four-Part-One-Persistence-Ignorance#c-200912020621439</id>
    <updated>2009-12-02T18:21:43.947</updated>
    <published>2009-12-02T18:21:43.947</published>
    <author>
      <name>Christoban</name>
    </author>
    <content type="html" xml:lang="en">
      Please check out the entry at:

http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-two

All the pics are missing and the links don't work.  This is the only existing tutorial on this subject and we need them.

Sorry to post this on another article but this was indicated a couple of times by others but never fixed!  Thanks so much.
    </content>
  </entry>
  <entry>
    <title type="html">Caliburn = Less Code?</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/caliburn-less-code#c-200911260504442"/>
    <id>http://www.hightech.ir/SeeSharp/caliburn-less-code#c-200911260504442</id>
    <updated>2009-11-26T05:04:44.21</updated>
    <published>2009-11-26T05:04:44.21</published>
    <author>
      <name>Sandeep</name>
    </author>
    <content type="html" xml:lang="en">
      Hi,

very nice and helpful article.

I am new to caliburn. It will be very helpful if you can provide any sample application (demo) with proper file structure as well.

thanks,
    </content>
  </entry>
  <entry>
    <title type="html">Changing Keyboard Layout (Input Language) in C#</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/changing-keyboard-layout-input-language#c-200909160810000"/>
    <id>http://www.hightech.ir/SeeSharp/changing-keyboard-layout-input-language#c-200909160810000</id>
    <updated>2009-09-27T08:35:24.55</updated>
    <published>2009-09-16T20:10:00.05</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Nice code, and this code used old API calls:&lt;BR/&gt;&lt;BR/&gt;[System.Runtime.InteropServices.DllImport(&quot;user32.dll&quot;)]&lt;BR/&gt;        public static extern int ActivateKeyboardLayout(int HKL, int flags);&lt;BR/&gt;&lt;BR/&gt;        public void SetLanguage(string WhichLanguage)&lt;BR/&gt;        {&lt;BR/&gt;            bool IsNT = true;&lt;BR/&gt;            try&lt;BR/&gt;            {&lt;BR/&gt;                int ReturnValue;&lt;BR/&gt;                if ((WhichLanguage == &quot;Fa&quot;))&lt;BR/&gt;                {&lt;BR/&gt;                    &lt;BR/&gt;                    if ((IsNT == true))&lt;BR/&gt;                    {&lt;BR/&gt;                        ReturnValue = ActivateKeyboardLayout(1065, 0);&lt;BR/&gt;                    }&lt;BR/&gt;                    else&lt;BR/&gt;                    {&lt;BR/&gt;                        ReturnValue = ActivateKeyboardLayout(1025, 0);&lt;BR/&gt;                    }&lt;BR/&gt;                }&lt;BR/&gt;                else&lt;BR/&gt;                {&lt;BR/&gt;                    ReturnValue = ActivateKeyboardLayout(67699721, 0);&lt;BR/&gt;                }&lt;BR/&gt;            }&lt;BR/&gt;            catch&lt;BR/&gt;            {&lt;BR/&gt;&lt;BR/&gt;                //Error Handling...&lt;BR/&gt;            }&lt;BR/&gt;&lt;BR/&gt;        }
    </content>
  </entry>
  <entry>
    <title type="html">Changing Keyboard Layout (Input Language) in C#</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/changing-keyboard-layout-input-language#c-200909160810000"/>
    <id>http://www.hightech.ir/SeeSharp/changing-keyboard-layout-input-language#c-200909160810000</id>
    <updated>2009-09-27T08:35:20.62</updated>
    <published>2009-09-16T20:10:00.047</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Thank you
    </content>
  </entry>
  <entry>
    <title type="html">Changing Keyboard Layout (Input Language) in C#</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/changing-keyboard-layout-input-language#c-200909160810000"/>
    <id>http://www.hightech.ir/SeeSharp/changing-keyboard-layout-input-language#c-200909160810000</id>
    <updated>2009-09-27T08:35:22.607</updated>
    <published>2009-09-16T20:10:00.047</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Moteshakkeram
    </content>
  </entry>
  <entry>
    <title type="html">RightToLeft in DevExpress Controls (DXperience)</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594"/>
    <id>http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594</id>
    <updated>2009-09-27T08:35:10.133</updated>
    <published>2009-09-16T20:09:59.487</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      DevExpress is not alone in this case. Some components of ComponentOne have the same problem. I used ComponentOne for several years. Report Component is the best around the world but RTL is not supported in both windows and web version.
    </content>
  </entry>
  <entry>
    <title type="html">RightToLeft in DevExpress Controls (DXperience)</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594"/>
    <id>http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594</id>
    <updated>2009-09-27T08:35:08.147</updated>
    <published>2009-09-16T20:09:59.487</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Actually, I have worked with C1 report. Although it has some shortcomings with RTL, I managed to make it work with some workarounds, in an enterprise Web application using ASP.NET, and also some WinForm applications. With all the problems of C1 with RTL, IMHO it is still the best there is to be used in RTL oriented applications.
    </content>
  </entry>
  <entry>
    <title type="html">RightToLeft in DevExpress Controls (DXperience)</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594"/>
    <id>http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594</id>
    <updated>2009-09-27T08:35:04.213</updated>
    <published>2009-09-16T20:09:59.483</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Dear Hadi,&lt;BR/&gt;Did you change the source code of DevExpress to make some components support RTL?&lt;BR/&gt;&lt;BR/&gt;Thanks
    </content>
  </entry>
  <entry>
    <title type="html">RightToLeft in DevExpress Controls (DXperience)</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594"/>
    <id>http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594</id>
    <updated>2009-09-27T08:35:02.16</updated>
    <published>2009-09-16T20:09:59.483</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi,&lt;BR/&gt;&lt;BR/&gt;I've changed the DevExpress sources in order to do so. That's the only (decent) way to do it. The only problem is that you need to do it all over again when they release a new version.
    </content>
  </entry>
  <entry>
    <title type="html">RightToLeft in DevExpress Controls (DXperience)</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594"/>
    <id>http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594</id>
    <updated>2009-09-27T08:35:06.2</updated>
    <published>2009-09-16T20:09:59.483</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi, How did you do it ??
    </content>
  </entry>
  <entry>
    <title type="html">RightToLeft in DevExpress Controls (DXperience)</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594"/>
    <id>http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594</id>
    <updated>2009-09-27T08:35:00.093</updated>
    <published>2009-09-16T20:09:59.48</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi Hadi&lt;BR/&gt;&lt;BR/&gt;Interesting stuff! &lt;BR/&gt;&lt;BR/&gt;We have been using DevExpress controls now for a couple of years and now have an opportunity to sell into the middle east market and so really need RTL support. However, a recent email to DevExpress has once again confirmed that there is little chance of RTL support being included in the near/mid future.&lt;BR/&gt;&lt;BR/&gt;I can see that you managed to change the DevExpress code to support RTL for some controls, and whilst having to change their code is not something we really want to do, I'd be interested to know how easy you found it and the sort of timescales involved
    </content>
  </entry>
  <entry>
    <title type="html">RightToLeft in DevExpress Controls (DXperience)</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594"/>
    <id>http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594</id>
    <updated>2009-09-27T08:34:58.053</updated>
    <published>2009-09-16T20:09:59.48</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Chris,&lt;BR/&gt;&lt;BR/&gt;In a matter of 3-4 weeks I could manage to fix RTL issues in all controls resided in Utils and Editors projects. By doing this, other projects such as Grid partially supported RTL because they inherently reused existing corrected functionality. Working on Grid control can get much hairy as it is more complex. &lt;BR/&gt;&lt;BR/&gt;With their latest release and rearcitechture, I think there MIGHT be ways to do this without touching their code (by subclassing the controls and replacing the drawing parts).&lt;BR/&gt;&lt;BR/&gt;Hope this helps
    </content>
  </entry>
  <entry>
    <title type="html">RightToLeft in DevExpress Controls (DXperience)</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594"/>
    <id>http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594</id>
    <updated>2009-09-27T08:34:56.047</updated>
    <published>2009-09-16T20:09:59.48</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hadi, thanks for the feedback.&lt;br /&gt;&lt;br /&gt;I was wondering whether you have an email address I can contact you on. I would like to explore in more detail what you have done and perhaps how you might help is if that's OK?
    </content>
  </entry>
  <entry>
    <title type="html">RightToLeft in DevExpress Controls (DXperience)</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594"/>
    <id>http://www.hightech.ir/SeeSharp/righttoleft-in-devexpress-controls#c-200909160809594</id>
    <updated>2009-09-27T08:34:54.063</updated>
    <published>2009-09-16T20:09:59.477</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Sure...send your email at h dot eskandari at gmail.
    </content>
  </entry>
  <entry>
    <title type="html">Structured Storage</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/structured-storage#c-200909160809561"/>
    <id>http://www.hightech.ir/SeeSharp/structured-storage#c-200909160809561</id>
    <updated>2009-09-27T08:34:08.263</updated>
    <published>2009-09-16T20:09:56.16</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Good for people to know.
    </content>
  </entry>
  <entry>
    <title type="html">Structured Storage</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/structured-storage#c-200909160809561"/>
    <id>http://www.hightech.ir/SeeSharp/structured-storage#c-200909160809561</id>
    <updated>2009-09-27T08:34:13.943</updated>
    <published>2009-09-16T20:09:56.16</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Could you please update the code example link? It doesn't work.
    </content>
  </entry>
  <entry>
    <title type="html">Structured Storage</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/structured-storage#c-200909160809561"/>
    <id>http://www.hightech.ir/SeeSharp/structured-storage#c-200909160809561</id>
    <updated>2009-09-27T08:34:11.927</updated>
    <published>2009-09-16T20:09:56.16</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi,&lt;BR/&gt;&lt;BR/&gt;I just double checked posted URL for the download link, and it works fine. May be my web host was done the time you tried. I guess I have to host my content files somewhere else :(
    </content>
  </entry>
  <entry>
    <title type="html">Structured Storage</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/structured-storage#c-200909160809561"/>
    <id>http://www.hightech.ir/SeeSharp/structured-storage#c-200909160809561</id>
    <updated>2009-09-27T08:34:17.953</updated>
    <published>2009-09-16T20:09:56.16</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi Hadi,&lt;BR/&gt;&lt;BR/&gt;Could you please send me the code for the structured storage access to me at Mohamed.Koker@ge.com?&lt;BR/&gt;&lt;BR/&gt;The download link on your site does not work.&lt;BR/&gt;&lt;BR/&gt;Thanks in advance&lt;BR/&gt;&lt;BR/&gt;-Mohamed
    </content>
  </entry>
  <entry>
    <title type="html">Structured Storage</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/structured-storage#c-200909160809561"/>
    <id>http://www.hightech.ir/SeeSharp/structured-storage#c-200909160809561</id>
    <updated>2009-09-27T08:34:15.953</updated>
    <published>2009-09-16T20:09:56.16</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Could you please send me the code to nbmrao@yahoo.com&lt;BR/&gt;&lt;BR/&gt;Thanks
    </content>
  </entry>
  <entry>
    <title type="html">Structured Storage</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/structured-storage#c-200909160809561"/>
    <id>http://www.hightech.ir/SeeSharp/structured-storage#c-200909160809561</id>
    <updated>2009-09-27T08:34:04.313</updated>
    <published>2009-09-16T20:09:56.157</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Use the updated link. The file is on my Sky-Drive folder so you should have no problem downloading it.
    </content>
  </entry>
  <entry>
    <title type="html">Structured Storage</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/structured-storage#c-200909160809561"/>
    <id>http://www.hightech.ir/SeeSharp/structured-storage#c-200909160809561</id>
    <updated>2009-09-27T08:34:06.287</updated>
    <published>2009-09-16T20:09:56.157</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Nope the link is broken again. Can you upload it something like rapidshare?
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547</id>
    <updated>2009-09-27T08:33:41.88</updated>
    <published>2009-09-16T20:09:54.77</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      salam jenab eskandari&lt;BR/&gt;agha aval az kare besiyar besiyar ghashanget tashakor konam &lt;BR/&gt;man hodod 1 sal (yekam kamtar az yek sal )hast ke az FarsiLibrary shoma estefadeh mikoanam khali ali hast &lt;BR/&gt;ama ye chand ta eshkal kochik dasht ke fekr konam hal kardin&lt;BR/&gt;chand ta pishnahad ham man bedam:&lt;BR/&gt;1.man dar khali az mavaghe niyaz daram ke vaghti tarikhi entekhab mishe 5 ragham akhar ro begiram va zakhire konam ... ke alan in karo &lt;BR/&gt;ba substring anjam midam age metodi vase inkar bezarin ali mishe&lt;BR/&gt;2.mesle ye maskeditbox  ham amal kone yani age taraf nakhast  // ro khodesh bendaze va nazare character gheir mojaz begire (albate moghei ke 5 ragham ham mikhaeim tosh benevisim faghat(mm/dd)ham javab bedeh)&lt;BR/&gt;baz ham tashakor mikonam azat ma khodam 2 ta datapiker dorost kardeh bodam ama ba didan in ona ro bikhiyal shodam&lt;BR/&gt;&lt;BR/&gt;agha rasti man nemitonam in FarsiLibrary 2.0  ro download konam zaheran moshkeli vase linkesh pish omadeh ?! jaryan chiye?
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547</id>
    <updated>2009-09-27T08:33:44.033</updated>
    <published>2009-09-16T20:09:54.77</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      The link is fixed. You should have no problem downloading the files now.
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547</id>
    <updated>2009-09-27T08:33:47.677</updated>
    <published>2009-09-16T20:09:54.77</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      I can not download from this link. Please update prev version in CodeProject. Thanks a lot.
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547</id>
    <updated>2009-09-27T08:33:39.873</updated>
    <published>2009-09-16T20:09:54.767</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      agha kam daghati az khodam bod &lt;BR/&gt;link download on paein bod man ro khode title click mikardam ke mano dobare be hamin safhe pass midad
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547</id>
    <updated>2009-09-27T08:33:37.937</updated>
    <published>2009-09-16T20:09:54.767</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Do you have a WPF version of calendar library?
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547</id>
    <updated>2009-09-27T08:33:35.96</updated>
    <published>2009-09-16T20:09:54.767</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      the WPF version is at CodeProject web site. If you find any bugs please report them and I'll post updates here.
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547</id>
    <updated>2009-09-27T08:33:32.017</updated>
    <published>2009-09-16T20:09:54.763</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi Mr Eskandari&lt;BR/&gt;I Check code project for any updates and cant find anything.&lt;BR/&gt;&lt;BR/&gt;Can you please give me exact url to download this new version.&lt;BR/&gt;&lt;BR/&gt;Thanks for your great code.
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547</id>
    <updated>2009-09-27T08:33:29.993</updated>
    <published>2009-09-16T20:09:54.763</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi,&lt;BR/&gt;&lt;BR/&gt;Thanx for what looks like a fantastic control !&lt;BR/&gt;I am however getting errors adding the controls (any / all) of them to my VS2008 project.&lt;BR/&gt;It is the same error that was reported on CodeProject - I commented there too.&lt;BR/&gt;&lt;BR/&gt;Any help would be greatly appreciated.
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547</id>
    <updated>2009-09-27T08:33:33.977</updated>
    <published>2009-09-16T20:09:54.763</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Thanks a lot, I got it and I really need it.
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547</id>
    <updated>2009-09-27T08:33:26.537</updated>
    <published>2009-09-16T20:09:54.76</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      I have not encountered this problem on the computers I've ran this component, and believe me, there were many of them! If you can, run the sample applications, or try to see if you add it programatically to a form, it would run or not? Do you only have the problem of adding it to your toolbox? Could you send me a stack trace of the exception you're receiving? I'll see what I can do.
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547</id>
    <updated>2009-09-27T08:33:19.697</updated>
    <published>2009-09-16T20:09:54.76</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      &#216;&#179;&#217;„&#216;&#167;&#217;… &lt;br /&gt;&#216;&#178;&#217;…&#216;&#167;&#217;†&#219;Œ &#218;&#169;&#217;‡ &#216;&#170;&#217;‚&#217;ˆ&#219;Œ&#217;… &#216;&#170;&#217;ˆ &#217;…&#216;&#175; &#217;&#216;&#167;&#216;&#177;&#216;&#179;&#219;Œ &#218;&#169;&#216;&#167;&#216;&#177; &#217;…&#219;Œ &#218;&#169;&#217;†&#217;‡ &#217;ˆ &#216;&#180;&#217;…&#216;&#167; &#216;&#170;&#216;&#167;&#216;&#177;&#219;Œ&#216;&#174; &#217;…&#216;&#177;&#216;&#168;&#217;ˆ&#216;&#183; &#216;&#168;&#217;‡ &#216;&#162;&#216;&#174;&#216;&#177; &#217;…&#216;&#167;&#217;‡ &#216;&#177;&#217;ˆ &#217;ˆ&#216;&#167;&#216;&#177;&#216;&#175; &#218;&#169;&#217;†&#219;Œ&#216;&#175; (1387/06/31) &#217;ˆ &#217;‚&#216;&#177;&#216;&#167;&#216;&#177;&#217;‡ &#216;&#170;&#216;&#167;&#216;&#177;&#219;Œ&#216;&#174; &#217;ˆ&#216;&#167;&#216;&#177;&#216;&#175; &#216;&#180;&#216;&#175;&#217;‡ &#216;&#168;&#217;‡ &#217;…&#219;Œ&#217;„&#216;&#167;&#216;&#175;&#219;Œ &#216;&#170;&#216;&#168;&#216;&#175;&#219;Œ&#217;„ &#216;&#168;&#216;&#180;&#217;‡ &#216;&#168;&#216;&#177;&#217;†&#216;&#167;&#217;…&#217;‡ &#217;&#190;&#219;Œ&#216;&#167;&#217;… &#216;&#174;&#216;&#183;&#216;&#167; &#217;…&#219;Œ&#216;&#175;&#217;‡
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547</id>
    <updated>2009-09-27T08:33:21.67</updated>
    <published>2009-09-16T20:09:54.76</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      salam&lt;BR/&gt;shoma baraye init kardan az system data haei migirid.&lt;BR/&gt;vaghti theme system default windows nabashe, va chizhaye motafareghe bashe, exception dade mishe va kolan fail mishe&lt;BR/&gt;&lt;BR/&gt;in error az aval boode va raf` nashode&lt;BR/&gt;&lt;BR/&gt;zahmat mikeshid age bartaraf konid. chon barnameye neveshte shode age jaei run beshe ke theme taghir karde kollan run nemishe
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547</id>
    <updated>2009-09-27T08:33:23.663</updated>
    <published>2009-09-16T20:09:54.76</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi Hadi,&lt;BR/&gt;&lt;BR/&gt;After commenting out the reference to the AssemblyKeyFile in the CommonAssemblyInfo file, I was able to compile the programs on my PC.&lt;BR/&gt;When I opened your solution (all the projects included) I can see the toolbar icons for the various controls.&lt;BR/&gt;If I try and open any of the demo forms in the project - I get errors:&lt;BR/&gt;Object reference not set to an instance of an object.&lt;BR/&gt;The stack trace for this is:&lt;BR/&gt;at FarsiLibrary.Win.Drawing.Office2003Colors.GetLightColor(Int32 btnFaceColorPart, Int32 highlightColorPart, Int32 windowColorPart) in C:\Development\DotNet\TestingStuff\NullableDTP\FarsiLibrary.Win\Drawing\Office2003Colors.cs:line 237&lt;BR/&gt;at FarsiLibrary.Win.Drawing.Office2003Colors.InitStandardColors() in C:\Development\DotNet\TestingStuff\NullableDTP\FarsiLibrary.Win\Drawing\Office2003Colors.cs:line 184&lt;BR/&gt;at FarsiLibrary.Win.Drawing.Office2003Colors.Init() in C:\Development\DotNet\TestingStuff\NullableDTP\FarsiLibrary.Win\Drawing\Office2003Colors.cs:line 139&lt;BR/&gt;at FarsiLibrary.Win.Drawing.Office2003Colors..ctor() in C:\Development\DotNet\TestingStuff\NullableDTP\FarsiLibrary.Win\Drawing\Office2003Colors.cs:line 57&lt;BR/&gt;at FarsiLibrary.Win.Drawing.Office2003Colors..cctor() in C:\Development\DotNet\TestingStuff\NullableDTP\FarsiLibrary.Win\Drawing\Office2003Colors.cs:line 50&lt;BR/&gt;&lt;BR/&gt;If I run the demo application, and click on any of the buttons, this is the stacktrace that I get:&lt;BR/&gt;System.TypeInitializationException was unhandled&lt;BR/&gt;  Message=&amp;quot;The type initializer for &amp;#39;FarsiLibrary.Win.Drawing.Office2003Colors&amp;#39; threw an exception.&amp;quot;&lt;BR/&gt;  Source=&amp;quot;FarsiLibrary.Win&amp;quot;&lt;BR/&gt;  TypeName=&amp;quot;FarsiLibrary.Win.Drawing.Office2003Colors&amp;quot;&lt;BR/&gt;  StackTrace:&lt;BR/&gt;       at FarsiLibrary.Win.Drawing.Office2003Colors.get_Default()&lt;BR/&gt;       at FarsiLibrary.Win.BaseClasses.BaseStyledControl..ctor() in C:\Development\DotNet\TestingStuff\NullableDTP\FarsiLibrary.Win\BaseClasses\BaseStyledControl.cs:line 49&lt;BR/&gt;       at FarsiLibrary.Win.Controls.FAMonthView..ctor(Boolean popupMode) in C:\Development\DotNet\TestingStuff\NullableDTP\FarsiLibrary.Win\Controls\FAMonthView.cs:line 576&lt;BR/&gt;       at FarsiLibrary.Win.Controls.FAMonthView..ctor() in C:\Development\DotNet\TestingStuff\NullableDTP\FarsiLibrary.Win\Controls\FAMonthView.cs:line 605&lt;BR/&gt;       at FarsiLibrary.Test.frm01.InitializeComponent() in C:\Development\DotNet\TestingStuff\NullableDTP\FarsiLibrary.Test\frm01.Designer.cs:line 35&lt;BR/&gt;       at FarsiLibrary.Test.frm01..ctor() in C:\Development\DotNet\TestingStuff\NullableDTP\FarsiLibrary.Test\frm01.cs:line 20&lt;BR/&gt;       at FarsiLibrary.Test.MainForm.btnThemes_Click(Object sender, EventArgs e) in C:\Development\DotNet\TestingStuff\NullableDTP\FarsiLibrary.Test\MainForm.cs:line 57&lt;BR/&gt;       at System.Windows.Forms.Control.OnClick(EventArgs e)&lt;BR/&gt;       at System.Windows.Forms.Button.OnClick(EventArgs e)&lt;BR/&gt;       at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)&lt;BR/&gt;       at System.Windows.Forms.Control.WmMouseUp(Message&amp;amp; m, MouseButtons button, Int32 clicks)&lt;BR/&gt;       at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;BR/&gt;       at System.Windows.Forms.ButtonBase.WndProc(Message&amp;amp; m)&lt;BR/&gt;       at System.Windows.Forms.Button.WndProc(Message&amp;amp; m)&lt;BR/&gt;       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp;amp; m)&lt;BR/&gt;       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;BR/&gt;       at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;BR/&gt;       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp;amp; msg)&lt;BR/&gt;       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)&lt;BR/&gt;       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)&lt;BR/&gt;       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)&lt;BR/&gt;       at System.Windows.Forms.Application.Run(Form mainForm)&lt;BR/&gt;       at FarsiLibrary.Test.Program.Main() in C:\Development\DotNet\TestingStuff\NullableDTP\FarsiLibrary.Test\Program.cs:line 21&lt;BR/&gt;       at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)&lt;BR/&gt;       at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)&lt;BR/&gt;       at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()&lt;BR/&gt;       at System.Threading.ThreadHelper.ThreadStart_Context(Object state)&lt;BR/&gt;       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR/&gt;       at System.Threading.ThreadHelper.ThreadStart()&lt;BR/&gt;  InnerException: System.NullReferenceException&lt;BR/&gt;       Message=&amp;quot;Object reference not set to an instance of an object.&amp;quot;&lt;BR/&gt;       Source=&amp;quot;FarsiLibrary.Win&amp;quot;&lt;BR/&gt;       StackTrace:&lt;BR/&gt;            at FarsiLibrary.Win.Drawing.Office2003Colors.GetLightColor(Int32 btnFaceColorPart, Int32 highlightColorPart, Int32 windowColorPart) in C:\Development\DotNet\TestingStuff\NullableDTP\FarsiLibrary.Win\Drawing\Office2003Colors.cs:line 237&lt;BR/&gt;            at FarsiLibrary.Win.Drawing.Office2003Colors.InitStandardColors() in C:\Development\DotNet\TestingStuff\NullableDTP\FarsiLibrary.Win\Drawing\Office2003Colors.cs:line 184&lt;BR/&gt;            at FarsiLibrary.Win.Drawing.Office2003Colors.Init() in C:\Development\DotNet\TestingStuff\NullableDTP\FarsiLibrary.Win\Drawing\Office2003Colors.cs:line 139&lt;BR/&gt;            at FarsiLibrary.Win.Drawing.Office2003Colors..ctor() in C:\Development\DotNet\TestingStuff\NullableDTP\FarsiLibrary.Win\Drawing\Office2003Colors.cs:line 57&lt;BR/&gt;            at FarsiLibrary.Win.Drawing.Office2003Colors..cctor() in C:\Development\DotNet\TestingStuff\NullableDTP\FarsiLibrary.Win\Drawing\Office2003Colors.cs:line 50&lt;BR/&gt;       InnerException: &lt;BR/&gt;&lt;BR/&gt;I hope this helps.&lt;BR/&gt;&lt;BR/&gt;You can contact me (via email) if you need more information etc. on alon dot hirsch at ebam dot co dot za&lt;BR/&gt;&lt;BR/&gt;Thanx,
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547</id>
    <updated>2009-09-27T08:33:15.69</updated>
    <published>2009-09-16T20:09:54.757</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      &#216;&#179;&#217;„&#216;&#167;&#217;… &#216;&#175;&#217;ˆ&#216;&#168;&#216;&#167;&#216;&#177;&#217;‡&lt;br /&gt;&#216;&#162;&#217;‚&#216;&#167;&#219;Œ &#216;&#167;&#216;&#179;&#218;&#169;&#217;†&#216;&#175;&#216;&#177;&#219;Œ &#217;…&#217;† &#216;&#170;&#217;ˆ&#219;Œ &#216;&#167;&#219;Œ&#217;† &#217;ˆ&#216;&#177;&#218;˜&#217;† &#216;&#162;&#216;&#174;&#216;&#177;&#219;Œ &#216;&#170;&#216;&#186;&#219;Œ&#219;Œ&#216;&#177;&#216;&#167;&#216;&#170; &#216;&#178;&#219;Œ&#216;&#167;&#216;&#175;&#219;Œ &#216;&#177;&#217;ˆ &#216;&#175;&#219;Œ&#216;&#175;&#217;… &#217;†&#216;&#179;&#216;&#168;&#216;&#170; &#216;&#168;&#217;‡ &#217;†&#216;&#179;&#216;&#174;&#217;‡ 2.1 &#218;&#169;&#217;‡ &#217;‚&#216;&#168;&#217;„&#216;&#167; &#216;&#168;&#216;&#167;&#217;‡&#216;&#167;&#216;&#180; &#218;&#169;&#216;&#167;&#216;&#177; &#217;…&#219;Œ &#218;&#169;&#216;&#177;&#216;&#175;&#217;… &#216;&#167;&#218;&#175;&#217;‡ &#216;&#174;&#216;&#167;&#216;&#183;&#216;&#177;&#216;&#170;&#217;ˆ&#217;† &#216;&#168;&#216;&#167;&#216;&#180;&#217;‡ &#217;‚&#216;&#168;&#217;„&#216;&#167; &#217;‡&#217;… &#216;&#175;&#216;&#177; &#216;&#167;&#219;Œ&#217;† &#217;…&#217;ˆ&#216;&#177;&#216;&#175; &#216;&#168;&#216;&#167;&#217;‡&#217;… &#219;Œ&#217;‡ &#217;…&#218;&#169;&#216;&#167;&#216;&#170;&#216;&#168;&#216;&#167;&#216;&#170; &#216;&#167;&#219;Œ&#217;†&#216;&#170;&#216;&#177;&#217;†&#216;&#170;&#219;Œ &#216;&#175;&#216;&#167;&#216;&#180;&#216;&#170;&#219;Œ&#217;… &#218;&#169;&#217;‡ &#217;…&#217;†&#216;&#172;&#216;&#177; &#216;&#168;&#217;‡ &#217;‚&#216;&#177;&#216;&#167;&#216;&#177;&#216;&#175;&#216;&#167;&#216;&#175;&#217;† &#219;Œ&#217;‡ &#217;…&#216;&#171;&#216;&#167;&#217;„ &#216;&#168;&#216;&#167; &#217;ˆ&#219;Œ &#216;&#168;&#219;Œ &#216;&#175;&#216;&#167;&#216;&#170; &#217;†&#216;&#170; 2003 &#216;&#180;&#216;&#175; . &#216;&#170;&#217;ˆ &#216;&#167;&#219;Œ&#217;† &#217;ˆ&#216;&#177;&#218;˜&#217;† &#216;&#172;&#216;&#175;&#219;Œ&#216;&#175;&#217;‡ &#216;&#175;&#219;Œ&#216;&#175;&#217;… &#218;&#169;&#217;‡ &#218;&#169;&#216;&#167;&#216;&#175;&#216;&#177; &#217;&#190;&#219;Œ&#216;&#167;&#217;… &#217;&#216;&#167;&#216;&#177;&#216;&#179;&#219;Œ &#216;&#167;&#216;&#182;&#216;&#167;&#217;&#217;‡ &#216;&#180;&#216;&#175;&#217;‡ &#217;…&#217;…&#217;†&#217;ˆ&#217;† &#217;…&#219;Œ &#216;&#180;&#217;… &#218;&#169;&#217;‡ &#217;&#216;&#167;&#219;Œ&#217;„ &#218;&#169;&#217;…&#218;&#169; &#217;ˆ&#216;&#167;&#216;&#179;&#217;‡ &#217;ˆ&#216;&#177;&#218;˜&#217;† &#216;&#172;&#216;&#175;&#219;Œ&#216;&#175; &#216;&#177;&#217;ˆ &#217;‚&#216;&#177;&#216;&#167;&#216;&#177; &#216;&#168;&#216;&#175;&#219;Œ&#216;&#175; &#219;Œ&#216;&#167; &#216;&#167;&#218;&#175;&#217;‡ &#217;…&#216;&#171;&#217;„ &#217;‚&#216;&#168;&#217;„ &#219;Œ&#217;‡ &#217;…&#216;&#171;&#216;&#167;&#217;„ &#217;ˆ&#216;&#167;&#216;&#179;&#217;‡ &#217;ˆ&#219;Œ &#216;&#168;&#219;Œ &#217;‚&#216;&#177;&#216;&#167;&#216;&#177; &#216;&#168;&#216;&#175;&#219;Œ&#217;† &#216;&#180;&#216;&#177;&#217;…&#217;†&#216;&#175;&#217;‡ &#217;…&#219;Œ &#218;&#169;&#217;†&#219;Œ&#216;&#175; . &#217;&#190;&#219;Œ&#216;&#180;&#216;&#167;&#217;&#190;&#219;Œ&#216;&#180; &#216;&#167;&#216;&#178;&#216;&#170;&#217;ˆ&#217;† &#216;&#170;&#216;&#180;&#218;&#169;&#216;&#177; &#217;…&#219;Œ &#218;&#169;&#217;†&#217;…
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547</id>
    <updated>2009-09-27T08:33:13.677</updated>
    <published>2009-09-16T20:09:54.757</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      salam&lt;br /&gt;chera dar Version haye jadid vaghti isreadonly=true dige hata ruye button ham nemishe click kard ke tarikh entekhab kard dar surati ke dar version haye ghadim mishod?&lt;br /&gt;&lt;br /&gt;baraye inke nazarim benevise vali betune entekhab kone bayad chekar kard?
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - Version 2.0 now available</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-version-20-now-available#c-200909160809547</id>
    <updated>2009-09-27T08:33:17.733</updated>
    <published>2009-09-16T20:09:54.757</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Please use the latest version (nightly build, not released) here : http://cid-4962b6ceabc2cbd7.skydrive.live.com/self.aspx/BlogFiles/Farsi%20Library/FarsiLibrary-NightlyBuild-09-June-2009.zip
    </content>
  </entry>
  <entry>
    <title type="html">Expression Clone!</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/expression-clone#c-200909160809534"/>
    <id>http://www.hightech.ir/SeeSharp/expression-clone#c-200909160809534</id>
    <updated>2009-09-27T08:32:59.247</updated>
    <published>2009-09-16T20:09:53.46</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      The download link appears to be down.
    </content>
  </entry>
  <entry>
    <title type="html">Expression Clone!</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/expression-clone#c-200909160809534"/>
    <id>http://www.hightech.ir/SeeSharp/expression-clone#c-200909160809534</id>
    <updated>2009-09-27T08:32:53.397</updated>
    <published>2009-09-16T20:09:53.457</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi,&lt;BR/&gt;&lt;BR/&gt;Just wanted to let you know that I'm using your theme for an open source add-in for Expression Studio.&lt;BR/&gt;&lt;BR/&gt;The project is available at http://www.codeplex.com/colorful &lt;BR/&gt;&lt;BR/&gt;Cheers,&lt;BR/&gt;Jonas
    </content>
  </entry>
  <entry>
    <title type="html">Expression Clone!</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/expression-clone#c-200909160809534"/>
    <id>http://www.hightech.ir/SeeSharp/expression-clone#c-200909160809534</id>
    <updated>2009-09-27T08:32:51.383</updated>
    <published>2009-09-16T20:09:53.457</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      The download link appears to be down.
    </content>
  </entry>
  <entry>
    <title type="html">Expression Clone!</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/expression-clone#c-200909160809534"/>
    <id>http://www.hightech.ir/SeeSharp/expression-clone#c-200909160809534</id>
    <updated>2009-09-27T08:32:55.373</updated>
    <published>2009-09-16T20:09:53.457</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Thanks!
    </content>
  </entry>
  <entry>
    <title type="html">Expression Clone!</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/expression-clone#c-200909160809534"/>
    <id>http://www.hightech.ir/SeeSharp/expression-clone#c-200909160809534</id>
    <updated>2009-09-27T08:32:57.31</updated>
    <published>2009-09-16T20:09:53.457</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Broken link is fixed. Please retry.
    </content>
  </entry>
  <entry>
    <title type="html">Expression Clone!</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/expression-clone#c-200909160809534"/>
    <id>http://www.hightech.ir/SeeSharp/expression-clone#c-200909160809534</id>
    <updated>2009-09-27T08:32:49.437</updated>
    <published>2009-09-16T20:09:53.453</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      File is on my SkyDrive. Link at the bottom is updated.
    </content>
  </entry>
  <entry>
    <title type="html">Expression Clone!</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/expression-clone#c-200909160809534"/>
    <id>http://www.hightech.ir/SeeSharp/expression-clone#c-200909160809534</id>
    <updated>2009-09-27T08:32:46.153</updated>
    <published>2009-09-16T20:09:53.453</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      This is fantastic!  Do you have any plans to theme the ListView control?
    </content>
  </entry>
  <entry>
    <title type="html">WPF Composite Application with Caliburn - Part One</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512</id>
    <updated>2009-09-27T08:32:06.673</updated>
    <published>2009-09-16T20:09:51.22</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      In addition any chance of a full text rss feed rather than just the snippet?
    </content>
  </entry>
  <entry>
    <title type="html">WPF Composite Application with Caliburn - Part One</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512</id>
    <updated>2009-09-27T08:32:10.683</updated>
    <published>2009-09-16T20:09:51.22</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Looks great!  There's one specific thing I'd like to note.  There is a change in modules between Beta 1 and the current trunk.  If using the current trunk the IModule interface has been slightly extended.  Also, to load modules, you would get an instance of IModuleLoader and call the Load method.
    </content>
  </entry>
  <entry>
    <title type="html">WPF Composite Application with Caliburn - Part One</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512</id>
    <updated>2009-09-27T08:32:08.673</updated>
    <published>2009-09-16T20:09:51.22</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Your blog makes the images containing source code very difficult to read as it crops the right hand side.
    </content>
  </entry>
  <entry>
    <title type="html">WPF Composite Application with Caliburn - Part One</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512</id>
    <updated>2009-09-27T08:31:57.66</updated>
    <published>2009-09-16T20:09:51.217</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Thanks for the series!&lt;BR/&gt;&lt;BR/&gt;I'll look forward to them in the future.
    </content>
  </entry>
  <entry>
    <title type="html">WPF Composite Application with Caliburn - Part One</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512</id>
    <updated>2009-09-27T08:31:59.597</updated>
    <published>2009-09-16T20:09:51.217</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      I've fixed the file URL. I've also change the template of the blog. Hope that pictures are more readable and are not clipped anymore.
    </content>
  </entry>
  <entry>
    <title type="html">WPF Composite Application with Caliburn - Part One</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512</id>
    <updated>2009-09-27T08:32:01.563</updated>
    <published>2009-09-16T20:09:51.217</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Yeah, 404...
    </content>
  </entry>
  <entry>
    <title type="html">WPF Composite Application with Caliburn - Part One</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512</id>
    <updated>2009-09-27T08:32:03.497</updated>
    <published>2009-09-16T20:09:51.217</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Download project file: HTTP 404 Not Found?
    </content>
  </entry>
  <entry>
    <title type="html">WPF Composite Application with Caliburn - Part One</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512</id>
    <updated>2009-09-27T08:31:55.717</updated>
    <published>2009-09-16T20:09:51.213</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Cool, thanks for the readability fix.
    </content>
  </entry>
  <entry>
    <title type="html">WPF Composite Application with Caliburn - Part One</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512</id>
    <updated>2009-09-27T08:31:51.803</updated>
    <published>2009-09-16T20:09:51.213</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      hi, no pictures are visible, also the project link is broken, pls fix it so that we can make of some use
    </content>
  </entry>
  <entry>
    <title type="html">WPF Composite Application with Caliburn - Part One</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-one#c-200909160809512</id>
    <updated>2009-09-27T08:31:53.77</updated>
    <published>2009-09-16T20:09:51.213</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      nothing to download,&lt;br /&gt;and no pictures in the article...
    </content>
  </entry>
  <entry>
    <title type="html">WPF Composite Application with Caliburn - Part Two</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-two#c-200909160809503"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-two#c-200909160809503</id>
    <updated>2009-09-27T08:31:36.783</updated>
    <published>2009-09-16T20:09:50.303</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Many Thanks!&lt;BR/&gt;Nice article.
    </content>
  </entry>
  <entry>
    <title type="html">WPF Composite Application with Caliburn - Part Two</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-two#c-200909160809503"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-two#c-200909160809503</id>
    <updated>2009-09-27T08:31:30.697</updated>
    <published>2009-09-16T20:09:50.3</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Great article.&lt;BR/&gt;&lt;BR/&gt;One thing though that is driving me crazy and don't know why it's happening.&lt;BR/&gt;&lt;BR/&gt;Every time you select another tabitem, the listbox loses the currently selected index in all tabs.&lt;BR/&gt;&lt;BR/&gt;This is more specially noticeable if you replace Listbox with a ComboBox.&lt;BR/&gt;&lt;BR/&gt;I would love to hear why this is happening and what to do about it.
    </content>
  </entry>
  <entry>
    <title type="html">WPF Composite Application with Caliburn - Part Two</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-two#c-200909160809503"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-two#c-200909160809503</id>
    <updated>2009-09-27T08:31:32.84</updated>
    <published>2009-09-16T20:09:50.3</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      There is a very good article on MSDN, by Oren Eini, about Inversion Of Control (IoC) and how to use it with Windsor. Hope it helps. The address is : http://msdn.microsoft.com/en-us/library/aa973811.aspx
    </content>
  </entry>
  <entry>
    <title type="html">WPF Composite Application with Caliburn - Part Two</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-two#c-200909160809503"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-two#c-200909160809503</id>
    <updated>2009-09-27T08:31:34.813</updated>
    <published>2009-09-16T20:09:50.3</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      An introduction to Windsor would make this tutorial easier to follow. I'm not familiar with it, and the &quot;getting started&quot; section of their site isn't really together yet.
    </content>
  </entry>
  <entry>
    <title type="html">WPF Composite Application with Caliburn - Part Two</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-two#c-200909160809502"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-two#c-200909160809502</id>
    <updated>2009-09-27T08:31:26.79</updated>
    <published>2009-09-16T20:09:50.297</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi,&lt;BR/&gt;&lt;BR/&gt;links are down?
    </content>
  </entry>
  <entry>
    <title type="html">WPF Composite Application with Caliburn - Part Two</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-two#c-200909160809502"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-two#c-200909160809502</id>
    <updated>2009-09-27T08:31:28.733</updated>
    <published>2009-09-16T20:09:50.297</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      good post, Thanks for script about SeeSharp: WPF Composite Application with Caliburn
    </content>
  </entry>
  <entry>
    <title type="html">WPF Composite Application with Caliburn - Part Two</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-two#c-200909160809502"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-composite-application-with-caliburn-part-two#c-200909160809502</id>
    <updated>2009-09-27T08:31:24.807</updated>
    <published>2009-09-16T20:09:50.297</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      links are down!! and no pictures in the site :( and this is the only tut for this subject. we need them :)
    </content>
  </entry>
  <entry>
    <title type="html">PersianCalendar and .NET Framework</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/persiancalendar-and-net-framework#c-200909160809490"/>
    <id>http://www.hightech.ir/SeeSharp/persiancalendar-and-net-framework#c-200909160809490</id>
    <updated>2009-09-27T08:31:03.077</updated>
    <published>2009-09-16T20:09:49.07</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Dear Friend,&lt;BR/&gt;&lt;BR/&gt;i've found this link and I hope this may help you.&lt;BR/&gt;&lt;BR/&gt;http://forums.msdn.microsoft.com/en-US/netfxbcl/thread/4768d48e-aa04-4c15-b688-a58fa4373bc9/
    </content>
  </entry>
  <entry>
    <title type="html">PersianCalendar and .NET Framework</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/persiancalendar-and-net-framework#c-200909160809490"/>
    <id>http://www.hightech.ir/SeeSharp/persiancalendar-and-net-framework#c-200909160809490</id>
    <updated>2009-09-27T08:31:01.087</updated>
    <published>2009-09-16T20:09:49.07</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      I didn't say there's NO way of doing it. There is already a nice subclassed CultureInfo in my FarsiLibrary project, with proper Calendar and DateTimeFormatInfo (using reflection, like the link you mentioned), but I don't believe that's a proper thing to do.
    </content>
  </entry>
  <entry>
    <title type="html">PersianCalendar and .NET Framework</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/persiancalendar-and-net-framework#c-200909160809490"/>
    <id>http://www.hightech.ir/SeeSharp/persiancalendar-and-net-framework#c-200909160809490</id>
    <updated>2009-09-27T08:30:57.13</updated>
    <published>2009-09-16T20:09:49.07</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      hey, dude!&lt;BR/&gt;&lt;BR/&gt;First off, the problem reported on Microsoft Connect by someone named &quot;Kourosh&quot; may be a bug, or may not be, that's something left for Microsoft guys to decide! The problem I've reported through Microsoft Connect was the fact that PersianCalendar is not set as default calendar of FA-IR. It might not be a good idea to categorize it under &quot;BUGS&quot;, but it is a frustrating shortcoming that I'm sure guys tried to use it completely agree.&lt;BR/&gt;&lt;BR/&gt;I guess YOU should read with your eyes open.
    </content>
  </entry>
  <entry>
    <title type="html">PersianCalendar and .NET Framework</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/persiancalendar-and-net-framework#c-200909160809490"/>
    <id>http://www.hightech.ir/SeeSharp/persiancalendar-and-net-framework#c-200909160809490</id>
    <updated>2009-09-27T08:30:59.12</updated>
    <published>2009-09-16T20:09:49.07</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Dude, that's not a bug. It seems you're not able to use PersianCalendar correctly. Don't report bogus bugs on connect when you're not sure. RTFM first.
    </content>
  </entry>
  <entry>
    <title type="html">PersianCalendar and .NET Framework</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/persiancalendar-and-net-framework#c-200909160809490"/>
    <id>http://www.hightech.ir/SeeSharp/persiancalendar-and-net-framework#c-200909160809490</id>
    <updated>2009-09-27T08:30:55.117</updated>
    <published>2009-09-16T20:09:49.067</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      I solve it.&lt;BR/&gt;&lt;BR/&gt;please visit:&lt;BR/&gt;&lt;BR/&gt;http://www.codeproject.com/KB/dotnet/PersianCulture.aspx&lt;BR/&gt;&lt;BR/&gt;or &lt;BR/&gt;&lt;BR/&gt;for iranian people visit:&lt;BR/&gt;http://www.artofprogramming.blogfa.com
    </content>
  </entry>
  <entry>
    <title type="html">PersianCalendar and .NET Framework</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/persiancalendar-and-net-framework#c-200909160809490"/>
    <id>http://www.hightech.ir/SeeSharp/persiancalendar-and-net-framework#c-200909160809490</id>
    <updated>2009-09-27T08:30:53.113</updated>
    <published>2009-09-16T20:09:49.067</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      It's nothing that &quot;YOU&quot; can solve! It's nothing that &quot;I&quot; can fix! Unless one of us is working in BCL team over at Microsoft!&lt;BR/&gt;&lt;BR/&gt;You didn't get the whole point. I've had a WORKAROUND (definitely does not count as a fix) in my Farsi Library. &lt;BR/&gt;&lt;BR/&gt;But the real thing is, not a lot of people use 3rd party controls or codes in their application and FA-IR culture should work correctly out of the box.
    </content>
  </entry>
  <entry>
    <title type="html">Enhanced INotifyPropertyChanged - Revisited</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/enhanced-inotifypropertychanged-revisited#c-200909160809447"/>
    <id>http://www.hightech.ir/SeeSharp/enhanced-inotifypropertychanged-revisited#c-200909160809447</id>
    <updated>2009-09-27T08:29:25.807</updated>
    <published>2009-09-16T20:09:44.737</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      salam mr.eskandari&lt;BR/&gt;man dar hal neveshtane barname ei hastam va be komak va tajrobeye shoma niaz daram.dar soorate emkan baram mail bezanid ta betoonam ba shoma ertebat bargharar konam email e man samaneh.homayouni@gmail.com&lt;BR/&gt;kheili mamnoonam va montazere emailetoon.
    </content>
  </entry>
  <entry>
    <title type="html">Enhanced INotifyPropertyChanged - Revisited</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/enhanced-inotifypropertychanged-revisited#c-200909160809447"/>
    <id>http://www.hightech.ir/SeeSharp/enhanced-inotifypropertychanged-revisited#c-200909160809447</id>
    <updated>2009-09-27T08:29:27.913</updated>
    <published>2009-09-16T20:09:44.737</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi there Hadi.&lt;BR/&gt;Good work.&lt;BR/&gt;You have a very useful weblog.&lt;BR/&gt;I like your programming , special : http://www.codeproject.com/KB/selection/FarsiLibrary.aspx&lt;BR/&gt;Good and powerful.&lt;BR/&gt;&lt;BR/&gt;Good luck
    </content>
  </entry>
  <entry>
    <title type="html">Splash Screen with Prism</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/splash-screen-with-prism#c-200909160809436"/>
    <id>http://www.hightech.ir/SeeSharp/splash-screen-with-prism#c-200909160809436</id>
    <updated>2009-09-27T08:29:06.737</updated>
    <published>2009-09-16T20:09:43.603</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Absolutely love it, thanks.
    </content>
  </entry>
  <entry>
    <title type="html">Splash Screen with Prism</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/splash-screen-with-prism#c-200909160809436"/>
    <id>http://www.hightech.ir/SeeSharp/splash-screen-with-prism#c-200909160809436</id>
    <updated>2009-09-27T08:29:04.75</updated>
    <published>2009-09-16T20:09:43.603</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi, is very nice splash screen sample.&lt;BR/&gt;&lt;BR/&gt;Can I ask you, how I can re-use your thread dispacher implementation in other functionalities, how it could be useful?
    </content>
  </entry>
  <entry>
    <title type="html">Splash Screen with Prism</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/splash-screen-with-prism#c-200909160809436"/>
    <id>http://www.hightech.ir/SeeSharp/splash-screen-with-prism#c-200909160809436</id>
    <updated>2009-09-27T08:29:00.803</updated>
    <published>2009-09-16T20:09:43.603</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      In the current drop of Prism. The UnityBootstrapper does no expose &lt;br /&gt;&lt;br /&gt;Run&lt;br /&gt;or&lt;br /&gt;Run(bool) &lt;br /&gt;&lt;br /&gt;as abstract, and therefore, rather painful to try to inject ANYTHING before the main shell comes up.
    </content>
  </entry>
  <entry>
    <title type="html">Splash Screen with Prism</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/splash-screen-with-prism#c-200909160809436"/>
    <id>http://www.hightech.ir/SeeSharp/splash-screen-with-prism#c-200909160809436</id>
    <updated>2009-09-27T08:29:02.783</updated>
    <published>2009-09-16T20:09:43.603</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi,&lt;BR/&gt;&lt;BR/&gt;You can think of it as a mechanism just like Application.DoEvents() in WinForms world. You can pump application messages with it.&lt;BR/&gt;&lt;BR/&gt;thanks for you feedback.
    </content>
  </entry>
  <entry>
    <title type="html">Splash Screen with Prism</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/splash-screen-with-prism#c-200909160809436"/>
    <id>http://www.hightech.ir/SeeSharp/splash-screen-with-prism#c-200909160809436</id>
    <updated>2009-09-27T08:28:58.787</updated>
    <published>2009-09-16T20:09:43.6</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Within the latest drop of Prism, UnityExtensions.UnityBootstrapper does NOT have &lt;br /&gt;&lt;br /&gt;Run()&lt;br /&gt;or &lt;br /&gt;Run(bool) &lt;br /&gt;&lt;br /&gt;as abstract, so you have to resort to some pretty ridiculous mechanisms to side-step around them. Compound to it that &lt;br /&gt;the default constructor for your UnityBootstrapper derived class, CANNOT be instantiated anything else other than the default constructor.&lt;br /&gt;&lt;br /&gt;Loads of fun.
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library 2.1 RC 2</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-21-rc-2#c-200909160809385"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-21-rc-2#c-200909160809385</id>
    <updated>2009-09-27T08:27:20.913</updated>
    <published>2009-09-16T20:09:38.57</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Baba gitarist!!!
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library 2.1 RC 2</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-21-rc-2#c-200909160809385"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-21-rc-2#c-200909160809385</id>
    <updated>2009-09-27T08:27:22.9</updated>
    <published>2009-09-16T20:09:38.57</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      is not work on windows vista??
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - FAQ</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-faq#c-200909160809372"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-faq#c-200909160809372</id>
    <updated>2009-09-27T08:26:59.253</updated>
    <published>2009-09-16T20:09:37.217</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      I made a simple code to save end-user selection into DB, and also i wanna show current date(as a default date ofcourse).&lt;br /&gt;&lt;br /&gt;But when i reclaim SelectedDate as  &lt;br /&gt;mw.SelectedDateTime = DateTime.Now.Date;&lt;br /&gt;&lt;br /&gt;an event occurs and it assumes that end-user selected a new date ! &lt;br /&gt;&lt;br /&gt;How can i prevent it ?!
    </content>
  </entry>
  <entry>
    <title type="html">Farsi Library - FAQ</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsi-library-faq#c-200909160809372"/>
    <id>http://www.hightech.ir/SeeSharp/farsi-library-faq#c-200909160809372</id>
    <updated>2009-09-27T08:27:02.017</updated>
    <published>2009-09-16T20:09:37.217</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      CustomDrawDayEventArgs dosen't have e.Date.DayOfWeek or such a thing in version RC2 or NightBuild.&lt;br /&gt;Please help
    </content>
  </entry>
  <entry>
    <title type="html">CodeRush Express : Free</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/coderush-express-free#c-200909160809366"/>
    <id>http://www.hightech.ir/SeeSharp/coderush-express-free#c-200909160809366</id>
    <updated>2009-09-27T08:26:45.93</updated>
    <published>2009-09-16T20:09:36.62</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      @Rory : Actually, I tested the complete version a while ago, but I didn't feel comfortable with it! But I gotta admit that Resharper is getting so huge that sometimes opening a .Designer file crashes my IDE! I wish they allowed switching some features on / off to gain some speed.
    </content>
  </entry>
  <entry>
    <title type="html">CodeRush Express : Free</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/coderush-express-free#c-200909160809366"/>
    <id>http://www.hightech.ir/SeeSharp/coderush-express-free#c-200909160809366</id>
    <updated>2009-09-27T08:26:43.25</updated>
    <published>2009-09-16T20:09:36.62</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      &amp;gt;I wish they allowed switching some features on / off to gain some speed.&lt;BR/&gt;&lt;BR/&gt;Agreed entirely... this would help everyone. I am currently evaluating Resharper for my own use, and while I&amp;#39;m finding some small bits here and there... my main impression is somewhat conflicted.&lt;BR/&gt;&lt;BR/&gt;On the one hand I like the lightbulb popping up to suggest different potential improvements to my code... On the other hand it seems to constantly be distracting me. I cannot tell if it&amp;#39;s actually found something that I should do or if it&amp;#39;s suggesting something entirely optional.&lt;BR/&gt;&lt;BR/&gt;However I feel that there are entirely too many keystrokes to memorize.. I would like someone to publish a blog post which leads me through the first 5 most important keystrokes... Perhaps then I could start to explore properly.&lt;BR/&gt;&lt;BR/&gt;You don&amp;#39;t fancy that do you ?
    </content>
  </entry>
  <entry>
    <title type="html">CodeRush Express : Free</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/coderush-express-free#c-200909160809366"/>
    <id>http://www.hightech.ir/SeeSharp/coderush-express-free#c-200909160809366</id>
    <updated>2009-09-27T08:26:40.957</updated>
    <published>2009-09-16T20:09:36.62</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Sure...won't be a problem. I'll have a post on it around the week-end.
    </content>
  </entry>
  <entry>
    <title type="html">CodeRush Express : Free</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/coderush-express-free#c-200909160809366"/>
    <id>http://www.hightech.ir/SeeSharp/coderush-express-free#c-200909160809366</id>
    <updated>2009-09-27T08:26:48.31</updated>
    <published>2009-09-16T20:09:36.62</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      The Xpress version may not come close... But the full version reaches and surpasses at speed.&lt;BR/&gt;&lt;BR/&gt;AFAIK Resharper has no Community Edition
    </content>
  </entry>
  <entry>
    <title type="html">CodeRush Express : Free</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/coderush-express-free#c-200909160809366"/>
    <id>http://www.hightech.ir/SeeSharp/coderush-express-free#c-200909160809366</id>
    <updated>2009-09-27T08:26:39.013</updated>
    <published>2009-09-16T20:09:36.617</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      tahnks for info about CodeRush Xpress
    </content>
  </entry>
  <entry>
    <title type="html">L2S : Tale of an abandoned project</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/l2s-tale-of-abandoned-project#c-200909160809346"/>
    <id>http://www.hightech.ir/SeeSharp/l2s-tale-of-abandoned-project#c-200909160809346</id>
    <updated>2009-09-27T08:26:16.627</updated>
    <published>2009-09-16T20:09:34.68</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      what a wonderfull news ,&lt;BR/&gt;I think it's better to work with nHibernate ( on .net platform ) and wait for framework 4.0 final version .&lt;BR/&gt;thank you for good news , I'll publish it in my blog , thanks again
    </content>
  </entry>
  <entry>
    <title type="html">L2S : Tale of an abandoned project</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/l2s-tale-of-abandoned-project#c-200909160809346"/>
    <id>http://www.hightech.ir/SeeSharp/l2s-tale-of-abandoned-project#c-200909160809346</id>
    <updated>2009-09-27T08:26:14.683</updated>
    <published>2009-09-16T20:09:34.677</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Thats weird.
    </content>
  </entry>
  <entry>
    <title type="html">WPF Ribbon Control</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-200909160809339"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-200909160809339</id>
    <updated>2009-09-27T08:26:07.12</updated>
    <published>2009-09-16T20:09:33.97</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi,&lt;BR/&gt;I really respect your posts.&lt;BR/&gt;Thanks for Introduction.&lt;BR/&gt;Keep writing.
    </content>
  </entry>
  <entry>
    <title type="html">WPF Ribbon Control</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-200909160809339"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-200909160809339</id>
    <updated>2009-09-27T08:25:57.24</updated>
    <published>2009-09-16T20:09:33.967</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      @ruN : I think it is clear enough how to fix the problem. The distributed dll has this problem so you just need to add related attribute to the assembly and recompile : &quot;To fix this, you should recompile the control. Open the project file and add the existing &quot;AssemblyAttrs.cs&quot; file to the project, remove the redundant code that is duplicated in AssemblyInfo.cs, and build.&quot;
    </content>
  </entry>
  <entry>
    <title type="html">WPF Ribbon Control</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-200909160809339"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-200909160809339</id>
    <updated>2009-09-27T08:26:01.197</updated>
    <published>2009-09-16T20:09:33.967</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      @ruN : There is an AssemblyInfo in Properties section of the project. Just add a XmlnsDefinition attribute on the assembly and control's namespace and recompile. It should work then.&lt;BR/&gt;&lt;BR/&gt;@Anonymous : It's a little complicated. Although the controls are free, you need to accept an agreement before you can download YOUR copy of the control. You need to download it from Office UI Licensing site see &lt;A HREF=&quot;http://www.codeplex.com/wpf/Wiki/View.aspx?title=WPF%20Ribbon%20Preview&quot; REL=&quot;nofollow&quot;&gt;here&lt;/A&gt; for step by step instructions.
    </content>
  </entry>
  <entry>
    <title type="html">WPF Ribbon Control</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-200909160809339"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-200909160809339</id>
    <updated>2009-09-27T08:26:03.183</updated>
    <published>2009-09-16T20:09:33.967</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      where I can find this control.&lt;BR/&gt;did you have any links to related assemblies?
    </content>
  </entry>
  <entry>
    <title type="html">WPF Ribbon Control</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-200909160809339"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-200909160809339</id>
    <updated>2009-09-27T08:26:05.12</updated>
    <published>2009-09-16T20:09:33.967</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi!&lt;BR/&gt;&lt;BR/&gt;I cant get the reference working, which means that I cannot use http://schemas.microsoft.com/wpf/2008/ribbon&lt;BR/&gt;&lt;BR/&gt;I've tried finding the AssemblyAttrs.cs file, but I can't find it - where is it located, and furthermore, - where can I find the RibbonBinaries folder containing the DLL?&lt;BR/&gt;&lt;BR/&gt;Regards
    </content>
  </entry>
  <entry>
    <title type="html">WPF Ribbon Control</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-200909160809339"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-200909160809339</id>
    <updated>2009-09-27T08:25:59.217</updated>
    <published>2009-09-16T20:09:33.967</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hello Hadi&lt;BR/&gt;I amcurrently experimenting with the ribbon control, but the only way I am able tor use it i xaml, is to refer to the clr-namespace instead of the xaml-namespace. I've explained more here: http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/6ba0dbc9-68fc-4bbc-85b9-61efff264f3b&lt;BR/&gt;Would you be kind and explain how you got it to work?&lt;BR/&gt;Your help will be greatly appriciated&lt;BR/&gt;&lt;BR/&gt;Regards
    </content>
  </entry>
  <entry>
    <title type="html">WPF Ribbon Control</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-200909160809339"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-200909160809339</id>
    <updated>2009-09-27T08:25:52.58</updated>
    <published>2009-09-16T20:09:33.963</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Ribbon control looks great but how can you interact with pages?&lt;br /&gt;Suppose you have a ribbon button that marks a selected text on the page bold.&lt;br /&gt;&lt;br /&gt;How do you do that?
    </content>
  </entry>
  <entry>
    <title type="html">WPF Ribbon Control</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-200909160809339"/>
    <id>http://www.hightech.ir/SeeSharp/wpf-ribbon-control#c-200909160809339</id>
    <updated>2009-09-27T08:25:55.27</updated>
    <published>2009-09-16T20:09:33.963</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Concerning the localization of the ribbon control i can't find any problems: &lt;BR/&gt;1-For the text: you can do it by setting all the textual properties (tooltip,tooltipdescription, etc..) from code behind instead of being set inside the xaml, that way you can reference your resources dll files easily.&lt;BR/&gt;&lt;BR/&gt;2-For the layout: the control already supports FlowDirection property and layouts the controls as expected very well.&lt;BR/&gt;&lt;BR/&gt;Regards.
    </content>
  </entry>
  <entry>
    <title type="html">NH + Rhino ESB = Headache?</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/nh-rhino-esb-headache#c-200909160809276"/>
    <id>http://www.hightech.ir/SeeSharp/nh-rhino-esb-headache#c-200909160809276</id>
    <updated>2009-09-27T08:24:07.8</updated>
    <published>2009-09-16T20:09:27.617</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      this should be fixed now
    </content>
  </entry>
  <entry>
    <title type="html">NH + Rhino ESB = Headache?</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/nh-rhino-esb-headache#c-200909160809276"/>
    <id>http://www.hightech.ir/SeeSharp/nh-rhino-esb-headache#c-200909160809276</id>
    <updated>2009-09-27T08:24:09.757</updated>
    <published>2009-09-16T20:09:27.617</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      I am definitely going to fix this issue.
    </content>
  </entry>
  <entry>
    <title type="html">Gmail on IE8</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/gmail-on-ie8#c-200909160809190"/>
    <id>http://www.hightech.ir/SeeSharp/gmail-on-ie8#c-200909160809190</id>
    <updated>2009-09-27T08:22:24.36</updated>
    <published>2009-09-16T20:09:19.007</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Well I glad that I'm not alone!&lt;BR/&gt;&lt;BR/&gt;Does anyone have a solution (other that using an older version of gmail or removing ie8?
    </content>
  </entry>
  <entry>
    <title type="html">Gmail on IE8</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/gmail-on-ie8#c-200909160809190"/>
    <id>http://www.hightech.ir/SeeSharp/gmail-on-ie8#c-200909160809190</id>
    <updated>2009-09-27T08:22:22.357</updated>
    <published>2009-09-16T20:09:19.003</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      I second this... anyone have an answer?  I'm seeing the same thing... a SOMETIMES layout issue with IE8 (final edition).
    </content>
  </entry>
  <entry>
    <title type="html">FarsiLibrary 2.1 Released</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171"/>
    <id>http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171</id>
    <updated>2009-09-27T08:21:50.307</updated>
    <published>2009-09-16T20:09:17.197</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi&lt;BR/&gt;Try PersianDate.Parse(&quot;1388/02/30&quot;)&lt;BR/&gt;Or PersianDate.Parse(&quot;1388/02/30&quot;)&lt;BR/&gt;Or PersianDate.Parse(&quot;1388/4/31&quot;)&lt;BR/&gt;Or PersianDate.Parse(&quot;1388/6/31&quot;)&lt;BR/&gt;and have fun with the results!!!&lt;BR/&gt;ali.msgh@gmail.com
    </content>
  </entry>
  <entry>
    <title type="html">FarsiLibrary 2.1 Released</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171"/>
    <id>http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171</id>
    <updated>2009-09-27T08:21:52.307</updated>
    <published>2009-09-16T20:09:17.197</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Definetly will be on next version (2.5).
    </content>
  </entry>
  <entry>
    <title type="html">FarsiLibrary 2.1 Released</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171"/>
    <id>http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171</id>
    <updated>2009-09-27T08:21:54.243</updated>
    <published>2009-09-16T20:09:17.197</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Any news about Web version of you Calendar &amp;amp; DatePicker controls?
    </content>
  </entry>
  <entry>
    <title type="html">FarsiLibrary 2.1 Released</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171"/>
    <id>http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171</id>
    <updated>2009-09-27T08:21:46.16</updated>
    <published>2009-09-16T20:09:17.193</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      The problem was the wrong culture info being used to parse strings into dates. I've fixed it in trunk so it will be fixed in next releases. The Parse method was only used when you try typing directly in FADatePicker so has no effect on other parts such as internal calculations and date display.
    </content>
  </entry>
  <entry>
    <title type="html">FarsiLibrary 2.1 Released</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171"/>
    <id>http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171</id>
    <updated>2009-09-27T08:21:44.107</updated>
    <published>2009-09-16T20:09:17.193</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi mr eskandari.&lt;BR/&gt;please add this to next version too:&lt;BR/&gt;&quot;Ability to show and hide Today and Empty buttons on FADateTimePicker.&quot;&lt;BR/&gt;&lt;BR/&gt;thank you.&lt;BR/&gt;NGM
    </content>
  </entry>
  <entry>
    <title type="html">FarsiLibrary 2.1 Released</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171"/>
    <id>http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171</id>
    <updated>2009-09-27T08:21:48.257</updated>
    <published>2009-09-16T20:09:17.193</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      and please provide .Net 2.0 version of library too, so .Net 2.0 users can use core features of your library.&lt;BR/&gt;ali.msgh@gmail.com
    </content>
  </entry>
  <entry>
    <title type="html">FarsiLibrary 2.1 Released</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171"/>
    <id>http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171</id>
    <updated>2009-09-27T08:21:42.09</updated>
    <published>2009-09-16T20:09:17.19</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Salam aghaye eskandari. ahvale shoma?&lt;BR/&gt;valla man khodamo koshtam, natoonestam in moshkelamo hal konam!&lt;BR/&gt;&lt;BR/&gt;man tooye formam faghat az &quot;faDatePicker&quot; estefade mikonam! tooye &quot;program.cs&quot; , toonestam ba komake in 2 khat code:&lt;BR/&gt;&lt;BR/&gt;Thread.CurrentThread.CurrentUICulture = new CultureInfo(&quot;fa-ir&quot;);&lt;BR/&gt;Thread.CurrentThread.CurrentCulture = new CultureInfo(&quot;fa-ir&quot;);&lt;BR/&gt;&lt;BR/&gt;saal va maah ro be sorate farsi dashte basham. vali har kari mikonam, nemitoonam anavin e rooz haye hafte raa az anavine latin, be farsi : (&#216;&#180;&#216;Œ&#219;Œ&#216;Œ&#216;&#175;&#216;Œ&#216;&#179;&#216;Œ&#218;†&#216;Œ&#217;&#190;&#216;Œ&#216;&#172;)  taghir bedam.&lt;BR/&gt;in ham ax: http://i40.tinypic.com/2uxvb0i.png&lt;BR/&gt;&lt;BR/&gt;kheili kheili az shoma mamnoonam babate in component e ziba , mofid, va karbordi.
    </content>
  </entry>
  <entry>
    <title type="html">FarsiLibrary 2.1 Released</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171"/>
    <id>http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171</id>
    <updated>2009-09-27T08:21:40.163</updated>
    <published>2009-09-16T20:09:17.19</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Salam hadi jan. javabe mano bede plz. karam gire jedddan! merC
    </content>
  </entry>
  <entry>
    <title type="html">FarsiLibrary 2.1 Released</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171"/>
    <id>http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171</id>
    <updated>2009-09-27T08:21:38.233</updated>
    <published>2009-09-16T20:09:17.19</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      please send your inquiries to my mail address at h dot eskandari at gmail dot com.
    </content>
  </entry>
  <entry>
    <title type="html">FarsiLibrary 2.1 Released</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171"/>
    <id>http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171</id>
    <updated>2009-09-27T08:21:32.79</updated>
    <published>2009-09-16T20:09:17.187</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      dear hadi, ive sent you my question into your email. please see my question and answer it. its highly emergency to have solve my question as soon as possible.&lt;BR/&gt;&lt;BR/&gt;thank you so much
    </content>
  </entry>
  <entry>
    <title type="html">FarsiLibrary 2.1 Released</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171"/>
    <id>http://www.hightech.ir/SeeSharp/farsilibrary-21-released#c-200909160809171</id>
    <updated>2009-09-27T08:21:34.767</updated>
    <published>2009-09-16T20:09:17.187</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hello to you, Mr Eskandari. I've sent you Email at h dot eskandari at gmail dot com. Thank you very much to solve my problem.
    </content>
  </entry>
  <entry>
    <title type="html">Dynamically Generated Images with ASP.NET MVC</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/dynamically-generated-images-with#c-200909160809126"/>
    <id>http://www.hightech.ir/SeeSharp/dynamically-generated-images-with#c-200909160809126</id>
    <updated>2009-09-27T08:20:31.49</updated>
    <published>2009-09-16T20:09:12.6</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      I was wondering how I can use your example to load an image from the database.&lt;br /&gt;I have a field that contains the byte arrayof the image so how can I load it into the BitmapData?&lt;br /&gt;&lt;br /&gt;Thanks
    </content>
  </entry>
  <entry>
    <title type="html">Dynamically Generated Images with ASP.NET MVC</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/dynamically-generated-images-with#c-200909160809126"/>
    <id>http://www.hightech.ir/SeeSharp/dynamically-generated-images-with#c-200909160809126</id>
    <updated>2009-09-27T08:20:28.89</updated>
    <published>2009-09-16T20:09:12.6</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Very useful thank you.
    </content>
  </entry>
  <entry>
    <title type="html">Dynamically Generated Images with ASP.NET MVC</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/dynamically-generated-images-with#c-200909160809125"/>
    <id>http://www.hightech.ir/SeeSharp/dynamically-generated-images-with#c-200909160809125</id>
    <updated>2009-09-27T08:20:26.35</updated>
    <published>2009-09-16T20:09:12.597</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Good job. Im currently working on a ThumbnailActionResult...
    </content>
  </entry>
  <entry>
    <title type="html">Code Review No. N, or Do chimps write code better than us?</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/code-review-no-n-or-do-chimps-write#c-200909160809118"/>
    <id>http://www.hightech.ir/SeeSharp/code-review-no-n-or-do-chimps-write#c-200909160809118</id>
    <updated>2009-09-27T08:20:02.577</updated>
    <published>2009-09-16T20:09:11.823</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      The name is &amp;#39;OpenDental&amp;#39;. It is an open-source project in SourceForge.net AFAIK&lt;br /&gt;&lt;br /&gt;Pictures were removed when I relocated my old hosting to the new one. sorry for the inconvenience, but those are goner!
    </content>
  </entry>
  <entry>
    <title type="html">Code Review No. N, or Do chimps write code better than us?</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/code-review-no-n-or-do-chimps-write#c-200909160809118"/>
    <id>http://www.hightech.ir/SeeSharp/code-review-no-n-or-do-chimps-write#c-200909160809118</id>
    <updated>2009-09-27T08:20:04.68</updated>
    <published>2009-09-16T20:09:11.823</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      whats is the project&amp;#39;s name buddy?
    </content>
  </entry>
  <entry>
    <title type="html">NHibernate Automatic Validation</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/nhibernate-automatic-validation#c-200909160809111"/>
    <id>http://www.hightech.ir/SeeSharp/nhibernate-automatic-validation#c-200909160809111</id>
    <updated>2009-09-27T08:19:45.013</updated>
    <published>2009-09-16T20:09:11.13</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi, NHibernate Validator does not belong to the Castle Project Stack. It is implemented by NHibernate Contributors in the NHContrib SourceForge project.&lt;br /&gt;Please Correct.&lt;br /&gt;&lt;br /&gt;Gustavo.
    </content>
  </entry>
  <entry>
    <title type="html">NHibernate Automatic Validation</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/nhibernate-automatic-validation#c-200909160809111"/>
    <id>http://www.hightech.ir/SeeSharp/nhibernate-automatic-validation#c-200909160809111</id>
    <updated>2009-09-27T08:19:42.943</updated>
    <published>2009-09-16T20:09:11.13</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Hi,&lt;br /&gt;&lt;br /&gt;My mistake. I kinda wrote this in a hurray. The article is updated though.&lt;br /&gt;&lt;br /&gt;Thanks for your comment.
    </content>
  </entry>
  <entry>
    <title type="html">ASP.NET MVC Validation with Ajax and Json</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/aspnet-validation-with-ajax-and-json#c-200909160809040"/>
    <id>http://www.hightech.ir/SeeSharp/aspnet-validation-with-ajax-and-json#c-200909160809040</id>
    <updated>2009-09-27T08:19:04.537</updated>
    <published>2009-09-16T20:09:04.09</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Nice Article, Thank you
    </content>
  </entry>
  <entry>
    <title type="html">ASP.NET MVC Validation with Ajax and Json</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/aspnet-validation-with-ajax-and-json#c-200909160809040"/>
    <id>http://www.hightech.ir/SeeSharp/aspnet-validation-with-ajax-and-json#c-200909160809040</id>
    <updated>2009-09-27T08:19:02.1</updated>
    <published>2009-09-16T20:09:04.09</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Good article. However, if the user needs to be redirected to another view, return View(&quot;Index&quot;);  on the controller's action on success is throwing an error. Well and error in the MSAjax.js file. It seems as though it is not able to parse the result which is a new form.&lt;br /&gt;&lt;br /&gt;Any idea about this scenario? I'd like to redirect the user to a new page.
    </content>
  </entry>
  <entry>
    <title type="html">ASP.NET MVC Validation with Ajax and Json</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/aspnet-validation-with-ajax-and-json#c-200909160809040"/>
    <id>http://www.hightech.ir/SeeSharp/aspnet-validation-with-ajax-and-json#c-200909160809040</id>
    <updated>2009-09-27T08:18:58.12</updated>
    <published>2009-09-16T20:09:04.09</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      @Anonymous: Well, you can not redirect to another view or controller action when asynchronously calling controller's action. You can do this on the client side do, using a few lines of javascript. See here for more info : http://is.gd/M11p
    </content>
  </entry>
  <entry>
    <title type="html">ASP.NET MVC Validation with Ajax and Json</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/aspnet-validation-with-ajax-and-json#c-200909160809040"/>
    <id>http://www.hightech.ir/SeeSharp/aspnet-validation-with-ajax-and-json#c-200909160809040</id>
    <updated>2009-09-27T08:19:06.81</updated>
    <published>2009-09-16T20:09:04.09</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Great post! I love seeing examples of people using the data model validation on the client side.
    </content>
  </entry>
  <entry>
    <title type="html">ASP.NET MVC Validation with Ajax and Json</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/aspnet-validation-with-ajax-and-json#c-200909160809040"/>
    <id>http://www.hightech.ir/SeeSharp/aspnet-validation-with-ajax-and-json#c-200909160809040</id>
    <updated>2009-09-27T08:18:55.763</updated>
    <published>2009-09-16T20:09:04.087</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Thank you your example is very instructive.
    </content>
  </entry>
  <entry>
    <title type="html">Infragistics WPF Reporting</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/infragistics-wpf-reporting#c-200909160808594"/>
    <id>http://www.hightech.ir/SeeSharp/infragistics-wpf-reporting#c-200909160808594</id>
    <updated>2009-09-27T08:17:17.837</updated>
    <published>2009-09-16T20:08:59.403</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      why aren&amp;#39;t you using C1Report?&lt;br /&gt;im using it in my wpf applications and it is very good.&lt;br /&gt;if you have any proplem in installing c1.wpf, try to install c1.studio.
    </content>
  </entry>
  <entry>
    <title type="html">Infragistics WPF Reporting</title>
    <link rel="alternate" type="text/html" href="http://www.hightech.ir/SeeSharp/infragistics-wpf-reporting#c-200909160808594"/>
    <id>http://www.hightech.ir/SeeSharp/infragistics-wpf-reporting#c-200909160808594</id>
    <updated>2009-09-27T08:17:15.517</updated>
    <published>2009-09-16T20:08:59.4</published>
    <author>
      <name>HEskandari</name>
    </author>
    <content type="html" xml:lang="en">
      Mostly because it was a very large data. I had previous experience with C1 Report (on WinForm) and it was a good reporting tool IMHO.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ll try downloading the C1 Studio to see if I can install it.
    </content>
  </entry>
</feed>
