Why yes, we are of course professional C# developers, it's the language that covers everything

>why yes, we are of course professional C# developers, it's the language that covers everything

Attached: 1535454304177.jpg (1080x1256, 60K)

Other urls found in this thread:

youtube.com/watch?v=lt7VbVQpXws
twitter.com/SFWRedditImages

for me its Java, the thinking mans language.

stop posting these fags

what is C# even used for?

isn't Java like slower than Python?

fuck c#
fuck python
fuck java
and fuck niggers

c++ or death

Attached: 4d.jpg (1000x661, 95K)

>what is C# even used for?
What isn’t it used for?

Performance intensive tasks and portable applications. Also, writing .NET

>what is Span
>what is .NET core
It’s almost as if you have no idea what you’re talking about

You cant write low level stuff in it

no, python is slower than everything.
I thought the same before because I've seen Python more recommended but both JavaScript and Java are way faster than python

Java is pretty fast

>>what is .NET core
Written in C++
I know what I am talking about. Hence, Linux compatibility layer is not called being cross platform.

Attached: 1540203060385.png (1888x1224, 454K)

Is this the new JoJo thread?

Attached: 5e18982082e9fbf5f0f4ecc45137525500be8444.jpg (960x698, 267K)

>>what is Span
A comedy

and what is .NET used for?

Idiomatic Java code is slow ass fuck.

It's for interfacing other microsoft languages.

Web, desktop, cloud, mobile, games. Anything really except embedded systems

I still don't know who these people are or even they even are real and not just some photoshop to make some message about masculinity
but they look like a fucking jrpg final boss

>for interfacing other microsoft languages

oh man

You mean unity engine game scripts.

>You

Attached: 1546539463686.jpg (487x495, 52K)

aren't there more useful languages for all of those?

>he doesn't know
youtube.com/watch?v=lt7VbVQpXws

Nice self portrait

Of course do I let underlings do the grunt work and import their modules in Python, the best language to get things done.

Attached: el hermano.jpg (1080x1331, 216K)

I really liked .net core but im a little scared how updates roll out where your old 2.0 config will get fucked when 2.1 or 2.2 goes out

Java+C# masterrace here

>p/invoke

Yes you can.

Don't be shocked.

namespace Practice
{
class Core
{
public void Sum(int a, int b)
{
int sum = a + b;
return sum;
}
}
class Program
{
static void Main(string[] args)
{
int a = 5;
int b = 10;

Sum(a, b);
}
}
}


what's wrong with my homework friends?

>he doesn't know about the pillar men

>isn't Java like slower than Python?
No not at all. Python is garbage in terms of perf and also scaling it up.