<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>develoq.net</title>
	
	<link>http://develoq.net</link>
	<description>it's about software development</description>
	<lastBuildDate>Tue, 03 Jul 2012 15:19:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/develoq" /><feedburner:info uri="develoq" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>develoq</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Custom StructureMap Lifecycle Management For Quartz.net</title>
		<link>http://feedproxy.google.com/~r/develoq/~3/5VRG2S5dD5k/</link>
		<comments>http://develoq.net/2012/custom-structuremap-lifecycle-management-for-quartz-net/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 23:32:31 +0000</pubDate>
		<dc:creator>Cengiz Han</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[ioc]]></category>
		<category><![CDATA[quartz.net]]></category>
		<category><![CDATA[structuremap]]></category>

		<guid isPermaLink="false">http://develoq.net/?p=386</guid>
		<description>I want to share a custom solution that I needed to implement for lifecycle management problem in a long running application, window service. This scenario valid for windows desktop applications and services, actually this solution is applicable for any scenario that you use thread pooling. Tools Let’s first mention about the technologies that this post [...]&lt;img src="http://feeds.feedburner.com/~r/develoq/~4/5VRG2S5dD5k" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://develoq.net/2012/custom-structuremap-lifecycle-management-for-quartz-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://develoq.net/2012/custom-structuremap-lifecycle-management-for-quartz-net/</feedburner:origLink></item>
		<item>
		<title>Create an output folder for each project in your solution, like _PublishedWebsites for web applications.</title>
		<link>http://feedproxy.google.com/~r/develoq/~3/3gY2o1aEsIE/</link>
		<comments>http://develoq.net/2011/create-an-output-folder-each-project-in-your-solution-like-_publishedwebsites-for-web-applications/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 02:09:40 +0000</pubDate>
		<dc:creator>Cengiz Han</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[continuous integartion]]></category>
		<category><![CDATA[msbuild]]></category>

		<guid isPermaLink="false">http://develoq.net/?p=376</guid>
		<description>Creating a publish folder for web applications is easy, you don&amp;#8217;t have to do anything for that, web application project template does it for you. When you working with solutions for more than one project you have deal with different deployable units/packages. I was working on a build script that we need to run in [...]&lt;img src="http://feeds.feedburner.com/~r/develoq/~4/3gY2o1aEsIE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://develoq.net/2011/create-an-output-folder-each-project-in-your-solution-like-_publishedwebsites-for-web-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://develoq.net/2011/create-an-output-folder-each-project-in-your-solution-like-_publishedwebsites-for-web-applications/</feedburner:origLink></item>
		<item>
		<title>ASP.NET MVC – Model Binders</title>
		<link>http://feedproxy.google.com/~r/develoq/~3/xBF7TfIF_Wo/</link>
		<comments>http://develoq.net/2011/asp-net-mvc-model-binders-and-how-to-create-custom-model-binder/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 06:05:01 +0000</pubDate>
		<dc:creator>Cengiz Han</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[modelbinder]]></category>
		<category><![CDATA[viewmodel]]></category>

		<guid isPermaLink="false">http://develoq.net/2011/asp-net-mvc-model-binders-and-how-to-create-custom-model-binder/</guid>
		<description>ASP.NET MVC Model Binders map posted form values to a .NET classes, instead of accepting primitive parameters or form value collection you can accept models/view models as input to your action methods. ASP.NET has a default model binder called DefaultModelBinder. It basically works with most of the .NET types like primitive types, arrays, IList, ICollection [...]&lt;img src="http://feeds.feedburner.com/~r/develoq/~4/xBF7TfIF_Wo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://develoq.net/2011/asp-net-mvc-model-binders-and-how-to-create-custom-model-binder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://develoq.net/2011/asp-net-mvc-model-binders-and-how-to-create-custom-model-binder/</feedburner:origLink></item>
		<item>
		<title>Testable HttpClient for C#</title>
		<link>http://feedproxy.google.com/~r/develoq/~3/NiM3mjLDZbo/</link>
		<comments>http://develoq.net/2011/testable-http-client-httpwebrequest-webrequest-for-c-test-driven-development-unit-testing/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 19:46:33 +0000</pubDate>
		<dc:creator>Cengiz Han</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[tdd]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[httpclient]]></category>
		<category><![CDATA[test driven]]></category>
		<category><![CDATA[testable]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[unit test]]></category>
		<category><![CDATA[webrequest]]></category>

		<guid isPermaLink="false">http://develoq.net/2011/testable-http-client-httpwebrequest-webrequest-for-c-test-driven-development-unit-testing/</guid>
		<description>Unit testing is a method to test and determine that each single unit of testable source code behaves exactly as expected. Unit tests isolates the unit that is under test from the remainder of all source code. Only that particular single unit should be executed when unit test invokes a unit to test and makes [...]&lt;img src="http://feeds.feedburner.com/~r/develoq/~4/NiM3mjLDZbo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://develoq.net/2011/testable-http-client-httpwebrequest-webrequest-for-c-test-driven-development-unit-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://develoq.net/2011/testable-http-client-httpwebrequest-webrequest-for-c-test-driven-development-unit-testing/</feedburner:origLink></item>
		<item>
		<title>ASP.NET MVC 3–Global Action Filters</title>
		<link>http://feedproxy.google.com/~r/develoq/~3/HhGvcrvT5xY/</link>
		<comments>http://develoq.net/2011/asp-net-mvc-3global-action-filters/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 02:34:00 +0000</pubDate>
		<dc:creator>Cengiz Han</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[action filters]]></category>
		<category><![CDATA[mvc3]]></category>

		<guid isPermaLink="false">http://develoq.net/2011/asp-net-mvc-3global-action-filters/</guid>
		<description>In one of my previous blog post I mentioned about ASP.NET MVC action filters. Action filters provides us to ability create an aspect oriented approach in ASP.NET MVC application. It&amp;#8217;s not the only way off course, IoC containers provide this ability too. Specially in enterprise level applications you can use IoC containers to create wrappers [...]&lt;img src="http://feeds.feedburner.com/~r/develoq/~4/HhGvcrvT5xY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://develoq.net/2011/asp-net-mvc-3global-action-filters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://develoq.net/2011/asp-net-mvc-3global-action-filters/</feedburner:origLink></item>
		<item>
		<title>ASP.NET MVC 3 – Remote Validation with jQuery</title>
		<link>http://feedproxy.google.com/~r/develoq/~3/BujI3aR7QDk/</link>
		<comments>http://develoq.net/2011/asp-net-mvc-3-remote-validation-with-jquery/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 17:54:16 +0000</pubDate>
		<dc:creator>Cengiz Han</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://develoq.net/?p=303</guid>
		<description>jQuery validate plugin provides us to validate HTML forms. jQuery validate plugin disables submitting the for until all specified validation rules are valid. It shows an error label next to invalid field and informs users about input errors. ASP.NET MVC 3 uses jQuery validation (http://docs.jquery.com/Plugins/validation) for form validations and jQuery validation library has a remote [...]&lt;img src="http://feeds.feedburner.com/~r/develoq/~4/BujI3aR7QDk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://develoq.net/2011/asp-net-mvc-3-remote-validation-with-jquery/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://develoq.net/2011/asp-net-mvc-3-remote-validation-with-jquery/</feedburner:origLink></item>
		<item>
		<title>Unobtrusive Javascript</title>
		<link>http://feedproxy.google.com/~r/develoq/~3/K96A84ab_5g/</link>
		<comments>http://develoq.net/2011/unobtrusive-javascript-with-jquery/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 17:24:26 +0000</pubDate>
		<dc:creator>Cengiz Han</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[unobtrusive]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://develoq.net/2011/unobtrusive-javascript-with-jquery/</guid>
		<description>Javascript is very important part of web pages and web development. Web pages are static documents and Javascript is a programming language that can run in your browser (when we are talking about web pages). How Javascript can be obstructive for your web pages? -Web browser doesn&amp;#8217;t have support for Javascript -Javascript stripped at the [...]&lt;img src="http://feeds.feedburner.com/~r/develoq/~4/K96A84ab_5g" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://develoq.net/2011/unobtrusive-javascript-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://develoq.net/2011/unobtrusive-javascript-with-jquery/</feedburner:origLink></item>
		<item>
		<title>Fiddler – Great tool for web developers – Custom Rules feature</title>
		<link>http://feedproxy.google.com/~r/develoq/~3/0FzyWknHxDQ/</link>
		<comments>http://develoq.net/2011/fiddler-great-tool-for-web-developer-custom-rules-feature/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 16:50:56 +0000</pubDate>
		<dc:creator>Cengiz Han</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://develoq.net/?p=284</guid>
		<description>Fiddler is a web debugging proxy which logs all HTTP(S) traffic between your computer and the Internet. It&amp;#8217;s really great tool for developers when developing a web application or http consumer application. It helps us to inspect all HTTP(S) traffic, set breakpoints, create auto-responders for specific requests to stub out some data. But as default [...]&lt;img src="http://feeds.feedburner.com/~r/develoq/~4/0FzyWknHxDQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://develoq.net/2011/fiddler-great-tool-for-web-developer-custom-rules-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://develoq.net/2011/fiddler-great-tool-for-web-developer-custom-rules-feature/</feedburner:origLink></item>
		<item>
		<title>Action Filters – ASP.NET MVC Framework</title>
		<link>http://feedproxy.google.com/~r/develoq/~3/pX2HYqUGgm8/</link>
		<comments>http://develoq.net/2011/action-filters/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 04:01:41 +0000</pubDate>
		<dc:creator>Cengiz Han</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[filter]]></category>

		<guid isPermaLink="false">http://develoq.net/2011/action-filters/</guid>
		<description>Before I write some code and sample oriented articles about ASP.NET MVC Framework Action Filters. I want to make a quick introduction and talk about filters. You may need to do something before or after your action methods get executed. ASP.NET MVC Framework provides some level of filters to do that kind of things. Filters [...]&lt;img src="http://feeds.feedburner.com/~r/develoq/~4/pX2HYqUGgm8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://develoq.net/2011/action-filters/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://develoq.net/2011/action-filters/</feedburner:origLink></item>
		<item>
		<title>How to Change Base Type of Razor View Engine Pages</title>
		<link>http://feedproxy.google.com/~r/develoq/~3/xwNBsSG8Au8/</link>
		<comments>http://develoq.net/2011/how-to-change-base-type-of-razor-view-engine-pages/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 05:20:24 +0000</pubDate>
		<dc:creator>Cengiz Han</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[razor]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://develoq.net/2011/how-to-change-base-type-of-razor-view-engine-pages/</guid>
		<description>In my previous blog entry (How to create custom HTML Helpers for ASP.NET MVC 3 and Razor View Engine) I mentioned extensibility point of Razor View Engine to change view/page base class type. It’s not a new approach for ASP.NET developers, we have been applying same pattern for ASP.NET Web Pages too. You have to [...]&lt;img src="http://feeds.feedburner.com/~r/develoq/~4/xwNBsSG8Au8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://develoq.net/2011/how-to-change-base-type-of-razor-view-engine-pages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://develoq.net/2011/how-to-change-base-type-of-razor-view-engine-pages/</feedburner:origLink></item>
	</channel>
</rss>
