Community

Fun with Anonymous Types

(Jim Mischel) C# is a strongly-typed language. There’s no getting around that. It’s also statically typed in that every object has a known type at compile time. The runtime also includes full type checking so that you can’t violate the type system at runtime like you can in languages like C.

Read More - Register for Free Membership