<?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>crea8ivecode</title>
	<atom:link href="http://crea8ivecode.net/weblog/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://crea8ivecode.net/weblog</link>
	<description>trying hard to do programming in simple way</description>
	<lastBuildDate>Thu, 30 May 2013 12:09:53 +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>Generate script from Microsoft SQL Server Management Studio</title>
		<link>http://crea8ivecode.net/weblog/index.php/generate-script-from-microsoft-sql-server-management-studio/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=generate-script-from-microsoft-sql-server-management-studio</link>
		<comments>http://crea8ivecode.net/weblog/index.php/generate-script-from-microsoft-sql-server-management-studio/#comments</comments>
		<pubDate>Thu, 30 May 2013 12:09:53 +0000</pubDate>
		<dc:creator>Sadeque Sharif</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[MS SQL SERVER]]></category>
		<category><![CDATA[MS SQL SERVER 2008]]></category>

		<guid isPermaLink="false">http://crea8ivecode.net/weblog/?p=469</guid>
		<description><![CDATA[<p>From Microsoft SQL Server Management Studio right click on database,&#160; a pop up menu will appear.&#160; From popup menu select tasks &#62; Generate Scripts. A new dialog box called Generate and Publish Scripts window will appear. This window will look like below picture. From this window click on next button. Choose Objects option will appear [...]</p><p>The post <a href="http://crea8ivecode.net/weblog/index.php/generate-script-from-microsoft-sql-server-management-studio/">Generate script from Microsoft SQL Server Management Studio</a> appeared first on <a href="http://crea8ivecode.net/weblog">crea8ivecode</a>.</p>]]></description>
		<wfw:commentRss>http://crea8ivecode.net/weblog/index.php/generate-script-from-microsoft-sql-server-management-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When we need junction table for one to many relationship?</title>
		<link>http://crea8ivecode.net/weblog/index.php/when-we-need-junction-table-for-one-to-many-relationship/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=when-we-need-junction-table-for-one-to-many-relationship</link>
		<comments>http://crea8ivecode.net/weblog/index.php/when-we-need-junction-table-for-one-to-many-relationship/#comments</comments>
		<pubDate>Wed, 05 Dec 2012 05:22:31 +0000</pubDate>
		<dc:creator>Sadeque Sharif</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Database Design]]></category>
		<category><![CDATA[ER Diagram]]></category>
		<category><![CDATA[One to many relationship]]></category>

		<guid isPermaLink="false">http://crea8ivecode.net/weblog/?p=386</guid>
		<description><![CDATA[<p>For one to many relationships we don’t need to use junction table in relational database. As logic says, we can easily make one to many relationship between two tables via primary key and foreign key. Then why junction table for one to many relationship? Obviously there have some reason why we will use junction table [...]</p><p>The post <a href="http://crea8ivecode.net/weblog/index.php/when-we-need-junction-table-for-one-to-many-relationship/">When we need junction table for one to many relationship?</a> appeared first on <a href="http://crea8ivecode.net/weblog">crea8ivecode</a>.</p>]]></description>
		<wfw:commentRss>http://crea8ivecode.net/weblog/index.php/when-we-need-junction-table-for-one-to-many-relationship/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another reason for getting the error &#8220;A network-related or instance-specific error occurred while establishing a connection to SQL Server&#8230;&#8221; in MS SQL Server 2008</title>
		<link>http://crea8ivecode.net/weblog/index.php/another-reason-for-getting-the-error-a-network-related-or-instance-specific-error-occurred-while-establishing-a-connection-to-sql-server-in-ms-sql-server-2008/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=another-reason-for-getting-the-error-a-network-related-or-instance-specific-error-occurred-while-establishing-a-connection-to-sql-server-in-ms-sql-server-2008</link>
		<comments>http://crea8ivecode.net/weblog/index.php/another-reason-for-getting-the-error-a-network-related-or-instance-specific-error-occurred-while-establishing-a-connection-to-sql-server-in-ms-sql-server-2008/#comments</comments>
		<pubDate>Sun, 11 Nov 2012 17:25:25 +0000</pubDate>
		<dc:creator>Sadeque Sharif</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[MS SQL SERVER]]></category>
		<category><![CDATA[MS SQL SERVER 2008]]></category>
		<category><![CDATA[A network-related or instance-specific error occurred while establishing a connection to SQL Server]]></category>
		<category><![CDATA[SQL Server 2008 connection error]]></category>
		<category><![CDATA[SQL Server not connect]]></category>
		<category><![CDATA[SQL Server TCP/IP Connection error]]></category>

		<guid isPermaLink="false">http://crea8ivecode.net/weblog/?p=368</guid>
		<description><![CDATA[<p>Normally the reason behind getting the error – “A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 &#8211; Could [...]</p><p>The post <a href="http://crea8ivecode.net/weblog/index.php/another-reason-for-getting-the-error-a-network-related-or-instance-specific-error-occurred-while-establishing-a-connection-to-sql-server-in-ms-sql-server-2008/">Another reason for getting the error &#8220;A network-related or instance-specific error occurred while establishing a connection to SQL Server&#8230;&#8221; in MS SQL Server 2008</a> appeared first on <a href="http://crea8ivecode.net/weblog">crea8ivecode</a>.</p>]]></description>
		<wfw:commentRss>http://crea8ivecode.net/weblog/index.php/another-reason-for-getting-the-error-a-network-related-or-instance-specific-error-occurred-while-establishing-a-connection-to-sql-server-in-ms-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recursive queries in MS SQL Server 2008</title>
		<link>http://crea8ivecode.net/weblog/index.php/recursive-queries-in-ms-sql-server-2008/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=recursive-queries-in-ms-sql-server-2008</link>
		<comments>http://crea8ivecode.net/weblog/index.php/recursive-queries-in-ms-sql-server-2008/#comments</comments>
		<pubDate>Mon, 05 Nov 2012 19:56:02 +0000</pubDate>
		<dc:creator>Sadeque Sharif</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[MS SQL SERVER]]></category>
		<category><![CDATA[MS SQL SERVER 2008]]></category>
		<category><![CDATA[Recursive queries]]></category>
		<category><![CDATA[Recursive queries ms sql]]></category>

		<guid isPermaLink="false">http://crea8ivecode.net/weblog/?p=359</guid>
		<description><![CDATA[<p>Case 1: In human resource management system each employee is supervised by another employee. To do this I create a table where I assigned one employee with other by following ways. Employee ID Name Supervisor ID 001 Paroar Habib Null 002 Sumon Mazumder 001 003 Kalim Uddin 001 004 Jewel Ahmed 002 Case 2 : [...]</p><p>The post <a href="http://crea8ivecode.net/weblog/index.php/recursive-queries-in-ms-sql-server-2008/">Recursive queries in MS SQL Server 2008</a> appeared first on <a href="http://crea8ivecode.net/weblog">crea8ivecode</a>.</p>]]></description>
		<wfw:commentRss>http://crea8ivecode.net/weblog/index.php/recursive-queries-in-ms-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote validation in MVC3 : simple way to pass the form value from custom view model to controller via Remote Attribute</title>
		<link>http://crea8ivecode.net/weblog/index.php/remote-validation-in-mvc3-simple-way-to-pass-the-form-value-from-custom-view-model-to-controller-via-remote-attribute/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remote-validation-in-mvc3-simple-way-to-pass-the-form-value-from-custom-view-model-to-controller-via-remote-attribute</link>
		<comments>http://crea8ivecode.net/weblog/index.php/remote-validation-in-mvc3-simple-way-to-pass-the-form-value-from-custom-view-model-to-controller-via-remote-attribute/#comments</comments>
		<pubDate>Wed, 20 Jun 2012 11:19:18 +0000</pubDate>
		<dc:creator>Sadeque Sharif</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[MVC 3]]></category>
		<category><![CDATA[custom model validation in MVC3]]></category>
		<category><![CDATA[Remote Attribute in MVC3]]></category>
		<category><![CDATA[Remote validation in MVC3]]></category>

		<guid isPermaLink="false">http://crea8ivecode.net/weblog/?p=323</guid>
		<description><![CDATA[<p>There are so many article on web about the remote validation in MVC3. But I didn’t find the right article to get the perfect solution for my project. I just spend a week  to solve it by my own idea and it works like a charm. You are thinking what&#8217;s the problem as remote validation [...]</p><p>The post <a href="http://crea8ivecode.net/weblog/index.php/remote-validation-in-mvc3-simple-way-to-pass-the-form-value-from-custom-view-model-to-controller-via-remote-attribute/">Remote validation in MVC3 : simple way to pass the form value from custom view model to controller via Remote Attribute</a> appeared first on <a href="http://crea8ivecode.net/weblog">crea8ivecode</a>.</p>]]></description>
		<wfw:commentRss>http://crea8ivecode.net/weblog/index.php/remote-validation-in-mvc3-simple-way-to-pass-the-form-value-from-custom-view-model-to-controller-via-remote-attribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RenderBody, RenderPage and RenderSection methods in MVC 3</title>
		<link>http://crea8ivecode.net/weblog/index.php/renderbody-renderpage-and-rendersection-methods-in-mvc-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=renderbody-renderpage-and-rendersection-methods-in-mvc-3</link>
		<comments>http://crea8ivecode.net/weblog/index.php/renderbody-renderpage-and-rendersection-methods-in-mvc-3/#comments</comments>
		<pubDate>Thu, 10 May 2012 19:55:48 +0000</pubDate>
		<dc:creator>Sadeque Sharif</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Master Child MVC3]]></category>
		<category><![CDATA[RenderBody]]></category>
		<category><![CDATA[RenderBody MVC3]]></category>
		<category><![CDATA[RenderPage]]></category>
		<category><![CDATA[RenderPage MVC3]]></category>
		<category><![CDATA[RenderSection]]></category>
		<category><![CDATA[RenderSection MVC3]]></category>

		<guid isPermaLink="false">http://www.crea8ivecode.net/weblog/?p=247</guid>
		<description><![CDATA[<p>In this article we will learn about the three methods of MVC 3 and those are RenderBody, RenderPage and RenderSection.  We will learn by the following topics: RenderBody What is RenderBody? How RenderBodyworks? RenderBody Example RenderPage What is RenderPage? How RenderPageworks? RenderPage Example RenderSection What is RenderPage? How RenderPageworks? RenderPage Example Now go to in [...]</p><p>The post <a href="http://crea8ivecode.net/weblog/index.php/renderbody-renderpage-and-rendersection-methods-in-mvc-3/">RenderBody, RenderPage and RenderSection methods in MVC 3</a> appeared first on <a href="http://crea8ivecode.net/weblog">crea8ivecode</a>.</p>]]></description>
		<wfw:commentRss>http://crea8ivecode.net/weblog/index.php/renderbody-renderpage-and-rendersection-methods-in-mvc-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy way to track the store procedure error in MS SQL SERVER 2008</title>
		<link>http://crea8ivecode.net/weblog/index.php/easy-way-to-track-the-procedure-error-in-ms-sql-server-2008/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=easy-way-to-track-the-procedure-error-in-ms-sql-server-2008</link>
		<comments>http://crea8ivecode.net/weblog/index.php/easy-way-to-track-the-procedure-error-in-ms-sql-server-2008/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 21:43:00 +0000</pubDate>
		<dc:creator>Sadeque Sharif</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[MS SQL SERVER]]></category>
		<category><![CDATA[MS SQL SERVER 2008]]></category>
		<category><![CDATA[SQL error trace]]></category>
		<category><![CDATA[store procedure error]]></category>

		<guid isPermaLink="false">http://www.crea8ivecode.net/weblog/?p=221</guid>
		<description><![CDATA[<p>You can easily trace all the errors of store procedure in MS SQL SERVER. To do this, first create a table called Error. CREATE TABLE [dbo].[Error]( [iAutoID] [int] IDENTITY(1,1) NOT NULL, [dErrorDate] [datetime] NOT NULL, [vErrorNumber] [nvarchar](max) NULL, [vErrorSeverity] [nvarchar](max) NULL, [vErrorState] [nvarchar](max) NULL, [vErrorProcedure] [nvarchar](max) NULL, [vErrorLine] [nvarchar](max) NULL, [vErrorMessage] [nvarchar](max) NULL ) ON [...]</p><p>The post <a href="http://crea8ivecode.net/weblog/index.php/easy-way-to-track-the-procedure-error-in-ms-sql-server-2008/">Easy way to track the store procedure error in MS SQL SERVER 2008</a> appeared first on <a href="http://crea8ivecode.net/weblog">crea8ivecode</a>.</p>]]></description>
		<wfw:commentRss>http://crea8ivecode.net/weblog/index.php/easy-way-to-track-the-procedure-error-in-ms-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploy MVC2 Application at IIS 5.1 (windows XP)</title>
		<link>http://crea8ivecode.net/weblog/index.php/deploy-mvc2-application-at-iis-5-1-windows-xp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=deploy-mvc2-application-at-iis-5-1-windows-xp</link>
		<comments>http://crea8ivecode.net/weblog/index.php/deploy-mvc2-application-at-iis-5-1-windows-xp/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 20:45:48 +0000</pubDate>
		<dc:creator>Sadeque Sharif</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[MVC 2]]></category>
		<category><![CDATA[MVC Deploy]]></category>
		<category><![CDATA[MVC IIS 5.1]]></category>

		<guid isPermaLink="false">http://www.crea8ivecode.net/weblog/?p=90</guid>
		<description><![CDATA[<p>If you try to deploy the MVC2 application at IIS 5.1 then normally it will not work properly. It could show you the following errors. So what could be the ultimate solution to for this? Just Follow the below instructions and check that it works or not. At first create a virtual directory and publish [...]</p><p>The post <a href="http://crea8ivecode.net/weblog/index.php/deploy-mvc2-application-at-iis-5-1-windows-xp/">Deploy MVC2 Application at IIS 5.1 (windows XP)</a> appeared first on <a href="http://crea8ivecode.net/weblog">crea8ivecode</a>.</p>]]></description>
		<wfw:commentRss>http://crea8ivecode.net/weblog/index.php/deploy-mvc2-application-at-iis-5-1-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code encryption at MVC2</title>
		<link>http://crea8ivecode.net/weblog/index.php/code-encryption-at-mvc2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-encryption-at-mvc2</link>
		<comments>http://crea8ivecode.net/weblog/index.php/code-encryption-at-mvc2/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 18:12:51 +0000</pubDate>
		<dc:creator>Sadeque Sharif</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[MVC 2]]></category>
		<category><![CDATA[Code encryption at MVC]]></category>
		<category><![CDATA[Code encryption at MVC2]]></category>

		<guid isPermaLink="false">http://www.crea8ivecode.net/weblog/?p=74</guid>
		<description><![CDATA[<p>It&#8217;s been on my mind that, to encrypt all the major code of MVC project. Last night I did it. Now its time to share it with you. Lets start. Step 01. Create a new asp.net mvc2 project and named it TestProject. Step 02. Now you need to create a class library project. For that, [...]</p><p>The post <a href="http://crea8ivecode.net/weblog/index.php/code-encryption-at-mvc2/">Code encryption at MVC2</a> appeared first on <a href="http://crea8ivecode.net/weblog">crea8ivecode</a>.</p>]]></description>
		<wfw:commentRss>http://crea8ivecode.net/weblog/index.php/code-encryption-at-mvc2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://crea8ivecode.net/weblog/index.php/hello-world/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hello-world</link>
		<comments>http://crea8ivecode.net/weblog/index.php/hello-world/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 18:13:16 +0000</pubDate>
		<dc:creator>Sadeque Sharif</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.crea8ivecode.net/weblog</guid>
		<description><![CDATA[<p>I have started crea8ivecode site more than 2 years ago. But couldn&#8217;t get enough time to involve myself with this site. Now this time start once again. Basically I am a programmer. I started my carrier with VB6 &#38; SQL Server. After that I learned oracle database &#38; developer. Till now dot net is my [...]</p><p>The post <a href="http://crea8ivecode.net/weblog/index.php/hello-world/">Hello world!</a> appeared first on <a href="http://crea8ivecode.net/weblog">crea8ivecode</a>.</p>]]></description>
		<wfw:commentRss>http://crea8ivecode.net/weblog/index.php/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
