Is it possible to create a WCF project and host it in IIS without using a .svc file? Yes, indeed. It can be done using Microsoft's great feature which is available since .net version 4.0
[More]
19. December 2014
Anil Kumar
VB.Net
Delete all empty or blank rows from DataTable in vb.net (none of columns of that row holds any value)
[More]
8. December 2014
Anil Kumar
C#
In short, when an expression references a constant, the value of constant is obtained at compile time only, it means all expressions replaced with constant value. But, If expression is referencing a Readonly field then the value of field is obtained at runtime.
[More]