Monday, April 21, 2008

JSON-WCF Conquered!

I struggled big time last week with installation of VS2008 and Ajax Libraries. Actually I had older version of System.Web.Extensions... That made life hell... And I used to get "Sys is undefined" most notorious problem with .Net 3.0. Then I installed VS2008 Standard Edition and everything settled out. I managed to make a POC for JSON Service which wraps WCF Service in turn. Right now I have some issues Dependency Injection. But am thinking of it again to use it or not. Right now I m just preserving the state in a static variable. Lemme work more to find a more structured solution for the same.
Now I am making infrastructure for my Project that shall use these Independent Layers. I was also thinking about using an environment variable according to which JSON service will be used or not.

No comments: