<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>WebNoodles</title><link>http://webnoodles.codeplex.com/project/feeds/rss</link><description>A robust Content Management System and Blog Engine developed using Asp.net MVC3,NHibernate,Autofac.   1.Easy to use Blog Engine   2.Custom Theme Engine &amp;#38; View Engine   3.Dependency Injection using Autofac.   4.ORM using NHibernate   5.Multi Blog support   </description><item><title>Created Issue: Raw Html displayed for item.Description [1]</title><link>http://webnoodles.codeplex.com/workitem/1</link><description>Steps to Reproduce&amp;#58;&lt;br /&gt;1. Create a new post with description as &amp;#34;test post description&amp;#34;&lt;br /&gt;2. View the post &amp;#40;for example, http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;6208&amp;#47;Post&amp;#47;test&amp;#41;&lt;br /&gt;3. the Description displays&amp;#58;&lt;br /&gt;&amp;#60;p&amp;#62;test post description&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;When I debugged and looked at this file&amp;#58;&lt;br /&gt;Webnoodles&amp;#92;NoodlesCms&amp;#92;Views&amp;#92;Post&amp;#92;Details.cshtml&lt;br /&gt;&lt;br /&gt;Line&amp;#58; 10&lt;br /&gt;maybe it might be good to replace&amp;#58;&lt;br /&gt;&amp;#64;item.Description&lt;br /&gt;with&lt;br /&gt;&amp;#64;Html.Raw&amp;#40;HttpUtility.HtmlDecode&amp;#40;item.Description&amp;#41;&amp;#41;&lt;br /&gt;&lt;br /&gt;Thanks for sharing your code&amp;#33;&lt;br /&gt;p.s. I would&amp;#39;ve changed it myself on your sourcecode, but i didn&amp;#39;t know if i&amp;#39;m the only one that ran into this problem.&lt;br /&gt;&lt;br /&gt;Environment&amp;#58;&lt;br /&gt;MVC 4&lt;br /&gt;VS2012&lt;br /&gt;</description><author>dasis</author><pubDate>Thu, 04 Oct 2012 23:37:07 GMT</pubDate><guid isPermaLink="false">Created Issue: Raw Html displayed for item.Description [1] 20121004113707P</guid></item><item><title>New Comment on "Documentation"</title><link>http://webnoodles.codeplex.com/documentation?&amp;ANCHOR#C23954</link><description>Thanks for your feedback buddy.You can contribute to WebNoodles Code Repository if you want.</description><author>hemantb</author><pubDate>Tue, 05 Jun 2012 15:21:32 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20120605032132P</guid></item><item><title>New Comment on "Documentation"</title><link>http://webnoodles.codeplex.com/documentation?&amp;ANCHOR#C23920</link><description>Hi Hemant, &amp;#10;&amp;#10;WebNoodles looks great, thanks for posting this.  In order to get it to run however, I had to two things&amp;#58; &amp;#10;&amp;#10;1&amp;#41; Delete the reference to System.Web.MVC Version 4 in the Noodles.Core project and replace it with System.Web.MVC Version 3.  &amp;#10;&amp;#10;If you don&amp;#39;t replace that .dll you&amp;#39;ll get an error that says &amp;#39;Assembly &amp;#39;Noodles.Core, Version&amp;#61;1.0.0.0 uses &amp;#39;System.Web.Mvc, Version&amp;#61;4.0.0.0 which has a higher version than referenced assembly &amp;#39;System.Web.Mvc, Version&amp;#61;3.0.0.0&amp;#39;&amp;#10;&amp;#10;I replaced it with System.Web.MVC from MVC 3 and it builds just fine. &amp;#10;&amp;#10;2&amp;#41; Replace all database references in .AppConfig and Web.Config to point to .&amp;#92;SQLEXPRESS rather than your local machine. &amp;#10;&amp;#10;Thanks again.</description><author>trumancode</author><pubDate>Sat, 02 Jun 2012 19:58:43 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20120602075843P</guid></item><item><title>Updated Wiki: Home</title><link>http://webnoodles.codeplex.com/wikipage?version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;br&gt;
A simple Content Management System and Blog Engine Framework developed using Asp.net MVC3,NHibernate,Autofac.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A flexible Content Management System and Blog Engine developed using Asp.net&amp;nbsp;MVC3,NHibernate,Autofac.
&lt;/li&gt;&lt;li&gt;Easy to use Blog Engine &lt;/li&gt;&lt;li&gt;Custom Theme Engine &amp;amp; View Engine &lt;/li&gt;&lt;li&gt;Dependency Injection using Autofac. &lt;/li&gt;&lt;li&gt;ORM using NHibernate &lt;/li&gt;&lt;li&gt;Supports Multiple Blog system &lt;/li&gt;&lt;li&gt;Embedded SQL Server Database &lt;/li&gt;&lt;li&gt;Sample Themes provided &lt;/li&gt;&lt;li&gt;Access Admin section using the following URL &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;www.yoururl.com/admin&lt;/p&gt;
&lt;p&gt;Default Login details:&lt;/p&gt;
&lt;p&gt;username: &lt;strong&gt;hemant&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;password:&lt;strong&gt;hemant&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Prerequisites&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Must have Visual Studio 2010 &lt;/li&gt;&lt;li&gt;Must activate SQL Express &lt;/li&gt;&lt;li&gt;Must support .Net 3.5 &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Please Note&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;WebNoodles is not a complete blog or CMS, its a framework for developers to develop blog or cms .&lt;/strong&gt;WebNoodles is still in beta. Comment section in admin is unfinished. This is intentional, I want you to do this part yourself , so that
 you can have a grip over the WebNoodles framework .&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm8.staticflickr.com/7089/7296016618_530f1d1e89.jpg" alt="noodles-front-end" width="500" height="281"&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm8.staticflickr.com/7215/7296015700_fc4084a295.jpg" alt="noodles-admin-home" width="500" height="281"&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hemantb</author><pubDate>Fri, 01 Jun 2012 03:59:44 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120601035944A</guid></item><item><title>Updated Wiki: Home</title><link>http://webnoodles.codeplex.com/wikipage?version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;br&gt;
A simple Content Management System and Blog Engine developed using Asp.net MVC3,NHibernate,Autofac.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A flexible Content Management System and Blog Engine developed using Asp.net&amp;nbsp;MVC3,NHibernate,Autofac.
&lt;/li&gt;&lt;li&gt;Easy to use Blog Engine &lt;/li&gt;&lt;li&gt;Custom Theme Engine &amp;amp; View Engine &lt;/li&gt;&lt;li&gt;Dependency Injection using Autofac. &lt;/li&gt;&lt;li&gt;ORM using NHibernate &lt;/li&gt;&lt;li&gt;Supports Multiple Blog system &lt;/li&gt;&lt;li&gt;Embedded SQL Server Database &lt;/li&gt;&lt;li&gt;Sample Themes provided &lt;/li&gt;&lt;li&gt;Access Admin section using the following URL &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;www.yoururl.com/admin&lt;/p&gt;
&lt;p&gt;Default Login details:&lt;/p&gt;
&lt;p&gt;username: &lt;strong&gt;hemant&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;password:&lt;strong&gt;hemant&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Prerequisites&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Must have Visual Studio 2010 &lt;/li&gt;&lt;li&gt;Must activate SQL Express &lt;/li&gt;&lt;li&gt;Must support .Net 3.5 &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Please Note&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;WebNoodles is still in beta. Comment section in admin is unfinished. This is intentional, I want you to do this part yourself , so that you can have a grip over the WebNoodles framework .&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm8.staticflickr.com/7089/7296016618_530f1d1e89.jpg" alt="noodles-front-end" width="500" height="281"&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm8.staticflickr.com/7215/7296015700_fc4084a295.jpg" alt="noodles-admin-home" width="500" height="281"&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hemantb</author><pubDate>Thu, 31 May 2012 03:33:30 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120531033330A</guid></item><item><title>Updated Wiki: Home</title><link>http://webnoodles.codeplex.com/wikipage?version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;br&gt;
A simple Content Management System and Blog Engine developed using Asp.net MVC3,NHibernate,Autofac.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A flexible Content Management System and Blog Engine developed using Asp.net&amp;nbsp;MVC3,NHibernate,Autofac.
&lt;/li&gt;&lt;li&gt;Easy to use Blog Engine &lt;/li&gt;&lt;li&gt;Custom Theme Engine &amp;amp; View Engine &lt;/li&gt;&lt;li&gt;Dependency Injection using Autofac. &lt;/li&gt;&lt;li&gt;ORM using NHibernate &lt;/li&gt;&lt;li&gt;Supports Multiple Blog system &lt;/li&gt;&lt;li&gt;Embedded SQL Server Database &lt;/li&gt;&lt;li&gt;Sample Themes provided &lt;/li&gt;&lt;li&gt;Access Admin section using the following URL &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;www.yoururl.com/admin&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Prerequisites&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Must have Visual Studio 2010 &lt;/li&gt;&lt;li&gt;Must activate SQL Express &lt;/li&gt;&lt;li&gt;Must support .Net 3.5 &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Please Note&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;WebNoodles is still in beta. Comment section in admin is unfinished. This is intentional, I want you to do this part yourself , so that you can have a grip over the WebNoodles framework .&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm8.staticflickr.com/7089/7296016618_530f1d1e89.jpg" alt="noodles-front-end" width="500" height="281"&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm8.staticflickr.com/7215/7296015700_fc4084a295.jpg" alt="noodles-admin-home" width="500" height="281"&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hemantb</author><pubDate>Wed, 30 May 2012 16:34:19 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120530043419P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://webnoodles.codeplex.com/documentation?version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;1.After downloading the solution.The folder structure of the solution would look like below:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm8.staticflickr.com/7233/7296000110_c932bdb810.jpg" alt="Noodles-VS" width="500" height="281"&gt;&lt;/p&gt;
&lt;p&gt;2.Click on Run.You may face an error if you have not activated SQL Server Express.Go to Services,Click on SQL Server Express and click on start.&lt;/p&gt;
&lt;p&gt;The Home Page.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm8.staticflickr.com/7089/7296016618_530f1d1e89.jpg" alt="noodles-front-end" width="500" height="281"&gt;&lt;/p&gt;
&lt;p&gt;3.Go to yoururl/Admin to access the admin panel.&lt;/p&gt;
&lt;p&gt;for example :http://localhost:6208/Admin/Login&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm8.staticflickr.com/7211/7296017986_f171a5df06.jpg" alt="noodles-login" width="500" height="281"&gt;&lt;/p&gt;
&lt;p&gt;4.The Admin panel:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://farm8.staticflickr.com/7215/7296015700_fc4084a295.jpg" alt="noodles-admin-home" width="500" height="281"&gt;&lt;/p&gt;
&lt;p&gt;N:B: The comment section in the admin panel is not yet completed.This part is left for you.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hemantb</author><pubDate>Tue, 29 May 2012 17:46:34 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120529054634P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://webnoodles.codeplex.com/documentation?version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;1.After downloading the solution.The folder structure of the solution would look like below:&lt;/p&gt;
&lt;p&gt;&lt;a title="Noodles-VS by rickss2012, on Flickr" href="http://www.flickr.com/photos/79608893@N04/7296000110/"&gt;&lt;img src="http://farm8.staticflickr.com/7233/7296000110_c932bdb810.jpg" alt="Noodles-VS" width="500" height="281"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2.Click on Run.You may face an error if you have not activated SQL Server Express.Go to Services,Click on SQL Server Express and click on start.&lt;/p&gt;
&lt;p&gt;The Home Page.&lt;/p&gt;
&lt;p&gt;&lt;a title="noodles-front-end by rickss2012, on Flickr" href="http://www.flickr.com/photos/79608893@N04/7296016618/"&gt;&lt;img src="http://farm8.staticflickr.com/7089/7296016618_530f1d1e89.jpg" alt="noodles-front-end" width="500" height="281"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;3.Go to yoururl/Admin to access the admin panel.&lt;/p&gt;
&lt;p&gt;for example :http://localhost:6208/Admin/Login&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a title="noodles-login by rickss2012, on Flickr" href="http://www.flickr.com/photos/79608893@N04/7296017986/"&gt;&lt;img src="http://farm8.staticflickr.com/7211/7296017986_f171a5df06.jpg" alt="noodles-login" width="500" height="281"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;4.The Admin panel:&lt;/p&gt;
&lt;p&gt;&lt;a title="noodles-admin-home by rickss2012, on Flickr" href="http://www.flickr.com/photos/79608893@N04/7296015700/"&gt;&lt;img src="http://farm8.staticflickr.com/7215/7296015700_fc4084a295.jpg" alt="noodles-admin-home" width="500" height="281"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;N:B: The comment section in the admin panel is not yet completed.This part is left for you.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hemantb</author><pubDate>Tue, 29 May 2012 17:44:53 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120529054453P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://webnoodles.codeplex.com/documentation?version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;1.After downloading the solution.The folder structure of the solution would look like below:&lt;/p&gt;
&lt;p&gt;&lt;a title="Noodles-VS by rickss2012, on Flickr" href="http://www.flickr.com/photos/79608893@N04/7296000110/"&gt;&lt;img src="http://farm8.staticflickr.com/7233/7296000110_c932bdb810.jpg" alt="Noodles-VS" width="500" height="281"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2.Click on Run.You may face an error if you have not activated SQL Server Express.Go to Services,Click on SQL Server Express and click on start.&lt;/p&gt;
&lt;p&gt;The Home Page.&lt;/p&gt;
&lt;p&gt;&lt;a title="noodles-front-end by rickss2012, on Flickr" href="http://www.flickr.com/photos/79608893@N04/7296016618/"&gt;&lt;img src="http://farm8.staticflickr.com/7089/7296016618_530f1d1e89.jpg" alt="noodles-front-end" width="500" height="281"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;3.Go to yoururl/Admin to access the admin panel.&lt;/p&gt;
&lt;p&gt;for example :http://localhost:6208/Admin/Login&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a title="noodles-login by rickss2012, on Flickr" href="http://www.flickr.com/photos/79608893@N04/7296017986/"&gt;&lt;img src="http://farm8.staticflickr.com/7211/7296017986_f171a5df06.jpg" alt="noodles-login" width="500" height="281"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;4.The Admin panel:&lt;/p&gt;
&lt;p&gt;&lt;a title="noodles-admin-home by rickss2012, on Flickr" href="http://www.flickr.com/photos/79608893@N04/7296015700/"&gt;&lt;img src="http://farm8.staticflickr.com/7215/7296015700_fc4084a295.jpg" alt="noodles-admin-home" width="500" height="281"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;N:B: The admin panel is not yet completed.This part is left for you.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hemantb</author><pubDate>Tue, 29 May 2012 17:42:17 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120529054217P</guid></item><item><title>Updated Wiki: Home</title><link>http://webnoodles.codeplex.com/wikipage?version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;br&gt;
A simple Content Management System and Blog Engine developed using Asp.net MVC3,NHibernate,Autofac.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A flexible Content Management System and Blog Engine developed using Asp.net&amp;nbsp;MVC3,NHibernate,Autofac.
&lt;/li&gt;&lt;li&gt;Easy to use Blog Engine &lt;/li&gt;&lt;li&gt;Custom Theme Engine &amp;amp; View Engine &lt;/li&gt;&lt;li&gt;Dependency Injection using Autofac. &lt;/li&gt;&lt;li&gt;ORM using NHibernate &lt;/li&gt;&lt;li&gt;Supports Multiple Blog system &lt;/li&gt;&lt;li&gt;Embedded SQL Server Database &lt;/li&gt;&lt;li&gt;Sample Themes provided &lt;/li&gt;&lt;li&gt;Access Admin section using the following URL &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;www.yoururl.com/admin&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Prerequisites&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Must have Visual Studio 2010 &lt;/li&gt;&lt;li&gt;Must activate SQL Express &lt;/li&gt;&lt;li&gt;Must support .Net 3.5 &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Please Note&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;WebNoodles is still in beta. Comment section in admin is unfinished. This is intentional, I want you to do this part yourself , so that you can have a grip over the WebNoodles framework .&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hemantb</author><pubDate>Sun, 27 May 2012 08:04:42 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120527080442A</guid></item><item><title>Reviewed: WebNoodles (May 27, 2012)</title><link>http://webnoodles.codeplex.com/releases/view/86529#ReviewBy-jamiedawson</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Nice architecture...Great coding standard</description><author>jamiedawson</author><pubDate>Sun, 27 May 2012 07:59:32 GMT</pubDate><guid isPermaLink="false">Reviewed: WebNoodles (May 27, 2012) 20120527075932A</guid></item><item><title>Updated Wiki: Home</title><link>http://webnoodles.codeplex.com/wikipage?version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;br&gt;
A simple Content Management System and Blog Engine developed using Asp.net MVC3,NHibernate,Autofac.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A flexible Content Management System and Blog Engine developed using Asp.net&amp;nbsp;MVC3,NHibernate,Autofac.
&lt;/li&gt;&lt;li&gt;Easy to use Blog Engine &lt;/li&gt;&lt;li&gt;Custom Theme Engine &amp;amp; View Engine &lt;/li&gt;&lt;li&gt;Dependency Injection using Autofac. &lt;/li&gt;&lt;li&gt;ORM using NHibernate &lt;/li&gt;&lt;li&gt;Supports Multiple Blog system &lt;/li&gt;&lt;li&gt;Embedded SQL Server Database &lt;/li&gt;&lt;li&gt;Sample Themes provided &lt;/li&gt;&lt;li&gt;Access Admin section using the following URL &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;www.yoururl.com/admin&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Prerequisites&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Must have Visual Studio 2010 &lt;/li&gt;&lt;li&gt;Must activate SQL Express &lt;/li&gt;&lt;li&gt;Must support .Net 3.5 &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hemantb</author><pubDate>Sun, 27 May 2012 05:52:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120527055238A</guid></item><item><title>Updated Wiki: Home</title><link>http://webnoodles.codeplex.com/wikipage?version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;br&gt;
A simple Content Management System and Blog Engine developed using Asp.net MVC3,NHibernate,Autofac.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A flexible Content Management System and Blog Engine developed using Asp.net&amp;nbsp;MVC3,NHibernate,Autofac.
&lt;/li&gt;&lt;li&gt;Easy to use Blog Engine &lt;/li&gt;&lt;li&gt;Custom Theme Engine &amp;amp; View Engine &lt;/li&gt;&lt;li&gt;Dependency Injection using Autofac. &lt;/li&gt;&lt;li&gt;ORM using NHibernate &lt;/li&gt;&lt;li&gt;Supports Multiple Blog system &lt;/li&gt;&lt;li&gt;Embedded SQL Server Database &lt;/li&gt;&lt;li&gt;Sample Themes provided &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Prerequisites&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Must have Visual Studio 2010 &lt;/li&gt;&lt;li&gt;Must activate SQL Express &lt;/li&gt;&lt;li&gt;Must support .Net 3.5 &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hemantb</author><pubDate>Sun, 27 May 2012 05:51:20 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120527055120A</guid></item><item><title>Source code checked in, #a1475445c371</title><link>http://webnoodles.codeplex.com/SourceControl/changeset/changes/a1475445c371</link><description>First release of noodles&amp;#10;</description><author>Hemant Behera</author><pubDate>Tue, 24 Apr 2012 05:29:43 GMT</pubDate><guid isPermaLink="false">Source code checked in, #a1475445c371 20120424052943A</guid></item><item><title>Source code checked in, #a2750de42e06</title><link>http://webnoodles.codeplex.com/SourceControl/changeset/changes/a2750de42e06</link><description>My first release&amp;#10;</description><author>unknown</author><pubDate>Tue, 24 Apr 2012 05:16:40 GMT</pubDate><guid isPermaLink="false">Source code checked in, #a2750de42e06 20120424051640A</guid></item><item><title>Reviewed: WebNoodles (Apr 23, 2012)</title><link>http://webnoodles.codeplex.com/releases/view/86529#ReviewBy-rickydawson</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Great project..for beginners..Admin panel was a breeze to use &amp;#58;&amp;#41;</description><author>rickydawson</author><pubDate>Mon, 23 Apr 2012 17:57:21 GMT</pubDate><guid isPermaLink="false">Reviewed: WebNoodles (Apr 23, 2012) 20120423055721P</guid></item><item><title>Updated Wiki: Home</title><link>http://webnoodles.codeplex.com/wikipage?version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;br&gt;
A simple Content Management System and Blog Engine developed using Asp.net MVC3,NHibernate,Autofac.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A flexible Content Management System and Blog Engine developed using Asp.net&amp;nbsp;MVC3,NHibernate,Autofac.
&lt;/li&gt;&lt;li&gt;Easy to use Blog Engine &lt;/li&gt;&lt;li&gt;Custom Theme Engine &amp;amp; View Engine &lt;/li&gt;&lt;li&gt;Dependency Injection using Autofac. &lt;/li&gt;&lt;li&gt;ORM using NHibernate &lt;/li&gt;&lt;li&gt;Supports Multiple Blog system &lt;/li&gt;&lt;li&gt;Embedded SQL Server Database &lt;/li&gt;&lt;li&gt;Sample Themes provided &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hemantb</author><pubDate>Mon, 23 Apr 2012 17:41:22 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120423054122P</guid></item><item><title>Updated Wiki: Home</title><link>http://webnoodles.codeplex.com/wikipage?version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;br&gt;
A simple Content Management System and Blog Engine developed using Asp.net MVC3,NHibernate,Autofac.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A flexible Content Management System and Blog Engine developed using Asp.net&amp;nbsp;MVC3,NHibernate,Autofac.
&lt;/li&gt;&lt;li&gt;Easy to use Blog Engine &lt;/li&gt;&lt;li&gt;Custom Theme Engine &amp;amp; View Engine &lt;/li&gt;&lt;li&gt;Dependency Injection using Autofac. &lt;/li&gt;&lt;li&gt;ORM using NHibernate &lt;/li&gt;&lt;li&gt;Supports Multiple Blog system &lt;/li&gt;&lt;li&gt;Embedded SQL Server Database &lt;/li&gt;&lt;li&gt;Sample Themes attahced &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hemantb</author><pubDate>Mon, 23 Apr 2012 17:41:06 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120423054106P</guid></item><item><title>Updated Release: WebNoodles (Apr 23, 2012)</title><link>http://webnoodles.codeplex.com/releases/view/86529</link><description>&lt;div class="wikidoc"&gt;A simple Content Management System and Blog Engine developed using Asp.net MVC3,NHibernate,Autofac.&lt;br /&gt;&lt;br /&gt;WebNoodles concentrates mainly on usability and scalability.&lt;br /&gt;Embedded Database is used to cut costs&lt;br /&gt;Depenedency Injection is achieved using Autofac.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hemantb</author><pubDate>Mon, 23 Apr 2012 17:36:09 GMT</pubDate><guid isPermaLink="false">Updated Release: WebNoodles (Apr 23, 2012) 20120423053609P</guid></item><item><title>Released: WebNoodles (Apr 23, 2012)</title><link>http://webnoodles.codeplex.com/releases/view/86529</link><description>
&lt;div class="wikidoc"&gt;A simple Content Management System and Blog Engine developed using Asp.net MVC3,NHibernate,Autofac.&lt;br&gt;
&lt;br&gt;
WebNoodles concentrates mainly on usability and scalability.&lt;br&gt;
Embedded Database is used to cut costs&lt;br&gt;
Depenedency Injection is achieved using Autofac.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 23 Apr 2012 17:36:09 GMT</pubDate><guid isPermaLink="false">Released: WebNoodles (Apr 23, 2012) 20120423053609P</guid></item></channel></rss>