Tag: .NET 4

  • Lazy<> is Your Friend

    The Lazy class is a nice little tool that was added in .NET 4. Like the name implies, it helps with lazy initialization of data. That way the data is initialized when you ask for it instead of when you class is constructed.

  • .NET 4

    In Vault 2013, we shifted over to .NET 4. This isn’t just an API change, the product itself shifted too. In fact, I think all Autodesk products using .NET were told to shift over. The whole suites thing forces our products to be on the same technology platforms whenever possible. Anyway, here is what you…