Taking what seems to be a simple LINQ task (in C#) and converting it to C++.
Here is a list of programming forums I visit for:
- Seeing what programmers are currently learning
- Seeing what makes programmers struggle
- Answering programming questions
- Asking programming questions
The sites require (free) registration and, in different ways, keep track of points you earn for participation as well as a reputation score.
Here they are in no specific order:
-
http://www.daniweb.com
-
http://social.msdn.microsoft.com/Forums/
-
http://stackoverflow.com/
-
http://stackexchange.com/
-
http://www.experts-exchange.com/
Lesson learned about releasing attachment resources with System.Net.Mail.
A technique for displaying results from LINQ to an ASP.NET GridView.
How I solved the Ambiguous Symbol -- Compiler Error C2872 problem in C++ (dot net).
This is an example of how to get around the ResponseStatusLine protocol violation in multiple .NET languages and in the app.config file.
Here's an example of something fun and useful with Enumerable.Range in four different languages.
I thought my days of dealing with DBFs as a "production data" source were over, but HA (no such luck).
Here is a method of using the FoxPro ODBC driver to Pack a DBF file (removing deleted content from the repository).
Here are some examples of calling a particular ASMX Web Service from different languages.
In my last post, I showed how Extension methods can be created in the .NET 2.0 environment.
In this post, I discuss calling the extensions from other dot net languages.
Here is a short, simple method of harnessing Extension methods in Dot Net 2.0. Please read the linked article first.
Here's the implementation of the Ruby-like "times" method that executes a block of code (n) times.
It seems the C++ code example for Enumerable::ToList() is absent/missing from MSDN.
Here is my version of the missing example for Enumerable::ToList();
I've seen a lot of posts of people having problems using Distinct() and/or Sort() with custom objects.
Here is an example showing an implementation of both (in C++, C# and VB).
This post includes custom Compare methods, the implementation of Distinct() and the use of List.ForEach in the 3 main dot net languages.