<?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>abaBiaS Inc</title>
	<atom:link href="http://ababias.com/feed" rel="self" type="application/rss+xml" />
	<link>http://ababias.com</link>
	<description>We Get IT Right!</description>
	<lastBuildDate>Wed, 25 Apr 2012 00:50:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Common tools/technologies in web development world</title>
		<link>http://ababias.com/archives/70</link>
		<comments>http://ababias.com/archives/70#comments</comments>
		<pubDate>Thu, 05 Apr 2012 13:54:07 +0000</pubDate>
		<dc:creator>J</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://ababias.com/?p=70</guid>
		<description><![CDATA[Tools/Technologies Nuget:  http://nuget.org/  [Makes it easy to install/upgrade software for Visual Studio] Modernizr: http://modernizr.com/ [Makes it easy to test for HTML5/CSS3/browser features] Knockout http://knockoutjs.com/ [Implementing MVVM in Javascript] JqGrid for MVC: http://www.trirand.net/demoaspnetmvc.aspx  [Fully featured Ajax/JQuery Grid] Web API: http://www.asp.net/web-api [HTTP Services that support &#8230; <a href="http://ababias.com/archives/70">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Tools/Technologies</h3>
<ol>
<li>Nuget:  <a href="http://nuget.org/" target="_new">http://nuget.org/</a>  [Makes it easy to install/upgrade software for Visual Studio]</li>
<li>Modernizr: <a href="http://modernizr.com/" target="_new">http://modernizr.com/</a> [Makes it easy to test for HTML5/CSS3/browser features]</li>
<li>Knockout <a href="http://knockoutjs.com/" target="_new">http://knockoutjs.com/</a> [Implementing MVVM in Javascript]</li>
<li>JqGrid for MVC: <a href="http://www.trirand.net/demoaspnetmvc.aspx" target="_new">http://www.trirand.net/demoaspnetmvc.aspx</a>  [Fully featured Ajax/JQuery Grid]</li>
<li>Web API: <a href="http://www.asp.net/web-api" target="_new">http://www.asp.net/web-api</a> [HTTP Services that support many clients/data formats]</li>
<li>Code mirror: <a href="http://codemirror.net/" target="_new">http://codemirror.net/</a> [Helps developing - code/documentation/tutorials pages]</li>
<li>SignalR: <a href="https://github.com/SignalR/SignalR" target="_new">https://github.com/SignalR/SignalR</a> [real-time,multi-user web apps development]</li>
<li>PageBus: <a href="http://developer.tibco.com/pagebus/default.jsp" target="_new">http://developer.tibco.com/pagebus/default.jsp</a> [Pub/Sub in Javascript -From TIBCO]</li>
<li>Aptana: <a href="http://aptana.com/" target="_new">http://aptana.com/</a> IDE for CSS3/HTML5 development</li>
<li>JSON.NET <a href="http://json.codeplex.com/" target="_new">http://json.codeplex.com/</a> [JSON framework for .NET]</li>
</ol>
<h3>Videos</h3>
<ol>
<li>ASP.NET MVC -Web-API <a href="http://www.viddler.com/v/58195ad7">http://www.viddler.com/v/58195ad7</a></li>
<li></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ababias.com/archives/70/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS 7.5 ASP.NET 4.0 : Implementing application warm up with AlwaysRunning StartMode</title>
		<link>http://ababias.com/archives/64</link>
		<comments>http://ababias.com/archives/64#comments</comments>
		<pubDate>Fri, 24 Feb 2012 03:24:01 +0000</pubDate>
		<dc:creator>J</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://ababias.com/?p=64</guid>
		<description><![CDATA[With ASP.NET 4.0, IIS 7.5 and Windows 2008 R2, we can easily implement application initialization code that gets called right after application pool restart. Following are useful links with all details you need. http://www.asp.net/whitepapers/aspnet4 http://weblogs.asp.net/gunnarpeipman/archive/2010/01/31/asp-net-4-0-how-to-use-application-warm-up-class.aspx &#160;]]></description>
			<content:encoded><![CDATA[<p>With ASP.NET 4.0, IIS 7.5 and Windows 2008 R2, we can easily implement application initialization code that gets called right after application pool restart.</p>
<p>Following are useful links with all details you need. </p>
<p><a target="_new" href="http://www.asp.net/whitepapers/aspnet4">http://www.asp.net/whitepapers/aspnet4</a></p>
<p><a target="_new" href="http://weblogs.asp.net/gunnarpeipman/archive/2010/01/31/asp-net-4-0-how-to-use-application-warm-up-class.aspx">http://weblogs.asp.net/gunnarpeipman/archive/2010/01/31/asp-net-4-0-how-to-use-application-warm-up-class.aspx</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://ababias.com/archives/64/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC 4, JQuery Mobile, HTML5</title>
		<link>http://ababias.com/archives/58</link>
		<comments>http://ababias.com/archives/58#comments</comments>
		<pubDate>Tue, 18 Oct 2011 22:42:33 +0000</pubDate>
		<dc:creator>J</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://ababias.com/?p=58</guid>
		<description><![CDATA[Must to watch video on ASP.NET MVC 4, JQuery Mobile, HTML5: http://channel9.msdn.com/events/BUILD/BUILD2011/TOOL-803T]]></description>
			<content:encoded><![CDATA[<p>Must to watch video on ASP.NET MVC 4, JQuery Mobile, HTML5:</p>
<p><a href="http://channel9.msdn.com/events/BUILD/BUILD2011/TOOL-803T">http://channel9.msdn.com/events/BUILD/BUILD2011/TOOL-803T</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ababias.com/archives/58/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008 and ADO.NET: Passing Collections as a parameter to stored procedure [Using TVP]</title>
		<link>http://ababias.com/archives/52</link>
		<comments>http://ababias.com/archives/52#comments</comments>
		<pubDate>Fri, 07 Oct 2011 01:54:05 +0000</pubDate>
		<dc:creator>J</dc:creator>
				<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>

		<guid isPermaLink="false">http://ababias.com/?p=52</guid>
		<description><![CDATA[You can pass collections as Stored procedure parameter in SQL Server 2008. This is very useful in many scenarios. Following are few options to send: 1. Easiest option is to send DataTable that has same column names as UDT in &#8230; <a href="http://ababias.com/archives/52">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You can pass collections as Stored procedure parameter in SQL Server 2008. This is very useful in many scenarios.</p>
<p><strong>Following are few options to send</strong>:</p>
<p>1. Easiest option is to send DataTable that has same column names as UDT in database</p>
<p>2. With little bit of extra code any custom collections can be passed as TVP [by popluating meta-data and SqlDataRecord collection].</p>
<p><strong>Please see this excellent article for more details</strong>: <a href="http://www.sommarskog.se/arrays-in-sql-2008.html">http://www.sommarskog.se/arrays-in-sql-2008.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ababias.com/archives/52/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 and Visual Studio 2011 &#8211; where to start</title>
		<link>http://ababias.com/archives/50</link>
		<comments>http://ababias.com/archives/50#comments</comments>
		<pubDate>Fri, 07 Oct 2011 01:49:16 +0000</pubDate>
		<dc:creator>J</dc:creator>
				<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://ababias.com/?p=50</guid>
		<description><![CDATA[Following are few useful links: http://www.buildwindows.com/ Below article has good FAQ and some clarity on Windows 8: http://stevesmithblog.com/blog/analyzing-windows-8-and-winrt/ Windows 8 Developer Preview download: http://msdn.microsoft.com/en-us/windows/apps/br229516 Visual Studio 2011 Developer Preview download: http://msdn.microsoft.com/en-US/vstudio/hh127353]]></description>
			<content:encoded><![CDATA[<p>Following are few useful links:<br />
<a href="http://www.buildwindows.com/">http://www.buildwindows.com/</a></p>
<p>Below article has good FAQ and some clarity on Windows 8:<br />
<a href="http://stevesmithblog.com/blog/analyzing-windows-8-and-winrt/">http://stevesmithblog.com/blog/analyzing-windows-8-and-winrt/</a></p>
<p>Windows 8 Developer Preview download: <a href="http://msdn.microsoft.com/en-us/windows/apps/br229516">http://msdn.microsoft.com/en-us/windows/apps/br229516</a></p>
<p>Visual Studio 2011 Developer Preview download: <a href="http://msdn.microsoft.com/en-US/vstudio/hh127353">http://msdn.microsoft.com/en-US/vstudio/hh127353</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ababias.com/archives/50/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight Unit Testing Framework and UI Automation</title>
		<link>http://ababias.com/archives/37</link>
		<comments>http://ababias.com/archives/37#comments</comments>
		<pubDate>Fri, 22 Jul 2011 13:58:19 +0000</pubDate>
		<dc:creator>J</dc:creator>
				<category><![CDATA[Silverlight 4.0]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://ababias.com/?p=37</guid>
		<description><![CDATA[Home page: http://silverlight.codeplex.com/ To know more on this check out: http://www.jeff.wilcox.name/2010/05/silverlight-testing-at-teched-2010/]]></description>
			<content:encoded><![CDATA[<p>Home page: <a target="J" href="http://silverlight.codeplex.com/">http://silverlight.codeplex.com/</a><br />
To know more on this check out: <a target="J" href="http://www.jeff.wilcox.name/2010/05/silverlight-testing-at-teched-2010/">http://www.jeff.wilcox.name/2010/05/silverlight-testing-at-teched-2010/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ababias.com/archives/37/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1Code on CodePlex &#8211; Extremely useful collection of Microsoft .NET code samples</title>
		<link>http://ababias.com/archives/32</link>
		<comments>http://ababias.com/archives/32#comments</comments>
		<pubDate>Fri, 22 Jul 2011 13:08:56 +0000</pubDate>
		<dc:creator>J</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[Introduction]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[Silverlight 4.0]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Windows Forms]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://ababias.com/?p=32</guid>
		<description><![CDATA[Thanks to a friend of mine for sharing these details with me. I downloaded and tried few samples. These samples are extensive, very well documented and simple to follow. Thanks to people behind this: http://1code.codeplex.com]]></description>
			<content:encoded><![CDATA[<p>Thanks to a friend of mine for sharing these details with me. I downloaded and tried few samples. These samples are extensive, very well documented and simple to follow.<br />
Thanks to people behind this: <a target="J" href="http://1code.codeplex.com">http://1code.codeplex.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ababias.com/archives/32/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thanks to WordPress</title>
		<link>http://ababias.com/archives/30</link>
		<comments>http://ababias.com/archives/30#comments</comments>
		<pubDate>Fri, 22 Jul 2011 13:06:50 +0000</pubDate>
		<dc:creator>J</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://ababias.com/?p=30</guid>
		<description><![CDATA[I found WordPress extremely useful and powerful and wanted to dedicate one post for this. Thanks to everyone who contributed in making WordPress a great success. Please visit: http://www.wordpress.org For easy installation on slef-hosting you can try: http://www.bitnami.org You want &#8230; <a href="http://ababias.com/archives/30">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I found WordPress extremely useful and powerful and wanted to dedicate one post for this. Thanks to everyone who contributed in making WordPress a great success.<br />
Please visit: <a target="J" href="http://www.wordpress.org">http://www.wordpress.org</a><br />
For easy installation on slef-hosting you can try: <a target="J" href="http://www.bitnami.org">http://www.bitnami.org</a><br />
You want to learn quickly about WordPress: you can try videos [montly $25 is worth spending] at: <a target="J" href="http://www.lynda.com">http://www.lynda.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ababias.com/archives/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Development using latest Microsoft Technologies</title>
		<link>http://ababias.com/archives/21</link>
		<comments>http://ababias.com/archives/21#comments</comments>
		<pubDate>Fri, 22 Jul 2011 12:52:28 +0000</pubDate>
		<dc:creator>J</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[Introduction]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[Silverlight 4.0]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://ababias.com/?p=21</guid>
		<description><![CDATA[In this article, focus is on web development using recent Microsoft Technologies. My goal is to provide clear practical approach that helps you use these new tools/technologies right away. To be specific I will be covering: Windows Azure, SQL Azure, &#8230; <a href="http://ababias.com/archives/21">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In this article, focus is on web development using recent Microsoft Technologies. My goal is to provide clear practical approach that helps you use these new tools/technologies right away. To be specific I will be covering: Windows Azure, SQL Azure, Azure Queues, ASP.NET MVC2, EF 4.0, VS 2010, Ajax, JQuery/JQueryUI and Silverlight. I will also cover few common trends in web development: Blogs, CSS, debugging tools in browser etc</p>
<p>Read More&#8230;  <a target="J" href="http://www.c-sharpcorner.com/UploadFile/tjayram/1041/">Web Development using Microsoft Technologies</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ababias.com/archives/21/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power of LINQ to XML and LINQ to Objects</title>
		<link>http://ababias.com/archives/19</link>
		<comments>http://ababias.com/archives/19#comments</comments>
		<pubDate>Fri, 22 Jul 2011 12:49:08 +0000</pubDate>
		<dc:creator>J</dc:creator>
				<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Microsoft .NET]]></category>

		<guid isPermaLink="false">http://ababias.com/?p=19</guid>
		<description><![CDATA[This article focuses on working with XML and how to get best out of LINQ to XML and LINQ to Objects. Focus of this article is to you show the power of LINQ to Xml and get you started on &#8230; <a href="http://ababias.com/archives/19">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This article focuses on working with XML and how to get best out of LINQ to XML and LINQ to Objects. Focus of this article is to you show the power of LINQ to Xml and get you started on LINQ with practical examples. We will discuss specific scenario of finding difference between two XML files and applying changes. Instead of creating a tool and end-to-end solution, I preferred to pick up what areas you might hit and how to solve few problems using different techniques.</p>
<p>Read more&#8230; <a target="J" href="http://www.c-sharpcorner.com/UploadFile/tjayram/XMLDiffAndPatchUsingLINQ07262009125026PM/XMLDiffAndPatchUsingLINQ.aspx">LINQ to XML and LINQ to Objects</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ababias.com/archives/19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

