<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
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/"
> <channel><title>Evilripper Blog &#187; CSharp</title> <atom:link href="http://www.evilripper.net/category/development/csharp/feed/" rel="self" type="application/rss+xml" /><link>http://www.evilripper.net</link> <description>A programmer&#039;s work is never done</description> <lastBuildDate>Tue, 07 Feb 2012 22:16:56 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>Come Scrivere Bytes In Un file C#</title><link>http://www.evilripper.net/2009/04/21/how-to-write-bytes-to-file-ccome-scrivere-bytes-in-un-file-c/</link> <comments>http://www.evilripper.net/2009/04/21/how-to-write-bytes-to-file-ccome-scrivere-bytes-in-un-file-c/#comments</comments> <pubDate>Tue, 21 Apr 2009 19:43:06 +0000</pubDate> <dc:creator>evilripper</dc:creator> <category><![CDATA[CSharp]]></category> <category><![CDATA[development]]></category> <guid
isPermaLink="false">http://www.evilripper.net/?p=217</guid> <description><![CDATA[Molte volte avevo bisogno di scrivere un array di byte in un file, il seguente metodo è più semplice: using (System.IO.Stream s = System.IO.File.Create(@&#34;c:\filename&#34;)) { s.Write(downloadBytes, 0, downloadBytes.Length); } source code: [download#7]]]></description> <wfw:commentRss>http://www.evilripper.net/2009/04/21/how-to-write-bytes-to-file-ccome-scrivere-bytes-in-un-file-c/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>C# Split con una String e non con un Char</title><link>http://www.evilripper.net/2008/09/30/c-split-con-una-string-e-non-con-un-char/</link> <comments>http://www.evilripper.net/2008/09/30/c-split-con-una-string-e-non-con-un-char/#comments</comments> <pubDate>Tue, 30 Sep 2008 17:42:22 +0000</pubDate> <dc:creator>evilripper</dc:creator> <category><![CDATA[CSharp]]></category> <category><![CDATA[development]]></category> <guid
isPermaLink="false">http://www.evilripper.net/?p=58</guid> <description><![CDATA[Non capisco perchè il framework .net non abbia fatto un overload del metodo .Split(Char []) con .Split(string) Ecco una pillola su come splittare per stringa e non per carattere&#8230; string&#91;&#93; mySplit= mystr.Split&#40;new string&#91;&#93; &#123; &#34;&#124;&#124;&#34; &#125;, StringSplitOptions.None&#41;; Se dovessi splittare &#8230; <br
/><a
href="http://www.evilripper.net/2008/09/30/c-split-con-una-string-e-non-con-un-char/">Continua a leggere <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://www.evilripper.net/2008/09/30/c-split-con-una-string-e-non-con-un-char/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Catturare Enter Componente &lt;Asp:Login&gt;</title><link>http://www.evilripper.net/2008/06/19/catturare-enter-componente/</link> <comments>http://www.evilripper.net/2008/06/19/catturare-enter-componente/#comments</comments> <pubDate>Thu, 19 Jun 2008 09:20:26 +0000</pubDate> <dc:creator>evilripper</dc:creator> <category><![CDATA[CSharp]]></category> <category><![CDATA[development]]></category> <category><![CDATA[vb.net]]></category> <guid
isPermaLink="false">http://www.evilripper.net/2008/06/19/catturare-enter-componente/</guid> <description><![CDATA[Aspx ha un sacco di materiale già fatto, tuttavia quando si devono fare delle modifiche comportamentali minime risultano essere difficili o  particolari da implementare&#8230; per esempio mi son ritrovato di catturare l&#8217;evento del tasto enter nel componente di login di &#8230; <br
/><a
href="http://www.evilripper.net/2008/06/19/catturare-enter-componente/">Continua a leggere <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://www.evilripper.net/2008/06/19/catturare-enter-componente/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ajax File Upload Aspx Linguaggio C# Source Code</title><link>http://www.evilripper.net/2008/05/07/ajax-file-upload-aspx-linguaggio-c-source-code/</link> <comments>http://www.evilripper.net/2008/05/07/ajax-file-upload-aspx-linguaggio-c-source-code/#comments</comments> <pubDate>Wed, 07 May 2008 08:35:53 +0000</pubDate> <dc:creator>evilripper</dc:creator> <category><![CDATA[CSharp]]></category> <category><![CDATA[development]]></category> <guid
isPermaLink="false">http://www.evilripper.net/2008/05/07/ajax-file-upload-aspx-linguaggio-c-source-code/</guid> <description><![CDATA[Tempo fa ho avuto l&#8217;esigenza di creare un componente per l&#8217;upload di files senza dover ricaricare la pagina,ovviamente per riuscire a farlo è necessario ricorrere ad ajax. La questione dannosa e&#8217; che ajax attualmente non permette di fare il post &#8230; <br
/><a
href="http://www.evilripper.net/2008/05/07/ajax-file-upload-aspx-linguaggio-c-source-code/">Continua a leggere <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://www.evilripper.net/2008/05/07/ajax-file-upload-aspx-linguaggio-c-source-code/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
