Skip to content
#

C#

csharp logo

C# (pronounced "C sharp") is a simple, modern, object-oriented, and type-safe programming language.

Its roots in the C family of languages makes C# immediately familiar to C, C++, and Java programmers.

Here are 25,570 public repositories matching this topic...

calculator
lambdageek
lambdageek commented Nov 26, 2019

Proposal

After we branch for 2019-12 (Mono 6.10) we should remove the Sparc support source code from the repo.

Rationale

It will simplify maintenance going forward. We don't have any CI for Sparc, so we don't know whether it builds and runs on a day to day basis. We're not aware of any Linux distributions that ship Mono on Sparc, or officially support Sparc at all.

ReactiveUI
server
WindowsCommunityToolkit
bryancostanich
bryancostanich commented Sep 3, 2019

I have a simple window with a couple controls on it. I've added a button as follows:

_actionButton = new Button("Add Rows") {
    X = 1,
    Y = 4,
};
top.Add(_actionButton);

The button shows up correctly, but when i click it, the rest of the content in the window disappears:

<img width="1402" alt="Screen Shot 2019-09-03 at 9 56 07 AM" src="https://user-images.githubus

Created by Anders Hejlsberg

Released January 2002

Repository
dotnet/csharplang
Website
docs.microsoft.com/dotnet/csharp
Wikipedia
Wikipedia

Related Topics

dotnet language trackingmore
You can’t perform that action at this time.