<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.com.pk/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Khurram Aziz</title><subtitle type="html">All In All Its Just Another Brick In The Wall!</subtitle><id>http://weblogs.com.pk/khurram/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.com.pk/khurram/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.com.pk/khurram/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.61129.2">Community Server</generator><updated>2009-10-24T01:45:00Z</updated><entry><title>Knowing the counts of table entries in SQL Server</title><link rel="alternate" type="text/html" href="http://weblogs.com.pk/khurram/archive/2013/02/28/testing.aspx" /><id>http://weblogs.com.pk/khurram/archive/2013/02/28/testing.aspx</id><published>2013-02-28T08:54:00Z</published><updated>2013-02-28T08:54:00Z</updated><content type="html">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;</content><author><name>khurram</name><uri>http://weblogs.com.pk/members/khurram.aspx</uri></author><category term="SQL Server" scheme="http://weblogs.com.pk/khurram/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Simple Accounting Software</title><link rel="alternate" type="text/html" href="http://weblogs.com.pk/khurram/archive/2011/01/09/simple-accounting-software.aspx" /><id>http://weblogs.com.pk/khurram/archive/2011/01/09/simple-accounting-software.aspx</id><published>2011-01-09T16:46:00Z</published><updated>2011-01-09T16:46:00Z</updated><content type="html">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 even try this; and then come back after 3-6 months blaming software developers that they could not deliver what they wanted. Problem lies that they are not putting up enough requirements and not defining the scope well enough. For all these people...(&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;</content><author><name>khurram</name><uri>http://weblogs.com.pk/members/khurram.aspx</uri></author><category term="Software Engg." scheme="http://weblogs.com.pk/khurram/archive/tags/Software+Engg_2E00_/default.aspx" /><category term="General" scheme="http://weblogs.com.pk/khurram/archive/tags/General/default.aspx" /></entry><entry><title>Sharepoint–File Not Found</title><link rel="alternate" type="text/html" href="http://weblogs.com.pk/khurram/archive/2011/01/09/sharepoint-file-not-found.aspx" /><id>http://weblogs.com.pk/khurram/archive/2011/01/09/sharepoint-file-not-found.aspx</id><published>2011-01-09T16:30:45Z</published><updated>2011-01-09T16:30:45Z</updated><content type="html">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 but you don’t want to keep the DLL into web application’s bin folder and instead want to have it in Global Assembly Cache (GAC) only then you need to make sure that in the @Page directive you are giving the full name including its public key of your...(&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;</content><author><name>khurram</name><uri>http://weblogs.com.pk/members/khurram.aspx</uri></author><category term="Sharepoint" scheme="http://weblogs.com.pk/khurram/archive/tags/Sharepoint/default.aspx" /></entry><entry><title>ASP.NET MVC 2 Strongly Typed HTML Helpers</title><link rel="alternate" type="text/html" href="http://weblogs.com.pk/khurram/archive/2010/04/28/asp-net-mvc-2-strongly-typed-html-helpers.aspx" /><id>http://weblogs.com.pk/khurram/archive/2010/04/28/asp-net-mvc-2-strongly-typed-html-helpers.aspx</id><published>2010-04-28T12:45:27Z</published><updated>2010-04-28T12:45:27Z</updated><content type="html">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 class magically outputs the correct tag having necessary stuff like id of the textbox based on the field name you have just passed. For MVC its beneficial in a way that when you are editing/creating the ASCX/ASPX file in Visual Studio; Visual Studio...(&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;</content><author><name>khurram</name><uri>http://weblogs.com.pk/members/khurram.aspx</uri></author></entry><entry><title>Active Directory Application Mode</title><link rel="alternate" type="text/html" href="http://weblogs.com.pk/khurram/archive/2010/04/18/active-directory-application-mode.aspx" /><id>http://weblogs.com.pk/khurram/archive/2010/04/18/active-directory-application-mode.aspx</id><published>2010-04-18T16:18:24Z</published><updated>2010-04-18T16:18:24Z</updated><content type="html">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 base with Active Directory and provides the same functionality as Active Directory, including an identical API, but does not require the creation of domains or domain controllers. Like Active Directory, ADAM provides a Data Store, which is a hierarchical...(&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;</content><author><name>khurram</name><uri>http://weblogs.com.pk/members/khurram.aspx</uri></author></entry><entry><title>Why Microsoft Dynamics GP 10 Workflow is Joke?</title><link rel="alternate" type="text/html" href="http://weblogs.com.pk/khurram/archive/2010/03/08/why-microsoft-dynamics-gp-10-workflow-is-joke.aspx" /><id>http://weblogs.com.pk/khurram/archive/2010/03/08/why-microsoft-dynamics-gp-10-workflow-is-joke.aspx</id><published>2010-03-08T12:43:00Z</published><updated>2010-03-08T12:43:00Z</updated><content type="html">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 GP forms; for that you need to create form factories according to the Dynamics GP expectations. You specify these form factories in Dynamics.exe.config file (a typical .NET form app looking config). You create the form, their windows and controls on...(&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;</content><author><name>khurram</name><uri>http://weblogs.com.pk/members/khurram.aspx</uri></author><category term="Visual Studio" scheme="http://weblogs.com.pk/khurram/archive/tags/Visual+Studio/default.aspx" /><category term="Sharepoint" scheme="http://weblogs.com.pk/khurram/archive/tags/Sharepoint/default.aspx" /><category term="Dynamics" scheme="http://weblogs.com.pk/khurram/archive/tags/Dynamics/default.aspx" /></entry><entry><title>UserVoice – ASP.NET and Silverlight Teams are listening!</title><link rel="alternate" type="text/html" href="http://weblogs.com.pk/khurram/archive/2010/02/19/uservoice-asp-net-and-silverlight-teams-are-listening.aspx" /><id>http://weblogs.com.pk/khurram/archive/2010/02/19/uservoice-asp-net-and-silverlight-teams-are-listening.aspx</id><published>2010-02-18T19:07:10Z</published><updated>2010-02-18T19:07:10Z</updated><content type="html">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;</content><author><name>khurram</name><uri>http://weblogs.com.pk/members/khurram.aspx</uri></author><category term="Silverlight" scheme="http://weblogs.com.pk/khurram/archive/tags/Silverlight/default.aspx" /><category term="ASP.NET" scheme="http://weblogs.com.pk/khurram/archive/tags/ASP.NET/default.aspx" /></entry><entry><title>Recreate “Show Desktop” icon in Quick Launch</title><link rel="alternate" type="text/html" href="http://weblogs.com.pk/khurram/archive/2010/02/17/recreate-show-desktop-icon-in-quick-launch.aspx" /><id>http://weblogs.com.pk/khurram/archive/2010/02/17/recreate-show-desktop-icon-in-quick-launch.aspx</id><published>2010-02-17T08:41:07Z</published><updated>2010-02-17T08:41:07Z</updated><content type="html">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 toolbar to force it to reload the icons! [Shell] Command=2 IconFile=explorer.exe,3 [Taskbar] Command=ToggleDesktop...(&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;</content><author><name>khurram</name><uri>http://weblogs.com.pk/members/khurram.aspx</uri></author><category term="System Administration" scheme="http://weblogs.com.pk/khurram/archive/tags/System+Administration/default.aspx" /></entry><entry><title>Windows Phone 7 - The Real Smart Phones?</title><link rel="alternate" type="text/html" href="http://weblogs.com.pk/khurram/archive/2010/02/16/windows-phone-7-the-real-smart-phones.aspx" /><id>http://weblogs.com.pk/khurram/archive/2010/02/16/windows-phone-7-the-real-smart-phones.aspx</id><published>2010-02-16T09:11:30Z</published><updated>2010-02-16T09:11:30Z</updated><content type="html">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 I guess the last release as Nokia is positioning to use Maemo (Linux underneath) for its next smart phones. Nokia’s N900; the first Maemo powered Smart Phone is still expensive and not very good as a phone (my opinion). Android looks promising..but I...(&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;</content><author><name>khurram</name><uri>http://weblogs.com.pk/members/khurram.aspx</uri></author><category term="General" scheme="http://weblogs.com.pk/khurram/archive/tags/General/default.aspx" /><category term="Silverlight" scheme="http://weblogs.com.pk/khurram/archive/tags/Silverlight/default.aspx" /><category term="XNA" scheme="http://weblogs.com.pk/khurram/archive/tags/XNA/default.aspx" /></entry><entry><title>Sharepoint and SQL Server Reporting Services</title><link rel="alternate" type="text/html" href="http://weblogs.com.pk/khurram/archive/2010/01/02/sharepoint-and-sql-server-reporting-services.aspx" /><id>http://weblogs.com.pk/khurram/archive/2010/01/02/sharepoint-and-sql-server-reporting-services.aspx</id><published>2010-01-01T20:02:00Z</published><updated>2010-01-01T20:02:00Z</updated><content type="html">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 Integrated Authentication is checked on http://server/ReportServer DisableLoopBackCheck using http://support.microsoft.com/kb/896861 Use Windows Authentication in SQL Server Reporting Services Integration option of Central Administration Make sure...(&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;</content><author><name>khurram</name><uri>http://weblogs.com.pk/members/khurram.aspx</uri></author><category term="SQL Server" scheme="http://weblogs.com.pk/khurram/archive/tags/SQL+Server/default.aspx" /><category term="Visual Studio" scheme="http://weblogs.com.pk/khurram/archive/tags/Visual+Studio/default.aspx" /><category term="System Administration" scheme="http://weblogs.com.pk/khurram/archive/tags/System+Administration/default.aspx" /><category term="Sharepoint" scheme="http://weblogs.com.pk/khurram/archive/tags/Sharepoint/default.aspx" /></entry><entry><title>VSeWSS – Sharepoint Event Receivers</title><link rel="alternate" type="text/html" href="http://weblogs.com.pk/khurram/archive/2009/12/14/vsewss-sharepoint-event-receivers.aspx" /><id>http://weblogs.com.pk/khurram/archive/2009/12/14/vsewss-sharepoint-event-receivers.aspx</id><published>2009-12-14T08:10:00Z</published><updated>2009-12-14T08:10:00Z</updated><content type="html">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 post fix; ItemEventReceiver and ListEventReceiver names to the two classes that it generates. It also generates two associated XML files for events which VSeWSS uses and when deploying/packaging the VSeWSS generates two feature.xml files under...(&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;</content><author><name>khurram</name><uri>http://weblogs.com.pk/members/khurram.aspx</uri></author><category term="Visual Studio" scheme="http://weblogs.com.pk/khurram/archive/tags/Visual+Studio/default.aspx" /><category term="Sharepoint" scheme="http://weblogs.com.pk/khurram/archive/tags/Sharepoint/default.aspx" /></entry><entry><title>Sharepoint Lists and Visual Studio 2008 Extensions for Windows Sharepoint Services</title><link rel="alternate" type="text/html" href="http://weblogs.com.pk/khurram/archive/2009/12/12/sharepoint-lists-and-visual-studio-2008-extensions-for-windows-sharepoint-services.aspx" /><id>http://weblogs.com.pk/khurram/archive/2009/12/12/sharepoint-lists-and-visual-studio-2008-extensions-for-windows-sharepoint-services.aspx</id><published>2009-12-12T11:02:00Z</published><updated>2009-12-12T11:02:00Z</updated><content type="html">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 List using the Sharepoint web interface; and once the list is well established; script it out to Visual Studio Extensions for Windows Sharepoint Services (VSeWSS) format using the VseWss’ Solution Generator. Through this; you will get a VseWss PROJ...(&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;</content><author><name>khurram</name><uri>http://weblogs.com.pk/members/khurram.aspx</uri></author><category term="Visual Studio" scheme="http://weblogs.com.pk/khurram/archive/tags/Visual+Studio/default.aspx" /><category term="Sharepoint" scheme="http://weblogs.com.pk/khurram/archive/tags/Sharepoint/default.aspx" /></entry><entry><title>Sharepoint Development with Visual Studio</title><link rel="alternate" type="text/html" href="http://weblogs.com.pk/khurram/archive/2009/12/10/sharepoint-development-with-visual-studio.aspx" /><id>http://weblogs.com.pk/khurram/archive/2009/12/10/sharepoint-development-with-visual-studio.aspx</id><published>2009-12-10T13:50:46Z</published><updated>2009-12-10T13:50:46Z</updated><content type="html">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 thus bit complicated to deal with. There are number of ways for Sharepoint Development. I opted to use Visual Studio Extensions for Windows Sharepoint Services (VseWss) whose latest version is v1.3 March 2009 CTP (Note its CTP; and has some issues)...(&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;</content><author><name>khurram</name><uri>http://weblogs.com.pk/members/khurram.aspx</uri></author><category term="Visual Studio" scheme="http://weblogs.com.pk/khurram/archive/tags/Visual+Studio/default.aspx" /><category term="Silverlight" scheme="http://weblogs.com.pk/khurram/archive/tags/Silverlight/default.aspx" /><category term="Sharepoint" scheme="http://weblogs.com.pk/khurram/archive/tags/Sharepoint/default.aspx" /></entry><entry><title>ASP.NET MVC 2</title><link rel="alternate" type="text/html" href="http://weblogs.com.pk/khurram/archive/2009/10/28/asp-net-mvc-2.aspx" /><id>http://weblogs.com.pk/khurram/archive/2009/10/28/asp-net-mvc-2.aspx</id><published>2009-10-28T07:59:37Z</published><updated>2009-10-28T07:59:37Z</updated><content type="html">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 and discards GET requests due to JSON Vulnerability . Michael Campbell has written a detailed article on DevProConnections . The article and the links it has; are must read for AJAX developers using JSON. You don't need Visual Studio 2010 Beta 2 to...(&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;</content><author><name>khurram</name><uri>http://weblogs.com.pk/members/khurram.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.com.pk/khurram/archive/tags/ASP.NET/default.aspx" /></entry><entry><title>.NET 4: Parallel Programming – Cancelling/Exception Handling with Task Parallel Library</title><link rel="alternate" type="text/html" href="http://weblogs.com.pk/khurram/archive/2009/10/24/net-4-parallel-programming-cancelling-exception-handling-with-task-parallel-library.aspx" /><id>http://weblogs.com.pk/khurram/archive/2009/10/24/net-4-parallel-programming-cancelling-exception-handling-with-task-parallel-library.aspx</id><published>2009-10-23T20:45:00Z</published><updated>2009-10-23T20:45:00Z</updated><content type="html">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 I used Abortable Threadpool to implement cancelling work under specific condition. With ThreadPool we never had an easy way to queue the batch of work, know when that batch is completed and do exception handling properly. Things have significantly...(&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;</content><author><name>khurram</name><uri>http://weblogs.com.pk/members/khurram.aspx</uri></author><category term=".NET" scheme="http://weblogs.com.pk/khurram/archive/tags/.NET/default.aspx" /></entry></feed>