Welcome to MSDN Blogs Sign in | Join | Help

June 2009 - Posts

New CodePlex project: a simple Undo/Redo framework

I just created a new CodePlex project: http://undo.codeplex.com What It's a simple framework to add Undo/Redo functionality to your applications, based on the classical Command design pattern . It supports merging actions, nested transactions, delayed

Visual Studio 2010 Beta1 + TFS + HTTPS (TF31001): The ServicePointManager does not support proxies with the https scheme.

This is just a little note to myself and others who might run into this. I was using Visual Studio 2010 and Team Foundation Client to access a CodePlex project over HTTPS (port 443), and got this error message: --------------------------- Microsoft Visual
Posted by Kirill Osenkov | 1 Comments
Filed under:

VS Project, C++ and Editor team blogs

This is just a quick announcement about some Visual Studio team blogs that might be really worth checking out. http://blogs.msdn.com/vsproject/ – the Visual Studio Project and Build team (who owns Project System and MSBuild) has a new blog. They have
Posted by Kirill Osenkov | 0 Comments
Filed under:

Algorithms in C#: shortest path around a polygon (polyline routing)

Suppose you have to build a road to connect two cities on different sides of a lake. How would you plan the road to make it as short as possible? To simplify the problem statement, a lake is sufficiently well modeled by a polygon, and the cities are just

yield return and Continuation-Passing Style

Someone was recently porting some C# code to VB and had a question about how to convert the C# yield return iterator methods to VB (VB currently doesn’t support iterators). There were a lot of replies like “use Reflector on a compiled binary and copy-paste
Posted by Kirill Osenkov | 5 Comments
Filed under: ,
 
Page view tracker