Have a Snippet?

Keep, track and share your code snippets with your friends



Tag "C#" (18)




C#: Get the first and last day of the given date Share on Vkontakte

Gets the first day of the month from the given date.
Gets the last day of month from the given date. ... Reveal Code


C#: DeSerialize object to xml file Share on Vkontakte

DeSerialize object to xml file ... Reveal Code


C#: StringExtentions Share on Vkontakte

StringExtentions ... Reveal Code


C#: Update record using EF Share on Vkontakte

Update record in database using entity framework ... Reveal Code


C#: Calculate Age Share on Vkontakte

Calculate Age ... Reveal Code


C#: Create a screenshot Share on Vkontakte

If you want to create a screenshot out of your application, this is the perfect snippet suitable to your needs. ... Reveal Code


C#: Serialize object to xml file Share on Vkontakte

Serialize object to xml file ... Reveal Code


C#: TryKeyedCollection Share on Vkontakte

A keyed collection that implements TryGetValue ... Reveal Code


C#: Serialize Helper Share on Vkontakte

Misc helper methods for deserializing and serializing objects. ... Reveal Code


C#: Enum Extensions Share on Vkontakte

Enum Extensions, method to extract Description attribute of an enum value. ... Reveal Code


C#: Trace Execution Time Extension Share on Vkontakte

Trace Execution Time Extension ... Reveal Code


C#: IDbCommand Extensions Share on Vkontakte

IDbCommand Extensions ... Reveal Code


C#: IDb Connection Extensions Share on Vkontakte

IDb Connection Extensions ... Reveal Code


C#: Enterprise Library Database Extensions Share on Vkontakte

Enterprise Library Database Extensions ... Reveal Code


C#: Readonly Dictionary Share on Vkontakte

A readonly dictionary implementation ... Reveal Code


C#: Improved INotifyPropertyChanged implementation by Anders Hejlsberg Share on Vkontakte

INotifyPropertyChanged implementation using EqualityComparer. ... Reveal Code