• Posts Tagged ‘C#’

    Updated Projects Page

    by  • October 5, 2010 • News, Programming • 0 Comments

    I’ve recently updated my projects page, and have added links to the projects I am currently working on, as well as projects I have worked on in the past. Feel free to check it out here if you are interested: http://johnhforrest.com/projects/.

    Some of the more notable projects I am working on include development for Windows Phone 7 (unfortunately this doesn’t have a dedicated page yet, I am mostly dabbling with the SDK at this point), my research in data stream clustering (http://johnhforrest.com/projects/data-stream-clustering/), and a C# build of the Warcraft 3 Replay Parser (there is no project page for the C# implementation yet but here is the original: http://johnhforrest.com/projects/warcraft-3-replay-parser/).…

    Read more →

    Windows Phone 7 Gestures

    by  • September 23, 2010 • Programming • 2 Comments

    For those of you who haven’t heard, the Windows Phone 7 is coming out in October (I think the official release date is October 11th). I’m usually not very interested in news related to smart phones, in fact, I didn’t even know Microsoft had a Mobile division until the announcement of the new phone coming out. However, all Microsoft Summer 2010 interns were promised free Windows Phone 7s by Steve Ballmer himself.

    As such, I have begun to explore the SDK a fair bit, and plan on attempting to release a few apps to the marketplace. All development is done in C#, which when developing in Visual Studio is generally just a beautiful programming experience compared to working with Objective C in Xcode.…

    Read more →