In this article, I will explain how to install and configure self-signed SSL certificate for the central administration web site in SharePoint Server 2010. This procedure is also applicable for any other web applications for both SharePoint 2007 and SharePoint 2010.
Google I/O , Google’s largest annual developer conference, will take place on May 19-20 at Moscone West San Francisco, and nearly all of the tracks feature open sourced...
An approach for configuring and mounting Windows Azure X-Drives at Startup of Web Role Lifecycle through callbacks RoleEntryPoint.OnStart() and Global.Application_Start().
This article describes a simple method of capturing a NewWindow event for the Windows Forms WebBrowser control, and also how to detect (and potentially cancel) a JavaScript window.close() call.
Photo credit: Dj Walker-Morgan On Thursday the 1st of April we held the Google London Open Source Jam 0x10 (that is, the 17th). The Jams are informal meet-ups...
On this project I needed to provide unit tests both in NUnit and MSTest. I will write about this later.Once done, both projects ran without errors being detected. I loaded up the main project as source to CodePlex. (Resharper was very helpful in that it would run both sets of tests - thank you Jet Brains!)
Can't code withoutIn-depth C# code analysis with instant errorand warning highlighting and quick-fixes
The CodePlex team deployed a few times over the last week. Below is a roll-up of changes:
Fixed issue with being able add additional commits to pull requests - Thanks to Oren Novotny
Fixed problem with issue summaries breaking within words - Thanks to Jeff Handley and SoonDead
Corrected inconsistencies between the time displayed on the history page and previous versions page for Git/Hg commits.
Fixed perma-link issue when linking to forks. - Thanks to Scott Blomquist
Fixed problem with connecting via Windows Live Writer - Thanks to yufeih
Fixed source browsing problem when folders have special characters.
Fixed AppHarbor service hooks for Mercurial projects.
Have ideas on how to improve CodePlex? Please visit our suggestions page! Vote for existing ideas or submit a new one.
As always you can reach out to the CodePlex team on Twitter @codeplex or reach me directly @mgroves84
With this add-in, you get new tools and commands that boost your productivity while developing, and some helpful reports especially for web projects - Version 2.2
At this week’s Campfire One event, we launched the new Google Apps Marketplace , making it easier for you to create applications that integrate deeply with Google Apps...
This article describes the design, implementation and usage of the WS-Eventing for distributed applications driven by new MS communication model WCF (Windows Communication Foundation)
Imagine that you need to develop application for shipping Orders. Your Orders could be in few states: New Order, Registered, Granted, Shipped, Invoiced, Cancelled. And there are some rules which allow your Order to migrate to another state. How to encapsulate states and rules logic? - STATE