.NET 2.0 Interoperability Recipes : A Problem-Solution Approach
.NET represents a new and improved way of developing software for the Windows platform. Given the chance, you'd probably rewrite all of your existing code in the newer managed code environment that .NET provides. But it is difficult or impossible to throw out all existing legacy code and start over when a new technology arrives. Instead, you need to find a way to move forward with new .NET development while reusing existing pieces of tested, working code. You need a way to interoperate with the existing code until you have a chance to finally rewrite all of it in .NET.
(IOT) Based street light, energy saving control system
Energy efficiency simply means using less energy to perform the same task. That is, to eliminate energy waste. Reducing energy use limits the number of carbon emissions in the environment, in turn, conserving energy produces a higher quality of life, helping create a healthier planet, or at least helping sustain the resources we already have; and if not now, then when? Hence, the main purpose of our project was to design and implement an energy saving street lights’ system, remotely controlling the lights so they consume the least amounts of energy possible using the modern technology; internet of things.

