Web Surgeon
ASP.NET,SL,HTML5,WCF,WPF,WCS. Life is not fair , take a new route!
-
Simplifying Lucene using Adapter Pattern , Generics , Reflection and Custom Attributes
Download : LuceneCloudAdapter.zip
-
Generic Sorting using C# and Lambda Expression
Download : GenericSortTester.zip
-
Performance & Load Testing Applications with Visual Studio Ultimate
-
ILSpy free .NET Reflector / Disassembler open source replacement
While Redgate no longer offer .NET Reflector for free , SharpDevelop started to create
-
OpenID Authentication with ASP.NET MVC3 , DotNetOpenAuth and OpenID-Selector
I will introduce here how to extract and Integrate OpenID with MVC3 and Microsoft Membership Provider .
-
Generate GUID from any string using C#
Some times you need to generate GUID from a string which is not valid for GUID constructor .
-
Convert XML to Class and Extract XML response to Entity using Generics and Reflection
I just was in need for a simple way to extract XML response and generate a class first from the XML
-
ASP.NET Web Pages with Razor Syntax
This is nice samples that demonstrate the ability of Razor Engine and how you can use it in complex UI
-
Blank out a form with jQuery
$(':input','#myform')
.not(':button, :submit, :reset, :hidden')
.val('')
.removeAttr('checked')
.removeAttr('selected'); -
Microsoft Technical Interview November 2010
Hi guys , these questions I received from Microsoft Ireland for a position with Windows Azure team