Home / ASP.NET Weblogs
All Tags » C# » MSDN » Events » SoftDev (RSS)

Browse by Tags

Related Posts

  • PDC2008: Meet Me In Los Angeles

    It’s not the first time I try but, for one reason or another, this is the first time I will go to the PDC ( Microsoft ’s Professional Developers Conference). According to the site “The PDC is designed for leading-edge developers and software architects. If you’re interested in the future of the Microsoft...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 09-04-2008, 12:00 AM
    Filed under: SoftDev, MSDN, Events, Microsoft, .NET, C#, PDC, PDC2008
  • C# 4.0: Named And Optional Arguments

    As part of the co-evolution effort of C# and Visual Basic , C# 4.0 introduces Named and Optional Arguments . First of all, let’s clarify what are arguments and parameters : Method definition parameters are the input variables of the method. Method call arguments are the values provided to the method...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 04-16-2010, 12:00 AM
    Filed under: Events, CodeProject, .NET, .NET4.0, C#, C#4.0, Microsoft, MSDN, SoftDev, Techdays, TechDaysPT10
  • C# 4.0: COM Interop Improvements

    Dynamic resolution as well as named and optional arguments greatly improve the experience of interoperating with COM APIs such as Office Automation Primary Interop Assemblies (PIAs) . But, in order to alleviate even more COM Interop development, a few COM -specific features were also added to C# 4.0...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 04-19-2010, 12:00 AM
    Filed under: .NET, .NET4.0, C#, C#4.0, CodeProject, Events, Microsoft, MSDN, SoftDev, Techdays, TechDaysPT10
  • C# 4.0: Dynamic Programming

    The major feature of C# 4.0 is dynamic programming. Not just dynamic typing, but dynamic in broader sense, which means talking to anything that is not statically typed to be a .NET object. Dynamic Language Runtime The Dynamic Language Runtime ( DLR ) is piece of technology that unifies dynamic programming...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 04-18-2010, 12:00 AM
    Filed under: .NET, .NET4.0, C#, C#4.0, CodeProject, Events, Microsoft, MSDN, SoftDev, Techdays, TechDaysPT10
  • C# 4.0: Covariance And Contravariance In Generics

    C# 4.0 (and .NET 4.0) introduced covariance and contravariance to generic interfaces and delegates. But what is this variance thing? According to Wikipedia , in multilinear algebra and tensor analysis, covariance and contravariance describe how the quantitative description of certain geometrical or physical...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 04-13-2010, 12:00 AM
    Filed under: SoftDev, MSDN, Events, Microsoft, .NET, C#, Techdays, .NET4.0, TechDaysPT10, CodeProject, C#4.0
Page 1 of 1 (5 items)