Latest posts on tagged on "ASP-NET"

How to resize an Image at run-time in C# asp.Net?

21 February 2016

In this article you will learn about how to resize an Image at run-time using C# asp.Net.Resize an image with good quality, and having less weight of an image so that webpages will load it faster.

how to take in Linq c#?

11 February 2016

This sample uses Take to get only the first 3 elements of the array.

order by in linq c#

11 February 2016

this article describes how to do linq in c# by sorting a list of words alphabetically.