CSharp Notes

From PeformIQ Upgrade
Jump to navigation Jump to search

Links

MSDN Magazine

Treads

Xamarin

Deadlocks

INI FIles

Config Files

Lists

Events

Examples

List<Address> people = new List<Address>();
Address t = new Address();
people.RemoveAt(e.RowIndex);
grdShow.EditIndex = -1;
grdShow.DataSource = people;
grdShow.DataBind();

Working with Images

C-Sharp Image Processing | C-Sharp - Working with Images