<?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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Programming Languages Hacks</title>
	
	<link>http://programminghacks.net</link>
	<description>Importanti regole per linguaggi di programmazione rilevanti come Java, C, C++, C#…</description>
	<lastBuildDate>Sun, 15 Jan 2012 19:54:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ProgrammingLanguagesHacks" /><feedburner:info uri="programminglanguageshacks" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>41.8955</geo:lat><geo:long>12.4823 </geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-sa/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><item>
		<title>Come salvare la buona progettazione da morte certa…</title>
		<link>http://feedproxy.google.com/~r/ProgrammingLanguagesHacks/~3/BfY_a0kUBgY/</link>
		<comments>http://programminghacks.net/2012/01/15/come-salvare-la-buona-progettazione-da-morte-certa/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 19:40:45 +0000</pubDate>
		<dc:creator>Ricibald</dc:creator>
				<category><![CDATA[analysis]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://programminghacks.net/?p=214</guid>
		
			<content:encoded><![CDATA[Ormai è tantissimo che non pubblico più nulla su questo blog, e con un buon motivo&#8230; Ero alla ricerca di me stesso!&#160; Può sembrare uno scherzo, ma limitatamente all aspetto tecnologico è proprio così. Dagli ultimi articoli che ho letto in questo periodo ho approfondito tantissime tecniche di progettazione e implementazione: TDD (Nunit), utilizzabile anche [...]<br/>
<br/>
(Continua...)<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=BfY_a0kUBgY:eh1plMMwW1U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=BfY_a0kUBgY:eh1plMMwW1U:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=BfY_a0kUBgY:eh1plMMwW1U:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?i=BfY_a0kUBgY:eh1plMMwW1U:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=BfY_a0kUBgY:eh1plMMwW1U:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ProgrammingLanguagesHacks/~4/BfY_a0kUBgY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://programminghacks.net/2012/01/15/come-salvare-la-buona-progettazione-da-morte-certa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://programminghacks.net/2012/01/15/come-salvare-la-buona-progettazione-da-morte-certa/</feedburner:origLink></item>
		<item>
		<title>Perché passare da Svn a Git</title>
		<link>http://feedproxy.google.com/~r/ProgrammingLanguagesHacks/~3/MPS1qEcdGMs/</link>
		<comments>http://programminghacks.net/2011/08/30/perche-passare-da-svn-a-git/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 14:37:31 +0000</pubDate>
		<dc:creator>Ricibald</dc:creator>
				<category><![CDATA[.net]]></category>

		<guid isPermaLink="false">http://programminghacks.net/?p=202</guid>
		
			<content:encoded><![CDATA[Come al solito&#8230; articolo condensato per non perdere tempo&#8230;! Perché scegliere Git rispetto agli altri controlli versione come Svn, Cvs, &#8230;? Di seguito un elenco delle cose che Git consente in più rispetto agli altri sistemi: git è distribuito: ogni client non ottiene l&#8217;ultima versione disponibile (come in Svn) ma un clone dell&#8217;intero repository con [...]<br/>
<br/>
(Continua...)<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=MPS1qEcdGMs:ptZSXB_pRzM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=MPS1qEcdGMs:ptZSXB_pRzM:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=MPS1qEcdGMs:ptZSXB_pRzM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?i=MPS1qEcdGMs:ptZSXB_pRzM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=MPS1qEcdGMs:ptZSXB_pRzM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ProgrammingLanguagesHacks/~4/MPS1qEcdGMs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://programminghacks.net/2011/08/30/perche-passare-da-svn-a-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://programminghacks.net/2011/08/30/perche-passare-da-svn-a-git/</feedburner:origLink></item>
		<item>
		<title>Adapt/convert Microsoft Ajax events to JQuery</title>
		<link>http://feedproxy.google.com/~r/ProgrammingLanguagesHacks/~3/-cfCCM5wSOM/</link>
		<comments>http://programminghacks.net/2011/07/22/adaptconvert-microsoft-ajax-events-to-jquery/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 15:08:50 +0000</pubDate>
		<dc:creator>Ricibald</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[dialog]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[trigger]]></category>
		<category><![CDATA[updatepanel]]></category>

		<guid isPermaLink="false">http://programminghacks.net/?p=200</guid>
		
			<content:encoded><![CDATA[It&#8217;s very useful to express everything in JQuery instead of ASP.NET AJAX events system: in this way we can use a lot of useful JQuery controls. To achieve this just add this snippet of javascript code: In this way you can capture standard JQuery event to obtain for example a modal progress feedback both in [...]<br/>
<br/>
(Continua...)<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=-cfCCM5wSOM:S7xW0qZ_9kI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=-cfCCM5wSOM:S7xW0qZ_9kI:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=-cfCCM5wSOM:S7xW0qZ_9kI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?i=-cfCCM5wSOM:S7xW0qZ_9kI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=-cfCCM5wSOM:S7xW0qZ_9kI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ProgrammingLanguagesHacks/~4/-cfCCM5wSOM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://programminghacks.net/2011/07/22/adaptconvert-microsoft-ajax-events-to-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://programminghacks.net/2011/07/22/adaptconvert-microsoft-ajax-events-to-jquery/</feedburner:origLink></item>
		<item>
		<title>iOS NIB Localization in Localizable.strings</title>
		<link>http://feedproxy.google.com/~r/ProgrammingLanguagesHacks/~3/nwKHmmjqCL0/</link>
		<comments>http://programminghacks.net/2011/06/03/ios-nib-localization-in-localizable-strings/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 11:07:29 +0000</pubDate>
		<dc:creator>Ricibald</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[controls]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[label]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[nib]]></category>
		<category><![CDATA[themed]]></category>

		<guid isPermaLink="false">http://programminghacks.net/?p=190</guid>
		
			<content:encoded><![CDATA[Scenario: I want to localize my app AllSync but I was taken by a little frustration. Following this good guide you can see that there are two main way to localize your iOS (iPhone/iPad) app: localize strings using Localizable.strings localize single nib file creating one version for each The second point is very frustrating for [...]<br/>
<br/>
(Continua...)<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=nwKHmmjqCL0:uMo13QyCSBo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=nwKHmmjqCL0:uMo13QyCSBo:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=nwKHmmjqCL0:uMo13QyCSBo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?i=nwKHmmjqCL0:uMo13QyCSBo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=nwKHmmjqCL0:uMo13QyCSBo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ProgrammingLanguagesHacks/~4/nwKHmmjqCL0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://programminghacks.net/2011/06/03/ios-nib-localization-in-localizable-strings/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://programminghacks.net/2011/06/03/ios-nib-localization-in-localizable-strings/</feedburner:origLink></item>
		<item>
		<title>jQuery: HTTP POST with specific &lt;input type=”submit”&gt;</title>
		<link>http://feedproxy.google.com/~r/ProgrammingLanguagesHacks/~3/SS2xn1L5r_A/</link>
		<comments>http://programminghacks.net/2011/04/19/jquery-http-post-with-specific/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 18:22:26 +0000</pubDate>
		<dc:creator>Ricibald</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[postback]]></category>
		<category><![CDATA[submit]]></category>
		<category><![CDATA[type]]></category>

		<guid isPermaLink="false">http://programminghacks.net/?p=177</guid>
		
			<content:encoded><![CDATA[jQuery allows only to do a global form submit using This method doesn&#8217;t allow to do a specific form submit when multiple &#60;input type=&#8221;submit&#8221;&#62; exists, like in many ASP.NET sites, where there are a single form with many buttons. To achieve this and obtain an ASP.NET POSTBACK behavior simply use this snippet of jQuery code [...]<br/>
<br/>
(Continua...)<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=SS2xn1L5r_A:9bmYyL93ctg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=SS2xn1L5r_A:9bmYyL93ctg:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=SS2xn1L5r_A:9bmYyL93ctg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?i=SS2xn1L5r_A:9bmYyL93ctg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=SS2xn1L5r_A:9bmYyL93ctg:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ProgrammingLanguagesHacks/~4/SS2xn1L5r_A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://programminghacks.net/2011/04/19/jquery-http-post-with-specific/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://programminghacks.net/2011/04/19/jquery-http-post-with-specific/</feedburner:origLink></item>
		<item>
		<title>Pattern Flyweight in Pratica: Predisporre un’Applicazione per il Precache</title>
		<link>http://feedproxy.google.com/~r/ProgrammingLanguagesHacks/~3/gRggOLnrFNk/</link>
		<comments>http://programminghacks.net/2010/01/18/pattern-flyweight-in-pratica-precache/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 10:21:10 +0000</pubDate>
		<dc:creator>Ricibald</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[flyweight]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[pattern]]></category>

		<guid isPermaLink="false">http://programminghacks.net/?p=139</guid>
		
			<content:encoded><![CDATA[Il pattern Flyweight consente di riutilizzare gli oggetti in modo da poter evitare allocazioni. Questo risulta utile se: gli oggetti da creare richiedono molta memoria gli oggetti da creare sono molti gli oggetti da creare sono costosi da creare (e distruggere) dal punto di vista computazionale i vincoli impongono un sistema che non abbia cali [...]<br/>
<br/>
(Continua...)<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=gRggOLnrFNk:51cp1Zcblyk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=gRggOLnrFNk:51cp1Zcblyk:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=gRggOLnrFNk:51cp1Zcblyk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?i=gRggOLnrFNk:51cp1Zcblyk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=gRggOLnrFNk:51cp1Zcblyk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ProgrammingLanguagesHacks/~4/gRggOLnrFNk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://programminghacks.net/2010/01/18/pattern-flyweight-in-pratica-precache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://programminghacks.net/2010/01/18/pattern-flyweight-in-pratica-precache/</feedburner:origLink></item>
		<item>
		<title>Weak Delegate: gestire Eventi senza causare Memory Leak</title>
		<link>http://feedproxy.google.com/~r/ProgrammingLanguagesHacks/~3/6FoiknOJ9ac/</link>
		<comments>http://programminghacks.net/2009/12/14/weak-delegate-gestire-eventi-senza-causare-memory-leak/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 09:22:09 +0000</pubDate>
		<dc:creator>Ricibald</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[delegate]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[weak]]></category>
		<category><![CDATA[weakreference]]></category>

		<guid isPermaLink="false">http://programminghacks.net/?p=129</guid>
		
			<content:encoded><![CDATA[Uno dei motivi principali di memory leak è il riferimento circolare tra oggetti, come già osservato nel precedente post. Un&#8217;istanza particolare di questo problema si trova nella gestione degli eventi. Consideriamo questo scenario: la window2 (subscriber) registra il proprio handler all&#8217;evento TextChanged della window1 padre (publisher). Ci aspetteremmo che la window2 venga deallocata quando chiusa [...]<br/>
<br/>
(Continua...)<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=6FoiknOJ9ac:WG-XDL8B7Us:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=6FoiknOJ9ac:WG-XDL8B7Us:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=6FoiknOJ9ac:WG-XDL8B7Us:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?i=6FoiknOJ9ac:WG-XDL8B7Us:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=6FoiknOJ9ac:WG-XDL8B7Us:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ProgrammingLanguagesHacks/~4/6FoiknOJ9ac" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://programminghacks.net/2009/12/14/weak-delegate-gestire-eventi-senza-causare-memory-leak/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://programminghacks.net/2009/12/14/weak-delegate-gestire-eventi-senza-causare-memory-leak/</feedburner:origLink></item>
		<item>
		<title>Memory Leak con Garbage Collection: WeakReference</title>
		<link>http://feedproxy.google.com/~r/ProgrammingLanguagesHacks/~3/cKfGkwKiGEY/</link>
		<comments>http://programminghacks.net/2009/11/27/memory-leak-in-c-o-java-garbage-collection-weakreference/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 09:18:37 +0000</pubDate>
		<dc:creator>Ricibald</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[composite]]></category>
		<category><![CDATA[leak]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[weakreference]]></category>

		<guid isPermaLink="false">http://programminghacks.net/?p=126</guid>
		
			<content:encoded><![CDATA[Come tutti sapete, la GC è una modalità automatica di gestione della memoria tramite cui vengono liberate porzioni non più referenziate. In questo modo il programmatore non si deve più preoccupare di deallocare esplicitamente gli oggetti e si evitano i tipici problemi legati alla gestione della memoria (dangling pointer e memory leak). Se per memory [...]<br/>
<br/>
(Continua...)<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=cKfGkwKiGEY:y8c4tq9zSYQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=cKfGkwKiGEY:y8c4tq9zSYQ:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=cKfGkwKiGEY:y8c4tq9zSYQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?i=cKfGkwKiGEY:y8c4tq9zSYQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=cKfGkwKiGEY:y8c4tq9zSYQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ProgrammingLanguagesHacks/~4/cKfGkwKiGEY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://programminghacks.net/2009/11/27/memory-leak-in-c-o-java-garbage-collection-weakreference/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://programminghacks.net/2009/11/27/memory-leak-in-c-o-java-garbage-collection-weakreference/</feedburner:origLink></item>
		<item>
		<title>How to Maximize Wpf Window only vertically or horizontally</title>
		<link>http://feedproxy.google.com/~r/ProgrammingLanguagesHacks/~3/OoJzbYyMIJ8/</link>
		<comments>http://programminghacks.net/2009/11/05/maximize-wpf-window-only-vertically-or-horizontally/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 12:54:51 +0000</pubDate>
		<dc:creator>Ricibald</dc:creator>
				<category><![CDATA[wpf]]></category>
		<category><![CDATA[dynamicresource]]></category>
		<category><![CDATA[expand]]></category>
		<category><![CDATA[maximize]]></category>
		<category><![CDATA[notify]]></category>

		<guid isPermaLink="false">http://programminghacks.net/?p=119</guid>
		
			<content:encoded><![CDATA[To maximize Wpf Window only vertically or horizontally simply use this snippet code: In this way you can subscribe to notifications of a DynamicResource when you have to convert the value.<br/>
<br/>
(Continua...)<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=OoJzbYyMIJ8:zVoWuGGlGC4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=OoJzbYyMIJ8:zVoWuGGlGC4:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=OoJzbYyMIJ8:zVoWuGGlGC4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?i=OoJzbYyMIJ8:zVoWuGGlGC4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=OoJzbYyMIJ8:zVoWuGGlGC4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ProgrammingLanguagesHacks/~4/OoJzbYyMIJ8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://programminghacks.net/2009/11/05/maximize-wpf-window-only-vertically-or-horizontally/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://programminghacks.net/2009/11/05/maximize-wpf-window-only-vertically-or-horizontally/</feedburner:origLink></item>
		<item>
		<title>Download Snapping / Sticky / Magnetic Windows for WPF</title>
		<link>http://feedproxy.google.com/~r/ProgrammingLanguagesHacks/~3/p7Wh6pL9wg8/</link>
		<comments>http://programminghacks.net/2009/10/19/download-snapping-sticky-magnetic-windows-for-wpf/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 07:50:54 +0000</pubDate>
		<dc:creator>Ricibald</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[magnetic]]></category>
		<category><![CDATA[snapping]]></category>
		<category><![CDATA[sticky]]></category>
		<category><![CDATA[wpf]]></category>

		<guid isPermaLink="false">http://programminghacks.net/?p=115</guid>
		
			<content:encoded><![CDATA[Starting from Sticky Windows on CodeProject (makes your windows snapping like winamp or google talk) I adapted the project developed for standard WinForm in Wpf Application. It works with multiple monitor and with windows vista/7. DOWNLOAD LINK. I adapted the following interface to get the app work with WPF App: Enjoy and please give me [...]<br/>
<br/>
(Continua...)<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=p7Wh6pL9wg8:fn735JxI2nE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=p7Wh6pL9wg8:fn735JxI2nE:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=p7Wh6pL9wg8:fn735JxI2nE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?i=p7Wh6pL9wg8:fn735JxI2nE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?a=p7Wh6pL9wg8:fn735JxI2nE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/ProgrammingLanguagesHacks?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ProgrammingLanguagesHacks/~4/p7Wh6pL9wg8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://programminghacks.net/2009/10/19/download-snapping-sticky-magnetic-windows-for-wpf/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		<feedburner:origLink>http://programminghacks.net/2009/10/19/download-snapping-sticky-magnetic-windows-for-wpf/</feedburner:origLink></item>
	</channel>
</rss>

