<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <link>https://hajloo.persianblog.ir</link>
    <description>New Development Technologies , Computer Last News , Tips &amp; Tricks , UI , CSS , HTML , ASP , C# , .net Framework , Patterns &amp; Practices &amp; etc</description>
    <title>Development World</title>
    <language>fa-IR</language>
    <atom:link href="https://hajloo.persianblog.ir/rss20.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>This Blog Moved to Wordpress</title>
      <link>https://hajloo.persianblog.ir/7qZpDRAoG7Flwk3BnalZ-This-Blog-Moved-to-Wordpress</link>
      <guid isPermaLink="false">https://hajloo.persianblog.ir/7qZpDRAoG7Flwk3BnalZ</guid>
      <description> 
This Blog Moved to
http://Hajloo.Wordpress.com
 </description>
      <pubDate>Tue, 24 Apr 2018 04:55:45 +0430</pubDate>
    </item>
    <item>
      <title>Encryption of connection strings in .NET and official kick off for the blog</title>
      <link>https://hajloo.persianblog.ir/g8BXwRov7nC5OM6E8d5a-Encryption-of-connection-strings-in-NET-and-official-kick-off-for-the-blog</link>
      <guid isPermaLink="false">https://hajloo.persianblog.ir/g8BXwRov7nC5OM6E8d5a</guid>
      <description>

So basically i will kick off this blog for real before Joakim gets the chance. This post is about an interesting ...</description>
      <pubDate>Tue, 24 Apr 2018 13:58:01 +0430</pubDate>
    </item>
    <item>
      <title>Top 100 Best Software Engineering Books, Ever</title>
      <link>https://hajloo.persianblog.ir/nwvAK4p5LOCvmGLQr7vj-Top-100-Best-Software-Engineering-Books-Ever</link>
      <guid isPermaLink="false">https://hajloo.persianblog.ir/nwvAK4p5LOCvmGLQr7vj</guid>
      <description>
Ladies and gentlemen...
In this post I proudly present the Top 100 of Best Software Engineering Books, Ever. I have created ...</description>
      <pubDate>Tue, 24 Apr 2018 04:55:56 +0430</pubDate>
    </item>
    <item>
      <title>How To Create a Custom Control for Geting and Setting Browser Scrollbar Position</title>
      <link>https://hajloo.persianblog.ir/y01G7OwDkNCnk3j49Kne-How-To-Create-a-Custom-Control-for-Geting-and-Setting-Browser-Scrollbar-Position</link>
      <guid isPermaLink="false">https://hajloo.persianblog.ir/y01G7OwDkNCnk3j49Kne</guid>
      <description>
In Part 1 of this article we looked at the client-side JavaScript necessary for maintaining scroll position across postbacks. In ...</description>
      <pubDate>Tue, 24 Apr 2018 04:57:35 +0430</pubDate>
    </item>
    <item>
      <title>( Development World ) Hajloo's Blog Join Technorati</title>
      <link>https://hajloo.persianblog.ir/NM5oaDKLGAUN4K3JeONJ-Development-World-Hajloos-Blog-Join-Technorati</link>
      <guid isPermaLink="false">https://hajloo.persianblog.ir/NM5oaDKLGAUN4K3JeONJ</guid>
      <description>
Hajloo's Blog ( Development World ) Join Technorati , Now You can follow this blog on Technorati .
Hajloo's Profile On ...</description>
      <pubDate>Fri, 13 Apr 2018 08:19:04 +0430</pubDate>
    </item>
    <item>
      <title>How to Set or Get Browser ( IE | Firefox | Safari | ... ) Scrollbars Position</title>
      <link>https://hajloo.persianblog.ir/aN3BabA9vnsgnr0W5Bga-How-to-Set-or-Get-Browser-IE-Firefox-Safari-Scrollbars-Position</link>
      <guid isPermaLink="false">https://hajloo.persianblog.ir/aN3BabA9vnsgnr0W5Bga</guid>
      <description>
IntroductionA few months ago, I was asked by my company to post a list of frequently asked questions about our ...</description>
      <pubDate>Tue, 24 Apr 2018 13:58:02 +0430</pubDate>
    </item>
    <item>
      <title>How To Implement a Single DLL for each Localized Language (Satellite Assembly)</title>
      <link>https://hajloo.persianblog.ir/vZgEywrXRYfEv4AJDgEN-How-To-Implement-a-Single-DLL-for-each-Localized-Language-Satellite-Assembly</link>
      <guid isPermaLink="false">https://hajloo.persianblog.ir/vZgEywrXRYfEv4AJDgEN</guid>
      <description>
Dear Friends , Recently I'd a problem with Resource files, I wanted to create a single DLL for each local ...</description>
      <pubDate>Mon, 23 Apr 2018 15:55:17 +0430</pubDate>
    </item>
    <item>
      <title>How to fix Sys.WebForms.PageRequestManagerParserErrorException in AJAX</title>
      <link>https://hajloo.persianblog.ir/05QoDg0RmruGnkloEyGx-How-to-fix-SysWebFormsPageRequestManagerParserErrorException-in-AJAX</link>
      <guid isPermaLink="false">https://hajloo.persianblog.ir/05QoDg0RmruGnkloEyGx</guid>
      <description>
Most annoying issue with MS ASP.NET 2.0 Ajax  1.0 is the error Sys.WebForms.PageRequestManagerParserErrorException that will crash the web app. I ...</description>
      <pubDate>Sun, 22 Apr 2018 16:17:15 +0430</pubDate>
    </item>
    <item>
      <title>Sys.WebForms.PageRequestManagerParserErrorException - what it is and how to avoi</title>
      <link>https://hajloo.persianblog.ir/3MQ6DYaWGdUDqkeGmyD0-SysWebFormsPageRequestManagerParserErrorException-what-it-is-and-how-to-avoi</link>
      <guid isPermaLink="false">https://hajloo.persianblog.ir/3MQ6DYaWGdUDqkeGmyD0</guid>
      <description>
If you've used the Microsoft ASP.NET AJAX UpdatePanel control, there's a good chance you've hit the "Sys.WebForms.PageRequestManagerParserErrorException" error.
What's a PageRequestManagerParserErrorException?
The ...</description>
      <pubDate>Fri, 13 Apr 2018 08:19:16 +0430</pubDate>
    </item>
    <item>
      <title>How to: Create Synchronous HTTP Handlers</title>
      <link>https://hajloo.persianblog.ir/poKAYLrBX6i3WQ7KgO37-How-to-Create-Synchronous-HTTP-Handlers</link>
      <guid isPermaLink="false">https://hajloo.persianblog.ir/poKAYLrBX6i3WQ7KgO37</guid>
      <description>
This topic illustrates the code for an HTTP handler that performs synchronous processing of requests for resources in an ASP.NET ...</description>
      <pubDate>Tue, 17 Apr 2018 05:33:11 +0430</pubDate>
    </item>
  </channel>
</rss>
