Hack around with PECL libs for php in Lubuntu
From my very childhood I dreamed about many things to be when I am grownup – from a soldier to sailor, from a pilot to postman, from engineer to innovator […]
From my very childhood I dreamed about many things to be when I am grownup – from a soldier to sailor, from a pilot to postman, from engineer to innovator […]
More or less we all know that solving a problem in the programming world needs a lot detective work. And to my experience (mostly from holly wood movies) on […]
Shell scripts are awesome. One can do whatever with a shall script. With whatever i mean whatever deadly or creative. However in this article I will try to show how can […]
This is a very basic article about how to open an existing AutoTools project in Eclipse CDT. Yet it will waste some of our time specially if we don’t know […]
In this article I will try to demonstrate a very simple way to start an autotools project with Eclipse in Ubuntu. This is very simple except a peculiar problem which […]
I have made a video presentation on how to include SQLite DB file while Deployment on VS 2010. The video is provided here. If you find this a broken link; […]
This article is an extension of my previous article Using unity for IoC and DI. I would recommend reading that article before start reading this article. However in the previous […]
In this article I will try to describe all about using unity in our .NET projects and thus how to implement IoC (inversion of control) and DI(Dependency Injection). Description of […]
Sometimes we get confused between Cygwin and MinGW when developing open source applications. Off course they are not the same but which one to prefer when is a big challenge. Differences MSYS(in […]
Sometimes we all need some quick information as like our global address of our machine. Hit any of these sites to get your global IP. http://www.ip-adress.com http://showip.net http://www.myglobalip.com google.com (your […]
If you have a good understanding of IoC(Inversion of Control), DI(Dependency Injection) and Multi-layer architecture then continue reading this article other wise have a look at this article – An […]
Introduction: Lets start with a very basic conception in developing a three tier application. These kind of applications normally have three layers: Data access layer (DAL), Business logic layer(BLL) and […]
Some times I feel that I have reached the end point of my patients just like this day when I was stuck in Lubuntu update. I have set up the […]
I have posted this article here in Code Project .
Introduction Straightly speaking delegation is a process of pointing a function. So a delegate type variable is a pointer of a function. In this post I am going to discus about the […]