Explore >> Select a destination


You are here

www.devjoy.com
| | aakinshin.net
4.1 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...
| | 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 ...
| | langexplr.blogspot.com
4.9 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...
| | www.jrebel.com
17.9 parsecs away

Travel
| In this article, we look at the details surrounding Java 15, including release dates, features, and adoption projections.