Software Developer Blog

It's the old blog on blogger platform. There are no updates here.

c# How to add an item in the beginning of a generic List


ti.Insert(0, initialItem);
at Thursday, June 07, 2012 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
tags: C#
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • C# NHibernate Основы или ваше первое NHibernate приложение
    Добро пожаловать в NHibernate Если вы читаете это, то я надеюсь вы уже скачали  NHibernate скачать  и готовы начать работать с данной т...
  • Настройка принтера HP P1102w через WIFI
    Вообщем всё очень просто. Сама идея заключается в том что ваш принтер подключается к WiFi роутеру,а все находящиеся в зоне действия этого w...
  • System.Linq.Dynamic Documentation
    Dynamic Expressions and Queries in LINQ Database applications frequently rely on “Dynamic SQL”—queries that are constructed at run-time ...
  • с# работа с API / c# work with API
    Для использования в программе API-функций надо, во-первых, добавить постранство имен System.Runtime.InteropServices, во-вторых, добавить з...
  • Cryptopro c# Get the list of all certificate containers
    public class Win32 { [DllImport("advapi32.dll", CharSet = CharSet.Auto, SetLastError = true)] public stati...
  • C# MySQL read and insert in BLOB field
    //Save //----------------------------------- MySql . Data . MySqlClient . MySqlConnection conn ; MySql . Data . MySqlClient . MySqlComma...
  • c# Revocate certificate in CA using CERTADMINLib
    1 Add certadmin lib For this install  http://www.microsoft.com/en-us/download/details.aspx?id=7887 Follow these steps: 1.        Cli...
  • c# Перехватываем любое окно в Windows и вводим в него текст или прячем
    Передаем какой то текст в окно,как будто вводим с клавиатуры и жмем ОК кнопкой Enter: int iHandle = Common.NativeWin32.FindWindow( null ...
  • c# Creating simple app using NinjaTrader API
    1 First of all register there http://www.ninjatraderbrokerage.com/free_futures_trading_demo 2 Download and install ninja trader http:...
  • C# MSSQL Simple example Read data
    using System; using System.Data; using System.Data.SqlClient; class Program { static   void Main() { string str = ...

Labels

  • C# (25)
  • cryptography (20)
  • DataBase (16)
  • wpf (15)
  • asp.net mvc (11)
  • data transport (11)
  • Windows (10)
  • API (6)
  • Visual Studio (6)
  • XML (6)
  • c# threads (6)
  • JS (5)
  • File System (3)
  • LINQ (3)
  • entity framework (3)
  • Cache (2)
  • WinForms (2)
  • json (2)
  • queue (1)
  • tests (1)

Blog Archive

  • ►  2016 (4)
    • March (1)
    • February (3)
  • ►  2015 (28)
    • December (2)
    • November (1)
    • October (8)
    • August (3)
    • July (1)
    • June (6)
    • May (2)
    • March (2)
    • February (3)
  • ►  2014 (37)
    • December (8)
    • November (6)
    • October (7)
    • September (3)
    • August (7)
    • July (1)
    • May (2)
    • April (3)
  • ►  2013 (30)
    • October (3)
    • September (1)
    • August (4)
    • July (2)
    • June (6)
    • May (1)
    • April (3)
    • March (5)
    • February (2)
    • January (3)
  • ▼  2012 (33)
    • December (2)
    • November (4)
    • October (12)
    • June (1)
    • May (12)
    • March (1)
    • January (1)
  • ►  2011 (16)
    • December (1)
    • November (3)
    • October (5)
    • August (7)