Click here to Skip to main content
15,884,099 members
Home / Discussions / C#
   

C#

 
QuestionHow to set up QuickSharp to run program in separate window? Pin
Member 1297423512-Mar-17 0:59
Member 1297423512-Mar-17 0:59 
GeneralRe: How to set up QuickSharp to run program in separate window? Pin
Richard MacCutchan12-Mar-17 21:45
mveRichard MacCutchan12-Mar-17 21:45 
AnswerRe: How to set up QuickSharp to run program in separate window? Pin
Pete O'Hanlon12-Mar-17 21:50
mvePete O'Hanlon12-Mar-17 21:50 
Questionmicrosoft report viewer simple invoice format code c# Pin
Member 1295109111-Mar-17 18:54
Member 1295109111-Mar-17 18:54 
AnswerRe: microsoft report viewer simple invoice format code c# Pin
Richard MacCutchan11-Mar-17 22:05
mveRichard MacCutchan11-Mar-17 22:05 
AnswerRe: microsoft report viewer simple invoice format code c# Pin
OriginalGriff11-Mar-17 22:29
mveOriginalGriff11-Mar-17 22:29 
AnswerRe: microsoft report viewer simple invoice format code c# Pin
Mycroft Holmes12-Mar-17 14:33
professionalMycroft Holmes12-Mar-17 14:33 
Question.NET Core, .NET Standard: trying to understand Pin
Super Lloyd10-Mar-17 4:01
Super Lloyd10-Mar-17 4:01 
My issue is trying to understand where and how platform specific code can be used. i.e. hearing Raspberry PI will support .NET Core I thought "Hey, how I write a UI for that"? But the question might not make much sense. So let's see if I got things right.

.NET Standard: a .NET Standard library target no particular environment and should be supported on all platform that support that Standard library level. These are the new PCL (with a little less hassle).

.NET Core: A multiplatform .NET runtime execution environment. Much like the .NET Framework itself. Except it has less API and more platform support. It can execute latest .NET Standard library as well as .NET Core library.

.NET Framework: A Windows specific .NET runtime and execution environment.

Xamarin Android: An android specific .NET Runtime and execution environment. Can execute Xamarin library as well as .NET Standard library (though some some .NET Standard library calls throw "NotImplementedException" as of now! Frown | :( )

Now if I want to write a PCL UI library that will run on Android I need to delegate some call to some interface / type that will be registered by the Xamarin Android execution environment at startup before it starts the PCL library.

Similarly I am confused as to one do platform specific code in .NET Core. Since I start the .NET Core environment directly (as opposed to a .NET environment specific to the host), how could I stub in native UI technology?
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!

AnswerRe: .NET Core, .NET Standard: trying to understand Pin
Gerry Schmitz10-Mar-17 5:10
mveGerry Schmitz10-Mar-17 5:10 
GeneralRe: .NET Core, .NET Standard: trying to understand Pin
Super Lloyd10-Mar-17 16:02
Super Lloyd10-Mar-17 16:02 
GeneralRe: .NET Core, .NET Standard: trying to understand Pin
Gerry Schmitz10-Mar-17 21:13
mveGerry Schmitz10-Mar-17 21:13 
AnswerRe: .NET Core, .NET Standard: trying to understand Pin
Kevin McFarlane13-Mar-17 6:08
Kevin McFarlane13-Mar-17 6:08 
GeneralRe: .NET Core, .NET Standard: trying to understand Pin
Super Lloyd13-Mar-17 16:41
Super Lloyd13-Mar-17 16:41 
QuestionHow can i solve this Error, i dnt know this error from server or due to my code? Pin
Member 1305063910-Mar-17 0:04
Member 1305063910-Mar-17 0:04 
AnswerRe: How can i solve this Error, i dnt know this error from server or due to my code? Pin
OriginalGriff10-Mar-17 0:21
mveOriginalGriff10-Mar-17 0:21 
QuestionRe: How can i solve this Error, i dnt know this error from server or due to my code? Pin
Gerry Schmitz10-Mar-17 5:15
mveGerry Schmitz10-Mar-17 5:15 
QuestionHow to review dotnet code Pin
Tridip Bhattacharjee9-Mar-17 21:52
professionalTridip Bhattacharjee9-Mar-17 21:52 
AnswerRe: How to review dotnet code Pin
Pete O'Hanlon9-Mar-17 22:22
mvePete O'Hanlon9-Mar-17 22:22 
AnswerRe: How to review dotnet code Pin
Gerry Schmitz10-Mar-17 5:25
mveGerry Schmitz10-Mar-17 5:25 
QuestionWhat control can add pictures and text horizontally ? Pin
Member 24584679-Mar-17 19:53
Member 24584679-Mar-17 19:53 
AnswerRe: What control can add pictures and text horizontally ? Pin
Ralf Meier9-Mar-17 21:10
mveRalf Meier9-Mar-17 21:10 
AnswerRe: What control can add pictures and text horizontally ? Pin
xiecsuk10-Mar-17 0:01
xiecsuk10-Mar-17 0:01 
AnswerRe: What control can add pictures and text horizontally ? Pin
Gerry Schmitz10-Mar-17 5:53
mveGerry Schmitz10-Mar-17 5:53 
GeneralRe: What control can add pictures and text horizontally ? Pin
Member 245846712-Mar-17 18:26
Member 245846712-Mar-17 18:26 
GeneralRe: What control can add pictures and text horizontally ? Pin
Pete O'Hanlon12-Mar-17 21:23
mvePete O'Hanlon12-Mar-17 21:23 

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.