Vagif Abilov's blog on .NET

Browse by Tags

All Tags » dynamic (RSS)
Introducing Simple.Data OData provider
Mark Rendle’s Simple.Data has quickly become a popular choice to retrieve data from various data sources. The number of Simple.Data providers includes today SQL Server, Oracle, Mysql, MongoDB and others. When I saw Simple.Data in action, I became enthusiastic...
.NET 4.0 and NotSupportedException complaining about dynamic assemblies
If you search for “The invoked member is not supported in a dynamic assembly” error message, you will get plenty of results. Some of them related to code that worked in .NET 2.0 and 3.x but suddenly stopped working in .NET 4.0. What may be surprising...
IntelliSense and ‘dynamic’
Kirill Osenkov has posted a simple example showing the code using forthcoming "dynamic" keyword that will come with C# 4.0. His example uses COM. Kirill summarizes the change: Referencing EnvDTE.dll is not required anymore – you also don’t need...
Posted: Sun, May 3 2009 2:27 PM by Vagif Abilov | with 5 comment(s)
Filed under: ,