Profile image - Parsa Karami website

Parsa Karami`s Blog

Life runs on code.

Receiving buffered items with wait time intervals in RxNET

Buffering is one of the valuable methods of the Rx.NET library that allows receiving emitted values of an observable sequence by a time frame or by count. In this post, I will talk about how we can receive buffered items of an observable with a wait time interval. 

Profile image - Parsa Karami website
466 days ago on January 09, 2023
Parsa Karami on Rx

Set IPv4 Programmatically in Windows Iot

Changing the IP interface programmatically in my application is one of my daily life problems when I develop universal windows applications. Especially during working with windows 10 IoT core, If you want to change the IP interface of your device, read this post. I will give you a convenient way to do that.

Profile image - Parsa Karami website
2427 days ago on August 26, 2017
Parsa Karami on Universal Windows App

Adding RTC module to RPI in Windows10Iot

The date and time are crucial to developing reliable and trustworthy applications regardless of platform. In this post, I want to show how you install and use the missing Real-Time Clock (RTC) to the Raspberry Pi board with Microsoft Windows 10 IoT Core OS.

Profile image - Parsa Karami website
2442 days ago on August 11, 2017
Parsa Karami on Universal Windows App

Power Management in Windows 10 Iot

In IoT applications, you need to control the power of your system or your board. Regardless of the reasons, you need to restart your board, or you need to do shut down the system programmatically. In this post, I will show you how to do that.

Profile image - Parsa Karami website
2470 days ago on July 14, 2017
Parsa Karami on Universal Windows App

Icons and Special Characters in UWP

Icons are an influential part of the UI and UX of an app. They make applications beautiful and enhance the user experiences. For instance, using the plus icon (+) instead of typing "add new" in a button. It makes applications more usable for a wide range of people who do not know a specific language.

Profile image - Parsa Karami website
2477 days ago on July 07, 2017
Parsa Karami on Universal Windows App