<?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>Hasibul Haque&#039;s Blog</title>
	<atom:link href="http://hasibulhaque.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://hasibulhaque.com</link>
	<description>Sharing thoughts &#38; Learning ....</description>
	<lastBuildDate>Wed, 01 May 2013 17:47:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Cannot ALTER TABLE in MS SQL 2008/SQL2008 R2/SQL2012</title>
		<link>http://hasibulhaque.com/index.php/2013/cannot-alter-table-in-ms-sql/</link>
		<comments>http://hasibulhaque.com/index.php/2013/cannot-alter-table-in-ms-sql/#comments</comments>
		<pubDate>Wed, 01 May 2013 17:45:46 +0000</pubDate>
		<dc:creator>hasibul</dc:creator>
				<category><![CDATA[Error and Solution]]></category>
		<category><![CDATA[MS SQL]]></category>
		<category><![CDATA[Cannot alter table]]></category>

		<guid isPermaLink="false">http://hasibulhaque.com/?p=437</guid>
		<description><![CDATA[<p>Cannot ALTER TABLE in MS SQL After installing ms sql 2008/2012 you may face new problem which may protect you to alter any table. Something like following There is a new option added in SQL Server 2008/2012 for modifying tables while using the Table Designed in Management Studio which will prevent saving any changes to <a href="http://hasibulhaque.com/index.php/2013/cannot-alter-table-in-ms-sql/"> read more <span class="meta-nav">&#187;</span></a></p><p>The post <a href="http://hasibulhaque.com/index.php/2013/cannot-alter-table-in-ms-sql/">Cannot ALTER TABLE in MS SQL 2008/SQL2008 R2/SQL2012</a> appeared first on <a href="http://hasibulhaque.com">Hasibul Haque&#039;s Blog</a>.</p>]]></description>
		<wfw:commentRss>http://hasibulhaque.com/index.php/2013/cannot-alter-table-in-ms-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A curry of Dependency Inversion Principle (DIP), Inversion of Control (IoC), Dependency Injection (DI) and IoC Container</title>
		<link>http://hasibulhaque.com/index.php/2013/a-curry-of-dependency-inversion-principle-dip-inversion-of-control-ioc-dependency-injection-di-and-ioc-container/</link>
		<comments>http://hasibulhaque.com/index.php/2013/a-curry-of-dependency-inversion-principle-dip-inversion-of-control-ioc-dependency-injection-di-and-ioc-container/#comments</comments>
		<pubDate>Thu, 07 Feb 2013 19:12:19 +0000</pubDate>
		<dc:creator>hasibul</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Software Design Patterns]]></category>
		<category><![CDATA[Dependency Injection]]></category>
		<category><![CDATA[DIP]]></category>
		<category><![CDATA[IoC]]></category>
		<category><![CDATA[IoC in C#]]></category>
		<category><![CDATA[Ninject]]></category>

		<guid isPermaLink="false">http://hasibulhaque.com/?p=421</guid>
		<description><![CDATA[<p>A curry of Dependency Inversion Principle (DIP), Inversion of Control (IoC), Dependency Injection (DI) and IoC Container using C#. Dependency injection using C#. Inversion of control using C#. IoC using C#. Download sample &#8211; 77 KB Introduction Background Dependency Inversion Principle (DIP) Let&#8217;s try to understand DIP with some example Problems we will face if <a href="http://hasibulhaque.com/index.php/2013/a-curry-of-dependency-inversion-principle-dip-inversion-of-control-ioc-dependency-injection-di-and-ioc-container/"> read more <span class="meta-nav">&#187;</span></a></p><p>The post <a href="http://hasibulhaque.com/index.php/2013/a-curry-of-dependency-inversion-principle-dip-inversion-of-control-ioc-dependency-injection-di-and-ioc-container/">A curry of Dependency Inversion Principle (DIP), Inversion of Control (IoC), Dependency Injection (DI) and IoC Container</a> appeared first on <a href="http://hasibulhaque.com">Hasibul Haque&#039;s Blog</a>.</p>]]></description>
		<wfw:commentRss>http://hasibulhaque.com/index.php/2013/a-curry-of-dependency-inversion-principle-dip-inversion-of-control-ioc-dependency-injection-di-and-ioc-container/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delegate in C#</title>
		<link>http://hasibulhaque.com/index.php/2012/delegate-in-csharp/</link>
		<comments>http://hasibulhaque.com/index.php/2012/delegate-in-csharp/#comments</comments>
		<pubDate>Mon, 01 Oct 2012 17:59:22 +0000</pubDate>
		<dc:creator>hasibul</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Delegate]]></category>
		<category><![CDATA[Delegate in C#]]></category>

		<guid isPermaLink="false">http://hasibulhaque.com/?p=378</guid>
		<description><![CDATA[<p>Delegate in C# I am not going to write formal definition here because you will find lots of definition of delegate by googling. Most of the time, new developer faces problem with delegate. They think actually what it is and why they use it instead of method. In simple word: What is Delegate? Delegate is <a href="http://hasibulhaque.com/index.php/2012/delegate-in-csharp/"> read more <span class="meta-nav">&#187;</span></a></p><p>The post <a href="http://hasibulhaque.com/index.php/2012/delegate-in-csharp/">Delegate in C#</a> appeared first on <a href="http://hasibulhaque.com">Hasibul Haque&#039;s Blog</a>.</p>]]></description>
		<wfw:commentRss>http://hasibulhaque.com/index.php/2012/delegate-in-csharp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Crystal report shows a blank page in ASP.net</title>
		<link>http://hasibulhaque.com/index.php/2012/crystal-report-shows-a-blank-page/</link>
		<comments>http://hasibulhaque.com/index.php/2012/crystal-report-shows-a-blank-page/#comments</comments>
		<pubDate>Fri, 31 Aug 2012 09:58:33 +0000</pubDate>
		<dc:creator>hasibul</dc:creator>
				<category><![CDATA[Crystal Report]]></category>
		<category><![CDATA[Error and Solution]]></category>
		<category><![CDATA[Crystal report is not displaying]]></category>

		<guid isPermaLink="false">http://hasibulhaque.com/?p=340</guid>
		<description><![CDATA[<p>Sometimes asp.net web page shows blank page although it is consist of Crystal report viewer. Cause of Problem Using client tools (debug window of your browser) or server tool (IIS log) you will find that some files (crv.js , style.css ) are not served; these files are placed by CR installer in wwwroot\aspnet_client folder but they cannot be reached; If you installed your application in a website <a href="http://hasibulhaque.com/index.php/2012/crystal-report-shows-a-blank-page/"> read more <span class="meta-nav">&#187;</span></a></p><p>The post <a href="http://hasibulhaque.com/index.php/2012/crystal-report-shows-a-blank-page/">Crystal report shows a blank page in ASP.net</a> appeared first on <a href="http://hasibulhaque.com">Hasibul Haque&#039;s Blog</a>.</p>]]></description>
		<wfw:commentRss>http://hasibulhaque.com/index.php/2012/crystal-report-shows-a-blank-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating generic method or extension for searching through all the columns in DataTable in C#</title>
		<link>http://hasibulhaque.com/index.php/2012/searching-through-all-the-columns-in-datatable/</link>
		<comments>http://hasibulhaque.com/index.php/2012/searching-through-all-the-columns-in-datatable/#comments</comments>
		<pubDate>Wed, 22 Aug 2012 13:46:11 +0000</pubDate>
		<dc:creator>hasibul</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Data Table]]></category>
		<category><![CDATA[DataTable Filter Extension]]></category>
		<category><![CDATA[DataTable Search Method]]></category>

		<guid isPermaLink="false">http://hasibulhaque.com/?p=328</guid>
		<description><![CDATA[<p>Few days ago I worked on a project where database table has more than 80 columns. My client asked to create a search so that it can search through all the columns. So I have decided to create an extension method which will search through all the columns in DataTable. Creating generic method or extension <a href="http://hasibulhaque.com/index.php/2012/searching-through-all-the-columns-in-datatable/"> read more <span class="meta-nav">&#187;</span></a></p><p>The post <a href="http://hasibulhaque.com/index.php/2012/searching-through-all-the-columns-in-datatable/">Creating generic method or extension for searching through all the columns in DataTable in C#</a> appeared first on <a href="http://hasibulhaque.com">Hasibul Haque&#039;s Blog</a>.</p>]]></description>
		<wfw:commentRss>http://hasibulhaque.com/index.php/2012/searching-through-all-the-columns-in-datatable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Solve If Crystal Report 13 does not show Printing Dialog or Export report dialog.</title>
		<link>http://hasibulhaque.com/index.php/2012/does-not-show-printing-dialog/</link>
		<comments>http://hasibulhaque.com/index.php/2012/does-not-show-printing-dialog/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 06:02:44 +0000</pubDate>
		<dc:creator>hasibul</dc:creator>
				<category><![CDATA[Crystal Report]]></category>
		<category><![CDATA[Error and Solution]]></category>
		<category><![CDATA[Crystal Report next page problem]]></category>
		<category><![CDATA[Crystal Report Printing Problem]]></category>

		<guid isPermaLink="false">http://hasibulhaque.com/?p=311</guid>
		<description><![CDATA[<p>Sometimes it shows that Crystal Report runs properly but its printing dialog, export report dialog doesn&#8217;t work properly and also going next page doesn&#8217;t work. Doesn&#8217;t work means if i press print button it doesn&#8217;t perform any action. How to Solve If Crystal Report 13 does not show Printing Dialog or Export report dialog. Crystal <a href="http://hasibulhaque.com/index.php/2012/does-not-show-printing-dialog/"> read more <span class="meta-nav">&#187;</span></a></p><p>The post <a href="http://hasibulhaque.com/index.php/2012/does-not-show-printing-dialog/">How to Solve If Crystal Report 13 does not show Printing Dialog or Export report dialog.</a> appeared first on <a href="http://hasibulhaque.com">Hasibul Haque&#039;s Blog</a>.</p>]]></description>
		<wfw:commentRss>http://hasibulhaque.com/index.php/2012/does-not-show-printing-dialog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crystal Report Error: BOBJ is undefined</title>
		<link>http://hasibulhaque.com/index.php/2012/bobj-is-undefined/</link>
		<comments>http://hasibulhaque.com/index.php/2012/bobj-is-undefined/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 06:32:47 +0000</pubDate>
		<dc:creator>hasibul</dc:creator>
				<category><![CDATA[Crystal Report]]></category>
		<category><![CDATA[Error and Solution]]></category>
		<category><![CDATA[BOBJ is undefined]]></category>

		<guid isPermaLink="false">http://hasibulhaque.com/?p=309</guid>
		<description><![CDATA[<p>Last day i faced a problem with Crystal Report. It shows BOBJ is undefined. When i run my asp.net application using IE then it shows Java Script Error and the error is &#8220;BOBJ is undefined&#8221;. When i run my application using Fire fox then it doesn&#8217;t shows any crystal report. So here is solution: After <a href="http://hasibulhaque.com/index.php/2012/bobj-is-undefined/"> read more <span class="meta-nav">&#187;</span></a></p><p>The post <a href="http://hasibulhaque.com/index.php/2012/bobj-is-undefined/">Crystal Report Error: BOBJ is undefined</a> appeared first on <a href="http://hasibulhaque.com">Hasibul Haque&#039;s Blog</a>.</p>]]></description>
		<wfw:commentRss>http://hasibulhaque.com/index.php/2012/bobj-is-undefined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Crystal Report in ASP.net MVC and creating generic report viewer</title>
		<link>http://hasibulhaque.com/index.php/2011/crystal-report-asp-net-mvc/</link>
		<comments>http://hasibulhaque.com/index.php/2011/crystal-report-asp-net-mvc/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 09:15:45 +0000</pubDate>
		<dc:creator>hasibul</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[Crystal Report]]></category>
		<category><![CDATA[MVC 3]]></category>
		<category><![CDATA[ASP.net MVC]]></category>
		<category><![CDATA[Crystal Report from MVC]]></category>
		<category><![CDATA[Generic Report Viewer]]></category>

		<guid isPermaLink="false">http://hasibul.net84.net/?p=244</guid>
		<description><![CDATA[<p>Download Project This article describes how to show crystal report in ASP.net MVC. Here I will describe two different ways for showing crystal report in MVC. 1. Showing crystal report using ASP.net web forms in MVC.     A. In same window     B. In different window 2. Showing crystal report from Controller/action (by <a href="http://hasibulhaque.com/index.php/2011/crystal-report-asp-net-mvc/"> read more <span class="meta-nav">&#187;</span></a></p><p>The post <a href="http://hasibulhaque.com/index.php/2011/crystal-report-asp-net-mvc/">Using Crystal Report in ASP.net MVC and creating generic report viewer</a> appeared first on <a href="http://hasibulhaque.com">Hasibul Haque&#039;s Blog</a>.</p>]]></description>
		<wfw:commentRss>http://hasibulhaque.com/index.php/2011/crystal-report-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Different types of SQL Command ( DDL, DML, DCL and TCL) // Difference between DML, DDL and DCL</title>
		<link>http://hasibulhaque.com/index.php/2011/types-sql-command-ddl-dml-dcl-tcl-difference-dml-ddl-dcl/</link>
		<comments>http://hasibulhaque.com/index.php/2011/types-sql-command-ddl-dml-dcl-tcl-difference-dml-ddl-dcl/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 17:15:26 +0000</pubDate>
		<dc:creator>hasibul</dc:creator>
				<category><![CDATA[MS SQL]]></category>
		<category><![CDATA[DCL]]></category>
		<category><![CDATA[DDL]]></category>
		<category><![CDATA[Different types of SQL Command]]></category>
		<category><![CDATA[DML]]></category>

		<guid isPermaLink="false">http://hasibul.net84.net/?p=240</guid>
		<description><![CDATA[<p>DDL Data Definition Language (DDL) statements are used to define the database structure or schema. Some examples: CREATE &#8211; to create objects in the database ALTER &#8211; alters the structure of the database DROP &#8211; delete objects from the database TRUNCATE &#8211; remove all records from a table, including all spaces allocated for the records <a href="http://hasibulhaque.com/index.php/2011/types-sql-command-ddl-dml-dcl-tcl-difference-dml-ddl-dcl/"> read more <span class="meta-nav">&#187;</span></a></p><p>The post <a href="http://hasibulhaque.com/index.php/2011/types-sql-command-ddl-dml-dcl-tcl-difference-dml-ddl-dcl/">Different types of SQL Command ( DDL, DML, DCL and TCL) // Difference between DML, DDL and DCL</a> appeared first on <a href="http://hasibulhaque.com">Hasibul Haque&#039;s Blog</a>.</p>]]></description>
		<wfw:commentRss>http://hasibulhaque.com/index.php/2011/types-sql-command-ddl-dml-dcl-tcl-difference-dml-ddl-dcl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to solve &#8221; Could not load file or assembly &#8216;&#8230;&#8217; or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0&#215;80070057&#8243; Error</title>
		<link>http://hasibulhaque.com/index.php/2011/solve-load-file-assembly-dependencies-parameter-incorrect-exception-hresult-0x80070057-error/</link>
		<comments>http://hasibulhaque.com/index.php/2011/solve-load-file-assembly-dependencies-parameter-incorrect-exception-hresult-0x80070057-error/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 14:09:50 +0000</pubDate>
		<dc:creator>hasibul</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[Error and Solution]]></category>
		<category><![CDATA[Exception from HRESULT: 0x80070057]]></category>

		<guid isPermaLink="false">http://hasibul.net84.net/?p=224</guid>
		<description><![CDATA[<p>Last day I have faced an error when I am compiling my ASP.net MVC application and this is for illegal shutdown of my computer. Here is my Error: &#8221; Could not load file or assembly &#8216;EntityFramework&#8217; or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0&#215;80070057 &#8220; Similar types of Error: &#8220;Could <a href="http://hasibulhaque.com/index.php/2011/solve-load-file-assembly-dependencies-parameter-incorrect-exception-hresult-0x80070057-error/"> read more <span class="meta-nav">&#187;</span></a></p><p>The post <a href="http://hasibulhaque.com/index.php/2011/solve-load-file-assembly-dependencies-parameter-incorrect-exception-hresult-0x80070057-error/">How to solve &#8221; Could not load file or assembly &#8216;&#8230;&#8217; or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0&#215;80070057&#8243; Error</a> appeared first on <a href="http://hasibulhaque.com">Hasibul Haque&#039;s Blog</a>.</p>]]></description>
		<wfw:commentRss>http://hasibulhaque.com/index.php/2011/solve-load-file-assembly-dependencies-parameter-incorrect-exception-hresult-0x80070057-error/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
