November 2012 - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

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...
Read More

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...
Read More

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 ...
Read More

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...
Read More

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...
Read More

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...
Read More

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 ...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

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 ...
Read More

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...
Read More

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...
Read More

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...
Read More

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 ...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

Introduction to NLog

NLog is a .NET library which enables you to add sophisticated tracing code to your application, delivering the functionality mentioned abov...
Read More

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 ...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

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 ...
Read More

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...
Read More