C#: Type Inference
Please see my other C# articles. Writing flexible, elegant code for data storage. When writing business logic, it’s often difficult to determine at design-time what type an object will need to be or what type of data it will store. Thankfully, Microsoft has provided an elegant solution by allowing developers to write code that will store any…