<?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>Internet solutions team</title>
	<atom:link href="http://www.isolutionteam.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isolutionteam.co.uk</link>
	<description>Write easy solutions, provide easy solutions</description>
	<lastBuildDate>Wed, 20 Mar 2013 10:45:41 +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>Using Moq in Mspec, Test failed with message &#8221; the signature is incorrect&#8221;</title>
		<link>http://www.isolutionteam.co.uk/using-moq-in-mspec-test-failed-with-message-the-signature-is-incorrect/</link>
		<comments>http://www.isolutionteam.co.uk/using-moq-in-mspec-test-failed-with-message-the-signature-is-incorrect/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 16:27:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BDD]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[bdd]]></category>
		<category><![CDATA[behavior drive development]]></category>
		<category><![CDATA[Moq]]></category>
		<category><![CDATA[mspec]]></category>
		<category><![CDATA[the signature is incorrect]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=809</guid>
		<description><![CDATA[I had a shared model layer in my solution.  I had only one web service which was implementing number of interfaces. Among those all operations in the interfaces One of the operation or function signature was using the shared model domain. I  wrote at least 12 tests all were pass but when I wrote test [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/using-moq-in-mspec-test-failed-with-message-the-signature-is-incorrect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BBD &#8211; MVC &#8211; Account  Controller using Dependency Injection/ MSpec/ Moq &#8211; part 1</title>
		<link>http://www.isolutionteam.co.uk/bbd-mvc-account-controller-using-dependency-injection-mspec-moq-part-1/</link>
		<comments>http://www.isolutionteam.co.uk/bbd-mvc-account-controller-using-dependency-injection-mspec-moq-part-1/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 13:40:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[bdd]]></category>
		<category><![CDATA[dependency injection]]></category>
		<category><![CDATA[Moq]]></category>
		<category><![CDATA[mspec]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=785</guid>
		<description><![CDATA[After completing my installation I started playing with MSpec. I googled to see how people are using MSpec and what I can get from MSpec for my project. My First Test was as following: &#91;Subject&#40;typeof&#40;AccountController&#41;&#41;, Tags&#40;&#34;Login&#34;&#41;&#93; public class When_Logging_Into_the_application_with_an_invalid_user_name_or_password : AccountControllerContext &#123; //Arrange private static ViewResult _result; private static LoginModel _model; private static string _loginFailureMessage [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/bbd-mvc-account-controller-using-dependency-injection-mspec-moq-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first day to start Behaviour Driven Development (BDD) with MSpec and MVC.</title>
		<link>http://www.isolutionteam.co.uk/my-first-day-to-start-behaviour-driven-development-bdd-with-mspec-and-mvc/</link>
		<comments>http://www.isolutionteam.co.uk/my-first-day-to-start-behaviour-driven-development-bdd-with-mspec-and-mvc/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 13:32:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.net MVC]]></category>
		<category><![CDATA[BDD]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=783</guid>
		<description><![CDATA[My first day to start Behaviour Driven Development (BDD) with MSpec. After discussion within development we decided to go for Machine.Specifications (or MSpec for short) I used NuGet Package to install MSpec and I searched with word mspec but found nothing then searched with word Machine and found the mspec package (Machine.Specifications). I installed it. [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/my-first-day-to-start-behaviour-driven-development-bdd-with-mspec-and-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asp.net mvc combine url dynamically  c#</title>
		<link>http://www.isolutionteam.co.uk/asp-net-mvc-combine-url-dynamically-c/</link>
		<comments>http://www.isolutionteam.co.uk/asp-net-mvc-combine-url-dynamically-c/#comments</comments>
		<pubDate>Fri, 08 Mar 2013 16:33:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.net MVC]]></category>
		<category><![CDATA[Asp.net mvc combine url dynamically c#]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=778</guid>
		<description><![CDATA[I was working to send a password re-set email to user and wanted to to create a URL dynamically i.e It should be including the http or https and wwww and domain name and application name and then the URL defined by my self. I created as follow which seems very clean way to do [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/asp-net-mvc-combine-url-dynamically-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to change contents of  pages like home page, contact us, about us on nopCommerce open source</title>
		<link>http://www.isolutionteam.co.uk/how-to-change-contents-of-pages-like-home-page-contact-us-about-us-on-nopcommerce-open-source/</link>
		<comments>http://www.isolutionteam.co.uk/how-to-change-contents-of-pages-like-home-page-contact-us-about-us-on-nopcommerce-open-source/#comments</comments>
		<pubDate>Mon, 16 Jul 2012 22:43:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Internet stuff]]></category>
		<category><![CDATA[how to remove featured products]]></category>
		<category><![CDATA[nopcommerce how to change home page contents]]></category>
		<category><![CDATA[nopCommerce open source]]></category>
		<category><![CDATA[nopCommerce v2.6]]></category>
		<category><![CDATA[open source ecommerce]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=768</guid>
		<description><![CDATA[If you have published nopCommerce with sample data and you want to edit existing data for above pages then Go to admin section&#8211;&#62;Content Management &#8211;&#62; Topics. This will show the list of pages click on edit link on the page to edit its contents. &#160; To remove the featured product or change the featured products [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/how-to-change-contents-of-pages-like-home-page-contact-us-about-us-on-nopcommerce-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Publishing or hosting asp.net mvc NOPCommerce website first time</title>
		<link>http://www.isolutionteam.co.uk/publishing-or-hosting-asp-net-mvc-nopcommerce-website-first-time/</link>
		<comments>http://www.isolutionteam.co.uk/publishing-or-hosting-asp-net-mvc-nopcommerce-website-first-time/#comments</comments>
		<pubDate>Sun, 15 Jul 2012 15:36:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Internet stuff]]></category>
		<category><![CDATA[issues with nopCommerce v 2.6 installations]]></category>
		<category><![CDATA[nopCommerce mvc software]]></category>
		<category><![CDATA[open soruce asp.net mvc ecommerce software]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=761</guid>
		<description><![CDATA[No doubt nopCommerce team are doing a great job. I heard about NopCommerce from one of my friend who is working for some company as free lancer. I started google about nopCommerce and found good reviews and comments. I decided to exploer Nopcommerce. I  downloaded nopCommerce version 2.6 form the website . I manage to [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/publishing-or-hosting-asp-net-mvc-nopcommerce-website-first-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jquery Mobile development asp.net mvc 3 page layout</title>
		<link>http://www.isolutionteam.co.uk/jquery-mobile-development-asp-net-mvc-3-page-layout/</link>
		<comments>http://www.isolutionteam.co.uk/jquery-mobile-development-asp-net-mvc-3-page-layout/#comments</comments>
		<pubDate>Fri, 25 May 2012 10:31:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.net MVC]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Jquery Mobile]]></category>
		<category><![CDATA[Example page mvc3 mobile]]></category>
		<category><![CDATA[First page with juery mobile]]></category>
		<category><![CDATA[MVC3 page layout for mobile website]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=753</guid>
		<description><![CDATA[My first step to start developing mvc3 mobile website. I have created a website useing mvc3 . I started writing mobile version of my website. Obviously google was the place to start and alos one of my friend mentioned JQuery mobile to me. After spending some time on how and where to start I found [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/jquery-mobile-development-asp-net-mvc-3-page-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access iFrame element from parent page using jquery</title>
		<link>http://www.isolutionteam.co.uk/access-iframe-element-from-parent-page-using-jquery/</link>
		<comments>http://www.isolutionteam.co.uk/access-iframe-element-from-parent-page-using-jquery/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 15:42:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.net MVC]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Access iFrame element from parent page using jquery]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=747</guid>
		<description><![CDATA[To access an iFrame element from its parent page we can use following JQuery function. $&#40;'#frmiFrameTest'&#41;.contents&#40;&#41;.find&#40;&#34;[id*=element-id]&#34;&#41; frmIframeTest= Iframe Id &#160; element-id = Id of element in iFrame. &#160; &#160; &#160;]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/access-iframe-element-from-parent-page-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apply CSS Style to the parent page based on condition in an IFrame content.</title>
		<link>http://www.isolutionteam.co.uk/apply-css-style-to-the-parent-page-based-on-condition-in-an-iframe-content/</link>
		<comments>http://www.isolutionteam.co.uk/apply-css-style-to-the-parent-page-based-on-condition-in-an-iframe-content/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 16:39:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[ASP.net MVC]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Add css class to parent page]]></category>
		<category><![CDATA[Add css class to parent page item or div based on the condition in iframe page]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=739</guid>
		<description><![CDATA[I was given asn assignment to change theb back ground image of the parent page for a pop up window which as being opened using JQuery color box pluging. The pop up page was being opened in an iFrame (html tag). In Iframe we had a div with the Id and also we had the [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/apply-css-style-to-the-parent-page-based-on-condition-in-an-iframe-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regular expression for UK-Mobile numbers with optional country code and spaces in number</title>
		<link>http://www.isolutionteam.co.uk/regular-expression-for-uk-mobile-numbers-with-optional-country-code-and-spaces-in-number/</link>
		<comments>http://www.isolutionteam.co.uk/regular-expression-for-uk-mobile-numbers-with-optional-country-code-and-spaces-in-number/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 14:29:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[ASP.net MVC]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[Regular expression for UK-Mobile numbers with optional country code and spaces in number]]></category>
		<category><![CDATA[UK mobile phone numbers]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=736</guid>
		<description><![CDATA[Recently I was given a problem that UK Mobile phone numbers with spaces in the number are not being accepted by application as its convenient to write numbers like (+44 0791 452 1234 OR &#8220;0791 452 1234&#8243;) instead  (+447914521234  OR  07914521234) (dummy number used for illustration purpose only). UK mobile numbers are of 11 digit [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/regular-expression-for-uk-mobile-numbers-with-optional-country-code-and-spaces-in-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
