no

How to Fix Securityexception

Recently I found myself in another shared hosting problem. Unfortunately, we are hosting our personalized-items/corporate give away website ...

How to add social networking links to your website like facebook, twitter and tumblr

@*https://dev.twitter.com/docs/tweet-button*@ Tweet @*http://developer.linkedin.c...

How to Resize an Image from Database or File Using Php

This implementation is done using php. Usually we resize image that we read from a local file, then save it locally. Flow: 1.) read from...

Caps Conversion Tools

Below are the list of tools I use in case converting, they are useful if you are on a printing business and your clients just type on whatev...

How to Execute Select Count and Group Query in Entity Framework

As the title implies we will try to convert a native sql that group and counts the number of row. We will assume that you have a column qua...

How to Execute a Group by and Sum Query in Entity Framework

The following code is the native sql with the converted code in entity framework. It queries the sum of quantity group by branch, model, yea...

archive