/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.devjoy.com
| | aakinshin.net
4.0 parsecs away

Travel
| | Can you say, what will the following code display for step=1? public void Foo(int step) { for (int i = 0; i < step; i++) { bar = i + 10; for (int j = 0; j < 2 * step; j += step) Console.WriteLine(j + 10); } } If you think about specific numbers, you a...
| | langexplr.blogspot.com
4.8 parsecs away

Travel
| | In this post I'm going to show how to use the Google Desktop COM API from .NET . Google Desktop provides a couple of ways to query its ind...
| | urda.com
2.4 parsecs away

Travel
| | There will be times when you are using a third-party library or some other "black box" software in your project. During those times you may need to add functionality to objects or classes, but that addition does not necessarily call for employing inheritance or some other subclass. In fact, you might not have access to the library's source code if it is proprietary. There is a wonderful feature of C# though that allows you to add-on commonly used methods to any type of object, and that feature is called ...
| | eranstiller.com
31.4 parsecs away

Travel
| Unlock your career potential in 2023! Discover the 75 top software engineering skills you need to stand out in the tech industry. Start learning today!