Browse by Tags

Url Rewriting using WCF
Published Mon, Dec 22 2008 21:26 | abu
One of my interesting thing is "URL Rewriting". The first time I have implemented it through implementing HTTPHandler using .NET 1.1. Same concept I have applied to a Document Management Service [DMS] project to PUT the document and GET the...
Filed under: , , , ,
C# Dynamic - CSharp's new feature of the coming version 4.0
Published Mon, Dec 15 2008 17:50 | abu
Very good resources for the coming version... Sam Ng Dynamic in C# Part One Dynamic in C# Part Two Chris Burrows C# Dynamic Part I C# Dynamic Part II C# Dynamic Part III Eric Lippert The Future of C# Part One The Future of C# Part Two The Future of C#...
Filed under: , , , ,
ASP.NET Architecture - HTTP Handlers, HTTP Pipelines
Published Tue, Nov 4 2008 14:31 | abu
To be an Advanced ASP.NET developer this articles help to clear in depth, very low level understanding of ASP.NET Architecture. http://msdn.microsoft.com/en-us/magazine/cc188942.aspx
Filed under: ,
Quick Start - Using System.DirectoryServices
Published Tue, Mar 4 2008 14:53 | abu
I am new to this area. Will start working on Directory Services .... I have identified these two resuorces to start... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sds/sds/using_system_directoryservices.asp http://geekswithblogs.net...
Filed under: ,
Coding Guidelines
Published Tue, Jan 3 2006 5:47 | abu
Presently I am working on - XML Enhancement in .NET Framework. This is a big chapter. Slowly and gradually I am going too deep. I have another two interests. The Best Practices for .NET Application development and System Architecture. It's also true...