Some C# Snippets from my blog.
| File | Blog |
|---|---|
| NHibernateStringComparison.cs | NHibernate String Comparison (2012) |
| HtmlHelper.For.cs | implement @Html.For() to support custom form model class (2011) |
| ListPropertyNames.cs | Constructing Type-Safe SQL Statements from ORM Classes (2021) |
Html.For.cs
Getting an HtmlHelper for an alternate model type
ASP Net MVC type-safe HTML TextBoxFor with different output model

