This is a quick announcement that I’ve released my code for an implementation of a generic circular buffer for .NET (written in C# 3.0). The release also includes an implementation of a circular… more →
Noldorinxosfaere wrote 2 weeks ago: Navision C/AL can be quite monotonous to develop in – which is also one of its strengths … more →
winsharp93 wrote 1 month ago: Example List<string> list = //Fill it; //... int index = 0; foreach (string s in list) Co … more →
Noldorin wrote 1 month ago: This is a quick announcement that I’ve released my code for an implementation of a generic cir … more →
Noldorin wrote 2 months ago: LINQ to XML is one of the many technologies introduced with the .NET Framework 3.5, and one that is … more →
ppetrov wrote 5 months ago: I’ve noticed that when I use IEnumerable<T> very often I have a construction like this … more →
James wrote 8 months ago: Quick tip: If you are going to composite method calls together in order to make use of multiple met … more →
Damon Wilder Carr wrote 10 months ago: This post gets you Linq access to the GAC with no fuss. Fusion is wrapped for you so no need to u … more →
Damon Wilder Carr wrote 10 months ago: from Specifies a data source and a range variable (similar to an iteration variable). where … more →
Ryan Hauert wrote 1 year ago: I recently wrote an extension method named IsNullOrEmpty() for IEnumerable<> types. Dave … more →
codinglifestyle wrote 1 year ago: Yesterday I attended the Visual Studio 2008 Jumpstart at Microsoft in Dublin. This was a one-day co … more →