Explore >> Select a destination


You are here

alesruzicka.net
| | alesruzicka.eu
0.6 parsecs away

Travel
| | [AI summary] This technical article explains how to create a type-safe eager loading extension for C# Entity Framework Code First to improve code maintainability.
| | urda.com
20.3 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
19.3 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...
| | vainolo.com
45.8 parsecs away

Travel
| Previous Tutorial: Azure Functions - Part 3: Handling HTTP Query GET and POST Requests While writing code directly in the Azure portal is awesome, the next step in a real-world developer experience is to have a local environment where we code, build, and test our functions, and from there sent them the cloud. And this...