Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. NQOTD

NQOTD

Scheduled Pinned Locked Moved The Lounge
csharpgraphicsquestion
8 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DavidNohejl
    wrote on last edited by
    #1

    (.NET quiz of the day) Name one interface that doesn't start with I. (I knew one) Name one class that does start with I followed by uppercase letter. (I've just came across one) Muhaha and no this is not programming question (I know at least one correct answer) or homework ;)


    "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

    P O S 3 Replies Last reply
    0
    • D DavidNohejl

      (.NET quiz of the day) Name one interface that doesn't start with I. (I knew one) Name one class that does start with I followed by uppercase letter. (I've just came across one) Muhaha and no this is not programming question (I know at least one correct answer) or homework ;)


      "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

      P Offline
      P Offline
      peterchen
      wrote on last edited by
      #2

      (2) IOsomething?


      We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
      My first real C# project | Linkify!|FoldWithUs! | sighist

      O 1 Reply Last reply
      0
      • P peterchen

        (2) IOsomething?


        We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
        My first real C# project | Linkify!|FoldWithUs! | sighist

        O Offline
        O Offline
        originSH
        wrote on last edited by
        #3

        System.IO.IOException :) System.Runtime.CompilerServices.IDispatchConstantAttribute System.Runtime.InteropServices.IDispatchImplAttribute

        D 1 Reply Last reply
        0
        • D DavidNohejl

          (.NET quiz of the day) Name one interface that doesn't start with I. (I knew one) Name one class that does start with I followed by uppercase letter. (I've just came across one) Muhaha and no this is not programming question (I know at least one correct answer) or homework ;)


          "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

          O Offline
          O Offline
          originSH
          wrote on last edited by
          #4

          Theres plenty of interfaces that begin with '_' and 'U' to do with Interop.

          1 Reply Last reply
          0
          • O originSH

            System.IO.IOException :) System.Runtime.CompilerServices.IDispatchConstantAttribute System.Runtime.InteropServices.IDispatchImplAttribute

            D Offline
            D Offline
            DavidNohejl
            wrote on last edited by
            #5

            originSH wrote:

            System.IO.IOException

            Ahh that was easy :doh:

            originSH wrote:

            System.Runtime.CompilerServices.IDispatchConstantAttribute

            But, but... it is named after interface. Not fair :( Ok, you are winner! :cool:


            "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

            1 Reply Last reply
            0
            • D DavidNohejl

              (.NET quiz of the day) Name one interface that doesn't start with I. (I knew one) Name one class that does start with I followed by uppercase letter. (I've just came across one) Muhaha and no this is not programming question (I know at least one correct answer) or homework ;)


              "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

              S Offline
              S Offline
              szukuro
              wrote on last edited by
              #6

              Looks like I can't be the fastest so I will try to be the one with the most answers :) 1. The System.Runtime.InteropServices namespace is full with interfaces beginning with _ or U. This was mentioned earlier. So my answer is System._AppDomain, which in no way starts with an I and also not linked to COM. 2. System.Reflection.Emit.ILGenerator System.IO.IODescriptionAttribute System.Runtime.Serialization.Formatters.Binary.IOUtil System.Net.IPAdress System.Net.IPEndPoint System.Net.IPHostEntry System.Net.NetworkInformation.IPAddressCollection System.Net.NetworkInformation.IPAddressInformation System.Net.NetworkInformation.IPAddressInformationCollection System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.IPGlobalStatistics System.Net.NetworkInformation.IPInterfaceProperties System.Net.NetworkInformation.IPv4InterfaceProperties System.Net.NetworkInformation.IPv4InterfaceStatistics System.Net.NetworkInformation.IPv6InterfaceProperties System.Net.Sockets.IPPacketInformation System.Net.Sockets.IPv6MulticastOption System.Web.Hosting.ISAPIRuntime Also some internal classes: System.Web.Configuration.IISMapPath (internal) System.Security.Permissions.IDRole (internal) System.Text.ISCIIEncoding (internal) System.Text.ISO2022Encoding (internal) System.Threading.IUnknownSafeHandle (internal) System.IPv4AddressHelper (internal) System.IPv6AddressHelper (internal) System.Web.Hosting.ISAPIWorkerRequest (internal) System.Web.Hosting.ISAPIWorkerRequestInProc (internal) System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6 (internal) System.Web.Hosting.ISAPIWorkerRequestOutOfProc (internal) System.Xml.IDQuery (internal)

              D 1 Reply Last reply
              0
              • S szukuro

                Looks like I can't be the fastest so I will try to be the one with the most answers :) 1. The System.Runtime.InteropServices namespace is full with interfaces beginning with _ or U. This was mentioned earlier. So my answer is System._AppDomain, which in no way starts with an I and also not linked to COM. 2. System.Reflection.Emit.ILGenerator System.IO.IODescriptionAttribute System.Runtime.Serialization.Formatters.Binary.IOUtil System.Net.IPAdress System.Net.IPEndPoint System.Net.IPHostEntry System.Net.NetworkInformation.IPAddressCollection System.Net.NetworkInformation.IPAddressInformation System.Net.NetworkInformation.IPAddressInformationCollection System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.IPGlobalStatistics System.Net.NetworkInformation.IPInterfaceProperties System.Net.NetworkInformation.IPv4InterfaceProperties System.Net.NetworkInformation.IPv4InterfaceStatistics System.Net.NetworkInformation.IPv6InterfaceProperties System.Net.Sockets.IPPacketInformation System.Net.Sockets.IPv6MulticastOption System.Web.Hosting.ISAPIRuntime Also some internal classes: System.Web.Configuration.IISMapPath (internal) System.Security.Permissions.IDRole (internal) System.Text.ISCIIEncoding (internal) System.Text.ISO2022Encoding (internal) System.Threading.IUnknownSafeHandle (internal) System.IPv4AddressHelper (internal) System.IPv6AddressHelper (internal) System.Web.Hosting.ISAPIWorkerRequest (internal) System.Web.Hosting.ISAPIWorkerRequestInProc (internal) System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6 (internal) System.Web.Hosting.ISAPIWorkerRequestOutOfProc (internal) System.Xml.IDQuery (internal)

                D Offline
                D Offline
                DavidNohejl
                wrote on last edited by
                #7

                szukuro wrote:

                System._AppDomain

                That's the one I had in mind :)

                szukuro wrote:

                System.Reflection.Emit.ILGenerator

                This I came across today :)

                szukuro wrote:

                System.IO.IODescriptionAttribute System.Runtime.Serialization.Formatters.Binary.IOUtil System.Net.IPAdress System.Net.IPEndPoint System.Net.IPHostEntry System.Net.NetworkInformation.IPAddressCollection System.Net.NetworkInformation.IPAddressInformation System.Net.NetworkInformation.IPAddressInformationCollection System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.IPGlobalStatistics System.Net.NetworkInformation.IPInterfaceProperties System.Net.NetworkInformation.IPv4InterfaceProperties System.Net.NetworkInformation.IPv4InterfaceStatistics System.Net.NetworkInformation.IPv6InterfaceProperties System.Net.Sockets.IPPacketInformation System.Net.Sockets.IPv6MulticastOption System.Web.Hosting.ISAPIRuntime Also some internal classes: System.Web.Configuration.IISMapPath (internal) System.Security.Permissions.IDRole (internal) System.Text.ISCIIEncoding (internal) System.Text.ISO2022Encoding (internal) System.Threading.IUnknownSafeHandle (internal) System.IPv4AddressHelper (internal) System.IPv6AddressHelper (internal) System.Web.Hosting.ISAPIWorkerRequest (internal) System.Web.Hosting.ISAPIWorkerRequestInProc (internal) System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6 (internal) System.Web.Hosting.ISAPIWorkerRequestOutOfProc (internal) System.Xml.IDQuery (internal)

                wohoo nice! :cool:


                "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

                S 1 Reply Last reply
                0
                • D DavidNohejl

                  szukuro wrote:

                  System._AppDomain

                  That's the one I had in mind :)

                  szukuro wrote:

                  System.Reflection.Emit.ILGenerator

                  This I came across today :)

                  szukuro wrote:

                  System.IO.IODescriptionAttribute System.Runtime.Serialization.Formatters.Binary.IOUtil System.Net.IPAdress System.Net.IPEndPoint System.Net.IPHostEntry System.Net.NetworkInformation.IPAddressCollection System.Net.NetworkInformation.IPAddressInformation System.Net.NetworkInformation.IPAddressInformationCollection System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.IPGlobalStatistics System.Net.NetworkInformation.IPInterfaceProperties System.Net.NetworkInformation.IPv4InterfaceProperties System.Net.NetworkInformation.IPv4InterfaceStatistics System.Net.NetworkInformation.IPv6InterfaceProperties System.Net.Sockets.IPPacketInformation System.Net.Sockets.IPv6MulticastOption System.Web.Hosting.ISAPIRuntime Also some internal classes: System.Web.Configuration.IISMapPath (internal) System.Security.Permissions.IDRole (internal) System.Text.ISCIIEncoding (internal) System.Text.ISO2022Encoding (internal) System.Threading.IUnknownSafeHandle (internal) System.IPv4AddressHelper (internal) System.IPv6AddressHelper (internal) System.Web.Hosting.ISAPIWorkerRequest (internal) System.Web.Hosting.ISAPIWorkerRequestInProc (internal) System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6 (internal) System.Web.Hosting.ISAPIWorkerRequestOutOfProc (internal) System.Xml.IDQuery (internal)

                  wohoo nice! :cool:


                  "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

                  S Offline
                  S Offline
                  S Douglas
                  wrote on last edited by
                  #8

                  dnh wrote:

                  wohoo nice!

                  Indeed Orcas - Compiling LINQ, C# Futures, Intellisense[^] :)


                  With respect, I must disagree. A quick look at middle management in just about any corporation shows that the dodo not only survived, it's reproducing in record numbers. Christopher Duncan

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups