<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.com.pk/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Khurram Aziz</title><link>http://weblogs.com.pk/khurram/default.aspx</link><description>All In All Its Just Another Brick In The Wall!</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.2)</generator><item><title>Knowing the counts of table entries in SQL Server</title><link>http://weblogs.com.pk/khurram/archive/2013/02/28/testing.aspx</link><pubDate>Thu, 28 Feb 2013 08:54:00 GMT</pubDate><guid isPermaLink="false">a12f9144-cb49-4219-92b3-49202100e145:476807</guid><dc:creator>khurram</dc:creator><slash:comments>0</slash:comments><comments>http://weblogs.com.pk/khurram/comments/476807.aspx</comments><wfw:commentRss>http://weblogs.com.pk/khurram/commentrss.aspx?PostID=476807</wfw:commentRss><wfw:comment>http://weblogs.com.pk/khurram/rsscomments.aspx?PostID=476807</wfw:comment><description>Here's the query to know the counts of the table entries in SQL Server select object_name ( object_id ), row_count from sys . dm_db_partition_stats where index_id &amp;lt; 2 order by row_count desc...(&lt;a href="http://weblogs.com.pk/khurram/archive/2013/02/28/testing.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.com.pk/aggbug.aspx?PostID=476807" width="1" height="1"&gt;</description><category domain="http://weblogs.com.pk/khurram/archive/tags/SQL+Server/default.aspx">SQL Server</category></item><item><title>Simple Accounting Software</title><link>http://weblogs.com.pk/khurram/archive/2011/01/09/simple-accounting-software.aspx</link><pubDate>Sun, 09 Jan 2011 16:46:00 GMT</pubDate><guid isPermaLink="false">a12f9144-cb49-4219-92b3-49202100e145:285261</guid><dc:creator>khurram</dc:creator><slash:comments>0</slash:comments><comments>http://weblogs.com.pk/khurram/comments/285261.aspx</comments><wfw:commentRss>http://weblogs.com.pk/khurram/commentrss.aspx?PostID=285261</wfw:commentRss><wfw:comment>http://weblogs.com.pk/khurram/rsscomments.aspx?PostID=285261</wfw:comment><description>Being in Software Industry; I am often contacted by people who are looking for a “simple accounting software” (or some time simple retail software) and often say they need very simple thing which might need 1 to 2 developer month time of development…Some...(&lt;a href="http://weblogs.com.pk/khurram/archive/2011/01/09/simple-accounting-software.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.com.pk/aggbug.aspx?PostID=285261" width="1" height="1"&gt;</description><category domain="http://weblogs.com.pk/khurram/archive/tags/Software+Engg_2E00_/default.aspx">Software Engg.</category><category domain="http://weblogs.com.pk/khurram/archive/tags/General/default.aspx">General</category></item><item><title>Sharepoint–File Not Found</title><link>http://weblogs.com.pk/khurram/archive/2011/01/09/sharepoint-file-not-found.aspx</link><pubDate>Sun, 09 Jan 2011 16:30:45 GMT</pubDate><guid isPermaLink="false">a12f9144-cb49-4219-92b3-49202100e145:285259</guid><dc:creator>khurram</dc:creator><slash:comments>0</slash:comments><comments>http://weblogs.com.pk/khurram/comments/285259.aspx</comments><wfw:commentRss>http://weblogs.com.pk/khurram/commentrss.aspx?PostID=285259</wfw:commentRss><wfw:comment>http://weblogs.com.pk/khurram/rsscomments.aspx?PostID=285259</wfw:comment><description>If you have created your custom ASPX and getting “File Not Found” exception; here are few possible reasons and solutions Place the assembly (DLL) containing the code behind code into the sharepoint web application’s bin folder. If it resolves the issue...(&lt;a href="http://weblogs.com.pk/khurram/archive/2011/01/09/sharepoint-file-not-found.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.com.pk/aggbug.aspx?PostID=285259" width="1" height="1"&gt;</description><category domain="http://weblogs.com.pk/khurram/archive/tags/Sharepoint/default.aspx">Sharepoint</category></item><item><title>ASP.NET MVC 2 Strongly Typed HTML Helpers</title><link>http://weblogs.com.pk/khurram/archive/2010/04/28/asp-net-mvc-2-strongly-typed-html-helpers.aspx</link><pubDate>Wed, 28 Apr 2010 12:45:27 GMT</pubDate><guid isPermaLink="false">a12f9144-cb49-4219-92b3-49202100e145:241850</guid><dc:creator>khurram</dc:creator><slash:comments>4</slash:comments><comments>http://weblogs.com.pk/khurram/comments/241850.aspx</comments><wfw:commentRss>http://weblogs.com.pk/khurram/commentrss.aspx?PostID=241850</wfw:commentRss><wfw:comment>http://weblogs.com.pk/khurram/rsscomments.aspx?PostID=241850</wfw:comment><description>ASP.NET MVC 2 is released lately, and I was fascinated by the ASP.NET MVC 2’s strongly typed HTML helper; where you can tell the library the field name in compiler friendly fashion like &amp;lt;% Html.TextBoxFor( m =&amp;gt; m.FirstName) %&amp;gt; MVC’s Html helper...(&lt;a href="http://weblogs.com.pk/khurram/archive/2010/04/28/asp-net-mvc-2-strongly-typed-html-helpers.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.com.pk/aggbug.aspx?PostID=241850" width="1" height="1"&gt;</description></item><item><title>Active Directory Application Mode</title><link>http://weblogs.com.pk/khurram/archive/2010/04/18/active-directory-application-mode.aspx</link><pubDate>Sun, 18 Apr 2010 16:18:24 GMT</pubDate><guid isPermaLink="false">a12f9144-cb49-4219-92b3-49202100e145:234618</guid><dc:creator>khurram</dc:creator><slash:comments>0</slash:comments><comments>http://weblogs.com.pk/khurram/comments/234618.aspx</comments><wfw:commentRss>http://weblogs.com.pk/khurram/commentrss.aspx?PostID=234618</wfw:commentRss><wfw:comment>http://weblogs.com.pk/khurram/rsscomments.aspx?PostID=234618</wfw:comment><description>From the Wikipedia Active Directory Application Mode (ADAM) is a light-weight implementation of Active Directory. ADAM is capable of running as a service, on computers running Microsoft Windows Server 2003 or Windows XP Professional. ADAM shares the code...(&lt;a href="http://weblogs.com.pk/khurram/archive/2010/04/18/active-directory-application-mode.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.com.pk/aggbug.aspx?PostID=234618" width="1" height="1"&gt;</description></item><item><title>Why Microsoft Dynamics GP 10 Workflow is Joke?</title><link>http://weblogs.com.pk/khurram/archive/2010/03/08/why-microsoft-dynamics-gp-10-workflow-is-joke.aspx</link><pubDate>Mon, 08 Mar 2010 12:43:00 GMT</pubDate><guid isPermaLink="false">a12f9144-cb49-4219-92b3-49202100e145:220891</guid><dc:creator>khurram</dc:creator><slash:comments>0</slash:comments><comments>http://weblogs.com.pk/khurram/comments/220891.aspx</comments><wfw:commentRss>http://weblogs.com.pk/khurram/commentrss.aspx?PostID=220891</wfw:commentRss><wfw:comment>http://weblogs.com.pk/khurram/rsscomments.aspx?PostID=220891</wfw:comment><description>Most of the things in Microsoft Dynamics GP are Dexterity based; which is a RAD scripting like environment with rich support for Forms, Tables etc; something like PL/SQL. Dynamics GP also supports .NET based clients assemblies that you can load against...(&lt;a href="http://weblogs.com.pk/khurram/archive/2010/03/08/why-microsoft-dynamics-gp-10-workflow-is-joke.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.com.pk/aggbug.aspx?PostID=220891" width="1" height="1"&gt;</description><category domain="http://weblogs.com.pk/khurram/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.com.pk/khurram/archive/tags/Sharepoint/default.aspx">Sharepoint</category><category domain="http://weblogs.com.pk/khurram/archive/tags/Dynamics/default.aspx">Dynamics</category></item><item><title>UserVoice – ASP.NET and Silverlight Teams are listening!</title><link>http://weblogs.com.pk/khurram/archive/2010/02/19/uservoice-asp-net-and-silverlight-teams-are-listening.aspx</link><pubDate>Thu, 18 Feb 2010 19:07:10 GMT</pubDate><guid isPermaLink="false">a12f9144-cb49-4219-92b3-49202100e145:214807</guid><dc:creator>khurram</dc:creator><slash:comments>0</slash:comments><comments>http://weblogs.com.pk/khurram/comments/214807.aspx</comments><wfw:commentRss>http://weblogs.com.pk/khurram/commentrss.aspx?PostID=214807</wfw:commentRss><wfw:comment>http://weblogs.com.pk/khurram/rsscomments.aspx?PostID=214807</wfw:comment><description>I just voted for Multiple web.config Transforms for ASP.NET. What do you think? I just voted for Silverlight on XBOX 360 for Silverlight. What do you think?...(&lt;a href="http://weblogs.com.pk/khurram/archive/2010/02/19/uservoice-asp-net-and-silverlight-teams-are-listening.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.com.pk/aggbug.aspx?PostID=214807" width="1" height="1"&gt;</description><category domain="http://weblogs.com.pk/khurram/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://weblogs.com.pk/khurram/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>Recreate “Show Desktop” icon in Quick Launch</title><link>http://weblogs.com.pk/khurram/archive/2010/02/17/recreate-show-desktop-icon-in-quick-launch.aspx</link><pubDate>Wed, 17 Feb 2010 08:41:07 GMT</pubDate><guid isPermaLink="false">a12f9144-cb49-4219-92b3-49202100e145:213794</guid><dc:creator>khurram</dc:creator><slash:comments>0</slash:comments><comments>http://weblogs.com.pk/khurram/comments/213794.aspx</comments><wfw:commentRss>http://weblogs.com.pk/khurram/commentrss.aspx?PostID=213794</wfw:commentRss><wfw:comment>http://weblogs.com.pk/khurram/rsscomments.aspx?PostID=213794</wfw:comment><description>Simply save the following content using Notepad at %userprofile%\Application Data\Microsoft\Internet Explorer\Quick Launch as a file having extension scf; like Show Desktop.scf; it will not appear right away; you can then enable disable the Quick Launch...(&lt;a href="http://weblogs.com.pk/khurram/archive/2010/02/17/recreate-show-desktop-icon-in-quick-launch.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.com.pk/aggbug.aspx?PostID=213794" width="1" height="1"&gt;</description><category domain="http://weblogs.com.pk/khurram/archive/tags/System+Administration/default.aspx">System Administration</category></item><item><title>Windows Phone 7 - The Real Smart Phones?</title><link>http://weblogs.com.pk/khurram/archive/2010/02/16/windows-phone-7-the-real-smart-phones.aspx</link><pubDate>Tue, 16 Feb 2010 09:11:30 GMT</pubDate><guid isPermaLink="false">a12f9144-cb49-4219-92b3-49202100e145:213168</guid><dc:creator>khurram</dc:creator><slash:comments>2</slash:comments><comments>http://weblogs.com.pk/khurram/comments/213168.aspx</comments><wfw:commentRss>http://weblogs.com.pk/khurram/commentrss.aspx?PostID=213168</wfw:commentRss><wfw:comment>http://weblogs.com.pk/khurram/rsscomments.aspx?PostID=213168</wfw:comment><description>Few weeks back I was in process of choosing my new smart phone. I figured out that iPhone is just a buzz and has become sort of status symbol. Symbian is dying; Nokia is left behind alone and others have moved away to Android. S60v5 is the latest and...(&lt;a href="http://weblogs.com.pk/khurram/archive/2010/02/16/windows-phone-7-the-real-smart-phones.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.com.pk/aggbug.aspx?PostID=213168" width="1" height="1"&gt;</description><category domain="http://weblogs.com.pk/khurram/archive/tags/General/default.aspx">General</category><category domain="http://weblogs.com.pk/khurram/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://weblogs.com.pk/khurram/archive/tags/XNA/default.aspx">XNA</category></item><item><title>Sharepoint and SQL Server Reporting Services</title><link>http://weblogs.com.pk/khurram/archive/2010/01/02/sharepoint-and-sql-server-reporting-services.aspx</link><pubDate>Fri, 01 Jan 2010 20:02:00 GMT</pubDate><guid isPermaLink="false">a12f9144-cb49-4219-92b3-49202100e145:203797</guid><dc:creator>khurram</dc:creator><slash:comments>1</slash:comments><comments>http://weblogs.com.pk/khurram/comments/203797.aspx</comments><wfw:commentRss>http://weblogs.com.pk/khurram/commentrss.aspx?PostID=203797</wfw:commentRss><wfw:comment>http://weblogs.com.pk/khurram/rsscomments.aspx?PostID=203797</wfw:comment><description>SQL Server 2005 Reporting Services SP2 or later can be integrated with Sharepoint. Setting it up is bit tricky. http://msdn.microsoft.com/en-us/library/ee384252.aspx URL is must read to troubleshoot the issues. For me following worked Ensure only Windows...(&lt;a href="http://weblogs.com.pk/khurram/archive/2010/01/02/sharepoint-and-sql-server-reporting-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.com.pk/aggbug.aspx?PostID=203797" width="1" height="1"&gt;</description><category domain="http://weblogs.com.pk/khurram/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://weblogs.com.pk/khurram/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.com.pk/khurram/archive/tags/System+Administration/default.aspx">System Administration</category><category domain="http://weblogs.com.pk/khurram/archive/tags/Sharepoint/default.aspx">Sharepoint</category></item><item><title>VSeWSS – Sharepoint Event Receivers</title><link>http://weblogs.com.pk/khurram/archive/2009/12/14/vsewss-sharepoint-event-receivers.aspx</link><pubDate>Mon, 14 Dec 2009 08:10:00 GMT</pubDate><guid isPermaLink="false">a12f9144-cb49-4219-92b3-49202100e145:200142</guid><dc:creator>khurram</dc:creator><slash:comments>2</slash:comments><comments>http://weblogs.com.pk/khurram/comments/200142.aspx</comments><wfw:commentRss>http://weblogs.com.pk/khurram/commentrss.aspx?PostID=200142</wfw:commentRss><wfw:comment>http://weblogs.com.pk/khurram/rsscomments.aspx?PostID=200142</wfw:comment><description>Coding Event Receivers with Visual Studio Extensions for Windows Sharepoint Services (VSeWSS) is easy; you add it into your project using Add New Item –&amp;gt; Sharepoint / Event Receiver. You dont need to add “EventReceiver” in the name; as it will automatically...(&lt;a href="http://weblogs.com.pk/khurram/archive/2009/12/14/vsewss-sharepoint-event-receivers.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.com.pk/aggbug.aspx?PostID=200142" width="1" height="1"&gt;</description><category domain="http://weblogs.com.pk/khurram/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.com.pk/khurram/archive/tags/Sharepoint/default.aspx">Sharepoint</category></item><item><title>Sharepoint Lists and Visual Studio 2008 Extensions for Windows Sharepoint Services</title><link>http://weblogs.com.pk/khurram/archive/2009/12/12/sharepoint-lists-and-visual-studio-2008-extensions-for-windows-sharepoint-services.aspx</link><pubDate>Sat, 12 Dec 2009 11:02:00 GMT</pubDate><guid isPermaLink="false">a12f9144-cb49-4219-92b3-49202100e145:199728</guid><dc:creator>khurram</dc:creator><slash:comments>1</slash:comments><comments>http://weblogs.com.pk/khurram/comments/199728.aspx</comments><wfw:commentRss>http://weblogs.com.pk/khurram/commentrss.aspx?PostID=199728</wfw:commentRss><wfw:comment>http://weblogs.com.pk/khurram/rsscomments.aspx?PostID=199728</wfw:comment><description>From the BB13 video you must have learned that you can create Sharepoint Custom Lists from Visual Studio is quite easy. The experience over all is not very great; as you have to edit the XML files. The easiest way however is that you create your Custom...(&lt;a href="http://weblogs.com.pk/khurram/archive/2009/12/12/sharepoint-lists-and-visual-studio-2008-extensions-for-windows-sharepoint-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.com.pk/aggbug.aspx?PostID=199728" width="1" height="1"&gt;</description><category domain="http://weblogs.com.pk/khurram/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.com.pk/khurram/archive/tags/Sharepoint/default.aspx">Sharepoint</category></item><item><title>Sharepoint Development with Visual Studio</title><link>http://weblogs.com.pk/khurram/archive/2009/12/10/sharepoint-development-with-visual-studio.aspx</link><pubDate>Thu, 10 Dec 2009 13:50:46 GMT</pubDate><guid isPermaLink="false">a12f9144-cb49-4219-92b3-49202100e145:199374</guid><dc:creator>khurram</dc:creator><slash:comments>2</slash:comments><comments>http://weblogs.com.pk/khurram/comments/199374.aspx</comments><wfw:commentRss>http://weblogs.com.pk/khurram/commentrss.aspx?PostID=199374</wfw:commentRss><wfw:comment>http://weblogs.com.pk/khurram/rsscomments.aspx?PostID=199374</wfw:comment><description>Sorry for not posting regularly lately; I was away busy learning/using/preaching and coaching about Silverlight and Sharepoint. All in all, it was great learning expereince! Sharepoint development is bit tricky to start with. Sharepoint is flexible and...(&lt;a href="http://weblogs.com.pk/khurram/archive/2009/12/10/sharepoint-development-with-visual-studio.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.com.pk/aggbug.aspx?PostID=199374" width="1" height="1"&gt;</description><category domain="http://weblogs.com.pk/khurram/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.com.pk/khurram/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://weblogs.com.pk/khurram/archive/tags/Sharepoint/default.aspx">Sharepoint</category></item><item><title>ASP.NET MVC 2</title><link>http://weblogs.com.pk/khurram/archive/2009/10/28/asp-net-mvc-2.aspx</link><pubDate>Wed, 28 Oct 2009 07:59:37 GMT</pubDate><guid isPermaLink="false">a12f9144-cb49-4219-92b3-49202100e145:193475</guid><dc:creator>khurram</dc:creator><slash:comments>1</slash:comments><comments>http://weblogs.com.pk/khurram/comments/193475.aspx</comments><wfw:commentRss>http://weblogs.com.pk/khurram/commentrss.aspx?PostID=193475</wfw:commentRss><wfw:comment>http://weblogs.com.pk/khurram/rsscomments.aspx?PostID=193475</wfw:comment><description>Visual Studio 2010 Beta 2 is recently made generally available to try and it has ASP.NET MVC2 Preview 2 out of box. In ASP.NET MVC2; there is a breaking change from ASP.NET MVC 1. The ASP.NET MVC ’ built in JSON support will only serve for POST request...(&lt;a href="http://weblogs.com.pk/khurram/archive/2009/10/28/asp-net-mvc-2.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.com.pk/aggbug.aspx?PostID=193475" width="1" height="1"&gt;</description><category domain="http://weblogs.com.pk/khurram/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>.NET 4: Parallel Programming – Cancelling/Exception Handling with Task Parallel Library</title><link>http://weblogs.com.pk/khurram/archive/2009/10/24/net-4-parallel-programming-cancelling-exception-handling-with-task-parallel-library.aspx</link><pubDate>Fri, 23 Oct 2009 20:45:00 GMT</pubDate><guid isPermaLink="false">a12f9144-cb49-4219-92b3-49202100e145:193002</guid><dc:creator>khurram</dc:creator><slash:comments>0</slash:comments><comments>http://weblogs.com.pk/khurram/comments/193002.aspx</comments><wfw:commentRss>http://weblogs.com.pk/khurram/commentrss.aspx?PostID=193002</wfw:commentRss><wfw:comment>http://weblogs.com.pk/khurram/rsscomments.aspx?PostID=193002</wfw:comment><description>There are lot of goodies in .NET 4 for Parallel Programming. There is even a separate dedicated section on it. The following picture from that section explains the four categories of improvement in Framework just for this. I mentioned earlier that previously...(&lt;a href="http://weblogs.com.pk/khurram/archive/2009/10/24/net-4-parallel-programming-cancelling-exception-handling-with-task-parallel-library.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.com.pk/aggbug.aspx?PostID=193002" width="1" height="1"&gt;</description><category domain="http://weblogs.com.pk/khurram/archive/tags/.NET/default.aspx">.NET</category></item></channel></rss>