Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

The C# Programming Language

Name: Anonymous 2012-03-25 23:26

Frameworks aside, tell me what you think of the C# language itself.

I think it's average and Could work better than Sepples if it had a proper library and could get compiled properly

Name: Anonymous 2012-03-25 23:42

girls just wanna have fun

Name: Anonymous 2012-03-26 0:08

Girls just wanna defun

Name: Anonymous 2012-03-26 0:09

C# is shit.

Use Vala. It has all the babby C#-like syntax and GC; but it generates C code which can be optimized and compiled.

Name: Anonymous 2012-03-26 0:43

>>4
Vala is the same-old-shit for sepples idiots.  Genie has the superior syntax.

Name: Anonymous 2012-03-26 2:18

C# sucks.

If it's not Enterprise Objective Visual Common x86 D#++0x99 Delphi Perlavalang Assembly .NET on FIOC Cobra Django Rails, it's shit.

Name: Khajit 2012-03-26 5:54


Greetings commoner for I hail for the lands of Vala.
Our town's main specialty is transmuting GObjects to
programming languages cloned from a musical note
uncovered in the Valley of Ecma.

Name: Array and Counter 2013-03-28 5:50

using System;
using System.Collections.Generic;
using System.Text;

namespace ConsoleApplication1
{
    class Program
    {
        static string[] FriendArray = { "Friend A", "Friend B", " Friend C", " Friend D", " Friend E" };
        static int[] MarkArray = { 5,3,1,2,4};


        static void Main(string[] args)
        {

            int intLow = MarkArray[0];

            for (int i = 0; i < MarkArray.Length; i++)
            {
                Console.WriteLine("The Mark is " + MarkArray[i] );
                if (MarkArray[i] < intLow)
                {
                    intLow = MarkArray[i];
                   
                }
            }

            Console.WriteLine("Lowest = " + intLow);
            Console.WriteLine("");

            SearchIndex(8);


            Console.ReadLine();
        }

        static void SearchIndex(int intSearch )
        {
            int intFoundIndex = -1;
            int i;
            for (i = 0; i < MarkArray.Length; i++)
            {
                if (MarkArray[i] == intSearch)
                {
                    intFoundIndex = i;
                }
            }

            Console.WriteLine("Found at index = " + intFoundIndex);
            if (intFoundIndex == -1)
            {
                Console.WriteLine("NOT Exists");
            }
            else
            {
                Console.WriteLine("Friends = " + StudentArray[intFoundIndex]);

            }

        }
    }
}

Name: Anonymous 2013-03-28 22:53

If any of the programmers here would get over their outdated languages, then they might not always say every language, including C#, was a PoS b/c they can't be arsed to change in the field of technology, hence why they're here and not employed.
The so called “babby” syntax is just programming language advancement. The less the programmer has to worry on small things like perfecting display code a re-writing it thousands of times, you write it once. Deal with it, hipsters

Name: Anonymous 2013-03-29 8:18

I just want to say

Name: Anonymous 2013-03-29 8:19

you should check my [spoiler]dubs[spoiler].

Plus, Lisp sucks.

Name: Anonymous 2013-03-29 9:48

>>8
HAHAH AHAHAHAH AHAHAHAHA HA WATH IS THAT SHIT? WHY DO YOU NEED 14 LEVELS OF BRACES TO SHOW SHIT FROM AN ARRAY?


AHAHAHA HHHHHHHHHHHHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AHHAAAAAAAAAAAAAAAAAAAAA NGAAAAAAAAAAAAAAAAAAAAAAAAAAAAANGINIGAAAAAAAAAAAAAAAAAAA
AHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA FUUUUUUUUUUUUUUCK I CUMING OVER MY KEYBOARD>{ ANHAHA
AHGAHAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAFUUUUUAAA AH A AHA A oh.

Name: Anonymous 2013-03-30 8:06

>>5
FIOC _and_ you have to code the indentation style? Holy fuck what ere they thinking.

Name: Anonymous 2013-03-30 9:12

>>12
I'd explain but it seems you're not bright enough to comprehend.

Don't change these.
Name: Email:
Entire Thread Thread List