diff --git a/projects/dotnet-micro-framework.md b/projects/dotnet-micro-framework.md index 277f4ac..f2ee639 100644 --- a/projects/dotnet-micro-framework.md +++ b/projects/dotnet-micro-framework.md @@ -5,11 +5,11 @@ The [Microsoft® .NET Micro Framework](https://netmf.codeplex.com/) combines the The Microsoft .NET Micro Framework SDK supports development of code, including device I/O, in the C# language using a subset of the .NET libraries, and is fully integrated with the Microsoft Visual Studio® development environment. The .NET Micro Framework class library supports all major namespaces and types from the desktop framework, managed drivers support, Remote Firmware Updates and Cryptographic functions for Secure Devices. ## Project Details -* Project Info Site: https://netmf.codeplex.com/ -* Project Code Site: https://netmf.codeplex.com/SourceControl/latest +* [Project Info Site](https://netmf.codeplex.com/) +* [Project Code Site](https://netmf.codeplex.com/SourceControl/latest) * Project License Type: [Apache License 2.0](https://netmf.codeplex.com/license) * Project Main Contact: [Steve Maillet](https://www.codeplex.com/site/users/view/smaillet_ms) ## Quicklinks -* Documentation: https://netmf.codeplex.com/documentation \ No newline at end of file +* [Documentation](https://netmf.codeplex.com/documentation) \ No newline at end of file diff --git a/projects/dotnet-sdk-for-hadoop.md b/projects/dotnet-sdk-for-hadoop.md index c70b05c..1521392 100644 --- a/projects/dotnet-sdk-for-hadoop.md +++ b/projects/dotnet-sdk-for-hadoop.md @@ -3,12 +3,12 @@ Hadoop is an elastic, distributed, schemaless data processing platform, ideal for complex data that require sophisticated parsing and interpretation. Those familiar with C#, VB.NET, or any other .NET language can now leverage the platform using the [Microsoft .NET SDK for Hadoop](http://hadoopsdk.codeplex.com/). ## Project Details -* Project Info Site: http://hadoopsdk.codeplex.com/ -* Project Code Site: http://hadoopsdk.codeplex.com/SourceControl/latest +* [Project Info Site](http://hadoopsdk.codeplex.com/) +* [Project Code Site](http://hadoopsdk.codeplex.com/SourceControl/latest) * Project License Type: [Apache License 2.0](http://hadoopsdk.codeplex.com/license) * Project Main Contact: [Matt Winkler](https://www.codeplex.com/site/users/view/mwinkle) ## Quicklinks -* Documentation: http://hadoopsdk.codeplex.com/documentation -* Discussions: http://hadoopsdk.codeplex.com/discussions \ No newline at end of file +* [Documentation](http://hadoopsdk.codeplex.com/documentation) +* [Discussions](http://hadoopsdk.codeplex.com/discussions) \ No newline at end of file diff --git a/projects/entity-framework-6.md b/projects/entity-framework-6.md index 411b4ad..2682afb 100644 --- a/projects/entity-framework-6.md +++ b/projects/entity-framework-6.md @@ -3,18 +3,19 @@ [Entity Framework (EF)](http://entityframework.codeplex.com/) is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write. Entity Framework is actively developed by the Entity Framework team which is assigned to the Microsoft Open Tech Hub and in collaboration with a community of open source developers. Together we are dedicated to creating the best possible data access experience for .NET developers. ## Project Details -* Project Info Site: http://entityframework.codeplex.com/ -* Project Code Site: http://entityframework.codeplex.com/SourceControl/latest +* [Project Info Site](http://entityframework.codeplex.com/) +* [Project Code Site](http://entityframework.codeplex.com/SourceControl/latest) * Project License Type: [Microsoft Public License (Ms-PL)](http://entityframework.codeplex.com/license) * Project Main Contact: [Rowan Miller](http://www.codeplex.com/site/users/view/RoMiller) ## Quicklinks -* Contribute: http://entityframework.codeplex.com/wikipage?title=Contributing -* Documentation: -* http://msdn.com/data/ef -* http://entityframework.codeplex.com/documentation -* Facebook: https://www.facebook.com/efmagicunicorns -* Twitter: https://twitter.com/efmagicunicorns -* Discussions: http://entityframework.codeplex.com/discussions -* Blog: http://blogs.msdn.com/adonet \ No newline at end of file +* [Contribute](http://entityframework.codeplex.com/wikipage?title=Contributing) +* [Facebook](https://www.facebook.com/efmagicunicorns) +* [Twitter](https://twitter.com/efmagicunicorns) +* [Discussions](http://entityframework.codeplex.com/discussions) +* [Blog](http://blogs.msdn.com/adonet) + +### Documentation: +* +* diff --git a/projects/mailkit.md b/projects/mailkit.md index e53c611..c82f1ce 100644 --- a/projects/mailkit.md +++ b/projects/mailkit.md @@ -3,14 +3,14 @@ [MailKit](https://github.com/jstedfast/MailKit) is a cross-platform .NET mail client library with support for IMAP, POP3, and SMTP. ## Project Details -* Project Info Site: https://github.com/jstedfast/MailKit -* Project Code Site: https://github.com/jstedfast/MailKit +* [Project Info Site](https://github.com/jstedfast/MailKit) +* [Project Code Site](https://github.com/jstedfast/MailKit) * Project License Type: [MIT](https://github.com/jstedfast/MailKit/blob/master/License.md) * Project Main Contact: [Jeffrey Stedfast](jeff@xamarin.com) ## Quicklinks -* Contribute: https://github.com/jstedfast/MailKit#contributing -* Documentation: http://jstedfast.github.io/MailKit/docs -* Discussions: https://github.com/jstedfast/MailKit/issues -* Blog: http://jeffreystedfast.blogspot.com/search/label/mailkit \ No newline at end of file +* [Contribute](https://github.com/jstedfast/MailKit#contributing) +* [Documentation](http://jstedfast.github.io/MailKit/docs) +* [Discussions](https://github.com/jstedfast/MailKit/issues) +* [Blog](http://jeffreystedfast.blogspot.com/search/label/mailkit) \ No newline at end of file diff --git a/projects/mef.md b/projects/mef.md index 86fd4dd..def1c73 100644 --- a/projects/mef.md +++ b/projects/mef.md @@ -3,12 +3,12 @@ The [Managed Extensibility Framework (MEF)](http://mef.codeplex.com/) is a composition layer for .NET that improves the flexibility, maintainability and testability of large applications. MEF can be used for third-party plugin extensibility, or it can bring the benefits of a loosely-coupled plugin-like architecture to regular applications. MEF is a part of the Microsoft .NET Framework, with types primarily under the System.ComponentModel.Composition.* namespaces. ## Project Details -* Project Info Site: http://mef.codeplex.com/ -* Project Code Site: http://mef.codeplex.com/SourceControl/latest +* [Project Info Site](http://mef.codeplex.com/) +* [Project Code Site](http://mef.codeplex.com/SourceControl/latest) * Project License Type: [Microsoft Public License (Ms-PL)](http://mef.codeplex.com/license) * Project Main Contact: [Alok Shriram](http://www.codeplex.com/site/users/view/alokshriram) ## Quicklinks -* Documentation: http://mef.codeplex.com/documentation -* Discussi ons: http://mef.codeplex.com/discussions \ No newline at end of file +* [Documentation](http://mef.codeplex.com/documentation) +* [Discussions](http://mef.codeplex.com/discussions) \ No newline at end of file diff --git a/projects/microsoft-web-protection-library.md b/projects/microsoft-web-protection-library.md index 5d05e7d..ac88c00 100644 --- a/projects/microsoft-web-protection-library.md +++ b/projects/microsoft-web-protection-library.md @@ -3,11 +3,11 @@ The [Microsoft Web Protection Library (WPL)](http://wpl.codeplex.com/) is a set of .NET assemblies that help you protect your web sites. The WPL includes AntiXSS that provides a myriad of encoding functions for user input, including HTML, HTML attributes, XML, CSS and JavaScript. WPL also includes the Security Runtime Engine that provides a wrapper around your existing web sites, ensuring that common attack vectors do not make it to your application. ## Project Details -* Project Info Site: http://wpl.codeplex.com/ -* Project Code Site: http://wpl.codeplex.com/SourceControl/latest +* [Project Info Site](http://wpl.codeplex.com/) +* [Project Code Site](http://wpl.codeplex.com/SourceControl/latest) * Project License Type: [Microsoft Public License (Ms-PL)](http://wpl.codeplex.com/license) * Project Main Contact: [Barry Dorrans](http://www.codeplex.com/site/users/view/bdorrans) ## Quicklinks -* Discussions: http://wpl.codeplex.com/discussions \ No newline at end of file +* [Discussions](http://wpl.codeplex.com/discussions) \ No newline at end of file diff --git a/projects/mvvm-light-toolkit.md b/projects/mvvm-light-toolkit.md index 20079c4..68d85f4 100644 --- a/projects/mvvm-light-toolkit.md +++ b/projects/mvvm-light-toolkit.md @@ -3,15 +3,15 @@ The purpose of the [MVVM Light Toolkit](http://mvvmlight.net/) is to accelerate the creation and development of MVVM applications in WPF, Silverlight, Windows Store (RT), and for Windows Phone. ## Project Details -* Project Info Site: http://mvvmlight.net -* Project Code Site: http://mvvmlight.codeplex.com/SourceControl/latest +* [Project Info Site](http://mvvmlight.net) +* [Project Code Site](http://mvvmlight.codeplex.com/SourceControl/latest) * Project License Type: [MIT](http://mvvmlight.codeplex.com/license) * Project Main Contact: [Laurent Bugnion](http://www.codeplex.com/site/users/view/lbugnion) ## Quicklinks -* Documentation: http://mvvmlight.codeplex.com/documentation -* Discussions: http://mvvmlight.codeplex.com/discussions -* Blog: http://blog.galasoft.ch/posts/category/mvvm/ +* [Documentation](http://mvvmlight.codeplex.com/documentation) +* [Discussions](http://mvvmlight.codeplex.com/discussions) +* [Blog](http://blog.galasoft.ch/posts/category/mvvm/) * Twitter: @LBugnion diff --git a/projects/owin-authentication-middleware.md b/projects/owin-authentication-middleware.md index e548f32..3cf4e83 100644 --- a/projects/owin-authentication-middleware.md +++ b/projects/owin-authentication-middleware.md @@ -3,13 +3,13 @@ [Katana](http://katanaproject.codeplex.com/) is a flexible set of components for building and hosting OWIN-based web applications. These products are actively developed by the Katana team assigned to the Microsoft Open Tech Hub and in collaboration with a community of open source developers. Together we are dedicated to creating the best possible platform for Web application hosting and development. ## Project Details -* Project Info Site: http://katanaproject.codeplex.com/ -* Project Code Site: http://katanaproject.codeplex.com/SourceControl/latest#src/ +* [Project Info Site](http://katanaproject.codeplex.com/) +* [Project Code Site](http://katanaproject.codeplex.com/SourceControl/latest#src/) * Project License Type: [Apache License 2.0](http://katanaproject.codeplex.com/license) * Project Main Contact: [Daniel Roth](http://www.codeplex.com/site/users/view/danroth27) ## Quicklinks -* Contribute: http://katanaproject.codeplex.com/wikipage?title=contribute -* Documentation: http://katanaproject.codeplex.com/documentation -* Discussions: http://katanaproject.codeplex.com/discussions \ No newline at end of file +* [Contribute](http://katanaproject.codeplex.com/wikipage?title=contribute) +* [Documentation](http://katanaproject.codeplex.com/documentation) +* [Discussions](http://katanaproject.codeplex.com/discussions) \ No newline at end of file diff --git a/projects/salesforce-toolkits.md b/projects/salesforce-toolkits.md index a66a6bf..092dce6 100644 --- a/projects/salesforce-toolkits.md +++ b/projects/salesforce-toolkits.md @@ -3,13 +3,13 @@ The [Salesforce Toolkits](https://github.com/developerforce/Force.com-Toolkit-for-NET) for .NET provide an easy way for .NET developers to interact with the Force.com & Chatter REST APIs using native libraries. ## Project Details -* Project Info Site: https://github.com/developerforce/Force.com-Toolkit-for-NET -* Project Code Site: https://github.com/developerforce/Force.com-Toolkit-for-NET +* [Project Info Site](https://github.com/developerforce/Force.com-Toolkit-for-NET) +* [Project Code Site](https://github.com/developerforce/Force.com-Toolkit-for-NET) * Project License Type: [New BSD](https://github.com/developerforce/Force.com-Toolkit-for-NET/blob/master/LICENSE ) * Project Main Contact: [Wade Wegner](https://github.com/wadewegner) ## Quicklinks -* Contribute: https://github.com/developerforce/Force.com-Toolkit-for-NET#contributing-to-the-repository -* Documentation: https://github.com/developerforce/Force.com-Toolkit-for-NET#operations -* Discussions: https://github.com/developerforce/Force.com-Toolkit-for-NET/issues \ No newline at end of file +* [Contribute](https://github.com/developerforce/Force.com-Toolkit-for-NET#contributing-to-the-repository) +* [Documentation](https://github.com/developerforce/Force.com-Toolkit-for-NET#operations) +* [Discussions](https://github.com/developerforce/Force.com-Toolkit-for-NET/issues) \ No newline at end of file diff --git a/projects/system.drawing.md b/projects/system.drawing.md index 2c72df6..5990450 100644 --- a/projects/system.drawing.md +++ b/projects/system.drawing.md @@ -3,13 +3,13 @@ [System.Drawing](http://www.mono-project.com/Drawing) is a cross platform open source implementation of Microsoft's System.Drawing namespace used to draw. ## Project Details -* Project Info Site: http://www.mono-project.com/Drawing -* Project Code Site: https://github.com/mono/mono/tree/master/mcs/class/System.Drawing +* [Project Info Site](http://www.mono-project.com/Drawing) +* [Project Code Site](https://github.com/mono/mono/tree/master/mcs/class/System.Drawing) * Project License Type: [MIT](https://github.com/jstedfast/MimeKit/blob/master/License.md) * Project Main Contact: [mono@xamarin.com](mailto:mono@xamarin.com) ## Quicklinks -* Contribute: https://github.com/mono/mono/blob/master/CONTRIBUTING.md -* Documentation: http://docs.go-mono.com/?link=N%3aSystem.Drawing -* Discussions: http://go-mono.com/forums/ \ No newline at end of file +* [Contribute](https://github.com/mono/mono/blob/master/CONTRIBUTING.md) +* [Documentation](http://docs.go-mono.com/?link=N%3aSystem.Drawing) +* [Discussions](http://go-mono.com/forums/) \ No newline at end of file diff --git a/projects/umbraco.md b/projects/umbraco.md index 57b1b86..9043f1f 100644 --- a/projects/umbraco.md +++ b/projects/umbraco.md @@ -3,13 +3,13 @@ [Umbraco](http://umbraco.com/) is a free open source Content Management System built on the ASP.NET platform. It has award-winning integration capabilities and supports ASP.NET MVC or Web Forms, including User and Custom Controls, out of the box. Umbraco is strongly supported by both an active and welcoming community of users around the world, and backed up by a rock-solid commercial organization providing professional support and tools. ## Project Details -* Project Info Site: http://umbraco.com/ -* Project Code Site: https://github.com/umbraco/Umbraco-CMS +* [Project Info Site](http://umbraco.com/) +* [Project Code Site](https://github.com/umbraco/Umbraco-CMS) * Project License Type: [MIT](https://github.com/umbraco/Umbraco-CMS/blob/7.2.0/LICENSE.md) * Project Main Contacts: [Umbraco Team](http://umbraco.com/about-us/team.aspx) ## Quicklinks -* Documentation: http://our.umbraco.org/documentation -* Discussions and Help: http://our.umbraco.org/forum -* Contribute: http://our.umbraco.org/contribute \ No newline at end of file +* [Documentation](http://our.umbraco.org/documentation) +* [Discussions and Help](http://our.umbraco.org/forum) +* [Contribute](http://our.umbraco.org/contribute) \ No newline at end of file diff --git a/projects/windows-phone-toolkit.md b/projects/windows-phone-toolkit.md index 678a18a..5eac7b4 100644 --- a/projects/windows-phone-toolkit.md +++ b/projects/windows-phone-toolkit.md @@ -3,11 +3,11 @@ Straight from Microsoft Windows Phone developer platform team - [Windows Phone Toolkit](http://phone.codeplex.com/) provides the developer community with new components, functionality, and an efficient way to help shape product development. WPToolkit releases include open source code, samples & docs, plus design-time support for the Windows Phone platform. ## Project Details -* Project Info Site: http://phone.codeplex.com/ -* Project Code Site: http://phone.codeplex.com/SourceControl/latest +* [Project Info Site](http://phone.codeplex.com/) +* [Project Code Site](http://phone.codeplex.com/SourceControl/latest) * Project License Type: [Microsoft Public License (Ms-PL)](http://phone.codeplex.com/license) * Project Main Contact: [Shawn Oster](https://www.codeplex.com/site/users/view/shawnoster) ## Quicklinks -* Discussions: http://social.msdn.microsoft.com/Forums/en-us/wpdevelop/threads \ No newline at end of file +* [Discussions](http://social.msdn.microsoft.com/Forums/en-us/wpdevelop/threads) \ No newline at end of file diff --git a/projects/xamarin.auth.md b/projects/xamarin.auth.md index 4b79393..2cb429d 100644 --- a/projects/xamarin.auth.md +++ b/projects/xamarin.auth.md @@ -3,12 +3,12 @@ [Xamarin.Auth](https://github.com/xamarin/Xamarin.Auth/blob/master/License.md) is a cross-platform API for authenticating users and storing their accounts. ## Project Details -* Project Info Site: https://github.com/xamarin/Xamarin.Auth -* Project Code Site: https://github.com/xamarin/Xamarin.Auth +* [Project Info Site](https://github.com/xamarin/Xamarin.Auth) +* [Project Code Site](https://github.com/xamarin/Xamarin.Auth) * Project License Type: [Apache License 2.0](https://github.com/xamarin/Xamarin.Auth/blob/master/License.md) * Project Main Contact: [Eric Maupin](https://github.com/ermau) ## Quicklinks -* Documentation: https://github.com/xamarin/Xamarin.Auth/blob/master/GettingStarted.md -* Discussions: https://github.com/xamarin/Xamarin.Auth/issues \ No newline at end of file +* [Documentation](https://github.com/xamarin/Xamarin.Auth/blob/master/GettingStarted.md) +* [Discussions](https://github.com/xamarin/Xamarin.Auth/issues) \ No newline at end of file diff --git a/projects/xamarin.mobile.md b/projects/xamarin.mobile.md index 3992fba..8c27584 100644 --- a/projects/xamarin.mobile.md +++ b/projects/xamarin.mobile.md @@ -3,12 +3,12 @@ [Xamarin.Mobile](https://components.xamarin.com/view/xamarin.mobile) is an API for accessing common platform features, such as reading the user's address book and using the camera, across iOS, Android, and Windows Phone. The goal of Xamarin.Mobile is to decrease the amount of platform-specific code needed to perform common tasks in multiplatform apps, making development simpler and faster. ## Project Details -* Project Info Site: https://github.com/xamarin/Xamarin.Mobile -* Project Code Site: https://github.com/xamarin/Xamarin.Mobile +* [Project Info Site](https://github.com/xamarin/Xamarin.Mobile) +* [Project Code Site](https://github.com/xamarin/Xamarin.Mobile) * Project License Type: [Apache License 2.0](https://github.com/xamarin/Xamarin.Mobile/blob/master/LICENSE.md) * Project Main Contact: [Eric Maupin](https://github.com/ermau) ## Quicklinks -* Documentation: https://github.com/xamarin/Xamarin.Mobile/blob/master/GettingStarted.md -* Discussions: https://github.com/xamarin/Xamarin.Mobile/issues \ No newline at end of file +* [Documentation](https://github.com/xamarin/Xamarin.Mobile/blob/master/GettingStarted.md) +* [Discussions](https://github.com/xamarin/Xamarin.Mobile/issues) \ No newline at end of file