Tagged: Webforms
Storage Security
Cryptographic Storage Cheat Sheet – Rules for Implementing Data Solutions at REST
Cryptographic Storage (Troy Hunt) – Implemenation in .NET: Built into ASP.NET hashed with SHA1 by default
Advertisements
IDataErrorInfo usage
Used for implicitly displaying error information on UI controls that support it; all you need to do is to simply implement the IDataErrorInfo interface. That’s it; your underlying business object now supports displaying information on controls such as an Infragistics WinGrid.
Some links on IDataErrorInfo
– Implementing ErrorInfo Support for Data Sources
– Infragistics: Display Row/Cell Errors Using IDataErrorInfo
ScottGu on ASP.net and Silverlight
Slides from the Gu’s Europe presentation on ASP MVC 2, ASP.net 4and Silverlight can be found here. What’s with all those red shirts 😉