mhawley

Stories submitted 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

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

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

MEF + Factories(blog.eworldui.net)

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

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

add a comment |category: |Views: 36

tags: another

MEF + Factories(blog.eworldui.net)

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

Creation of a FactoryPartCatalog using MEF so that you can have DI like constructor injection with type construction strategies using a factory. read more...

add a comment |category: |Views: 36

tags: another

ASP.NET MVC: Localization Delegated via View Engines(blog.eworldui.net)

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

Adding support for localization resources within ASP.NET MVC where the delegation of the resources is determined via the ViewEngine. Provides an example for a derived WebFormViewEngine implementation that adds support for both Global and Local resources via the ASP.NET resource provider. read more...

add a comment |category: |Views: 242

tags: another

CodePlex launches support for TortoiseSVN(blogs.msdn.com)

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

No longer do you need to host SvnBridge yourself, or use the Team Foundation Client or the CodePlex client. Now you can use your favorite SVN client and connect directly to your repository! read more...

add a comment |category: |Views: 263

tags: another

ASP.NET MVC Preview 4 New Finds(blog.eworldui.net)

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

A listing of 6 new finds within the released ASP.NET MVC Preview 4 to CodePlex. Also shows how or why you would use each. read more...

add a comment |category: |Views: 34

tags: another

MVC Post-Redirect-Get Sample Updated(blog.eworldui.net)

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

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

add a comment |category: |Views: 103

tags: another

Using SubDataItems and View User Controls in ASP.NET MVC(blog.eworldui.net)

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

Learn how to use the new SubDataItems within the ASP.NET MVC Preview 3 bits with your View User Control. Also explains a small patch to the framework to get this to work correctly. read more...

add a comment |category: |Views: 36

tags: another

RedirectToAction Nasty Bug in ASP.NET MVC Preview 3(blog.eworldui.net)

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

Find out about a nasty bug identified using certain routing schemes and RedirectToAction, and what workarounds you have. read more...

add a comment |category: |Views: 52

tags: another