Getting Started With Microsoft Team Foundation Server Source Control System

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 [...]
Few Important Git Command Examples

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 [...]
Piping Email Contents To PHP Script

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 [...]
Codeigniter Development Guidelines

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

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 [...]
