Apps on Shark Tank? $500,000 for 35%…

As we all know, mobile applications are a fairly recent market to break into.  Apps have only been used for a few years now, and what separates a popular app from an unpopular one often seems like fate or coincidence. However, the marketing of the app is of upmost importance.  The article in question shows…

Awesome iPhone Apps

Good news for our clients who want to see how different apps operate without breaking the bank! For a limited time, these eight apps, which usually cost money, are free to consumers. We at Liberty Fox believe it’s intelligent for our clients to look at other apps, to see what features they may want to…

Microsoft Branching into Android and iOS

Some good news coming early in the year here! As many of you know, in the past, Microsoft was hesitant to release its apps onto platforms that competed against them in the mobile market. These other platforms included the iOS and Android markets, both of which are hugely successful and popular. But Microsoft CEO Satya…

A Limitation of Anonymous Classes

Recently, we were editing some code for a client, specifically code that creates a list of an anonymous class, and then runs a LINQ statement on it. As part of the edit, we had to set the values of this class differently under different conditions. Regardless of the situation, though, the structure would end up…

Writing XML in Razor

On one of our recent projects, we needed to add a feature to a client’s website that would dynamically generate XML in a Razor CSHTML file. In order to do this, we first needed to tell razor that we’re writing XML, which we did by quite simply writing code to set Response.ContentType to XML’s MIME…