-
-
It’s been a few months since the last release of WikiPlex, but I honestly have good reasons – paternity leave! This updated version has taken in a lot of user feedback and put it into action – so thank you for contributing ideas… (read more)

-
-
It's only been a few weeks since the v1.0 release, but a lot of work has gone into a new release of CodePlex's embeddable wiki engine, WikiPlex. The time in between has not been without a few highlights, including… (read more)

-
-
Following up from my prior post on Extending WikiPlex with Custom Macros it’s now time to talk about creating custom renderers. When we left off, we had created our title link macro and registered it with WikiPlex…[read more]

-
-
One of the very nice features of WikiPlex is the ability to extend it to your hearts desire. The API is completely open, and the entry points off of WikiEngine are merely wrappers. This means that, if you really wanted to, you could create your own parser and formatter - but the majority of extending WikiPlex will be done via macros and renderers. A summary of the extension points include… (read more)

-
-
I’d like to introduce you to WikiPlex, which is CodePlex’s wiki engine that we have re-written and made open source under the MS-PL license. I’m also happy to announce that our first public release is now available! Read more about WikiPlex here!

-
-
Taking a different approach to resolving factory exports within MEF by using an ExportProvider (new in preview 3 drop) over using a part catalog. This approach ultimately leads to a cleaner and simpler solution. Read more …
-
-
Lately I've been really digging into MEF and have been looking at it's pros & cons, ease of use, extensibility, and the simple DI container that it can provide. I'm not going to give an overview of MEF, as others have done so already. What I am here to show off is a concept that may prove useful for some applications. Many of us use a DI container in very simplistic ways, as well as registering injection strategies during type resolution. Read more …
-
-
I’ve went through the ASP.NET MVC Preview 4 source and found some interesting finds that will help you do work more easily. These 6 finds are just the tip of what I’m sure is included in this drop. (Read more…)
-
-
I’m putting out a plea for help. For some odd reason, we have a WCF service (running in IIS 6) that’s using streaming and BasicHttpBinding that will return a 404 error message every time it’s called from our client. Hitting the same URL on the box itself through IE renders the WSDL just fine. If you have seen this issue, please contact me. We’ve been struggling with this issue and have yet to find a resolution. BTW, it works great on another web server that is configured the same, and we’ve looked at all of the verbose logs WCF can give us. Ultimately, we’re seeing the message being sent from the client, and a 404 in the IIS log, but nothing on the server logging. Thanks!
-
-
ASP.NET MVC Sample for using the Post-Redirect-Get pattern updated to the MVC Preview 3 bits. Showcasing some newer functionality that makes the pattern more simplistic.(Read more…)