First this is a very small tip and the reason for creating it because it took me time to reach where I can click the button to display the visualizer of the Expression tree? First we have to be...
Unobtrusive JavaScript and Ajax in MVC 3
In the previous release of the ASP.NET MVC which is (MVC 2) I didn't like the Ajax usage, like Ajax action link and Ajax begin form and I make a rule for the previous project for all my team memebe...
DevMagicFake Published on NuGet
Now you can install DevMagicFake from NuGet server To install the package you just open tool-> Library Package Manager->Package Manager Console as the following: Now in the NuGet Packag...
Extension Methods for IEnumerable of T and Custom Collection
Custom Collection is one of the best design patterns I have ever used. It encapsulates items or an array of items inside a separate class, allowing us to fully control these items. However, for mod...
Lambda Expression, Func and Action delegates
Finally I decide to post this topic, every time I said it's not needed because it's very simple topic, but I always take time to remember all it's details specially when i get busy with TFS workflo...
Solve the MVC 3 Shortcut conflict with MVC 2 on Visual Studio 2010
When we install MVC 3 on Visual Studio 2010, the shortcut for MVC 3 didn't work and this because all shortcut are associated with MVC 2, we can solve this issue by many ways, We can open-->Tool-...
Create a shortcut in Visual Studio to add interface video
When I try to find a shortcut to add interface to my project, I didn't find, this was very weird to me because I thought sure I can't find it but it's there, but when I deeply search I find there i...
Configure IIS on Win 2008 R2 to work with ASP MVC and Web Deploy Video.
In this video I will configure IIS and Web Deployment ++on Win 2008 R2 so it can work with ASP MVC application and deployed with Web Deploy by remote administrator Thanks
Customize TFS Process 2010 Video
I create a video on YouTube that describe my approach for customizing the TFS Process template 2010, the main point of the custimization are the following points: Create prohibited groups Ass...
DevMagicFake step by step tutorial
Here, we can find a step-by-step tutorial on how to use DevMagicFake. DevMagicFake was mainly created to work with ASP MVC to help implement TDD (Test Driven Development). TDD needs the behaviors...
