The idea behind GroundControl is simple, the application fetches a remote property list and updates its NSUserDefaults with the contents of...
Tuesday, November 27, 2012
Saturday, November 24, 2012
Introduction to Collection Views in iOS
Collection Views, available in the UICollectionView class, are a new concept in iOS 6 that introduce presenting multiple items on the scr...
Dependency Injection and Service Locator
Dependency injection is a interface programing technique which is based on altering class behavior without the changing the class intern...
UNDERSTANDING IOC CONTAINER
In a multi layered application architecture, loosely coupled code is more than a important. It's the basic which can either help the ...
Service Locator is an Anti-Pattern
Service Locator is a well-known pattern, and since it was described by Martin Fowler, it must be good, right? No, it's actually an an...
ASP.NET MVC DI with Common Service Locator and NInject
I think everyone knows about Dependency Injection (DI) and how important it is when it comes to building low-coupled components. There ar...
Ninject – Getting Started, Resources, Basic Binding
This post will cover the information needed to get started with Ninject. By the end of this post, you will be able to use Ninject in your...
Introduction to AutoMapper
AutoMapper is an object-to-object mapper, which allows you to solve issues with mapping of the same properties in one object of one type ...
Deep Dive into ASP.NET MVC 4 - Part [1] - Introduction
ASP.NET MVC 4 is a framework for building scalable, standards-based web applicationsusing well-established design patterns and the power...
Build a Twitter Search App for Android: Project Setup
This two-part tutorial series will introduce you to the fundamentals of working with RESTful web services using the Android SDK. Along th...
Data Template Example in Windows Phone
Windows Phone Tutorial, Development & Programming Blog Data Template Example in Windows Phone This example shows how you can data...
UICollectionView Subclass Library Adding Pinterest STyle Grid View Functionality
Today's iOS Developer Resource. An open source iOS 6 UICollectionView subclass that allows you to easily create Pinterest style grid vie...
Thursday, November 22, 2012
Inversion of Control Containers and the Dependency Injection pattern
One of the entertaining things about the enterprise Java world is the huge amount of activity in building alternatives to the mainstream ...
Send Email Attachments with Amazon-SES in C#
These two methods can be used to send emails with Attachment using Amazon-SES in C# Application. public Boolean SendRawEmail(String fr...
How to create a splash screen for WP?
When a Windows Phone app is launched, a splash screen, represented by an image, appears immediately and remains displayed until navigatio...
Future Mocking
Mocking legacy code is hard. Especially, if it's a third-party library and you have little control over how it's written. It is e...
RubyMotion Tutorial: Make iOS Apps With Ruby
RubyMotion is a development platform that lets you write iOS apps in the Ruby language, then compile them down to native Objective-C for ...
Auto Layout & Interface Builder Tutorial
At WWDC this year, Apple explained that Auto Layout using Interface Builder in Xcode is now the preferred way of creating iOS UI. These a...
Getting started with Windows Store apps for iOS developers
Experienced iOS developers interested in creating Windows Store apps for WP8 and Windows 8 need look no further for guidance than Microso...
Aardwolf - a remote JavaScript debugger for mobile apps
If you write mobile web apps, you know that debugging can be a huge hassle. Aleksander Kmetec feels your pain and wrote a remote JavaScri...
Objective-C Literals
Three new features were introduced into clang at the same time: NSNumber Literals provide a syntax for creating NSNumber from scalar lite...
iOS Programming 101: Integrate Twitter and Facebook Sharing in Your App
Following the Twitter support in iOS 5, Apple added the support of Facebook in iOS 6. In the past, developers have to make use of the Fac...
Open Source iOS Control For Easily Creating A Graphical Customizable Scrolling Selector
Today's iOS eveloper Resource. KLHorizontalSelect is an open source control for creating a scrolling customizable graphical selector...
Tuesday, November 20, 2012
Dependency Injection With Ninject
Ninject is a lightweight dependency injection framework for .NET applications. It helps you split your application into a collection of loo...
Introduction to NLog
NLog is a .NET library which enables you to add sophisticated tracing code to your application, delivering the functionality mentioned abov...
How to Use Dependency Injection (Ninject) with WCF Services
I spent a lot of time late last week trying to figure out exactly how to set up dependency injection for a WCF service I was developing on ...
How to Transfer a File with WCF Service
I wanted to expose a very simple service to upload and download files through WCF. And because I wanted to be able to pass both the file co...
Implementing Domainevents in your application
A domainevent should be a reusable piece of code that be triggered from anywhere within your application, providing an isolated unit of wor...
Code First Migrations in Entity Framework
This walkthrough will provide an overview Code First Migrations in Entity Framework. You can either complete the entire walkthrough or skip...
Scaffold your ASP.NET MVC 3 project with the MvcScaffolding package
This post is part of a series about the MvcScaffolding NuGet package: This post: Scaffold your ASP.NET MVC 3 project with the MvcScaffol...
Easy Core Data Fetching with Magical Record
Magical Record, created by Saul Mora, is an open-source library that makes working with Core Data easier and more elegant. The library was ...
Open Surce Library For Easy Indexed UITableViews
Today's iOS Developer Resource. 1. An open source library that allows you to easily create indexed UITableViews. You'll find AD...
Sunday, November 18, 2012
Dynamic Data Web Application
Dynamic Data Web Application Dynamic Data Web Application Introduction Today, in this article let's play around with one ...
Today's iOS Developer Resource and Libraries.
Today's iOS Developer Resource and Libraries. 1. Open Source iOS Library For Detecting Apps Installed On A User's Device An op...
Reusable collapsable table view for iOS
I was once working on an iPhone application that shows a large number of inputs, grouped into various categories, in a UITableView. To ...