mhawley

Stories kicked by mhawley

Mercurial Conversion from Team Foundation Server(blog.eworldui.net)

submitted by mhawleymhawley(1125) 2 years, 2 months ago

If you are a developer currently using Team Foundation Server and are looking to switch to Mercurial, this post describes the process of migrating your source history with the help of several tools. read more...

add a comment |category: |Views: 22

tags: another

VisualHG: A Mercurial Plugin for Visual Studio(blog.eworldui.net)

submitted by mhawleymhawley(1125) 2 years, 2 months ago

Mercurial is quickly gaining momentum in the open source world, and the need for great tooling to make developers lives easier is always essential. Most developers using Mercurial know of the the explorer shell plugin, TortoiseHg, but what many don't know about is VisualHG. read more...

add a comment |category: |Views: 181

tags: another

Tekpub: Mercurial with Codeplex(tekpub.com)

submitted by javeryjavery(5523) 2 years, 2 months ago

A free TekPub episode about working with Codeplex and Mercurial. read more...

add a comment |category: |Views: 158

tags: another

DiffPlex - a .NET Diff Generator(diffplex.codeplex.com)

submitted by jemtsjemts(591) 2 years, 2 months ago

DiffPlex is a combination of a .NET Diffing Library with both a Silverlight and HTML diff viewer. It is released open source on CodePlex under the MS-PL license. read more...

1 comment |category: |Views: 516

tags: another

CodePlex now supporting native Mercurial(blog.prabir.me)

submitted by prabirshresthaprabirshrestha(862) 2 years, 4 months ago

CodePlex now supporting native Mercurial DVS read more...

1 comment |category: |Views: 6

tags: another

Snippet Designer 1.2 Beta Release with Visual Studio 2010 Support(blogs.msdn.com)

submitted by jemtsjemts(591) 2 years, 4 months ago

This release contains several bug fixes but more importantly it now includes support for Visual Studio 2010. read more...

add a comment |category: |Views: 10

tags: another

WikiPlex - CodePlex's Wiki Engine - Releases v1.2(blog.eworldui.net)

submitted by mhawleymhawley(1125) 2 years, 7 months ago

CodePlex's embeddable wiki engine, WikiPlex has just released v1.2. Release highlights include indentation macro, C++/Java syntax highlight support, and more! See the full release notes for all changes. read more...

add a comment |category: |Views: 27

tags: another

WikiPlex - CodePlex's Wiki Engine - Releases v1.1(blog.eworldui.net)

submitted by mhawleymhawley(1125) 2 years, 9 months ago

CodePlex's embeddable wiki engine, WikiPlex has just released v1.1. Release highlights include compatibility for Mono, scope augmenters, and more! See the full release notes for all changes. read more...

add a comment |category: |Views: 13

tags: another

Extending WikiPlex with Custom Renderers(blog.eworldui.net)

submitted by mhawleymhawley(1125) 2 years, 9 months ago

A follow-up blog post on the second half of extending CodePlex's wiki engine, WikiPlex to support custom macro syntaxes. This post focuses on creating custom renderers. read more...

add a comment |category: |Views: 12

tags: another

Extending WikiPlex with Custom Macros(blog.eworldui.net)

submitted by mhawleymhawley(1125) 2 years, 10 months ago

Utilize the open api to extend CodePlex's wiki engine, WikiPlex, to customize it for your needs. This first installment shows and explains how to create your own custom macro. read more...

add a comment |category: |Views: 16

tags: another

WikiPlex – An Embedded Wiki Engine(blog.eworldui.net)

submitted by mhawleymhawley(1125) 2 years, 10 months ago

Introducing WikiPlex, which is CodePlex's wiki engine that has been re-written and made open source under the MS-PL license. The first public version has also been released! read more...

add a comment |category: |Views: 365

tags: another

NHibernate.Linq Alpha Released(groups.google.com)

submitted by LordLord(3737) 3 years, 4 months ago

NHibernate.Linq is a Linq provider for NHibernate 2.0.1 GA. It processes Linq expressions using NHibernate's Criteria API. This release is meant as a stopgap release pending an implementation not reliant on the Criteria API. Most queries are supported with the exception of the following: - Group Joins - Subqueries in select clause read more...

add a comment |category: |Views: 426

tags: another

xVal - a validation framework for ASP.NET MVC(blog.codeville.net)

submitted by MarwanMarwan(850) 3 years, 4 months ago

xVal lets you link up your choice of server-side validation mechanism with your choice of client-side validation library. It guides you to fit them both into ASP.NET MVC conventions, so everything plays nicely with model binding and errors registered in ModelState. read more...

1 comment |category: |Views: 297

tags: another

DotNetNuke Moves to CodePlex(blog.theaccidentalgeek.com)

submitted by jwanageljwanagel(395) 3 years, 4 months ago

Find out why the DotNetNuke project moved to CodePlex from SourceForge. read more...

add a comment |category: |Views: 368

tags: another

Export Providers and Custom factories with MEF(codebetter.com)

submitted by crypticcryptic(10) 3 years, 5 months ago

MEF has several points which can use to extend it's behavior, one is catalogs, another is using Export Providers. This post takes a look at these points within the context of a real world problem which Matt Hawley had where he needed to export WCF proxies. read more...

add a comment |category: |Views: 76

tags: another

MEF + Factories Using an Export Provider(blog.eworldui.net)

submitted by mhawleymhawley(1125) 3 years, 5 months ago

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...

add a comment |category: |Views: 181

tags: another