


C++ Tutorial – Data types
C++ practically offers most of the necessary data types except for a basic data type string. This is a big trouble in C++ without such […]

Mohammad Azam by azamsharp
My name is Mohammad Azam. You might know me as “AzamSharp“. I started programming at the age of 13 with GW BASIC as my first […]

Asif Munir by asif
Asif Munir is a Computer Science Graduate from an Engineering University in Pakistan. Now, he is working as a Project Manager at NavicoSoft and […]

A Simple Web Service in C# by gujjar
Web Services Web Services are the basic fundamental building blocks of invoking features that can be accessed by an application. The accessibility to provide […]

DirectX Programming in C# by tomd123
A little background info: DirectX projects require more processing power from the computer and they could become really complex because of all the math […]

NHibernate Part III by azamsharp
Introduction: In the last article we saw that how we can insert the data into the database using only few lines and without stored procedures. […]

NHibernate Part II by azamsharp
Introduction: I know you all must be really anxious to find out that how NHibernate works and how it can make your life easier.In this […]

O/R Mappings Series Articles – Part I by azamsharp
Series Part I Abstract: This is an article series in which I will talk about using O/R Mapping. O/R Mapping can ease your life since […]

Entity Classes by azamsharp
Introduction: In the last article we saw the differences between the dataset and typed datasets. Typed datasets are more flexible than using dataset. In this […]