codesamplez.com Programming & Development Tutorials, Code Examples

Getting Started With Microsoft Team Foundation Server Source Control System

Posted on April 25, 2012
tfsOverview

If you don’t know anything about Team foundation server, then you might be thinking that, its some kind of tool like SVN/GIT etc source version control system. But, version control is only a part of this.Team foundation server(in short, TFS), is a great innovation of Microsoft, that is integrated with Visual Studio and provide a [...]

Tagged as: , No Comments

Few Important Git Command Examples

Posted on January 19, 2012
Useful Git Commands

Before, I have discussed about very very basics about git and about github. However, none of those tutorials covered the important git commands that is usually needed. I will try to demonstrate some of the most important commands here. So, lets get started . Initialize and config: Here are some initialization commands: Add/Remove/Edit Files And [...]

Tagged as: No Comments

Piping Email Contents To PHP Script

Posted on December 22, 2011
Piping Email To Php

Did you ever think how a email group works, on behind the screen? You send an email to an email address(an unique email address dedicated to a email group), then it is being saved and show on the email group’s web page, and also sent out to all email addresses who are member of this [...]

Tagged as: No Comments

Codeigniter Development Guidelines

Posted on November 16, 2011
codeigniter best practices

A framework can help us to define a set of rules/protocols for our application. However, application source codes can be still messed up if some general best practices aren’t followed well. Today, I will try to describe some those sort of best practices. These will include how to use a reliable application structure and how [...]

Apply LinQ On XML Data

Posted on October 4, 2011
linq to xml tutorial

On my earlier articles, I have described about working with linq on sql server database, which usually known as ‘Linq To SQL’. Today I am going to show some code example , how linq can be applied on XML data. This is know as ‘Linq To XML’.I am assuming you are already familiar with basic [...]

Tagged as: , , No Comments