Click here to Skip to main content
15,888,286 members
Home / Discussions / C#
   

C#

 
GeneralRe: TCP/IP client-server Socket Programming use Video chat also in c#? Pin
jschell23-Jun-17 11:32
jschell23-Jun-17 11:32 
QuestionHow to remove this error:cannot implicitly convert type 'webapplication1.sharepointonlinecredentials' to 'system.net.icredentials'. An explicit conversion exists (are you missing a cast? ) Pin
Prakash-2713-Jun-17 19:45
Prakash-2713-Jun-17 19:45 
QuestionRe: How to remove this error:cannot implicitly convert type 'webapplication1.sharepointonlinecredentials' to 'system.net.icredentials'. An explicit conversion exists (are you missing a cast? ) Pin
Richard MacCutchan13-Jun-17 21:36
mveRichard MacCutchan13-Jun-17 21:36 
Rant[REPOST] How to remove this error:cannot implicitly convert type 'webapplication1.sharepointonlinecredentials' to 'system.net.icredentials'. An explicit conversion exists (are you missing a cast? ) Pin
Richard Deeming14-Jun-17 11:20
mveRichard Deeming14-Jun-17 11:20 
Questionhow to use public key and private key in c# Pin
AZHAR SAYYAD13-Jun-17 18:16
AZHAR SAYYAD13-Jun-17 18:16 
AnswerRe: how to use public key and private key in c# Pin
Gerry Schmitz13-Jun-17 19:18
mveGerry Schmitz13-Jun-17 19:18 
QuestionUse I2C on Intel Celeron Pin
openLG12-Jun-17 22:31
openLG12-Jun-17 22:31 
AnswerRe: Use I2C on Intel Celeron Pin
Afzaal Ahmad Zeeshan12-Jun-17 23:03
professionalAfzaal Ahmad Zeeshan12-Jun-17 23:03 
I am not sure whether .NET framework has an implementation of that driver, or you might want to go a bit deeper using C++ for CLR. Somehow, looking at a few Google search results I can say community is working on it. The following links show the I2C bus communication through a few community-led projects, samples, since there is no native support (or interest) in the .NET framework.

How to use i2C driver in C# ?? - FriendlyARM
GitHub - mshmelev/RPi.I2C.Net: Library for working with I2C bus on Raspberry Pi

This github library has a sample code that shows how to connect,
C#
using (var bus = RPi.I2C.Net.I2CBus.Open("/dev/i2c-1"))
{
    bus.WriteByte(42, 77);
}

Also, for Windows IoT there is a post here that you can use to learn how .NET can be used there, C# for I2C Devices on Windows 10 IoT Core | Jeremy Lindsay, this will be much of Windows Runtime and not .NET framework.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

QuestionDetect which keyboard has fired PreviewKeyDown Pin
openLG12-Jun-17 22:04
openLG12-Jun-17 22:04 
AnswerRe: Detect which keyboard has fired PreviewKeyDown Pin
OriginalGriff12-Jun-17 22:10
mveOriginalGriff12-Jun-17 22:10 
GeneralRe: Detect which keyboard has fired PreviewKeyDown Pin
openLG12-Jun-17 22:27
openLG12-Jun-17 22:27 
GeneralRe: Detect which keyboard has fired PreviewKeyDown Pin
OriginalGriff12-Jun-17 22:29
mveOriginalGriff12-Jun-17 22:29 
GeneralRe: Detect which keyboard has fired PreviewKeyDown Pin
openLG12-Jun-17 22:32
openLG12-Jun-17 22:32 
Questionform fill pdf file Pin
Member 1325361311-Jun-17 13:51
Member 1325361311-Jun-17 13:51 
AnswerRe: form fill pdf file Pin
OriginalGriff11-Jun-17 19:47
mveOriginalGriff11-Jun-17 19:47 
GeneralRe: form fill pdf file Pin
Pete O'Hanlon11-Jun-17 23:58
mvePete O'Hanlon11-Jun-17 23:58 
GeneralRe: form fill pdf file Pin
OriginalGriff12-Jun-17 2:03
mveOriginalGriff12-Jun-17 2:03 
AnswerRe: form fill pdf file Pin
ZurdoDev12-Jun-17 7:20
professionalZurdoDev12-Jun-17 7:20 
AnswerRe: form fill pdf file Pin
Ravi Bhavnani12-Jun-17 11:24
professionalRavi Bhavnani12-Jun-17 11:24 
QuestionProgramatically click a button using http POST request Pin
Prasadaknair10-Jun-17 8:14
Prasadaknair10-Jun-17 8:14 
AnswerRe: Programatically click a button using http POST request Pin
Afzaal Ahmad Zeeshan10-Jun-17 10:19
professionalAfzaal Ahmad Zeeshan10-Jun-17 10:19 
AnswerRe: Programatically click a button using http POST request Pin
Richard Deeming12-Jun-17 1:51
mveRichard Deeming12-Jun-17 1:51 
Question404 error when implementing an API Pin
Sara Khan Kulkarni10-Jun-17 4:39
Sara Khan Kulkarni10-Jun-17 4:39 
AnswerRe: 404 error when implementing an API Pin
OriginalGriff10-Jun-17 4:54
mveOriginalGriff10-Jun-17 4:54 
AnswerRe: 404 error when implementing an API Pin
Richard MacCutchan10-Jun-17 5:04
mveRichard MacCutchan10-Jun-17 5:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.