Welcome to EMC Consulting Blogs Sign in | Join | Help

Browse by Tags

All Tags » c# » how to
  • Adding OpenId to Oxite, Part 2

    (Part 1 is here) The main part of the Openid support is in the controllers and in the view. Fortunately the heavy lifting has been done already, with a library called DotNetOpenId and sample code that started life in Rob Connery's storefront sample, and was worked on by my colleagues Howard Van Rooijen and Pete Worthington before I got ...
    Posted to Anthony Steele's Blog (Weblog) by Anthony.Steele on December 23, 2008
  • 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
  • Don't repeat yourself

    Don't repeat yourself. I'll say it again – don't repeat yourself. When writing code, consolidate duplication. (But when explaining, say it several different ways). Code duplication hinders code readability and maintainence. On Friday I downloaded an interesting tool called Simian It is so named because it's a SIMIlarity ...
    Posted to Anthony Steele's Blog (Weblog) by Anthony.Steele on February 26, 2007
Powered by Community Server (Personal Edition), by Telligent Systems