Windows Phone 8 XAML LongListSelector
Last year we evangelized the use of the LongListSelector control to provide smooth infinite scrolling scenarios. The LongListSelector... more »
Tweet 0 Comments Save Tags: frameworks , mobile , windows
Windows 8 UX Design Jump Start
Windows 8 is a new digital canvas where you can showcase your creativity and flair with apps that reach hundreds of millions of people.... more »
Tweet 0 Comments Save Tags: frameworks , gui , windows
How to setup a Load Balanced Web Farm of Virtual Machines (Linux or otherwise) on Windows Azure (command line)
A buddy of mine was thinking to move some of his Linux-based website to Azure. If you're running a Web Site that this node.js, ASP,... more »
Tweet 0 Comments Save Tags: cloud , frameworks , how-to
The ASP.NET Internals
This article dives into the internals on ASP.NET. It walks you through embedding static files inside the compiler assembly file, enabling... more »
Tweet 0 Comments Save Tags: .net , frameworks , web design , web services
InfiView 2.2 Released
Due to changes introduced in the latest Firefox and Chrome releases we created an updated version of InfiView - version 2.2 InfiView 2.2... more »
Tweet 0 Comments Save Tags: ajax , frameworks , javascript , news
Inside Windows Phone – Practical MVVM for Windows Phone
The cornerstone app architecture for Windows Phone development is the MVVM (Model-View-ViewModel) design pattern. In this video, Matthias... more »
Tweet 0 Comments Save Tags: frameworks , mobile , windows
Lessons Learned: A Year with a Large AngularJS Project
After a year of working with a large AngularJS project, I thought I’d share a few of the lessons that I learned in the process. Firstly,... more »
Tweet 0 Comments Save Tags: frameworks , javascript , reviews
Tourist.js
Tourist.js is a simple library for creating guided tours through your app. It's better suited to complex, single-page apps than websites.... more »
Tweet 0 Comments Save Tags: frameworks , javascript
PhoneGap and AngularJs: Build upon the PhoneGap api to expose some AngularJs services
This series of tutorials will focus on using PhoneGap and AngularJs together in an iOS application. We will start off small but build... more »
Tweet 0 Comments Save Tags: frameworks , how-to , javascript , mobile
Test-Driving Development for the Firefox OS Phone
Mozilla's Firefox OS delivers an easy way to develop and market apps for Android and the upcoming Mozilla-specific phone. Mike Riley... more »
Tweet 0 Comments Save Tags: frameworks , mobile , reviews
Wrestling All Day With WebAPI, NewtonSoft and JSON Date Formats
Half to document what I now believe and half to share my findings, I’m going to do a short post that shows the implications of changing... more »
Tweet 0 Comments Save Tags: .net , frameworks , javascript
AngularJS on Rails 4 - Part 1
Angular seems to be the big craze as of late. Some may agree and some may not, but AngularJS is one of the next big contenders for being... more »
Tweet 0 Comments Save Tags: frameworks , javascript , ruby
Dealing with Windows Azure Storage transient faults
When an application uses a service, errors can occur because of temporary conditions such as intermittent service, infrastructure-level... more »
Tweet 0 Comments Save Tags: cloud , frameworks , reviews
Apache Flex Overview
This blog provides an overview of Apache Flex RIA Framework for a beginners.
Tweet 0 Comments Save Tags: flash-flex , frameworks , open source , ria
Android to Windows Phone 8: Working with Key-Value Pairs
In Android development, if you have a small collection of key-value pairs that you want to persist from session to session you use... more »
Tweet 0 Comments Save Tags: frameworks , mobile , windows
Moving from Partial Views to AJAX Calls
In this article, I'll take an ASP.NET application that uses partial views and convert it to use AJAX calls and some JavaScript... more »
Tweet 0 Comments Save Tags: .net , ajax , frameworks , web design
Using Entity Framework Code First Approach with Fluent API in an ASP.NET MVC application
Fluent API is a flexible way to define mapping between POCO classes used in Entity Framework Code first. This article demonstrates how to... more »
Tweet 0 Comments Save Tags: .net , frameworks , reviews
Announcing the release of AMQP support with Windows Azure Service Bus
For the past five years, Microsoft has been working with a diverse group of companies to develop the Advanced Message Queuing Protocol... more »
Tweet 0 Comments Save Tags: cloud , frameworks , microsoft
Portable HttpClient is now available as RC
Three months ago we shipped the first preview of the portable HttpClient. Many of you wondered when we would ship the RTM version. Today,... more »
Tweet 0 Comments Save Tags: .net , frameworks , reviews
Lambdas vs. Closures
In recent days, I've twice found myself explaining the difference between lambdas and closures in C++11, so I figured it was time to... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
Review: “ZeroMQ” by Pieter Hintjens; O'Reilly Media
Book Review of “ZeroMQ” by Pieter Hintjens from O'Reilly Media
Tweet 0 Comments Save Tags: frameworks , open source , reviews
Programmatically Creating SharePoint Lists, Be Careful With Column Names and Watch Out for the Trailing Zero
Recently I was working on a Feature that when activated would create a new list in the site. I was creating the list and its columns via code...
Tweet 0 Comments Save Tags: .net , frameworks , microsoft , windows
Laravel 4 tutorial – simple website with backend – Part 2
This is part 2 of the Laravel 4 tutorial on how to build a simple website with backend. This part will get into the core of the Laravel 4... more »
Tweet 0 Comments Save Tags: frameworks , php , trends
Django Email Tricks - part 2
Suppose you have a user that has just signed up for an account with your company using your shiny new web app. You need to send welcome... more »
Tweet 0 Comments Save Tags: frameworks , how-to , python
Introducing endjin composition framework 2.0 : Part 3 – Using the content factory
As I explained in this post, the framework provides a set of installers for registering components against interfaces in the container.... more »
Tweet 0 Comments Save Tags: frameworks , reviews