Hosam Kamel's Blog
-
Workaround for missing "Edit WCF Configuration" menu option in Visual Studio
Alex Thissen has posted a workaround for missing "Edit WCF Configuration" menu option in Visual Studio while working with WCF project in Visual Studio 2008
-
ASP.NET MVC Release Candidate 2 Now Available
ASP.NET MVC enables Web developers to build compelling standards-based Web solutions that are easy to maintain because it decreases the dependency between layers by using the Model-View-Controller (MVC) pattern and provides complete control over the page markup. It also improves testability which enables Test Driven Development (TDD). Click here to download ASP.NET MVC or to learn more about it.
-
Windows 2008 AND IISRESET.EXE
IISreset.exe is a magical command that resolves many problems! Err… well, yeah that command restarts all IIS related processes and thus essentially running it cleans up all the “mess”. So is there anything special about IISReset.exe in Windows 2008? Yes and I do not recommend using it and here’s very useful information that you must know about what this command does.
-
Workaround for a slow closing of Web projects
A few users reported that with Web projects located on a remote machine closing project or solution may hang Visual Studio and Visual Web Developer Express for several minutes. We found that the issue may be caused by VS logging component that collects information on product usage. This is an opt-in feature activated in Help | Customer Feedback Options... The feature may cause logger to walk through folders on a remote server calculating project complexity. The feature does NOT send your project to Microsoft, it just collects some statistics on the project. If you are experiencing slow project close, try switching off participation in the feedback program in Help | Customer Feedback Options... dialog. If it does not help, try disabling component in registry by changing
-
Download: Visual Studio 2008 Project Template for TFS Utilities
If you develop small utilities for Team Foundation Server a lot you might want to save some time and use a project template (see bottom for file attachment) that already comes equipped with the correct references to the Team Foundation Object Model (Microsoft.TeamFoundation.*.dlls) as well as the most important using statements and a few lines of code to get started.
-
Microsoft SQL Server 2008 Solutions Event (Egypt)
-
Secure File Download Area using IIS 6.0 and IIS 7.0
For IIS 6.0:
-
[Resolved] Can't reference server control in code-behind/IntelliSense
.Question:
-
[Resolved] rename windows 2003 server
Last week I was checking ASP.NET Forums as usual and I had answered a thread about renaming Windows Server 2003 and the impact of this renaming on IIS.
-
[Team Build] How to schedule a build in both TFS 2005 and TFS 2008
To Schedule a build using TFS 2005 : (From TFSGuide)