When the Edit WCF Configuration menu option goes missing.... I hear C#, I see C#, I do .NET - Edit WCF Configuration context menu missing
Accessing the ASP.NET Authentication, Profile and Role Services
Creating service to control Authentication, Profiles and Roles makes a lot of sense. It allows the abstraction of these commonly reused elements into a Service Oriented Architecture. It would also allow easy repositioning of these features into a centralised source (for common applications) or to be embedded into a standalone application, with zero code rewritting.... Continue Reading →
Code Standards Enforcement
To help with the enforcement of code standards within C# the following tool may be of use: Blog by Joel Fjordén a.k.a. Will o Wisp - Code Style Enforcer
Using ADO.NET Data Services
Good work from Beth Massi on ADO.NET Data Services - this is simplicity incarnate! I reckon that you could have prototype code up and running within half-an-hour... Beth Massi - Sharing the goodness that is VB : Using ADO.NET Data Services