<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://aspxwizard.net/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>.net Wand : tools</title><link>http://aspxwizard.net/blogs/wand/archive/tags/tools/default.aspx</link><description>Tags: tools</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>SQL Server 2008 saving changes is not permitted</title><link>http://aspxwizard.net/blogs/wand/archive/2010/02/16/sql-server-2008-saving-changes-is-not-permitted.aspx</link><pubDate>Tue, 16 Feb 2010 10:55:56 GMT</pubDate><guid isPermaLink="false">318922e2-3002-4869-8654-4cebdb510d6f:38142</guid><dc:creator>amir.magdy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://aspxwizard.net/blogs/wand/rsscomments.aspx?PostID=38142</wfw:commentRss><comments>http://aspxwizard.net/blogs/wand/archive/2010/02/16/sql-server-2008-saving-changes-is-not-permitted.aspx#comments</comments><description>i was using SQL Server management studio 2008 diagram editor which i was using after years of using sql server managemenr studio 2005 whcih i think is the easiest tool for modeling Database. &amp;#160; and i came across this message &amp;#160; turns out there...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2010/02/16/sql-server-2008-saving-changes-is-not-permitted.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=38142" width="1" height="1"&gt;</description><category domain="http://aspxwizard.net/blogs/wand/archive/tags/tools/default.aspx">tools</category><category domain="http://aspxwizard.net/blogs/wand/archive/tags/SQL+Server/default.aspx">SQL Server</category></item><item><title>Fiddler 2 to monitor localhost ie7</title><link>http://aspxwizard.net/blogs/wand/archive/2009/05/27/fiddler-2-to-monitor-localhost-ie7.aspx</link><pubDate>Wed, 27 May 2009 13:46:55 GMT</pubDate><guid isPermaLink="false">318922e2-3002-4869-8654-4cebdb510d6f:29028</guid><dc:creator>amir.magdy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://aspxwizard.net/blogs/wand/rsscomments.aspx?PostID=29028</wfw:commentRss><comments>http://aspxwizard.net/blogs/wand/archive/2009/05/27/fiddler-2-to-monitor-localhost-ie7.aspx#comments</comments><description>IE7 and .net framework are programmed never to request data localhost Just change the wording Localhost to your machine Name. this is a better explanation http://www.fiddler2.com/fiddler/help/hookup.asp#Q-LocalTraffic...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2009/05/27/fiddler-2-to-monitor-localhost-ie7.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=29028" width="1" height="1"&gt;</description><category domain="http://aspxwizard.net/blogs/wand/archive/tags/tips/default.aspx">tips</category><category domain="http://aspxwizard.net/blogs/wand/archive/tags/tools/default.aspx">tools</category></item><item><title>Windows Debugging tools Quick tutorial [WinDbg]</title><link>http://aspxwizard.net/blogs/wand/archive/2009/05/17/windows-debugging-tools-quick-tutorial-windbg.aspx</link><pubDate>Mon, 18 May 2009 06:42:01 GMT</pubDate><guid isPermaLink="false">318922e2-3002-4869-8654-4cebdb510d6f:28864</guid><dc:creator>amir.magdy</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://aspxwizard.net/blogs/wand/rsscomments.aspx?PostID=28864</wfw:commentRss><comments>http://aspxwizard.net/blogs/wand/archive/2009/05/17/windows-debugging-tools-quick-tutorial-windbg.aspx#comments</comments><description>last week end we have faced memory leaks, we had no idea what was the cause of the problem. we were directed by microsoft to use the debugging tools. this is a quickest possible startup tutorial for that tool. [Warning] using this tool affects the performance...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2009/05/17/windows-debugging-tools-quick-tutorial-windbg.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=28864" width="1" height="1"&gt;</description><category domain="http://aspxwizard.net/blogs/wand/archive/tags/tools/default.aspx">tools</category><category domain="http://aspxwizard.net/blogs/wand/archive/tags/.net/default.aspx">.net</category><category domain="http://aspxwizard.net/blogs/wand/archive/tags/debug/default.aspx">debug</category></item><item><title>Fastest way for Creating a memory Dump of your application [DebugDiag]</title><link>http://aspxwizard.net/blogs/wand/archive/2009/05/17/fastest-way-for-creating-a-memory-dump-of-your-application-debugdiag.aspx</link><pubDate>Mon, 18 May 2009 06:37:49 GMT</pubDate><guid isPermaLink="false">318922e2-3002-4869-8654-4cebdb510d6f:28863</guid><dc:creator>amir.magdy</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://aspxwizard.net/blogs/wand/rsscomments.aspx?PostID=28863</wfw:commentRss><comments>http://aspxwizard.net/blogs/wand/archive/2009/05/17/fastest-way-for-creating-a-memory-dump-of-your-application-debugdiag.aspx#comments</comments><description>First you need to download the tool here is the link now just install the tool and run it then ignore the wizard and go to the third tab in the application UI right click your process and select create a full dump, the dump is going to be created now...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2009/05/17/fastest-way-for-creating-a-memory-dump-of-your-application-debugdiag.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=28863" width="1" height="1"&gt;</description><category domain="http://aspxwizard.net/blogs/wand/archive/tags/tools/default.aspx">tools</category><category domain="http://aspxwizard.net/blogs/wand/archive/tags/.net/default.aspx">.net</category><category domain="http://aspxwizard.net/blogs/wand/archive/tags/debug/default.aspx">debug</category></item><item><title>visual studio 2008 Team System setup a problem encountered while loading the setup components canceling setup</title><link>http://aspxwizard.net/blogs/wand/archive/2009/03/10/visual-studio-2008-team-system-setup-a-problem-encountered-while-loading-the-setup-components-canceling-setup.aspx</link><pubDate>Tue, 10 Mar 2009 11:27:02 GMT</pubDate><guid isPermaLink="false">318922e2-3002-4869-8654-4cebdb510d6f:22350</guid><dc:creator>amir.magdy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://aspxwizard.net/blogs/wand/rsscomments.aspx?PostID=22350</wfw:commentRss><comments>http://aspxwizard.net/blogs/wand/archive/2009/03/10/visual-studio-2008-team-system-setup-a-problem-encountered-while-loading-the-setup-components-canceling-setup.aspx#comments</comments><description>i wanted to install an additional feature of Visual studio 2008 but when i started the setup process or tried to uninstall the application i got this error “Setup a problem encountered while loading the setup components. Canceling setup.” the Fix i went...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2009/03/10/visual-studio-2008-team-system-setup-a-problem-encountered-while-loading-the-setup-components-canceling-setup.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=22350" width="1" height="1"&gt;</description><category domain="http://aspxwizard.net/blogs/wand/archive/tags/tips/default.aspx">tips</category><category domain="http://aspxwizard.net/blogs/wand/archive/tags/tools/default.aspx">tools</category><category domain="http://aspxwizard.net/blogs/wand/archive/tags/vs.net/default.aspx">vs.net</category></item><item><title>DotnetKicks on CommunityServer.org [in 24 seconds]</title><link>http://aspxwizard.net/blogs/wand/archive/2007/12/31/dotnetkicks-on-communityserver-org-in-24-seconds.aspx</link><pubDate>Mon, 31 Dec 2007 09:10:54 GMT</pubDate><guid isPermaLink="false">318922e2-3002-4869-8654-4cebdb510d6f:74</guid><dc:creator>amir.magdy</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://aspxwizard.net/blogs/wand/rsscomments.aspx?PostID=74</wfw:commentRss><comments>http://aspxwizard.net/blogs/wand/archive/2007/12/31/dotnetkicks-on-communityserver-org-in-24-seconds.aspx#comments</comments><description>i didn&amp;#39;t do this the right way i didn&amp;#39;t go through documentation or consult with forums, i just wanted to do this the quick and easy way, what i do is i keep a sepparate theme for my blog sepparate from other bloggers so i can change whatever...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2007/12/31/dotnetkicks-on-communityserver-org-in-24-seconds.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=74" width="1" height="1"&gt;</description><category domain="http://aspxwizard.net/blogs/wand/archive/tags/tips/default.aspx">tips</category><category domain="http://aspxwizard.net/blogs/wand/archive/tags/tools/default.aspx">tools</category></item><item><title>VS.net 2008 RTM</title><link>http://aspxwizard.net/blogs/wand/archive/2007/12/02/vs-net-2008-rtm.aspx</link><pubDate>Sun, 02 Dec 2007 13:02:02 GMT</pubDate><guid isPermaLink="false">318922e2-3002-4869-8654-4cebdb510d6f:39</guid><dc:creator>amir.magdy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://aspxwizard.net/blogs/wand/rsscomments.aspx?PostID=39</wfw:commentRss><comments>http://aspxwizard.net/blogs/wand/archive/2007/12/02/vs-net-2008-rtm.aspx#comments</comments><description>as of Nov. 19 2007 Microsoft has announced that visual studio has released to manufacture this is a must read entry by Scott Guthrie it&amp;#39;s about the changes in 2008 and .net3.5 it has all you need to understand http://weblogs.asp.net/scottgu/archive...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2007/12/02/vs-net-2008-rtm.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=39" width="1" height="1"&gt;</description><category domain="http://aspxwizard.net/blogs/wand/archive/tags/industry+news/default.aspx">industry news</category><category domain="http://aspxwizard.net/blogs/wand/archive/tags/tools/default.aspx">tools</category><category domain="http://aspxwizard.net/blogs/wand/archive/tags/vs.net/default.aspx">vs.net</category></item><item><title>Software Needed to create Ajax Applications</title><link>http://aspxwizard.net/blogs/wand/archive/2007/11/17/software-needed-to-create-ajax-applications.aspx</link><pubDate>Sat, 17 Nov 2007 10:56:40 GMT</pubDate><guid isPermaLink="false">318922e2-3002-4869-8654-4cebdb510d6f:32</guid><dc:creator>amir.magdy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://aspxwizard.net/blogs/wand/rsscomments.aspx?PostID=32</wfw:commentRss><comments>http://aspxwizard.net/blogs/wand/archive/2007/11/17/software-needed-to-create-ajax-applications.aspx#comments</comments><description>well there&amp;#39;s a lot of approaches to create ajax applications but i like .net and c#, I use asp.net controls to render the initial page and then do all the manipulation using manually coded javascript. and for the server calls i use normal asmx&amp;#39;s...(&lt;a href="http://aspxwizard.net/blogs/wand/archive/2007/11/17/software-needed-to-create-ajax-applications.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://aspxwizard.net/aggbug.aspx?PostID=32" width="1" height="1"&gt;</description><category domain="http://aspxwizard.net/blogs/wand/archive/tags/Ajax/default.aspx">Ajax</category><category domain="http://aspxwizard.net/blogs/wand/archive/tags/javascript/default.aspx">javascript</category><category domain="http://aspxwizard.net/blogs/wand/archive/tags/tools/default.aspx">tools</category></item></channel></rss>