How to become a C# Programmer
So you want to be a C# programmer? In this article, I will try to answer this question with some real world examples.
View ArticleWindows 8 New Disk Error Checking Feature
In this article we explain a new disk error checking feature in Windows 8.
View ArticleCreate MySQL User-Defined Function in PHP
In this article I explain how to create a MySQL User-Defined Functions using PHP.
View ArticleFloyd's Triangle in Windows Store App
In this article I will describes Floyd's Triangle in a Windows Store App.
View ArticleHow to Use MySQL Function in PHP
We are describing the MySQL functions: mysql_get_client_info, mysql_get_client_version and mysql_get_host_info functions.
View ArticleConstructor and Destructor in PHP
In this article I explain how to create a constructor and release memory by a destructor.
View ArticleChanging String Case in PHP
I am describing changing string case in PHP using the important string functions strtolower, strtoupper, ucfirst and ucwords.
View ArticlePage Control in iPhone
In this article I will explain how to implement a Page Control in an iPhone.
View ArticleMake Windows 8 Boot Straight To the Desktop
In this article we explain how to make Windows 8 boot straight to the Desktop. When Windows 8 boots, we can skip past Metro during a manual boot.
View ArticleNumber Object Method In TypeScript: Part 4
In TypeScript, the number object is an object wrapper for primitive numeric values. If the value parameter can not be converted into a number, it will be return NaN. There are four methods of the...
View ArticleUsing Windows Control in WPF
In this section we are going to learn how to use Windows Forms Controls in WPF. If you have ever compared the Windows Forms toolbox to that of the WPF toolbox then you will find many controls that are...
View ArticleHow to Create Report (RDLC) in WPF
This article shows how to add a RDLC report in WPF. Suppose I have been assigned the task of generating a RDLC report in WPF.
View ArticleMySQL Transaction in PHP
In the real world, a database may be used by several users at the same time. When it is, then what happens is that two users might try to update a single record at the same time. So this article...
View ArticleSPARSE Column in SQL Server
A SPARSE column is an ordinary type of column that has optimized storage for NULL values. It also reduces the space requirements for null values at the cost of more overhead to retrieve non-null...
View ArticleDisplay Number From 1 to 100 Without Loop in Windows Store App
Today I am describing a very simple but interesting thing. Because we always print number from 1 to 100 using a loop. But someone asked me how to print these numbers without using a loop. Really at...
View ArticleTreeView and WPF User Control in WPF
This article demonstrates how to use a TreeView in WPF and how to program with it. As we all know, a TreeView basically is a control that displays data hierarchically. I'm not providing an extensive...
View ArticleDropDownList Helper Data Binding in MVC
In this article you will learn how to bind data to a DropDownList helper in MVC. We will try binding data to a DropDownList from a List, a List and also from a database.
View ArticleNatural Join in PHP
When you want to "join" two tables based on a common column then you can use an "equi join" and in this process you specify on the "using" keyword to specify the columns, of which tables are to be...
View ArticleDisable Strict Name Check in Windows Server 2012
Microsoft has introduced a security feature that refuses to serve a request if the target server name is not the server's actual name. This feature will prevent creation of DNS aliases for use in...
View Article