System.Blog.Martens.Ben

The Tech Blog of Ben Martens

Posts
  • System.Blog.Martens.Ben

    How to Override a WP7 App Submission

    • 0 Comments
    I love writing apps for Windows Phone, and I’ve devoted quite a lot of time to my most popular one, CascadeSkier . A few times along the way, I’ve discovered a major bug AFTER submitting my application for marketplace testing. In both cases, these were...
  • System.Blog.Martens.Ben

    Bug Tales: WP7 Secondary Live Tiles

    • 0 Comments
    In my spare time, I have written quite a few Windows Phone applications. By far the best and most popular one is CascadeSkier . In a recent update, I switched from pushing out live tiles from a centralized server to having the phone generate it’s own...
  • System.Blog.Martens.Ben

    Removing Errors In Data Explorer

    • 0 Comments
    If you step through my previous post about Netflix + Rotten Tomatoes and try to recreate it, you might notice a couple things that I skipped. In my particular queue, I have some TV series. Rotten Tomatoes doesn’t return any search results. This results...
  • System.Blog.Martens.Ben

    Using Data Explorer to Combine Netflix and Rotten Tomatoes

    • 1 Comments
    I recently reactivated my Netflix subscription after having it on hold for a few months. I had a lot of movies built up in the queue and I was wondering which ones I should watch first. Netflix does offer recommendations based on what I’ve seen before...
  • System.Blog.Martens.Ben

    Do Bicyclists Like Yogurt?

    • 0 Comments
    It's so much fun to have material like these videos going out for our product! Here’s another new one to check out. Various other team members have also been doing some blogging. I’d specifically recommend that you check out Tim’s blog . He has been releasing...
  • System.Blog.Martens.Ben

    New “Data Explorer” Video

    • 0 Comments
    Our team has released another video! Hopefully it won’t be too much longer before you can actually get your hands on some real bits. We’re cranking away on a couple more great features that we want to get into that first release. Don’t forget to check...
  • System.Blog.Martens.Ben

    Microsoft Codename “Data Explorer” Announced

    • 1 Comments
    I’m happy to announce that the project I’ve been working on is finally public! Technically the actual bits are not public yet, but the fact that we exist is no longer a secret! Here’s my elevator pitch: This product allows you to easily pull in lots of...
  • System.Blog.Martens.Ben

    Ambiguous Morse Solver

    • 0 Comments
    Decoding Morse Code when there are character delimiters is fairly trivial. When you don’t know where each character begins in the string, it becomes a little more difficult. You can solve it with recursion without too much trouble, but you can also solve...
  • System.Blog.Martens.Ben

    Play Music After Build

    • 0 Comments
    Building our product can take 10-20 minutes depending on how much of the tree you have selected. In that time my mind will wander to Outlook emails and other tasks and I’ll forget to head back to my command window when the build is done. I now have the...
  • System.Blog.Martens.Ben

    Modules Window in Visual Studio 2010

    • 4 Comments
    I went to pull up the modules window in VS2010, but I couldn’t find it. Maybe I did something to remove/hide it from the menu, but if you’re in this situation, you can still get to it by pressing Ctrl-Alt-U.
  • System.Blog.Martens.Ben

    PDC Videos

    • 0 Comments
    Here are some videos of the PDC sessions related to my project. The first one, specifically, is devoted to my immediate team’s work. SQL Server Modeling (nee “Oslo”) Microsoft Project Code Name “M”: The Data and Modeling Language Building Data-Driven...
  • System.Blog.Martens.Ben

    SQL Server Modeling November 09 CTP

    • 0 Comments
    The latest CTP from my team is now public on the web! Here are a few of the “M” language updates you’ll find in these bits: The ability to reference labeled entity instances in expressions and across compilation episodes. Entities and collections now...
  • System.Blog.Martens.Ben

    MSDN Data DevCenter

    • 0 Comments
    Members of my group have been hard at work getting a new MSDN Data DevCenter up and running at http://msdn.com/data . This is a merger of a few other DevCenters to provide a unified look at developing with Microsoft’s data platform. Keep your eyes open...
  • System.Blog.Martens.Ben

    Logs Named By Current DateTime

    • 1 Comments
    I have a scheduled task and I’d like to save logs from the output. After some quick batch file work, I came up with this. @echo off setlocal for /f "tokens=2" %%A in ('date /t') DO @(set MyDate=%%A) set MyDate=%MyDate:/=-% set MyTime=%TIME:...
  • System.Blog.Martens.Ben

    Taskbar Pinned Shortcuts Location

    • 1 Comments
    Ever wondered where those pinned shortcuts are stored in Win7? %APPDATA%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
  • System.Blog.Martens.Ben

    Restrict Your RAM

    • 0 Comments
    I recently had a stress test bug assigned to me that I couldn’t repro on my machine with 6GB of memory. I could have opened the box and physically pulled out a couple sticks, but what fun is that? You can actually restrict the amount of RAM right from...
  • System.Blog.Martens.Ben

    Oslo May 2009 CTP Available

    • 1 Comments
    The May 2009 "Oslo" CTP is available on the Oslo Developer Center ! Shawn Wildermuth has done a nice job of summarizing the changes to the M language since the January CTP. Also check out Jeff Pinkston's (aka "Pinky") blog for some existing posts on the...
  • System.Blog.Martens.Ben

    Check Binary Signing

    • 0 Comments
    I’ve recently been doing a lot of work around signed and unsigned assemblies. Someone passed along this great command to me which will recursively check whether or not each assembly at and below the current directory is signed. for /r %i in (*.exe *.dll...
  • System.Blog.Martens.Ben

    Why Oslo Is Important

    • 1 Comments
    This article by Dan Vanderboom is one of the best pieces of writing I’ve seen to explain why Oslo is important. Here are a few quotes, but you should take the time to read the whole thing . Oslo respects this need for choice by offering support for building...
  • System.Blog.Martens.Ben

    Compressing Primes

    • 1 Comments
    A recent program contest at work challenged us to find as many Pythagorean triples as we could that contained at minimum of one prime. We had about a month to work on it. The first question was whether to write up a quick brute force attempt or to take...
  • System.Blog.Martens.Ben

    Oslo on .NET Rocks

    • 0 Comments
    Chris Sells is a PM on our team and spent quite a while talking to Carl Franklin on episode #401 of .NET Rocks. It's a great simple (geeky) English explanation of what we're doing. http://www.dotnetrocks.com/default.aspx?showNum=401
  • System.Blog.Martens.Ben

    Hard Drive Penalties

    • 0 Comments
    In an introductory programming class, I had a professor who explained CPU cache as sitting in a library and having the book in front of you. RAM was like going to a bookshelf. And hitting the hard drive was like ordering it from a store and waiting for...
  • System.Blog.Martens.Ben

    "Oslo" Web Links

    • 2 Comments
    Microsoft "Oslo" Resources " Oslo" Developer Center Download the "Oslo" SDK Ask a Question About "Oslo " Report an Oslo Bug A Lap Around "Oslo" (PDC video) "Oslo" - The Language (PDC video) "Oslo": Customizing and Extending the Visual Design Experience...
  • System.Blog.Martens.Ben

    Models Remixed

    • 1 Comments
    From www.modelsremixed.com ...
  • System.Blog.Martens.Ben

    Microsoft "Oslo" Web Page

    • 0 Comments
    Now that PDC is in full swing, the Oslo Developer Center has been published. It contains a lot of great information about the whole Oslo platform - the Repository, the M modeling language, and Quadrant. Quadrant is the specific piece that I work on so...
Page 1 of 5 (110 items) 12345