<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2dutchfull.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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Gryphin Experience</title>
	
	<link>http://www.gryphin.be</link>
	<description>thirty thousand feet above the earth. its a beautiful thing.</description>
	<pubDate>Tue, 22 Jun 2010 20:02:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<feedburner:info uri="gryphin" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://www.gryphin.be/index.php/feed/" /><feedburner:browserFriendly>Dit is een op XML gebaseerde feed. Je kan hierop inschrijven of de site bezoeken op http://gryphin.be</feedburner:browserFriendly><item>
		<title>links for 2010-06-22</title>
		<link>http://feedproxy.google.com/~r/gryphin/~3/-_sishh1Xog/</link>
		<comments>http://www.gryphin.be/2010/06/22/links-for-2010-06-22/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 20:02:36 +0000</pubDate>
		<dc:creator>Gryphin</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.gryphin.be/2010/06/22/links-for-2010-06-22/</guid>
		<description><![CDATA[

Entity Framework Overview
The Entity Framework is a set of technologies in ADO.NET that support the development of data-oriented software applications. Architects and developers of data-oriented applications have struggled with the need to achieve two very different objectives. They must model the entities, relationships, and logic of the business problems they are solving, and they must [...]]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://msdn.microsoft.com/en-us/library/bb399567.aspx">Entity Framework Overview</a></div>
<div class="delicious-extended">The Entity Framework is a set of technologies in ADO.NET that support the development of data-oriented software applications. Architects and developers of data-oriented applications have struggled with the need to achieve two very different objectives. They must model the entities, relationships, and logic of the business problems they are solving, and they must also work with the data engines used to store and retrieve the data. The data may span multiple storage systems, each with its own protocols; even applications that work with a single storage system must balance the requirements of the storage system against the requirements of writing efficient and maintainable application code.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/entityframework">entityframework</a> <a href="http://delicious.com/Gryphin/LINQ">LINQ</a> <a href="http://delicious.com/Gryphin/programming">programming</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://msdn.microsoft.com/en-us/ff714955.aspx">Testability and Entity Framework 4.0</a></div>
<div class="delicious-extended">This white paper describes and demonstrates how to write testable code with the ADO.NET Entity Framework 4.0 and Visual Studio 2010. This paper does not try to focus on a specific testing methodology, like test-driven design (TDD) or behavior-driven design (BDD). Instead this paper will focus on how to write code that uses the ADO.NET Entity Framework yet remains easy to isolate and test in an automated fashion. We’ll look at common design patterns that facilitate testing in data access scenarios and see how to apply those patterns when using the framework. We’ll also look at specific features of the framework to see how those features can work in testable code.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/bestpractices">bestpractices</a> <a href="http://delicious.com/Gryphin/c%23">c#</a> <a href="http://delicious.com/Gryphin/entityframework">entityframework</a> <a href="http://delicious.com/Gryphin/tdd">tdd</a> <a href="http://delicious.com/Gryphin/unittesting">unittesting</a> <a href="http://delicious.com/Gryphin/development">development</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://blogs.msdn.com/b/adonet/">ADO.NET team blog - Site Home - MSDN Blogs</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/blog">blog</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/entityframework">entityframework</a> <a href="http://delicious.com/Gryphin/.net">.net</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://msdn.microsoft.com/en-us/magazine/ee321569.aspx">N-Tier Application Patterns</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/entityframework">entityframework</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/n-tier">n-tier</a> <a href="http://delicious.com/Gryphin/designpatterns">designpatterns</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://msdn.microsoft.com/en-us/magazine/ee335715.aspx">Building N-Tier Apps with EF4</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/entityframework">entityframework</a> <a href="http://delicious.com/Gryphin/n-tier">n-tier</a> <a href="http://delicious.com/Gryphin/development">development</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.codeproject.com/KB/architecture/attachobjectgraph.aspx">Reattaching Entity Graphs with the Entity Framework - CodeProject</a></div>
<div class="delicious-extended">A generic method for attaching detached object graphs to an Entity Framework context.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/entityframework">entityframework</a> <a href="http://delicious.com/Gryphin/howto">howto</a> <a href="http://delicious.com/Gryphin/n-tier">n-tier</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://blogs.microsoft.co.il/blogs/gilf/archive/2010/06/21/revisiting-the-repository-and-unit-of-work-patterns-with-entity-framework.aspx">Revisiting the Repository and Unit of Work Patterns with Entity Framework - Gil Fink on .Net</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/entityframework">entityframework</a> <a href="http://delicious.com/Gryphin/designpatterns">designpatterns</a> <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/development">development</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://blog.garypretty.co.uk/index.php/2010/02/26/multi-select-list-box-in-asp-net-mvc/">Multi-Select List Box in ASP.NET MVC » Gary Pretty’s Blog</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/asp.net">asp.net</a> <a href="http://delicious.com/Gryphin/mvc">mvc</a> <a href="http://delicious.com/Gryphin/listbox">listbox</a> <a href="http://delicious.com/Gryphin/development">development</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://amazedsaint.blogspot.com/2009/06/software-design-patterns-for-everyone.html">Published Software Design Patterns For Everyone Ebook : Amazedsaint&#039;s .net journal</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/software">software</a> <a href="http://delicious.com/Gryphin/designpatterns">designpatterns</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.code-in.net/post/Observer-in-NET-40-with-IObservable(T).aspx">Observer in .NET 4.0 with IObserver(T)</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/designpatterns">designpatterns</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.ironshay.com/post/Learning-Ruby-in-15-Minutes.aspx">IronShay | Learning Ruby in 15 Minutes</a></div>
<div class="delicious-extended">A problem I run into a lot when evangelizing IronRuby is the language barrier. Just like real life, people are scared when they visit a country where they do not know the local language. Same thing with C# developers who are afraid to learn other languages.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/ruby">ruby</a> <a href="http://delicious.com/Gryphin/development">development</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://flavors.me/">What&#039;s your flavor? : Flavors.me</a></div>
<div class="delicious-extended">Flavors.me allows anyone to create an elegant and dynamic website using personal content from around the web</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/aggregator">aggregator</a> <a href="http://delicious.com/Gryphin/cool">cool</a> <a href="http://delicious.com/Gryphin/webdesign">webdesign</a> <a href="http://delicious.com/Gryphin/web2.0">web2.0</a> <a href="http://delicious.com/Gryphin/social">social</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.slimmerwerkencoach.nl/sneltoetsen">Sneltoetsen « Slimmer werken coach</a></div>
<div class="delicious-extended">Werken met sneltoetsen is veel handiger werken dan met de muis. Je gebruikt de muis niet en hoeft deze dus ook niet continu te positioneren (een ingewikkeld oog-hand coordinatie spelletje). Ook blijven je handen op hun plaats; let eens op hoe vaak je nu wisselt tussen muis en toetsenbord. Constant! Met sneltoetsen ontwikkel je je motorisch geheugen, zoals je ook pincodes onthoudt: binnen afzienbare bedient je programma’s blindelings!</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/lifehacks">lifehacks</a> <a href="http://delicious.com/Gryphin/shortcuts">shortcuts</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.topatoco.com/graphics/qw-cheatsheet-print-zoom.jpg">Time Traveler Essentials Print</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/cheatsheet">cheatsheet</a> <a href="http://delicious.com/Gryphin/cool">cool</a> <a href="http://delicious.com/Gryphin/fun">fun</a> <a href="http://delicious.com/Gryphin/geek">geek</a> <a href="http://delicious.com/Gryphin/guide">guide</a> <a href="http://delicious.com/Gryphin/history">history</a> <a href="http://delicious.com/Gryphin/humor">humor</a> <a href="http://delicious.com/Gryphin/poster">poster</a> <a href="http://delicious.com/Gryphin/timetravel">timetravel</a>)</div>
</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/gryphin?a=-_sishh1Xog:4WPVMHpJBo8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/gryphin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=-_sishh1Xog:4WPVMHpJBo8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/gryphin?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=-_sishh1Xog:4WPVMHpJBo8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/gryphin?i=-_sishh1Xog:4WPVMHpJBo8:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.gryphin.be/2010/06/22/links-for-2010-06-22/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gryphin.be/2010/06/22/links-for-2010-06-22/</feedburner:origLink></item>
		<item>
		<title>links for 2010-06-16</title>
		<link>http://feedproxy.google.com/~r/gryphin/~3/ag7BOJFXB2I/</link>
		<comments>http://www.gryphin.be/2010/06/16/links-for-2010-06-16/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 20:02:19 +0000</pubDate>
		<dc:creator>Gryphin</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.gryphin.be/2010/06/16/links-for-2010-06-16/</guid>
		<description><![CDATA[

Scott Hanselman - The Best Visual Studio 2010 Productivity Power Tools, Power Commands and Extensions
One of the things I&#039;m digging about VS2010 is its extensibility model. I&#039;m collecting add-ins in VS like I collect Add-Ins in FireFox. Here&#039;s my current of the best Visual Studio 2010 Extensions I&#039;m using.
(tags: resources tools visualstudio vs2010 development)


30 Favorite [...]]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.hanselman.com/blog/TheBestVisualStudio2010ProductivityPowerToolsPowerCommandsAndExtensions.aspx?utm_source=feedburner">Scott Hanselman - The Best Visual Studio 2010 Productivity Power Tools, Power Commands and Extensions</a></div>
<div class="delicious-extended">One of the things I&#039;m digging about VS2010 is its extensibility model. I&#039;m collecting add-ins in VS like I collect Add-Ins in FireFox. Here&#039;s my current of the best Visual Studio 2010 Extensions I&#039;m using.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/resources">resources</a> <a href="http://delicious.com/Gryphin/tools">tools</a> <a href="http://delicious.com/Gryphin/visualstudio">visualstudio</a> <a href="http://delicious.com/Gryphin/vs2010">vs2010</a> <a href="http://delicious.com/Gryphin/development">development</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.devcurry.com/2010/06/30-favorite-visual-studio-keyboard.html">30 Favorite Visual Studio Keyboard Shortcuts</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/cheatsheet">cheatsheet</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/productivity">productivity</a> <a href="http://delicious.com/Gryphin/programming">programming</a> <a href="http://delicious.com/Gryphin/visualstudio">visualstudio</a> <a href="http://delicious.com/Gryphin/vs2010">vs2010</a> <a href="http://delicious.com/Gryphin/utilities">utilities</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.slideshare.net/1Marc/jquery-essentials">jQuery Essentials</a></div>
<div class="delicious-extended">If you don&#039;t follow Marc Grabanski, you should - especially if you are interested in learning the ins and outs of jQuery. Marc just posted a new jQuery Essentials slide deck. Carve some time out and run through the deck. Whether you are a jQuery noob or somebody who has worked with jQuery for some time, it will be time well spent as you are sure to learn something new.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/javascript">javascript</a> <a href="http://delicious.com/Gryphin/jquery">jquery</a> <a href="http://delicious.com/Gryphin/presentation">presentation</a> <a href="http://delicious.com/Gryphin/tutorial">tutorial</a> <a href="http://delicious.com/Gryphin/web">web</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.flickr.com/photos/benheine/sets/72157623723956821/">Pencil Vs Camera! - a set on Flickr</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/art">art</a> <a href="http://delicious.com/Gryphin/cool">cool</a> <a href="http://delicious.com/Gryphin/drawing">drawing</a> <a href="http://delicious.com/Gryphin/flickr">flickr</a> <a href="http://delicious.com/Gryphin/fun">fun</a> <a href="http://delicious.com/Gryphin/photography">photography</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.printwhatyoulike.com/">Save paper &amp; ink printing only what you want « PrintWhatYouLike.com</a></div>
<div class="delicious-extended">Save Money. Save the Environment.<br />
Tired of printing web pages only to find your printout is full of ads, empty space and other junk you don&#039;t want?<br />
PrintWhatYouLike is a free online editor that lets you format any web page for printing in seconds!</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/browser">browser</a> <a href="http://delicious.com/Gryphin/environment">environment</a> <a href="http://delicious.com/Gryphin/free">free</a> <a href="http://delicious.com/Gryphin/internet">internet</a> <a href="http://delicious.com/Gryphin/online">online</a> <a href="http://delicious.com/Gryphin/printing">printing</a> <a href="http://delicious.com/Gryphin/web2.0">web2.0</a>)</div>
</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/gryphin?a=ag7BOJFXB2I:qIBmjQgEvKc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/gryphin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=ag7BOJFXB2I:qIBmjQgEvKc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/gryphin?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=ag7BOJFXB2I:qIBmjQgEvKc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/gryphin?i=ag7BOJFXB2I:qIBmjQgEvKc:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.gryphin.be/2010/06/16/links-for-2010-06-16/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gryphin.be/2010/06/16/links-for-2010-06-16/</feedburner:origLink></item>
		<item>
		<title>links for 2010-06-02</title>
		<link>http://feedproxy.google.com/~r/gryphin/~3/Z5YNaJAMc2k/</link>
		<comments>http://www.gryphin.be/2010/06/02/links-for-2010-06-02/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 20:16:06 +0000</pubDate>
		<dc:creator>Gryphin</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.gryphin.be/2010/06/02/links-for-2010-06-02/</guid>
		<description><![CDATA[

IIS URL Rewrite – Hosting multiple domains under one site - Scott Forsyth&#039;s Blog
In a shared hosting environment, it’s a common desire to have a single IIS website that handles multiple sites with different domain names.  This saves the cost of setting up additional sites with the hoster. 
At ORCS Web, we’ve supported this situation for [...]]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://weblogs.asp.net/owscott/archive/2010/01/26/iis-url-rewrite-hosting-multiple-domains-under-one-site.aspx">IIS URL Rewrite – Hosting multiple domains under one site - Scott Forsyth&#039;s Blog</a></div>
<div class="delicious-extended">In a shared hosting environment, it’s a common desire to have a single IIS website that handles multiple sites with different domain names.  This saves the cost of setting up additional sites with the hoster. </p>
<p>At ORCS Web, we’ve supported this situation for many years using ISAPI Rewrite.  Now, with URL Rewrite for IIS 7, it’s easier and it’s integrated right into web.config.  In this blog post I’ll set out to cover the essentials for hosting multiple domain names under a single account using URL Rewrite.</p></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/asp.net">asp.net</a> <a href="http://delicious.com/Gryphin/c%23">c#</a> <a href="http://delicious.com/Gryphin/hosting">hosting</a> <a href="http://delicious.com/Gryphin/iis">iis</a> <a href="http://delicious.com/Gryphin/mvc">mvc</a> <a href="http://delicious.com/Gryphin/rewrite">rewrite</a> <a href="http://delicious.com/Gryphin/url">url</a> <a href="http://delicious.com/Gryphin/urlrewrite">urlrewrite</a> <a href="http://delicious.com/Gryphin/development">development</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://weblogs.asp.net/owscott/archive/2010/05/26/url-rewrite-multiple-domains-under-one-site-part-ii.aspx">URL Rewrite – Multiple domains under one site. Part II - Scott Forsyth&#039;s Blog</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/asp.net">asp.net</a> <a href="http://delicious.com/Gryphin/c%23">c#</a> <a href="http://delicious.com/Gryphin/hosting">hosting</a> <a href="http://delicious.com/Gryphin/iis">iis</a> <a href="http://delicious.com/Gryphin/mvc">mvc</a> <a href="http://delicious.com/Gryphin/rewrite">rewrite</a> <a href="http://delicious.com/Gryphin/url">url</a> <a href="http://delicious.com/Gryphin/urlrewrite">urlrewrite</a> <a href="http://delicious.com/Gryphin/development">development</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.simple-talk.com/dotnet/asp.net/advice-on-css-youll-wish-your-mother-told-you/">Advice on CSS you&#039;ll wish your mother told you</a></div>
<div class="delicious-extended">William Brewer turns a jaundiced eye to the task of laying out  web pages using CSS, and gives some nuggets from years of occasional page design. It is, of course, set with a a stylesheet he&#039;s come up with to demo a few of his points.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/css">css</a> <a href="http://delicious.com/Gryphin/reference">reference</a> <a href="http://delicious.com/Gryphin/tips">tips</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/webdevelopment">webdevelopment</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.simple-talk.com/dotnet/asp.net/ajax-basics-with-jquery-in-asp.net/">AJAX basics with jQuery in ASP.NET</a></div>
<div class="delicious-extended">ASP.NET now has support for the jQuery JavaScript library. Although ASP.NET  integrated AJAX technology by introducing the is the UpdatePanel server control, jQuery offers an alternative, and more versatile, way of doing it and a great deal more besides. Matteo shows how easy it is to get started with using jQuery.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/asp.net">asp.net</a> <a href="http://delicious.com/Gryphin/code">code</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/howto">howto</a> <a href="http://delicious.com/Gryphin/jquery">jquery</a> <a href="http://delicious.com/Gryphin/ajax">ajax</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://toughestdeveloperpuzzleever.com/tdpe2/">Toughest Developer Puzzle Ever 2 - Level 0</a></div>
<div class="delicious-extended">Try to get to the next level&#8230;</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/fun">fun</a> <a href="http://delicious.com/Gryphin/games">games</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://iographica.com/">IOGraphica — MousePath&#039;s new home</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/art">art</a> <a href="http://delicious.com/Gryphin/cool">cool</a> <a href="http://delicious.com/Gryphin/data">data</a> <a href="http://delicious.com/Gryphin/drawing">drawing</a> <a href="http://delicious.com/Gryphin/fun">fun</a>)</div>
</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/gryphin?a=Z5YNaJAMc2k:gntLb31F2vM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/gryphin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=Z5YNaJAMc2k:gntLb31F2vM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/gryphin?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=Z5YNaJAMc2k:gntLb31F2vM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/gryphin?i=Z5YNaJAMc2k:gntLb31F2vM:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.gryphin.be/2010/06/02/links-for-2010-06-02/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gryphin.be/2010/06/02/links-for-2010-06-02/</feedburner:origLink></item>
		<item>
		<title>links for 2010-05-17</title>
		<link>http://feedproxy.google.com/~r/gryphin/~3/2Lz-c7sIqKM/</link>
		<comments>http://www.gryphin.be/2010/05/17/links-for-2010-05-17/#comments</comments>
		<pubDate>Mon, 17 May 2010 20:02:50 +0000</pubDate>
		<dc:creator>Gryphin</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.gryphin.be/2010/05/17/links-for-2010-05-17/</guid>
		<description><![CDATA[

Getting Started with LINQ - Deepak Palkar&#039;s Blog
In this we’ll continue to discuss how to go about the SQL Server Data Access using various technologies. This post will discuss Microsoft Language Integrated Query, otherwise known as LINQ. I will discuss how it can be used to accomplish the same tasks we have discussed in previous [...]]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://beyondrelational.com/blogs/deepakpalkar/archive/2010/05/02/getting-started-with-linq.aspx">Getting Started with LINQ - Deepak Palkar&#039;s Blog</a></div>
<div class="delicious-extended">In this we’ll continue to discuss how to go about the SQL Server Data Access using various technologies. This post will discuss Microsoft Language Integrated Query, otherwise known as LINQ. I will discuss how it can be used to accomplish the same tasks we have discussed in previous posts. But before that it surely requires a good introduction to start with.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/c%23">c#</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/LINQ">LINQ</a> <a href="http://delicious.com/Gryphin/programming">programming</a> <a href="http://delicious.com/Gryphin/tips">tips</a> <a href="http://delicious.com/Gryphin/tutorial">tutorial</a> <a href="http://delicious.com/Gryphin/entityframework">entityframework</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://beyondrelational.com/blogs/deepakpalkar/archive/2010/05/05/getting-started-with-linq-part-2-language-enhancements.aspx">Getting Started with LINQ – Part 2 (Language Enhancements) - Deepak Palkar&#039;s Blog</a></div>
<div class="delicious-extended">In my previous post I summarized Microsoft Language Integrated Query (LINQ). Briefly discussed about its components as well as showed some code examples to highlight the sql query type syntax it uses. Please don’t get confused about the title of this post. We sure are going to talk about language enhancements but they are the features of C# 3.0, and not the features of LINQ. But they are the building blocks of the LINQ. In this post I will discuss these features a little further as follows.<br />
- Object Initializers<br />
- Collection Initializers<br />
- Anonymous Types, Implicitly Typed variables (var keyword)<br />
- Lambda Expressions<br />
- Partial Methods<br />
- Extension Methods</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/entityframework">entityframework</a> <a href="http://delicious.com/Gryphin/lambda">lambda</a> <a href="http://delicious.com/Gryphin/LINQ">LINQ</a> <a href="http://delicious.com/Gryphin/development">development</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://visualstudiogallery.msdn.microsoft.com/en-us/e5f41ad9-4edc-4912-bca3-91147db95b99">PowerCommands for Visual Studio 2010</a></div>
<div class="delicious-extended">PowerCommands 10.0 is a set of useful extensions for the Visual Studio 2010 adding additional functionality to various areas of the IDE. Visit the VSX Developer Center at http://msdn.com/vsx for more information about extending Visual Studio.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/c%23">c#</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/extension">extension</a> <a href="http://delicious.com/Gryphin/visualstudio">visualstudio</a> <a href="http://delicious.com/Gryphin/tools">tools</a> <a href="http://delicious.com/Gryphin/addons">addons</a> <a href="http://delicious.com/Gryphin/vs2010">vs2010</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.dotnetcurry.com/ShowArticle.aspx?ID=504">Create a SlideShow with ASP.NET Panels using jQuery</a></div>
<div class="delicious-extended">This article demonstrates how to display Panels one after the other, and after a fixed duration, like a slide show. The Panels should have a sliding effect.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/asp.net">asp.net</a> <a href="http://delicious.com/Gryphin/jquery">jquery</a> <a href="http://delicious.com/Gryphin/slideshow">slideshow</a> <a href="http://delicious.com/Gryphin/tutorials">tutorials</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/webdevelopment">webdevelopment</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://lukencode.com/2010/05/04/timesaving-css-tools-for-asp-net-developers/">Timesaving CSS Tools for ASP.Net Developers « lukencode</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/asp.net">asp.net</a> <a href="http://delicious.com/Gryphin/css">css</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/webdevelopment">webdevelopment</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="https://chrome.google.com/extensions/detail/ncdfeghkpohnalmpblddmnppfooljekh?hl=en-US">Incredible StartPage - Productive Start Page for Chrome! - Google Chrome extension gallery</a></div>
<div class="delicious-extended">A new, customizable start page for Chrome. Easily find your favorite bookmarks and closed tabs. Take notes as you browse.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/browser">browser</a> <a href="http://delicious.com/Gryphin/chrome">chrome</a> <a href="http://delicious.com/Gryphin/extension">extension</a> <a href="http://delicious.com/Gryphin/tools">tools</a> <a href="http://delicious.com/Gryphin/startpage">startpage</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://googlesystem.blogspot.com/2010/05/what-are-your-favorite-android-apps.html">What Are Your Favorite Android Apps?</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/android">android</a> <a href="http://delicious.com/Gryphin/apps">apps</a> <a href="http://delicious.com/Gryphin/google">google</a> <a href="http://delicious.com/Gryphin/mobile">mobile</a> <a href="http://delicious.com/Gryphin/software">software</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.mentalfloss.com/blogs/archives/54927">Inspired by xkcd » mental_floss Blog</a></div>
<div class="delicious-extended">Who is the most influential person on the internet?</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/comics">comics</a> <a href="http://delicious.com/Gryphin/geek">geek</a> <a href="http://delicious.com/Gryphin/humor">humor</a> <a href="http://delicious.com/Gryphin/internet">internet</a> <a href="http://delicious.com/Gryphin/fun">fun</a> <a href="http://delicious.com/Gryphin/xkcd">xkcd</a>)</div>
</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/gryphin?a=2Lz-c7sIqKM:nmDMUWRPEoY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/gryphin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=2Lz-c7sIqKM:nmDMUWRPEoY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/gryphin?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=2Lz-c7sIqKM:nmDMUWRPEoY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/gryphin?i=2Lz-c7sIqKM:nmDMUWRPEoY:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.gryphin.be/2010/05/17/links-for-2010-05-17/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gryphin.be/2010/05/17/links-for-2010-05-17/</feedburner:origLink></item>
		<item>
		<title>links for 2010-04-28</title>
		<link>http://feedproxy.google.com/~r/gryphin/~3/lodjMqJ54PY/</link>
		<comments>http://www.gryphin.be/2010/04/28/links-for-2010-04-28/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 20:03:28 +0000</pubDate>
		<dc:creator>Gryphin</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.gryphin.be/2010/04/28/links-for-2010-04-28/</guid>
		<description><![CDATA[

The Fast Guide to Application Profiling
In this sample chapter from his recently released book (co-Authored with Paul Glavich) Chris Farrell gives us a fast overview of performance profiling, memory profiling, profiling tools, and in fact everything we need to know when it comes to profiling our applications. This is a great first step, and The [...]]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.simple-talk.com/dotnet/performance/the-fast-guide-to-application-profiling/">The Fast Guide to Application Profiling</a></div>
<div class="delicious-extended">In this sample chapter from his recently released book (co-Authored with Paul Glavich) Chris Farrell gives us a fast overview of performance profiling, memory profiling, profiling tools, and in fact everything we need to know when it comes to profiling our applications. This is a great first step, and The Complete Guide to .NET Performance Testing and Optimization is crammed with even more indispensable knowledge.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/profiling">profiling</a> <a href="http://delicious.com/Gryphin/performance">performance</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://beyondrelational.com/blogs/chintak/archive/2010/04/17/select-into-is-faster-than-create-amp-insert.aspx">SELECT INTO is faster than CREATE &amp; INSERT - Chintak&#039;s Blog</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/database">database</a> <a href="http://delicious.com/Gryphin/sql">sql</a> <a href="http://delicious.com/Gryphin/sqlserver">sqlserver</a> <a href="http://delicious.com/Gryphin/performance">performance</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.simple-talk.com/dotnet/asp.net/asp.net-4.0-features/">ASP.NET 4.0 Features</a></div>
<div class="delicious-extended">The focus of Microsoft’s latest ASP.NET 4has mainly been on improving the performance and Search-engine Optimization (SEO). In this article, I&#039;ll be taking a look at what I think are the most important new features in ASP.NET 4.<br />
- Output cache extensibility<br />
- Session state compression<br />
- View state mode for individual control<br />
- Page.MetaKeyword and Page.MetaDescription properties<br />
- Response.RedirectPermanent method<br />
- Routing in ASP.NET<br />
- Increase the URL character length<br />
- New syntax for Html Encode<br />
- Predictable Client IDs<br />
- Web.config file refactoring<br />
- Auto-Start ASP.NET applications<br />
- Improvements on Microsoft Ajax Library</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/asp.net">asp.net</a> <a href="http://delicious.com/Gryphin/reference">reference</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.codecapers.com/post/Building-an-RSS-Feed-in-ASPNET-MVC.aspx#tb">Building an RSS Feed in ASP.NET MVC | Code Capers</a></div>
<div class="delicious-extended">When building a website it is common to expose an RSS/ATOM feed for your content. Feeds serve two main purposes. The first, is that it allows other sites to consume your content for syndication. For example if you write .NET articles, there may be other partner sites that subscribe to your feed and dynamically pull in your content.  Secondly, feeds allow users to subscribe to your site so they can get notifications when your content is updated. This is especially relevant for sites with irregular content updates such as a personal blog.<br />
In the .NET 3.5 framework there is a namespace titled System.ServiceModel.Syndication which very few people seem to know about. The classes contained in this library allows you to create and consume RSS feeds with minimal effort. I recently created a feed for my WeBlog application. I was astonished about how little time it took to implement an RSS Feed. Instead of weighing you down with all the details&#8230;I&#039;ll let the code do the talking:</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/mvc">mvc</a> <a href="http://delicious.com/Gryphin/rss">rss</a> <a href="http://delicious.com/Gryphin/feeds">feeds</a> <a href="http://delicious.com/Gryphin/development">development</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.scottlogic.co.uk/blog/gergely/2010/04/ten-cool-things-you-didnt-know-about-visual-studio-2010/">Ten Cool Things You Didn’t Know About Visual Studio 2010 | Gergely on .NET</a></div>
<div class="delicious-extended">1. Pin variables when debugging<br />
2. Box selection<br />
3. Search on-the-fly<br />
4. Zooming<br />
5. View Call Hierarchy<br />
6. Sequence Diagrams<br />
7. Dependency Graphs<br />
8. IntelliTrace and Dump Debugging<br />
9. Multi-monitor support<br />
10. Intellisense – lots of small improvements</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/reference">reference</a> <a href="http://delicious.com/Gryphin/tips">tips</a> <a href="http://delicious.com/Gryphin/visualstudio">visualstudio</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://thesocialmediaguide.com.au/2009/05/30/the-ultimate-list-of-twitter-tools/">Ultimate List Twitter Tools | The Social Media Guide</a></div>
<div class="delicious-extended">The ultimate list of Twitter tools and Twitter applications.<br />
This is the biggest list of Twitter related apps on the internet. Over 760 Twitter tools!</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/twitter">twitter</a> <a href="http://delicious.com/Gryphin/web2.0">web2.0</a> <a href="http://delicious.com/Gryphin/socialnetworking">socialnetworking</a> <a href="http://delicious.com/Gryphin/social">social</a> <a href="http://delicious.com/Gryphin/reference">reference</a> <a href="http://delicious.com/Gryphin/resources">resources</a> <a href="http://delicious.com/Gryphin/tools">tools</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://tweakers.net/reviews/1604/htc-desire-begeerte-heeft-ons-aangeraakt.html">HTC Desire: begeerte heeft ons aangeraakt | Inleiding | Mobile | Tweakers.net</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/htc">htc</a> <a href="http://delicious.com/Gryphin/desire">desire</a> <a href="http://delicious.com/Gryphin/review">review</a> <a href="http://delicious.com/Gryphin/android">android</a> <a href="http://delicious.com/Gryphin/mobile">mobile</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.htcdesireblog.nl/video/htc-desire-instellingen-uitgelegd/">HTC Desire instellingen uitgelegd</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/htc">htc</a> <a href="http://delicious.com/Gryphin/desire">desire</a> <a href="http://delicious.com/Gryphin/settings">settings</a> <a href="http://delicious.com/Gryphin/android">android</a> <a href="http://delicious.com/Gryphin/mobile">mobile</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://content.jobat.be/nl/artikels/het-antwoord-op-de-7-meest-gestelde-sollicitatievragen/">Jobat - Het antwoord op de 7 meest gestelde sollicitatievragen</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/jobs">jobs</a> <a href="http://delicious.com/Gryphin/sollicitatie">sollicitatie</a>)</div>
</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/gryphin?a=lodjMqJ54PY:-NMlrZfekdg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/gryphin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=lodjMqJ54PY:-NMlrZfekdg:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/gryphin?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=lodjMqJ54PY:-NMlrZfekdg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/gryphin?i=lodjMqJ54PY:-NMlrZfekdg:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.gryphin.be/2010/04/28/links-for-2010-04-28/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gryphin.be/2010/04/28/links-for-2010-04-28/</feedburner:origLink></item>
		<item>
		<title>links for 2010-04-14</title>
		<link>http://feedproxy.google.com/~r/gryphin/~3/yFmdov3hGHM/</link>
		<comments>http://www.gryphin.be/2010/04/14/links-for-2010-04-14/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 20:02:58 +0000</pubDate>
		<dc:creator>Gryphin</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.gryphin.be/2010/04/14/links-for-2010-04-14/</guid>
		<description><![CDATA[

Working with WCF: Part Three – Connecting To Your Service With A Client pt. 1
We’ve got a service. We’ve got a host. But that’s all pointless without someone to use it.
(tags: .net development reference tutorial WCF)


A simple WCF service with username password authentication: the things you told me - Peter&#039;s Gekko - CodeBetter.Com - Stuff [...]]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://jamescbender.com/bendersblog/archive/2010/04/02/working-with-wcf-part-three-ndash-connecting-to-your-service.aspx">Working with WCF: Part Three – Connecting To Your Service With A Client pt. 1</a></div>
<div class="delicious-extended">We’ve got a service. We’ve got a host. But that’s all pointless without someone to use it.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/reference">reference</a> <a href="http://delicious.com/Gryphin/tutorial">tutorial</a> <a href="http://delicious.com/Gryphin/WCF">WCF</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://codebetter.com/blogs/peter.van.ooijen/archive/2010/04/09/a-simple-wcf-service-with-username-password-authentication-the-things-you-told-me.aspx?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+CodeBetter+%28CodeBetter.Com%29">A simple WCF service with username password authentication: the things you told me - Peter&#039;s Gekko - CodeBetter.Com - Stuff you need to Code Better!</a></div>
<div class="delicious-extended">In my last post I described the hassles to get a simple WCF service with username password authentication to work in the real world. Which was not as easy as it looked at first sight. Having weeded out all the unnecessary outgrows of the WCF framework I had it working though the solution was somewhat misty. After that the many useful comments have taught how to nurture my crop and which seeds to plant to turn it into a nice flower bed. Time for a round up.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/webservices">webservices</a> <a href="http://delicious.com/Gryphin/password">password</a> <a href="http://delicious.com/Gryphin/security">security</a> <a href="http://delicious.com/Gryphin/tutorial">tutorial</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/WCF">WCF</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.dotnetcurry.com/ShowArticle.aspx?ID=489">Parallel Tasks in .NET 4.0</a></div>
<div class="delicious-extended">The Parallel class found in the System.Threading.Tasks namespace “provides library-based data parallel replacements for common operations such as for loops, for each loops, and execution of a set of statements”. In this article, we will use the  Invoke method of the Parallel class to call multiple methods, possibly in parallel. Follow these steps:</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/.net4">.net4</a> <a href="http://delicious.com/Gryphin/parallel">parallel</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.dotnetcurry.com/ShowArticle.aspx?ID=491">Parallel Tasks in .NET 4.0 (Part II) – Methods that Return value</a></div>
<div class="delicious-extended">In one of the previous articles Parallel Tasks in .NET 4.0, we explored a set of new API’s called the &quot;Task Parallel Library (TPL)&quot; which simplifies the process of adding parallelism and concurrency to applications. We used the System.Threading.Tasks.Parallel.Invoke() to call methods that did not return a value. However for methods that return a value, you would need to use the Task(TResult) class which represents an asynchronous operation that can return a value. We will explore how to use this class in this article.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/.net4">.net4</a> <a href="http://delicious.com/Gryphin/parallel">parallel</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.lostechies.com/blogs/derickbailey/archive/2010/04/06/branching-strategies-handling-dependencies-between-branches.aspx?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+LosTechies+%28LosTechies%29">Branching Strategies: Handling Dependencies Between Branches - new ThoughtStream(&quot;Derick Bailey&quot;); - Los Techies : Blogs about software and anything tech!</a></div>
<div class="delicious-extended">Every system evolves over times. There’s no way around this and there is no reasonable/certain/real way to think ahead 100% of the time. It’s simply not possible to predict every possible outcome or issue or situation. This change affects every part of software development, from requirements and feature definition, down to the code, and out to source control and configuration management. Good architecture, coding practices and source control management can make change easier, but even when all of the rules for when to use which branching strategy in source control are followed, there are still going to be situations that make it difficult to keep branches clean and decoupled. At some point in a project’s lifecycle, branch dependencies – where one or more branches directly depend on the features, functionality, code, and/or other changes in another branch that is currently in development – will occur. When this happens, there are some techniques that can be used to mitigate the problems</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/sourcecontrol">sourcecontrol</a> <a href="http://delicious.com/Gryphin/versioncontrol">versioncontrol</a> <a href="http://delicious.com/Gryphin/branching">branching</a> <a href="http://delicious.com/Gryphin/howto">howto</a> <a href="http://delicious.com/Gryphin/reference">reference</a> <a href="http://delicious.com/Gryphin/agile">agile</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.jaltiere.com/?p=124">Making web service calls with JQuery » Jack Altiere » Blog Archive</a></div>
<div class="delicious-extended">This article walks through an example of creating a javascript object and passing it to a .NET web service via JSON. It also shows how to use JQuery to make the web service call asynchronously.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/asp.net">asp.net</a> <a href="http://delicious.com/Gryphin/jquery">jquery</a> <a href="http://delicious.com/Gryphin/javascript">javascript</a> <a href="http://delicious.com/Gryphin/development">development</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://blog.prabir.me/post/Hidden-C-feature-stringFormat-Width.aspx">Hidden C# feature - string.Format Width | Prabir&#039;s Blog</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.NET">.NET</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/tips">tips</a> <a href="http://delicious.com/Gryphin/tricks">tricks</a> <a href="http://delicious.com/Gryphin/string.format">string.format</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://laurelpapworth.com/enterprise-list-of-40-social-media-staff-guidelines/">Enterprise: List of 40 Social Media Staff Guidelines | Laurel Papworth</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/bestpractices">bestpractices</a> <a href="http://delicious.com/Gryphin/socialnetworking">socialnetworking</a> <a href="http://delicious.com/Gryphin/web2.0">web2.0</a> <a href="http://delicious.com/Gryphin/list">list</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://cacoo.com/">Cacoo: Create diagrams / Online Real time collaboration</a></div>
<div class="delicious-extended">Most people still use traditional applications like Powerpoint or Visio for creating diagrams or charting software, which isn’t always a simple task (especially if the designs are complicated or need to look pretty). There’s no shortage of easy-to-use online diagramming and design applications addressing the need, but a tool called Cacoo tries to stand out from the pack with some unique features.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/collaboration">collaboration</a> <a href="http://delicious.com/Gryphin/design">design</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/online">online</a> <a href="http://delicious.com/Gryphin/cacoo">cacoo</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://lifehacker.com/5513009/top-10-ways-to-declutter-your-digital-life-2010-edition">Top 10 Ways to Declutter Your Digital Life, 2010 Edition - Clutter - Lifehacker</a></div>
<div class="delicious-extended">We live out so much of our modern lives on personal computers and web servers—yet so much of it is messy and over-stuffed. Clean up your email, fix your files, and tidy up your digital life with these 10 tips.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/2010">2010</a> <a href="http://delicious.com/Gryphin/gmail">gmail</a> <a href="http://delicious.com/Gryphin/guide">guide</a> <a href="http://delicious.com/Gryphin/howto">howto</a> <a href="http://delicious.com/Gryphin/lifehacker">lifehacker</a> <a href="http://delicious.com/Gryphin/lifehacks">lifehacks</a> <a href="http://delicious.com/Gryphin/tips">tips</a> <a href="http://delicious.com/Gryphin/productivity">productivity</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.mccallstudios.com/news.html">NASA Space Art Gallery of Artist Robert T. McCall</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/space">space</a> <a href="http://delicious.com/Gryphin/cool">cool</a> <a href="http://delicious.com/Gryphin/art">art</a> <a href="http://delicious.com/Gryphin/McCall">McCall</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.wired.com/geekdad/2010/04/wedding-anniversary-gift-list/">Geeky Gifts for Wedding Anniversaries Today, Tomorrow and Forever | GeekDad | Wired.com</a></div>
<div class="delicious-extended">People have always had problems picking out gifts to give each other (or friends and relatives) for wedding anniversaries. At least, it would seem so considering the rather detailed lists that have existing for centuries all over the world to help puzzled gift-givers in their annual purchases. And while there have been attempts to create “modern” lists, they still always seem to be a little out of touch.</p>
<p>That is, until now.</p></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/list">list</a> <a href="http://delicious.com/Gryphin/gifts">gifts</a> <a href="http://delicious.com/Gryphin/anniversary">anniversary</a> <a href="http://delicious.com/Gryphin/geek">geek</a> <a href="http://delicious.com/Gryphin/fun">fun</a>)</div>
</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/gryphin?a=yFmdov3hGHM:c3tqtFJXjIE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/gryphin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=yFmdov3hGHM:c3tqtFJXjIE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/gryphin?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=yFmdov3hGHM:c3tqtFJXjIE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/gryphin?i=yFmdov3hGHM:c3tqtFJXjIE:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.gryphin.be/2010/04/14/links-for-2010-04-14/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gryphin.be/2010/04/14/links-for-2010-04-14/</feedburner:origLink></item>
		<item>
		<title>links for 2010-03-30</title>
		<link>http://feedproxy.google.com/~r/gryphin/~3/jWi9SGJdrVw/</link>
		<comments>http://www.gryphin.be/2010/03/30/links-for-2010-03-30/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 20:03:00 +0000</pubDate>
		<dc:creator>Gryphin</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.gryphin.be/2010/03/30/links-for-2010-03-30/</guid>
		<description><![CDATA[

Has the Large Hadron Collider destroyed the world yet?
(tags: fun humor technology news cern LHC)


Working with WCF: Part Two – Your First Host and A Bit About Configuration
So now you have a service, congratulations! What are you going to do with it?
(tags: .net development reference tutorial WCF)


A simple WCF service with username password authentication: the [...]]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://hasthelargehadroncolliderdestroyedtheworldyet.com/">Has the Large Hadron Collider destroyed the world yet?</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/fun">fun</a> <a href="http://delicious.com/Gryphin/humor">humor</a> <a href="http://delicious.com/Gryphin/technology">technology</a> <a href="http://delicious.com/Gryphin/news">news</a> <a href="http://delicious.com/Gryphin/cern">cern</a> <a href="http://delicious.com/Gryphin/LHC">LHC</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://jamescbender.com/bendersblog/archive/2010/03/17/working-with-wcf-part-two-ndash-your-first-host-and.aspx">Working with WCF: Part Two – Your First Host and A Bit About Configuration</a></div>
<div class="delicious-extended">So now you have a service, congratulations! What are you going to do with it?</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/reference">reference</a> <a href="http://delicious.com/Gryphin/tutorial">tutorial</a> <a href="http://delicious.com/Gryphin/WCF">WCF</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://codebetter.com/blogs/peter.van.ooijen/archive/2010/03/22/a-simple-wcf-service-with-username-password-authentication-the-things-they-don-t-tell-you.aspx?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+CodeBetter+%28CodeBetter.Com%29">A simple WCF service with username password authentication: the things they don’t tell you - Peter&#039;s Gekko - CodeBetter.Com</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/WCF">WCF</a> <a href="http://delicious.com/Gryphin/webservices">webservices</a> <a href="http://delicious.com/Gryphin/password">password</a> <a href="http://delicious.com/Gryphin/security">security</a> <a href="http://delicious.com/Gryphin/tutorial">tutorial</a> <a href="http://delicious.com/Gryphin/development">development</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.simple-talk.com/dotnet/.net-framework/developing-your-data-access-layer-with-ado.net-entity-framework-4/">Developing your Data Access Layer with ADO.NET Entity Framework 4</a></div>
<div class="delicious-extended">Entity Framework has evolved  in the light of feedback. ADO.NET Entity Framework 4 is now better able to accommodate different development methodologies.  A welcome improvement is the way that, the application designer now has a range of options in the way that Entity Framework creates the Data Access layer. Prasanna returns to Simple-Talk to explain the significance of the changes</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/entityframework">entityframework</a> <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/ado.net">ado.net</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.simple-talk.com/dotnet/.net-framework/investigating-.net-memory-management-and-garbage-collection/">Investigating .NET Memory Management and Garbage Collection</a></div>
<div class="delicious-extended">Investigating a subtle memory leak can be tricky business, but things are made easier by using The .NET framework&#039;s  tool SOS (Son of Strike) which is a debugger extension for debugging managed code, used  in collaboration with the Windows debugger.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/c%23">c#</a> <a href="http://delicious.com/Gryphin/debugging">debugging</a> <a href="http://delicious.com/Gryphin/memory">memory</a> <a href="http://delicious.com/Gryphin/leak">leak</a> <a href="http://delicious.com/Gryphin/development">development</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.mssqltips.com/tip.asp?tip=1218">Using SQL Server Bitwise operators to store multiple values in one column</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/database">database</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/sql">sql</a> <a href="http://delicious.com/Gryphin/sqlserver">sqlserver</a> <a href="http://delicious.com/Gryphin/tips">tips</a> <a href="http://delicious.com/Gryphin/bitwise">bitwise</a> <a href="http://delicious.com/Gryphin/operator">operator</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://maketecheasier.com/5-easy-ways-to-schedule-your-tweets/2010/03/26">5 Easy Ways to Schedule Your Tweets – Make Tech Easier</a></div>
<div class="delicious-extended">Whatever your purpose for using twitter is, if you’re too tired keeping up with the real time natures of tweeting, and you still want to “keep your timeline alive” throughout the day, we’ve got some really neat twitter schedulers lined up for you</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/twitter">twitter</a> <a href="http://delicious.com/Gryphin/online">online</a> <a href="http://delicious.com/Gryphin/tools">tools</a> <a href="http://delicious.com/Gryphin/schedule">schedule</a> <a href="http://delicious.com/Gryphin/socialnetworking">socialnetworking</a> <a href="http://delicious.com/Gryphin/social">social</a>)</div>
</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/gryphin?a=jWi9SGJdrVw:XgHCqYoDTWs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/gryphin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=jWi9SGJdrVw:XgHCqYoDTWs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/gryphin?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=jWi9SGJdrVw:XgHCqYoDTWs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/gryphin?i=jWi9SGJdrVw:XgHCqYoDTWs:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.gryphin.be/2010/03/30/links-for-2010-03-30/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gryphin.be/2010/03/30/links-for-2010-03-30/</feedburner:origLink></item>
		<item>
		<title>links for 2010-03-25</title>
		<link>http://feedproxy.google.com/~r/gryphin/~3/OBRvLrT55L8/</link>
		<comments>http://www.gryphin.be/2010/03/25/links-for-2010-03-25/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 20:03:37 +0000</pubDate>
		<dc:creator>Gryphin</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.gryphin.be/2010/03/25/links-for-2010-03-25/</guid>
		<description><![CDATA[

Skeddle Your Activities
Skeddle is een handige online tool voor het beheren van To-Do lijstjes binnen een team. Skeddle zorgt er voor dat ieder teamlid het overzicht bewaart van wat hem nog te doen staat en tegen wanneer. Voor degene die het team aanstuurt, biedt Skeddle de mogelijkheid om in één oogopslag de status van het [...]]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://skeddle.be/">Skeddle Your Activities</a></div>
<div class="delicious-extended">Skeddle is een handige online tool voor het beheren van To-Do lijstjes binnen een team. Skeddle zorgt er voor dat ieder teamlid het overzicht bewaart van wat hem nog te doen staat en tegen wanneer. Voor degene die het team aanstuurt, biedt Skeddle de mogelijkheid om in één oogopslag de status van het project te evalueren. Skeddle kan worden gebruikt voor ieder project waarbij meerdere mensen dienen samen te werken.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/projectmanagement">projectmanagement</a> <a href="http://delicious.com/Gryphin/productivity">productivity</a> <a href="http://delicious.com/Gryphin/management">management</a> <a href="http://delicious.com/Gryphin/tools">tools</a> <a href="http://delicious.com/Gryphin/collaboration">collaboration</a> <a href="http://delicious.com/Gryphin/online">online</a> <a href="http://delicious.com/Gryphin/free">free</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://credeble.com/">Credeble | Track shared expenses within groups</a></div>
<div class="delicious-extended">Do you have friends that always owe you money? Or do you lose track of how much you owe your colleagues for lunch?</p>
<p>In groups some people always owe money, while others pay too much. All of this may lead to stress, submerged anger and small nuclear conflicts. The answer to all this? Credeble.</p></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/finance">finance</a> <a href="http://delicious.com/Gryphin/free">free</a> <a href="http://delicious.com/Gryphin/online">online</a> <a href="http://delicious.com/Gryphin/tools">tools</a> <a href="http://delicious.com/Gryphin/accounting">accounting</a> <a href="http://delicious.com/Gryphin/budget">budget</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.boardgamemovie.com/index.html">Going Cardboard: A Board Game Documentary</a></div>
<div class="delicious-extended">Cardboard&#8230;2.0</p>
<p>Do you have fond childhood memories of gathering around the table with the family for a game of Monopoly, Scrabble, or LIFE?<br />
Cardboard is making a comeback.</p>
<p>In an era of tech-based entertainment, word is spreading about a new breed of board game. Going Cardboard takes you into the designer &quot;German-style&quot; board gaming scene, from its community of enthusiastic fans to the creative passions of the designers and their journeys from concept to reality.</p></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/boardgames">boardgames</a> <a href="http://delicious.com/Gryphin/movies">movies</a> <a href="http://delicious.com/Gryphin/documentary">documentary</a> <a href="http://delicious.com/Gryphin/games">games</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.neillcameron.com/A_to_Z.html">Neill Cameron&#039;s A-Z of awesomeness | www.neillcameron.com : comics | illustration | cartoons</a></div>
<div class="delicious-extended">This is a special section of the site dedicated to the A-Z of Awesomeness, a project I undertook for &#039;fun&#039; in June-July 2009.<br />
Each day I would post a new drawing, based on suggestions from followers of my blog, Facebook and Twitter. 26 drawings over 26 days, one for each letter of the alphabet.<br />
There were no rules as to what people could suggest, merely that it be&#8230; Awesome.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/art">art</a> <a href="http://delicious.com/Gryphin/cartoons">cartoons</a> <a href="http://delicious.com/Gryphin/comics">comics</a> <a href="http://delicious.com/Gryphin/cool">cool</a> <a href="http://delicious.com/Gryphin/fun">fun</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.communicatiemannen.be/2010/03/04/sexy-data/#utm_source=feedburner">Sexy data - Communicatiemannen</a></div>
<div class="delicious-extended">Er wordt steeds meer met infographics geëxperimenteerd om informatie op een creatieve manier in beeld te brengen. Op het internet duiken regelmatig leuke filmpjes met visueel aantrekkelijke data.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/visualization">visualization</a> <a href="http://delicious.com/Gryphin/data">data</a> <a href="http://delicious.com/Gryphin/info">info</a> <a href="http://delicious.com/Gryphin/cool">cool</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.radicalcomics.com/titles/books/legends">Legends: The Enchanted</a></div>
<div class="delicious-extended">You think you know them. Think again.<br />
Violently ripped from the pages of folklore come the Enchanted. Supernatural immortals living in a dark, steampunk, creature-infested world where nature, technology and foul magic are in constant conflict. When the twisted, burnt remains of the half-wooden, half-mechanical warrior, Pinocchio, are discovered, wolf hunter Red Hood and giant killer Jack realize the fragile rules of their existence have been shattered. With the help of other powerful Enchanted (the mercenary, Goldilocks and psychic exterminators, Hansel and Gretel), Jack and Red team up on an adventure to stop whatever, or whoever is destroying their powers and murdering their kind.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/books">books</a> <a href="http://delicious.com/Gryphin/comics">comics</a> <a href="http://delicious.com/Gryphin/art">art</a>)</div>
</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/gryphin?a=OBRvLrT55L8:ts1xIzcLpbg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/gryphin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=OBRvLrT55L8:ts1xIzcLpbg:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/gryphin?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=OBRvLrT55L8:ts1xIzcLpbg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/gryphin?i=OBRvLrT55L8:ts1xIzcLpbg:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.gryphin.be/2010/03/25/links-for-2010-03-25/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gryphin.be/2010/03/25/links-for-2010-03-25/</feedburner:origLink></item>
		<item>
		<title>links for 2010-03-22</title>
		<link>http://feedproxy.google.com/~r/gryphin/~3/Fm0k40_Hcwg/</link>
		<comments>http://www.gryphin.be/2010/03/22/links-for-2010-03-22/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 20:03:29 +0000</pubDate>
		<dc:creator>Gryphin</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.gryphin.be/2010/03/22/links-for-2010-03-22/</guid>
		<description><![CDATA[

HOW TO: Update Facebook From Outside Facebook
Life moves pretty fast. Sometimes it moves so fast we just don’t have time to stop and maintain all of our social networks individually. But that’s no reason to leave your Facebook profile barren, because you don’t even have to make it all the way to Facebook to update [...]]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://mashable.com/2009/08/11/how-to-update-facebook/">HOW TO: Update Facebook From Outside Facebook</a></div>
<div class="delicious-extended">Life moves pretty fast. Sometimes it moves so fast we just don’t have time to stop and maintain all of our social networks individually. But that’s no reason to leave your Facebook profile barren, because you don’t even have to make it all the way to Facebook to update your status.</p>
<p>Here are some methods of updating your Facebook profile when on the go or while using some of the other networks and services you already use.</p></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/facebook">facebook</a> <a href="http://delicious.com/Gryphin/howto">howto</a> <a href="http://delicious.com/Gryphin/socialnetworking">socialnetworking</a> <a href="http://delicious.com/Gryphin/tools">tools</a> <a href="http://delicious.com/Gryphin/twitter">twitter</a> <a href="http://delicious.com/Gryphin/web2.0">web2.0</a> <a href="http://delicious.com/Gryphin/apps">apps</a> <a href="http://delicious.com/Gryphin/mashable">mashable</a> <a href="http://delicious.com/Gryphin/guides">guides</a> <a href="http://delicious.com/Gryphin/development">development</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://blog.mattmelvin.com/post/95014081/update-your-facebook-fan-page-status-via-twitter">Update Your Facebook Fan Page Status via Twitter || Matt Melvin</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/facebook">facebook</a> <a href="http://delicious.com/Gryphin/rss">rss</a> <a href="http://delicious.com/Gryphin/social">social</a> <a href="http://delicious.com/Gryphin/tools">tools</a> <a href="http://delicious.com/Gryphin/twitter">twitter</a> <a href="http://delicious.com/Gryphin/pipes">pipes</a> <a href="http://delicious.com/Gryphin/yahoo">yahoo</a> <a href="http://delicious.com/Gryphin/mashable">mashable</a> <a href="http://delicious.com/Gryphin/development">development</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://msdn.microsoft.com/en-us/windows/ee388574.aspx">Facebook SDK Overview</a></div>
<div class="delicious-extended">This toolkit is provided as a Facebook Client Library similar to Facebook&#039;s PHP Client Library or Facebook&#039;s JavaScript library. The goal is to enable .NET developers to quickly and easily leverage the various features of the Facebook Platform. This toolkit has evolved over time with input from the community and from Microsoft. The latest release (v3.0) includes new architectural improvements and provides an asynchronous interface for using the toolkit from Silverlight and from WPF.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/api">api</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/facebook">facebook</a> <a href="http://delicious.com/Gryphin/reference">reference</a> <a href="http://delicious.com/Gryphin/tutorial">tutorial</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://facebook.codeplex.com/wikipage?title=Getting%20Started">.NET Facebook API Client</a></div>
<div class="delicious-extended">By far the easiest way to start using the .NET Facebook API Client is to install the Starter Kit. The Starter Kit will install the Facebook Client binaries as well as a project template for Visual Studio that you can use to quickly get started developing your Facebook application.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/api">api</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/facebook">facebook</a> <a href="http://delicious.com/Gryphin/reference">reference</a> <a href="http://delicious.com/Gryphin/tutorial">tutorial</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.nikhilk.net/FacebookNET.aspx">Nikhil Kothari&#039;s Weblog : Facebook.NET</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/api">api</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/facebook">facebook</a> <a href="http://delicious.com/Gryphin/reference">reference</a> <a href="http://delicious.com/Gryphin/tutorial">tutorial</a> <a href="http://delicious.com/Gryphin/framework">framework</a> <a href="http://delicious.com/Gryphin/opensource">opensource</a> <a href="http://delicious.com/Gryphin/web2.0">web2.0</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://wiki.developers.facebook.com/index.php/Status.set">Status.set - Facebook Developer Wiki</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/api">api</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/facebook">facebook</a> <a href="http://delicious.com/Gryphin/reference">reference</a> <a href="http://delicious.com/Gryphin/tutorial">tutorial</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://devtacular.com/articles/bkonrad/how-to-use-the-facebook-developer-toolkit-20/">How to Use the Facebook Developer Toolkit 2.0 - Devtacular</a></div>
<div class="delicious-extended">The Facebook Developer Toolkit project has just released version 2.0 of their ASP.NET API into the wild, so let&#039;s go over the basics. In this article, we focus on creating an absolutely bare bones FBML application that leverages the API. Enjoy!</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/api">api</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/facebook">facebook</a> <a href="http://delicious.com/Gryphin/reference">reference</a> <a href="http://delicious.com/Gryphin/tutorial">tutorial</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.smashingmagazine.com/2009/03/04/15-useful-twitter-plugins-and-hacks-for-wordpress/">15 Useful Twitter Hacks and Plug-Ins For WordPress - Smashing Magazine</a></div>
<div class="delicious-extended">Since its launch in 2006, Twitter has grown to create what most people would call a social media revolution. By the very nature of the short messages it hosts, Twitter is a wonderful marketing and promotion tool that no serious blogger can ignore.</p>
<p>In this article, we have compiled 15 most useful Twitter plug-ins, hacks and tips for WordPress to help you get the most out of Twitter in your WordPress blog.</p></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/blogging">blogging</a> <a href="http://delicious.com/Gryphin/resources">resources</a> <a href="http://delicious.com/Gryphin/socialnetworking">socialnetworking</a> <a href="http://delicious.com/Gryphin/tips">tips</a> <a href="http://delicious.com/Gryphin/tools">tools</a> <a href="http://delicious.com/Gryphin/twitter">twitter</a> <a href="http://delicious.com/Gryphin/wordpress">wordpress</a> <a href="http://delicious.com/Gryphin/plugins">plugins</a>)</div>
</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/gryphin?a=Fm0k40_Hcwg:EBqPEc-ipq8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/gryphin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=Fm0k40_Hcwg:EBqPEc-ipq8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/gryphin?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=Fm0k40_Hcwg:EBqPEc-ipq8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/gryphin?i=Fm0k40_Hcwg:EBqPEc-ipq8:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.gryphin.be/2010/03/22/links-for-2010-03-22/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gryphin.be/2010/03/22/links-for-2010-03-22/</feedburner:origLink></item>
		<item>
		<title>links for 2010-03-17</title>
		<link>http://feedproxy.google.com/~r/gryphin/~3/DJCay5egb0c/</link>
		<comments>http://www.gryphin.be/2010/03/17/links-for-2010-03-17/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 20:05:54 +0000</pubDate>
		<dc:creator>Gryphin</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.gryphin.be/2010/03/17/links-for-2010-03-17/</guid>
		<description><![CDATA[

The 8th Phase - Karl Seguin - CodeBetter.Com - Stuff you need to Code Better!
(tags: bestpractices tdd testing unittesting tips)


Working with WCF: Part One: Introduction and Your First Service
(tags: asp.net development tutorial reference WCF)


Meta-Me : Custom Data Service Providers
(tags: asp.net data entityframework LINQ tutorial provider)


WCF Data Services
WCF Data Services (formerly known as &#34;ADO.NET Data Services&#34;) [...]]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://codebetter.com/blogs/karlseguin/archive/2010/03/09/the-8th-phase.aspx?utm_source=feedburner">The 8th Phase - Karl Seguin - CodeBetter.Com - Stuff you need to Code Better!</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/bestpractices">bestpractices</a> <a href="http://delicious.com/Gryphin/tdd">tdd</a> <a href="http://delicious.com/Gryphin/testing">testing</a> <a href="http://delicious.com/Gryphin/unittesting">unittesting</a> <a href="http://delicious.com/Gryphin/tips">tips</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://jamescbender.com/bendersblog/archive/2010/03/06/working-with-wcf-part-one-introduction-and-your-first-service.aspx">Working with WCF: Part One: Introduction and Your First Service</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/asp.net">asp.net</a> <a href="http://delicious.com/Gryphin/development">development</a> <a href="http://delicious.com/Gryphin/tutorial">tutorial</a> <a href="http://delicious.com/Gryphin/reference">reference</a> <a href="http://delicious.com/Gryphin/WCF">WCF</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://blogs.msdn.com/alexj/archive/2010/01/07/data-service-providers-getting-started.aspx">Meta-Me : Custom Data Service Providers</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/asp.net">asp.net</a> <a href="http://delicious.com/Gryphin/data">data</a> <a href="http://delicious.com/Gryphin/entityframework">entityframework</a> <a href="http://delicious.com/Gryphin/LINQ">LINQ</a> <a href="http://delicious.com/Gryphin/tutorial">tutorial</a> <a href="http://delicious.com/Gryphin/provider">provider</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://msdn.microsoft.com/en-us/library/cc668792(VS.100).aspx">WCF Data Services</a></div>
<div class="delicious-extended">WCF Data Services (formerly known as &quot;ADO.NET Data Services&quot;) consists of a combination of patterns and libraries that enable you to create and access data services for the Web or an intranet. WCF Data Services exposes data as resources that are addressable by URIs. This enables you to access and change data by using the semantics of representational state transfer (REST), specifically, the standard HTTP verbs of GET, PUT, POST, and DELETE.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/.net">.net</a> <a href="http://delicious.com/Gryphin/ADO.NET">ADO.NET</a> <a href="http://delicious.com/Gryphin/data">data</a> <a href="http://delicious.com/Gryphin/database">database</a> <a href="http://delicious.com/Gryphin/WCF">WCF</a> <a href="http://delicious.com/Gryphin/entityframework">entityframework</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://channel9.msdn.com/learn/courses/VS2010/DataPlatform/ADONetDataServices/">Introduction to ADO.NET Data Services | Data Platform | Visual Studio 2010 and .NET Framework 4 Training Course | Learn | Channel 9</a></div>
<div class="delicious-extended">Through this hands-on lab you will learn how to create a data service using the Entity Framework as its data source, and how to consume the service using both the .NET client APIs and the ASP.NET AJAX APIs. You will also use Service Interceptors to add validation support and Service Operations to perform custom queries. Additionally, you will be introduced to the new Row Count feature, that provides support for determine the total number of entities in a set without retrieving them all.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/Gryphin/ADO.NET">ADO.NET</a> <a href="http://delicious.com/Gryphin/Data">Data</a> <a href="http://delicious.com/Gryphin/Services">Services</a> <a href="http://delicious.com/Gryphin/entityframework">entityframework</a> <a href="http://delicious.com/Gryphin/tutorial">tutorial</a>)</div>
</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/gryphin?a=DJCay5egb0c:2iYN41NxOjc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/gryphin?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=DJCay5egb0c:2iYN41NxOjc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/gryphin?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/gryphin?a=DJCay5egb0c:2iYN41NxOjc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/gryphin?i=DJCay5egb0c:2iYN41NxOjc:D7DqB2pKExk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.gryphin.be/2010/03/17/links-for-2010-03-17/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gryphin.be/2010/03/17/links-for-2010-03-17/</feedburner:origLink></item>
	</channel>
</rss>
