From 8fa81db89803bbd37f1f30714de0843cd7ed9d5a Mon Sep 17 00:00:00 2001 From: Punit Ganshani Date: Tue, 16 Dec 2014 14:22:51 +0800 Subject: [PATCH] Updated Repository URLs to GitHub --- dotnet-developer-projects.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index fac596e..e19ae05 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -131,7 +131,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * Tools * [Cake](https://github.com/cake-build/cake) (C# Make) - A build automation system with C#/Roslyn driven build scripts. - * [CInject](http://codeinject.codeplex.com) - A tool to inject your C#/VB.NET code into existing .NET assemblies and executables + * [CInject](https://github.com/punitganshani/CodeInject) - A tool to inject your C#/VB.NET code into existing .NET assemblies and executables * [FAKE](http://fsharp.github.io/FAKE/) - Build automation system with capabilities which are similar to make and rake. * [Fody](https://github.com/Fody/Fody) - Extensible tool for weaving .NET assemblies. * [FsEye](http://www.swensensoftware.com/fseye) - A visual object tree inspector for the F# Interactive. @@ -172,7 +172,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [Autofac](http://autofac.org/) - Autofac is an addictive Inversion of Control container for .NET 4.5, Silverlight 5, Windows Store apps, and Windows Phone 8 apps. * [Castle Windsor](http://www.castleproject.org/projects/windsor/) - A mature Inversion of Control container available for .NET and Silverlight * [DI Feature Tests](http://featuretests.apphb.com/DependencyInjection.html) - Tests that track commmon DI features among multiple containers - * [dI.Hook](http://dihook.codeplex.com) - DI container that allows invocation using AOP + * [dI.Hook](https://github.com/punitganshani/dI.Hook) - DI container that allows invocation using AOP * [DryIoc](https://bitbucket.org/dadhi/dryioc) - DryIoc is small, fast, capable IoC Container for .NET * [fFastInjector](https://ffastinjector.codeplex.com/) - fFastInjector is a high-performing dependency injector, service locator, and/or IOC (inversion of control) container. * [Funq](https://funq.codeplex.com/) - A fast DI container you can understand. @@ -242,7 +242,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [Dache](https://github.com/ironyx/dache) - An open source distributed caching service, built on .NET 4.0 and using TCP sockets for communication. * Windows Workflow - * [Workflow Extractor](http://workflowextractor.codeplex.com) - Document Windows Workflow logic into a Word document or Excel sheet. + * [Workflow Extractor](https://github.com/punitganshani/WorkflowExtractor) - Document Windows Workflow logic into a Word document or Excel sheet. This list is just a starting point - also take a look at all the projects on [CodePlex](http://www.codeplex.com/) and on [GitHub Trending C#](https://github.com/trending?l=csharp).