Welcome to EMC Consulting Blogs Sign in | Join | Help

Browse by Tags

All Tags » c# » example
  • C#3 anonymous types as parameters

    Over the holidays, for some light holiday reading while resting the bruises from ski-slope related activities, I took Bill Wagner's book ''More effective C#'' it showed a few ways in which C#3's anonymous types can be passed to methods, which i had thought was beyond thier scope.  Given this definition: var anonTypedObject = new { Name = ...
    Posted to Anthony Steele's Blog (Weblog) by Anthony.Steele on January 5, 2009
  • ASP.NET state for beginners

    Here's a brief example, suitable for beginners, of the differences between windows forms  and ASP.NET. In short, the windows forms has real state while running, while ASP.NET has a convincing illusion of it on pages.We have a simple page, a form containing a label:<head runat="server">    <title>Demo ...
    Posted to Anthony Steele's Blog (Weblog) by Anthony.Steele on April 2, 2007
Powered by Community Server (Personal Edition), by Telligent Systems