Web Surgeon
ASP.NET,SL,HTML5,WCF,WPF,WCS. Life is not fair , take a new route!
Sign in
|
Join
Home
RSS
Atom
Comments RSS
Search
Tags
jQuery
Microsoft Interviews
Sponsors
advertise here
Navigation
Home
Blogs
Archives
March 2011 (5)
February 2011 (1)
November 2010 (2)
March 2011 - Posts
0
Comments
Performance & Load Testing Applications with Visual Studio Ultimate
by
Haitham Khedre
View | Download Event Overview Traditional load testing approaches are unable to break down the silos between test and development, especially with the increasing complexity of applications. Traditional load testing...
0
Comments
ILSpy free .NET Reflector / Disassembler open source replacement
by
Haitham Khedre
While Redgate no longer offer .NET Reflector for free , SharpDevelop started to create an open source version ILSpy , nice work guys . I hope Redgate understand that there decision was completely wrong and they lose more than what they hope to earn...
63
Comments
OpenID Authentication with ASP.NET MVC3 , DotNetOpenAuth and OpenID-Selector
by
Haitham Khedre
I will introduce here how to extract and Integrate OpenID with MVC3 and Microsoft Membership Provider . By using DotNetOpenAuth and OpenID-Selector Note: I will Introduce another article to Integrate OpenID with MVC3 and Custom Membership Provider. Let...
1
Comments
Generate GUID from any string using C#
by
Haitham Khedre
Some times you need to generate GUID from a string which is not valid for GUID constructor . so what we will do is to get a valid input from string that the GUID constructor will accept it. It is recommended to be sure that the string that you will generate...
16
Comments
Convert XML to Class and Extract XML response to Entity using Generics and Reflection
by
Haitham Khedre
I just was in need for a simple way to extract XML response and generate a class first from the XML and then later use this class to extract XML response to Entity using Generics and Reflection The Power of Generics is that it will reduce the code ...
More Posts