NQOTD
-
(.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
-
(.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
(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 -
(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 -
(.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
-
System.IO.IOException :) System.Runtime.CompilerServices.IDispatchConstantAttribute System.Runtime.InteropServices.IDispatchImplAttribute
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
-
(.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
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)
-
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)
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
-
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
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