Amazon Fashion WARDROBE

What is the Amazon Fashion WARDROBE REFRESH SALE? Get set to go with latest fashion with the Wardrobe refresh Sale,Amazon’s biggest fashion marathon from June 23rd to 25th, 2017. With exciting offers and discounts across apparel and accessories, the sale will have a huge selection on discount with everything from daily picks to special occasion-wear.... Continue Reading →

Importance of Testing

In the today’s fast growing world of the Internet customer wants to get products to be implemented and updated faster than their competitors. Customer want more for software releases with new features to be implemented in short time frame (as early as possible), but they don’t like to work with defected software. As next version... Continue Reading →

What is Web Programming?

Programming is the intricate art of telling a computer what to do. "You mean when I say, 'Give me back my research paper you stupid machine', that I'm programming". Umm, no. Programming is giving written instructions in a logical manner that the computer can understand. Essentially, you give the computer small steps of instructions, and... Continue Reading →

Facebook Like Time Ago Function C#

This is a small time ago function which return a date time value in a readable way as facebook,twitter and most of the forum sites..eg(1 day ago,1 min ago etc).used c# programming language.. C# public static string TimeAgo( DateTimedate) { TimeSpan timeSince =DateTime.Now.Subtract(date); if (timeSince.TotalMilliseconds < 1) return "not yet"; if (timeSince.TotalMinutes < 1) return... Continue Reading →

Create a website or blog at WordPress.com

Up ↑