Improve Website Speed With mod_pagespeed

mod_pagespeed tutorial

Few months earlier, Google announced about their new developed Apache module, mod_pagespeed on their googlewebmaster's blog post. This is a apache module, which can be installed just like other apache modules and its command directives can be used on … [Read more...]

“Facebooksdk” – C#.NET Library For Facebook API

Facebooksdk C#

If you are already developing facebook application in .NET platform, you must have noticed that, the official c# sdk for facebook api isn't quite enough for most of the developers as still many common implementations are to be handled by developers … [Read more...]

Beginning Htaccess Programming

htaccess tutorials

As far I saw and experienced, many developers always try to avoid using htaccess on their Linux environment based web applications. There is a good definite reason also behind this tradition. if you go and start reading the apache mod_rewrite … [Read more...]

Getting Started With XML Serialization In C#

C# Serialization Tutorial

Serialization/De-serialization is a very important feature of an application, specially when it needs to communicate with another application by sending and receiving data. Because, generally, two different applications(also may be of different … [Read more...]

Getting Started With Facebook Javascript API

Facebook API Tutorials

Now a days, most of the web-based developers, whatever platform they works/specialized on (backend/front end/php/asp.net etc), do posses some JavaScript knowledge. Also, in almost all third-party apis, JavaScript implementation is very common. … [Read more...]

LinQ To SQL Database Update Operations In C#

LinQ C# Tutorials

Recently, I have discussed about getting started linq to sql in c#.net. That articles also covered for creating select query for retrieving both single and multiple results. Today, in this tutorial, I will try to give some more examples on other … [Read more...]