<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>.Net Bangladesh</title>
	<atom:link href="http://dotnetbd.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotnetbd.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Sep 2011 01:00:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dotnetbd.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/d9aab12251d1a0aefef0433462d9197e?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>.Net Bangladesh</title>
		<link>http://dotnetbd.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dotnetbd.wordpress.com/osd.xml" title=".Net Bangladesh" />
	<atom:link rel='hub' href='http://dotnetbd.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Print Job Limit</title>
		<link>http://dotnetbd.wordpress.com/2009/04/29/print-job-limit/</link>
		<comments>http://dotnetbd.wordpress.com/2009/04/29/print-job-limit/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 18:18:03 +0000</pubDate>
		<dc:creator>saifullahazad</dc:creator>
				<category><![CDATA[Free Source Code]]></category>
		<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[C#.Net]]></category>
		<category><![CDATA[Free download]]></category>

		<guid isPermaLink="false">http://dotnetbd.wordpress.com/?p=61</guid>
		<description><![CDATA[Saifullah Al AzadCreate Your Badge Basically the error means that there is too much load on the reporting engine. Starting in v10 (suprised you haven&#8217;t seen this in v10,, or there is more load now), the reporting engine was optimized for greatest report throughput. There are specific reg keys that control this optimization. By default, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetbd.wordpress.com&amp;blog=3546055&amp;post=61&amp;subd=dotnetbd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnetbd.wordpress.com/2009/04/29/print-job-limit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b68e470481b7eef29ffb5733a8b39698?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">AZAD</media:title>
		</media:content>

		<media:content url="http://badge.facebook.com/badge/1176161395.1428.1080461712.png" medium="image" />
	</item>
		<item>
		<title>Printing a Text File</title>
		<link>http://dotnetbd.wordpress.com/2008/09/27/printing-a-text-file/</link>
		<comments>http://dotnetbd.wordpress.com/2008/09/27/printing-a-text-file/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 11:52:23 +0000</pubDate>
		<dc:creator>saifullahazad</dc:creator>
				<category><![CDATA[Free Source Code]]></category>

		<guid isPermaLink="false">http://dotnetbd.wordpress.com/?p=49</guid>
		<description><![CDATA[Saifullah Al Azad Create Your Badge System.IO.StreamReader fileToPrint; System.Drawing.Font printFont; private void printButton_Click(object sender, EventArgs e) { string printPath = System.Environment.GetFolderPath(Environment.SpecialFolder.Desktop); fileToPrint = new System.IO.StreamReader(printPath + @&#8221;\myFile.txt&#8221;); printFont = new System.Drawing.Font(&#8220;Arial&#8221;, 10); printDocument1.Print(); fileToPrint.Close(); } private void printDocument1_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e) { float yPos = 0f; int count = 0; float leftMargin = e.MarginBounds.Left; float [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetbd.wordpress.com&amp;blog=3546055&amp;post=49&amp;subd=dotnetbd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnetbd.wordpress.com/2008/09/27/printing-a-text-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b68e470481b7eef29ffb5733a8b39698?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">AZAD</media:title>
		</media:content>

		<media:content url="http://badge.facebook.com/badge/1176161395.1428.1080461712.png" medium="image" />
	</item>
		<item>
		<title>Detect Windows Clipboard Change</title>
		<link>http://dotnetbd.wordpress.com/2008/08/20/detect-windows-clipboard-change/</link>
		<comments>http://dotnetbd.wordpress.com/2008/08/20/detect-windows-clipboard-change/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 07:42:26 +0000</pubDate>
		<dc:creator>saifullahazad</dc:creator>
				<category><![CDATA[Free Source Code]]></category>

		<guid isPermaLink="false">http://dotnetbd.wordpress.com/?p=46</guid>
		<description><![CDATA[//  Detect Windows Clipboard Change // &#8230; [DllImport("user32.dll")] public static extern int SetClipboardViewer(int hwnd); public Form1() { InitializeComponent(); SetClipboardViewer(this.Handle.ToInt32()); } protected override void WndProc(ref Message m) { base.WndProc(ref m); // chkClipboard isn&#8217;t checked initially // so this prevents MessageBox on Form load: if (m.Msg == 776 &#38;&#38; chkClipboard.Checked) { // Clipboard change! } }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetbd.wordpress.com&amp;blog=3546055&amp;post=46&amp;subd=dotnetbd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnetbd.wordpress.com/2008/08/20/detect-windows-clipboard-change/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b68e470481b7eef29ffb5733a8b39698?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">AZAD</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Monitor a Process</title>
		<link>http://dotnetbd.wordpress.com/2008/08/20/how-to-monitor-a-process/</link>
		<comments>http://dotnetbd.wordpress.com/2008/08/20/how-to-monitor-a-process/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 07:40:09 +0000</pubDate>
		<dc:creator>saifullahazad</dc:creator>
				<category><![CDATA[Free Source Code]]></category>

		<guid isPermaLink="false">http://dotnetbd.wordpress.com/?p=43</guid>
		<description><![CDATA[using System; using System.Windows.Forms; namespace DevDistrict.MachineMonitor { public class Monitor { [STAThread()] public static void Main() { System.Diagnostics.Process[] p = System.Diagnostics.Process.GetProcessesByName(&#8220;Notepad&#8221;); if (p.Length&#60;0) { Console.WriteLine(&#8220;No process&#8221;); return; } if (p[0].HasExited) { Console.WriteLine(&#8220;Process Exited&#8221;); return; } p[0].Exited+=new EventHandler(Startup_Exited); while(!p[0].HasExited) { p[0].WaitForExit(30000); Console.WriteLine(&#8220;checking process health&#8221;); } } private static void Startup_Exited(object sender, EventArgs e) { Console.WriteLine(&#8220;PROCESS EXIT [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetbd.wordpress.com&amp;blog=3546055&amp;post=43&amp;subd=dotnetbd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnetbd.wordpress.com/2008/08/20/how-to-monitor-a-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b68e470481b7eef29ffb5733a8b39698?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">AZAD</media:title>
		</media:content>
	</item>
		<item>
		<title>MP3 Play</title>
		<link>http://dotnetbd.wordpress.com/2008/08/20/mp3-play/</link>
		<comments>http://dotnetbd.wordpress.com/2008/08/20/mp3-play/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 07:38:21 +0000</pubDate>
		<dc:creator>saifullahazad</dc:creator>
				<category><![CDATA[Free Source Code]]></category>

		<guid isPermaLink="false">http://dotnetbd.wordpress.com/?p=41</guid>
		<description><![CDATA[// Play MP3 files public class Player { private string _command; private bool isOpen; [DllImport("winmm.dll")] private static extern long mciSendString(string strCommand,StringBuilder strReturn,int iReturnLength, IntPtr hwndCallback); public Player() { } public void Close() { _command = &#8220;close MediaFile&#8221;; mciSendString(_command, null, 0, IntPtr.Zero); isOpen=false; } public void Open(string sFileName) { _command = &#8220;open \&#8221;" + sFileName + [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetbd.wordpress.com&amp;blog=3546055&amp;post=41&amp;subd=dotnetbd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnetbd.wordpress.com/2008/08/20/mp3-play/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b68e470481b7eef29ffb5733a8b39698?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">AZAD</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Extend&#8221; the thread class in C#</title>
		<link>http://dotnetbd.wordpress.com/2008/08/20/extend-the-thread-class-in-c/</link>
		<comments>http://dotnetbd.wordpress.com/2008/08/20/extend-the-thread-class-in-c/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 07:34:56 +0000</pubDate>
		<dc:creator>saifullahazad</dc:creator>
				<category><![CDATA[Free Source Code]]></category>

		<guid isPermaLink="false">http://dotnetbd.wordpress.com/?p=38</guid>
		<description><![CDATA[// just inherit from the EasyThread class and override the PerformWork method public class EasyThread: IDisposable { Thread WorkerThread; public EasyThread() { if (WorkerThread == null) WorkerThread = new Thread(new ThreadStart(PerformWork)); } public void Run() { if (WorkerThread.IsAlive == false) WorkerThread.Start(); if (WorkerThread.ThreadState == ThreadState.Suspended) WorkerThread.Resume(); } /// &#60;summary&#62; /// EasyThread provides a facade to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetbd.wordpress.com&amp;blog=3546055&amp;post=38&amp;subd=dotnetbd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnetbd.wordpress.com/2008/08/20/extend-the-thread-class-in-c/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b68e470481b7eef29ffb5733a8b39698?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">AZAD</media:title>
		</media:content>
	</item>
		<item>
		<title>Web maintenance from desktop application</title>
		<link>http://dotnetbd.wordpress.com/2008/08/20/web-maintenance-from-desktop-application/</link>
		<comments>http://dotnetbd.wordpress.com/2008/08/20/web-maintenance-from-desktop-application/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 07:31:10 +0000</pubDate>
		<dc:creator>saifullahazad</dc:creator>
				<category><![CDATA[Free Source Code]]></category>

		<guid isPermaLink="false">http://dotnetbd.wordpress.com/?p=34</guid>
		<description><![CDATA[Download webpage from URL and print to console using System; using System.Net; using System.Text; using System.IO; namespace Test { class GetWebPage { public static void Main(string[] args) { for(int i=0;i&#60;args.Length;i++) { HttpWebRequest httpWebRequest = (HttpWebRequest)WebRequest.Create(args[i]); HttpWebResponse httpWebResponse = (HttpWebResponse)httpWebRequest.GetResponse(); Stream stream = httpWebResponse.GetResponseStream(); StreamReader streamReader = new StreamReader(stream, Encoding.ASCII); Console.WriteLine(streamReader.ReadToEnd()); } Console.Read(); } } } [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetbd.wordpress.com&amp;blog=3546055&amp;post=34&amp;subd=dotnetbd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnetbd.wordpress.com/2008/08/20/web-maintenance-from-desktop-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b68e470481b7eef29ffb5733a8b39698?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">AZAD</media:title>
		</media:content>
	</item>
		<item>
		<title>Capture Image</title>
		<link>http://dotnetbd.wordpress.com/2008/08/20/capture-image/</link>
		<comments>http://dotnetbd.wordpress.com/2008/08/20/capture-image/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 07:22:55 +0000</pubDate>
		<dc:creator>saifullahazad</dc:creator>
				<category><![CDATA[Free Source Code]]></category>

		<guid isPermaLink="false">http://dotnetbd.wordpress.com/?p=31</guid>
		<description><![CDATA[// Captcha Image public class CaptchaImage { // Public properties (all read-only). public string Text { get { return this.text; } } public Bitmap Image { get { return this.image; } } public int Width { get { return this.width; } } public int Height { get { return this.height; } } // Internal properties. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetbd.wordpress.com&amp;blog=3546055&amp;post=31&amp;subd=dotnetbd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnetbd.wordpress.com/2008/08/20/capture-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b68e470481b7eef29ffb5733a8b39698?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">AZAD</media:title>
		</media:content>
	</item>
		<item>
		<title>Open a Zip File and Reading it</title>
		<link>http://dotnetbd.wordpress.com/2008/08/20/open-a-zip-file-and-reading-it/</link>
		<comments>http://dotnetbd.wordpress.com/2008/08/20/open-a-zip-file-and-reading-it/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 07:14:58 +0000</pubDate>
		<dc:creator>saifullahazad</dc:creator>
				<category><![CDATA[Free Source Code]]></category>

		<guid isPermaLink="false">http://dotnetbd.wordpress.com/?p=28</guid>
		<description><![CDATA[using System; using System.Collections; using System.IO; using System.Text; using ICSharpCode.SharpZipLib.Zip.Compression.Streams; using ICSharpCode.SharpZipLib.Zip.Compression; namespace ICSharpCode.SharpZipLib.Zip { public class ZipFile : IEnumerable { string     name; string     comment; Stream     baseStream; ZipEntry[] entries; public ZipFile(string name) : this(File.OpenRead(name)) { } public ZipFile(FileStream file) { this.baseStream  = file; this.name = file.Name; ReadEntries(); } public ZipFile(Stream baseStream) { this.baseStream  = baseStream; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetbd.wordpress.com&amp;blog=3546055&amp;post=28&amp;subd=dotnetbd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnetbd.wordpress.com/2008/08/20/open-a-zip-file-and-reading-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b68e470481b7eef29ffb5733a8b39698?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">AZAD</media:title>
		</media:content>
	</item>
		<item>
		<title>Encrypting data from one stream to another and attaching hash of the password</title>
		<link>http://dotnetbd.wordpress.com/2008/08/20/encrypting-data-from-one-stream-to-another-and-attaching-hash-of-the-password/</link>
		<comments>http://dotnetbd.wordpress.com/2008/08/20/encrypting-data-from-one-stream-to-another-and-attaching-hash-of-the-password/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 07:07:04 +0000</pubDate>
		<dc:creator>saifullahazad</dc:creator>
				<category><![CDATA[Free Source Code]]></category>

		<guid isPermaLink="false">http://dotnetbd.wordpress.com/?p=25</guid>
		<description><![CDATA[using System.Security.Cryptography; using System.IO; using System.Data; using System; using System.Collections; using System.ComponentModel; public class PasswordEncryptor { private byte[] _keyBytes; private byte[] _IVBytes; private int _bufferSize=256; private byte[] _hash; public PasswordEncryptor(string password) { byte[] saltValueBytes  = null; PasswordDeriveBytes pdb = new PasswordDeriveBytes(password,saltValueBytes,&#8221;SHA1&#8243;,50); _keyBytes = pdb.GetBytes(32); _IVBytes = pdb.GetBytes(16); HashAlgorithm hasher = SHA256.Create(); _hash = hasher.ComputeHash(System.Text.ASCIIEncoding.ASCII.GetBytes(&#8220;password&#8221;)); } [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetbd.wordpress.com&amp;blog=3546055&amp;post=25&amp;subd=dotnetbd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnetbd.wordpress.com/2008/08/20/encrypting-data-from-one-stream-to-another-and-attaching-hash-of-the-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b68e470481b7eef29ffb5733a8b39698?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">AZAD</media:title>
		</media:content>
	</item>
	</channel>
</rss>
