<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Sidar Ok Technical Blog !</title>
	<link>http://www.sidarok.com/web/blog</link>
	<description>still believes in coding to make dreams come true</description>
	<pubDate>Sat, 05 Jul 2008 14:15:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>
	<language>en</language>
			<item>
		<title>Exploring MEF Extensibility Points</title>
		<link>http://www.sidarok.com/web/blog/content/2008/07/04/exploring-mef-extensibility-points.html</link>
		<comments>http://www.sidarok.com/web/blog/content/2008/07/04/exploring-mef-extensibility-points.html#comments</comments>
		<pubDate>Fri, 04 Jul 2008 01:51:36 +0000</pubDate>
		<dc:creator>Sidar Ok</dc:creator>
		
		<category><![CDATA[Managed Extensibility Framework (MEF)]]></category>

		<category><![CDATA[Design Patterns]]></category>

		<category><![CDATA[Dependency Injection]]></category>

		<category><![CDATA[.NET 3.5]]></category>

		<guid isPermaLink="false">http://www.sidarok.com/web/blog/content/2008/07/04/exploring-mef-extensibility-points.html</guid>
		<description><![CDATA[After I had a chance to dance with MEF, I wanted to go a step further and create my own logic to Bind the dependencies, and integrate it to the existing composition system. I have to say that, oh god, it was NOT as easy that as I expected. Current nature of the APIs  heavily [...]]]></description>
		<wfw:commentRss>http://www.sidarok.com/web/blog/content/2008/07/04/exploring-mef-extensibility-points.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Managed Extensibility Framework (MEF) at a Glance</title>
		<link>http://www.sidarok.com/web/blog/content/2008/06/16/managed-extensibility-framework-mef-at-a-glance.html</link>
		<comments>http://www.sidarok.com/web/blog/content/2008/06/16/managed-extensibility-framework-mef-at-a-glance.html#comments</comments>
		<pubDate>Mon, 16 Jun 2008 02:30:54 +0000</pubDate>
		<dc:creator>Sidar Ok</dc:creator>
		
		<category><![CDATA[Unit Testing]]></category>

		<category><![CDATA[Managed Extensibility Framework (MEF)]]></category>

		<category><![CDATA[Design Patterns]]></category>

		<category><![CDATA[Dependency Injection]]></category>

		<category><![CDATA[.NET 3.5]]></category>

		<guid isPermaLink="false">http://www.sidarok.com/web/blog/content/2008/06/16/managed-extensibility-framework-mef-at-a-glance.html</guid>
		<description><![CDATA[After Krysztof Cwalina has announced Microsoft’s plans on releasing extensible features to .NET framework, the CTP of MEF has made its way too quick into the market. As a result of this, we have an immature .DLL called ComponentModel.dll born into our hands, with being far from complementing the community’s needs and lacking lots of [...]]]></description>
		<wfw:commentRss>http://www.sidarok.com/web/blog/content/2008/06/16/managed-extensibility-framework-mef-at-a-glance.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Linq to SQL Wish List</title>
		<link>http://www.sidarok.com/web/blog/content/2008/06/04/linq-to-sql-wish-list.html</link>
		<comments>http://www.sidarok.com/web/blog/content/2008/06/04/linq-to-sql-wish-list.html#comments</comments>
		<pubDate>Wed, 04 Jun 2008 23:14:36 +0000</pubDate>
		<dc:creator>Sidar Ok</dc:creator>
		
		<category><![CDATA[SQL]]></category>

		<category><![CDATA[.NET 3.5]]></category>

		<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://www.sidarok.com/web/blog/content/2008/06/04/linq-to-sql-wish-list.html</guid>
		<description><![CDATA[As we are not Microsoft marketers, we tend to see the cons of the products that Microsoft builds. As every product has its flaws, of course Linq to SQL is no exception. Here is my list of the things that I compiled from various sites &#38; forums or hit a limitation block by myself:
A) Architecture
1 [...]]]></description>
		<wfw:commentRss>http://www.sidarok.com/web/blog/content/2008/06/04/linq-to-sql-wish-list.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Linq to SQL with WCF in a Multi Tiered Action - Part 2</title>
		<link>http://www.sidarok.com/web/blog/content/2008/06/02/linq-to-sql-with-wcf-in-a-multi-tiered-action-part-2.html</link>
		<comments>http://www.sidarok.com/web/blog/content/2008/06/02/linq-to-sql-with-wcf-in-a-multi-tiered-action-part-2.html#comments</comments>
		<pubDate>Mon, 02 Jun 2008 03:17:54 +0000</pubDate>
		<dc:creator>Sidar Ok</dc:creator>
		
		<category><![CDATA[Windows Communication Foundation (WCF)]]></category>

		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[SQL]]></category>

		<category><![CDATA[.NET 3.5]]></category>

		<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://www.sidarok.com/web/blog/content/2008/06/02/linq-to-sql-with-wcf-in-a-multi-tiered-action-part-2.html</guid>
		<description><![CDATA[In the first part of this article, I tried to define a Users &#38; Favorites scenario and the things to keep in mind about Linq to SQL. In this post I’ll continue building that application and show its implementation in different tiers connected with WCF.
Here are the sources for the article.
Service Layer Design (Cont’d from [...]]]></description>
		<wfw:commentRss>http://www.sidarok.com/web/blog/content/2008/06/02/linq-to-sql-with-wcf-in-a-multi-tiered-action-part-2.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Introducing TextBox Limiter Control Ajax Control Toolkit Extender</title>
		<link>http://www.sidarok.com/web/blog/content/2008/05/29/introducing-textbox-limiter-control-ajax-control-toolkit-extender.html</link>
		<comments>http://www.sidarok.com/web/blog/content/2008/05/29/introducing-textbox-limiter-control-ajax-control-toolkit-extender.html#comments</comments>
		<pubDate>Thu, 29 May 2008 16:55:21 +0000</pubDate>
		<dc:creator>Sidar Ok</dc:creator>
		
		<category><![CDATA[Ajax Control Toolkit]]></category>

		<category><![CDATA[Ajax]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[.NET 3.5]]></category>

		<guid isPermaLink="false">http://www.sidarok.com/web/blog/content/2008/05/29/introducing-textbox-limiter-control-ajax-control-toolkit-extender.html</guid>
		<description><![CDATA[You can download the sources from here 
ASP.NET TextBox has an integer attribute “MaxLength”which corresponds to html text input’s property with the same name. It works perfectly when the textbox is single line, normal input type “text”.
But when we want to work in a multiline box, such as an e-mail message or sending and SMS, we [...]]]></description>
		<wfw:commentRss>http://www.sidarok.com/web/blog/content/2008/05/29/introducing-textbox-limiter-control-ajax-control-toolkit-extender.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Linq to SQL with WCF in a Multi Tiered Action &#8211; Part 1</title>
		<link>http://www.sidarok.com/web/blog/content/2008/05/26/linq-to-sql-with-wcf-in-a-multi-tiered-action-part-1.html</link>
		<comments>http://www.sidarok.com/web/blog/content/2008/05/26/linq-to-sql-with-wcf-in-a-multi-tiered-action-part-1.html#comments</comments>
		<pubDate>Mon, 26 May 2008 23:33:59 +0000</pubDate>
		<dc:creator>Sidar Ok</dc:creator>
		
		<category><![CDATA[Windows Communication Foundation (WCF)]]></category>

		<category><![CDATA[SQL]]></category>

		<category><![CDATA[C# 3.0]]></category>

		<category><![CDATA[.NET 3.5]]></category>

		<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://www.sidarok.com/web/blog/content/2008/05/26/linq-to-sql-with-wcf-in-a-multi-tiered-action-part-1.html</guid>
		<description><![CDATA[In many places, forums, blogs, or techy talks with some colleagues I hear some ongoing urban legends about Linq to SQL I came across:


You can not implement multi tiered applications with Linq to SQL


Linq to SQL can not be used for enterprise level applications


I can’t say that both of these statements are particularly wrong or [...]]]></description>
		<wfw:commentRss>http://www.sidarok.com/web/blog/content/2008/05/26/linq-to-sql-with-wcf-in-a-multi-tiered-action-part-1.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>A Basic Hands on Introduction to Unity DI Container</title>
		<link>http://www.sidarok.com/web/blog/content/2008/05/15/a-basic-hands-on-introduction-to-unity-di-container.html</link>
		<comments>http://www.sidarok.com/web/blog/content/2008/05/15/a-basic-hands-on-introduction-to-unity-di-container.html#comments</comments>
		<pubDate>Wed, 14 May 2008 23:44:19 +0000</pubDate>
		<dc:creator>Sidar Ok</dc:creator>
		
		<category><![CDATA[Design Patterns]]></category>

		<category><![CDATA[Strategy]]></category>

		<category><![CDATA[Dependency Injection]]></category>

		<category><![CDATA[Unity]]></category>

		<category><![CDATA[C# 3.0]]></category>

		<category><![CDATA[.NET 3.5]]></category>

		<guid isPermaLink="false">http://www.sidarok.com/web/blog/content/2008/05/15/a-basic-hands-on-introduction-to-unity-di-container.html</guid>
		<description><![CDATA[Hey folks, here we are with another interesting article. There are some introductions already on the internet about Unity providing the theoretical information, so I won’t go deeper in that route. In this article, I will be more practical and provide a concrete implementation of concepts. You can download the sample codes clicking here.
Microsoft Patterns [...]]]></description>
		<wfw:commentRss>http://www.sidarok.com/web/blog/content/2008/05/15/a-basic-hands-on-introduction-to-unity-di-container.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cross Browser Guide Part 3 &#8211; Event Handling in Different Browsers</title>
		<link>http://www.sidarok.com/web/blog/content/2008/05/10/cross-browser-guide-part-3-event-handling-in-different-browsers.html</link>
		<comments>http://www.sidarok.com/web/blog/content/2008/05/10/cross-browser-guide-part-3-event-handling-in-different-browsers.html#comments</comments>
		<pubDate>Sat, 10 May 2008 16:13:02 +0000</pubDate>
		<dc:creator>Sidar Ok</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Compatibility]]></category>

		<category><![CDATA[Mozilla]]></category>

		<category><![CDATA[Internet Explorer]]></category>

		<category><![CDATA[Cross Browser]]></category>

		<guid isPermaLink="false">http://www.sidarok.com/web/blog/content/2008/05/10/cross-browser-guide-part-3-event-handling-in-different-browsers.html</guid>
		<description><![CDATA[For the first two articles of the series: Part 1 and Part 2 .
The worst part of making an application work in multiple browsers is the different interpretation of JavaScript by every browser (you know what I mean). One of the most obvious ones is the event handling architecture difference amongst Internet Explorer and the [...]]]></description>
		<wfw:commentRss>http://www.sidarok.com/web/blog/content/2008/05/10/cross-browser-guide-part-3-event-handling-in-different-browsers.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>10 Tips to Improve your LINQ to SQL Application Performance</title>
		<link>http://www.sidarok.com/web/blog/content/2008/05/02/10-tips-to-improve-your-linq-to-sql-application-performance.html</link>
		<comments>http://www.sidarok.com/web/blog/content/2008/05/02/10-tips-to-improve-your-linq-to-sql-application-performance.html#comments</comments>
		<pubDate>Fri, 02 May 2008 11:34:02 +0000</pubDate>
		<dc:creator>Sidar Ok</dc:creator>
		
		<category><![CDATA[Performance]]></category>

		<category><![CDATA[Optimization]]></category>

		<category><![CDATA[SQL]]></category>

		<category><![CDATA[ADO.NET]]></category>

		<category><![CDATA[.NET 3.5]]></category>

		<category><![CDATA[C# 3.0]]></category>

		<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://www.sidarok.com/web/blog/content/2008/05/02/10-tips-to-improve-your-linq-to-sql-application-performance.html</guid>
		<description><![CDATA[Hey there, back again. In my first post about LINQ I tried to provide a brief(okay, bit detailed) introduction for those who want to get involved with LINQ to SQL. In that post I promised to write about a basic integration of WCF and LINQ to SQL working together, but this is not that post.
Since [...]]]></description>
		<wfw:commentRss>http://www.sidarok.com/web/blog/content/2008/05/02/10-tips-to-improve-your-linq-to-sql-application-performance.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Guide For Cross Browser Development Series 2 &#8211; Session Variables and Cookies are lost in IE 6.0</title>
		<link>http://www.sidarok.com/web/blog/content/2008/04/26/guide-for-cross-browser-development-series-2-session-variables-and-cookies-are-lost-in-ie-60.html</link>
		<comments>http://www.sidarok.com/web/blog/content/2008/04/26/guide-for-cross-browser-development-series-2-session-variables-and-cookies-are-lost-in-ie-60.html#comments</comments>
		<pubDate>Sat, 26 Apr 2008 10:38:35 +0000</pubDate>
		<dc:creator>Sidar Ok</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[Compatibility]]></category>

		<category><![CDATA[Internet Explorer]]></category>

		<category><![CDATA[Cross Browser]]></category>

		<guid isPermaLink="false">http://www.sidarok.com/web/blog/content/2008/04/26/guide-for-cross-browser-development-series-2-session-variables-and-cookies-are-lost-in-ie-60.html</guid>
		<description><![CDATA[In the first post of this series, I tried to warm it up a bit and gave introductory information and talked a bit about the tools that we can use for developing and testing applications for cross browser compatibility. Now it is time to discuss the specific issues. Fun begins.
You are using Internet Explorer 6.0 [...]]]></description>
		<wfw:commentRss>http://www.sidarok.com/web/blog/content/2008/04/26/guide-for-cross-browser-development-series-2-session-variables-and-cookies-are-lost-in-ie-60.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
