|
|
Browse by Tags
All Tags » c# » how to
-
(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 ...
-
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 ...
-
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 ...
|
|
|