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.
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
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...
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)
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
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
I had planned to study and apply unit testing to my code, but after talking with my colleagues, some of them suggested to me that it's not necessary and it has a very little benefit. They also claim that only a few companies actually do unit testing with production software.
I am curious how people have applied unit testing at work and what benefits they are getting from using them, e.g., better code quality, reduced development time in the long term, etc.
The programming language of Google Apps Script is JavaScript (ECMAScript). JavaScript is a very flexible and forgiving language which suits us perfectly, and there's also a surprising amount...
Campfire One: GWT 2.0 with Speed Tracer (pt. 1)
Video footage of Google Campfire One held on 12/8/09.
From:
GoogleDevelopers
Views:
8037
12
ratings
Time:
15:08
More in
Science & Technology
You are developing some gaming software. Your write Web client and on each of response you are parsing entire XML to get your game Units. You have some set of types of Units, for example 50 different animals, but when you parse your XML you can get dozens of instances. Memory issue? - FLYWEIGHT will