Browse by Tags

SQL Server 2008 saving changes is not permitted
Tuesday, February 16, 2010 2:55 AM
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.   and i came across this message   turns out there’s an option that i have to uncheck for this to work tools ==> options and then find this option Read More...
by amir.magdy | with no comments
Filed under: ,
Fiddler 2 to monitor localhost ie7
Wednesday, May 27, 2009 6:46 AM
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 Read More...
by amir.magdy | with no comments
Filed under: ,
Windows Debugging tools Quick tutorial [WinDbg]
Sunday, May 17, 2009 11:42 PM
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 of your applications dramatically please make sure you don’t run it on a production server unless there... Read More...
by amir.magdy | 1 comment(s)
Filed under: , ,
Fastest way for Creating a memory Dump of your application [DebugDiag]
Sunday, May 17, 2009 11:37 PM
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 if you need to configure where these dumps are created go to tools –> options and configure the dumps folder... Read More...
by amir.magdy | 2 comment(s)
Filed under: , ,
visual studio 2008 Team System setup a problem encountered while loading the setup components canceling setup
Tuesday, March 10, 2009 4:27 AM
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 to check for fixes under that application uninstalled it and the the setup worked fine Read More...
by amir.magdy | with no comments
Filed under: , ,
DotnetKicks on CommunityServer.org [in 24 seconds]
Monday, December 31, 2007 1:10 AM
i didn't do this the right way i didn'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 i like without hurting anyone's blogs so what i really did is i edited to theme pages to show the dotnetkicks... Read More...
by amir.magdy | 1 comment(s)
Filed under: ,
VS.net 2008 RTM
Sunday, December 02, 2007 5:02 AM
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's about the changes in 2008 and .net3.5 it has all you need to understand http://weblogs.asp.net/scottgu/archive/2007/11/19/visual-studio-2008-and-net-3-5-released.aspx also here is a post about how to install RTM and of... Read More...
by amir.magdy | with no comments
Filed under: , ,
Software Needed to create Ajax Applications
Saturday, November 17, 2007 2:56 AM
well there'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's and a script manager to generate a javascript that i can use to send and receive data so this way the tools... Read More...
by amir.magdy | with no comments
Filed under: , ,