Ambient Light with AmbiBox + Arduino + Bluetooth HC-05 + WS2812b
Introduction From the first time I saw ambient light on tv, I always wanted to do something like this. Luckily, components required to do your own ambient light are not […]
Personal Blog of Marek Mihalech
Introduction From the first time I saw ambient light on tv, I always wanted to do something like this. Luckily, components required to do your own ambient light are not […]
If you are running your C# code in different thread (e.g.: async EventReceivers or TimerJob), sometimes you may notice, that your SPWeb object is initialized in different language. You can […]
In C# language you can pass parameters to function with Ref or Out keywords. Here is some simple example: Ref parameter needs to be initialized before passing to function […]
GetReferencedAssemblies is used to retrieve all referenced assemblies by assembly. But sometimes this list is not complete, and does no contain all assemblies, that are simply added to project references […]
ZFO files saves data in standart XML format, they can be opened by 602 XML Filler. But if you want get the content programatically, you need to use SignedCms class […]