www.hanselman.com/blog/InstallingTheNETCore2xSDKOnARaspberryPiAndBlinkingAnLEDWithSystemDeviceGpio.aspx
Sent from my iPhone
Category: .Net Core
How to: Create a Data Service Using an ADO.NET Entity Framework Data Source (WCF Data Services) | Microsoft Docs
Building, Running, and Testing .NET Core and ASP.NET Core 2.1 in Docker on a Raspberry Pi (ARM32) – Scott Hanselman
Getting Started · Serenity Developer Guide
ASP.NET framework volkanceylan.gitbooks.io/serenity-guide/getting_started/
Sent from my iPhone
PHP: Installing/Configuring – Manual
On Ubuntu 14.04+, you need to first install with apt-get:
apt-get install php5-imap
However it’s not enabled by default so enable it with:
php5enmod imap
Entity Framework Code First Migration
Find and kill a process in one line using bash and regex – Stack Overflow
Developing a Raspberry PI app with Visual Studio | VisualGDB Tutorials
his tutorial demonstrates how to build and debug a simple Raspberry PI application using Visual Studio. The same steps will also work with Raspberry Pi 2.
Source: Developing a Raspberry PI app with Visual Studio | VisualGDB Tutorials
Append text to text file with timestamp – Raspberry Pi Forums
I want to append the output from a python code into a text file. Above is my python code and i loop it for every 2 hour
Source: Append text to text file with timestamp – Raspberry Pi Forums
c# – ASP.NET MVC: Get user id of currently logged in user – Stack Overflow
using Microsoft.AspNet.Identity;
And Inside of Controller Action
string userId = User.Identity.GetUserId();
string userName = User.Identity.Name;
Source: c# – ASP.NET MVC: Get user id of currently logged in user – Stack Overflow