Tag Archives: .net

Writing ASP.NET MVC Applications on MacOS X?

Interesting news today, there’s a new build of MonoDevelop that works with MacOS X.  MonoDevelop is a fully functional IDE for writing apps in Mono, a cross platform .NET library.
 

 
Follow the link for more info: http://tirania.org/blog/archive/2009/May-05-1.html

Posted in .NET Framework, Mono | Also tagged , , | Leave a comment

Recover from a WCF Service Fault, Part 2 (Generic ServiceClientFactory Class)

After finding the simple solution for handling WCF Service Faults in the original post, I figured it should be relatively trivial to find a generic solution to this problem if you’re using similar WCF clients in a project and want to reset ALL of them on a channel fault.  I developed a generic ServiceClientFactory class [...]

Posted in .NET Framework, WCF | Also tagged , , , , , | 7 Comments

Using XSLT in .Net

So you’ve finished writing your new XSLT file using your favorite XML/XSLT editing tool. Great. Now for the next problem, you’ve been given the task to transform thousands of XML documents using your new XSLT file. Great… There’s no way we can transform all of these documents by hand. At this point we should be [...]

Posted in .NET Framework | Also tagged , , , | Leave a comment