Smart online editor for testing out and sharing js, html and css. E.g. try out angular.js, jQuery etc.
Author: Andreas Plahn
Getting Started with Mustache.js in ASP.NET MVC
c# – Check if ‘T’ inherits or implements a class/interface – Stack Overflow
typeof(IEmployee).IsAssignableFrom(typeof(T))
via c# – Check if ‘T’ inherits or implements a class/interface – Stack Overflow.
MVC5 + EF6 ContosoUniversity code first approach using MySQL
How to, see link below.
Blogs View.
On Writing Maintainable Code | Jeremy D. Miller
Introducing Gulp, Grunt, Bower, and npm support for Visual Studio – Scott Hanselman
Continuous Tests – Mighty Moose
Get date from 60 days ago in SQL
Like this:
SELECT * FROM MyTable
WHERE myTable.Created > DATEADD(day, -60, GETDATE())
.NET Concepts Simplified For Interviews: Shallow Copy and Deep Copy in C#
david-tec.com | mappings for PageTypeBuilder property attributes to typed pages in EPiServer 7
| PageTypeBuilder | EPiServer CMS 7 | ||
|---|---|---|---|
| Attribute | Property/Field | Attribute | Property/Field |
| Namespace: PageTypeBuilder | Namespace: System.ComponentModel.DataAnnotations | ||
| PageTypeProperty | DisplayInEditMode | ScaffoldColumnAttribute | |
| PageTypeProperty | EditCaption | Display | Name |
| PageTypeProperty | HelpText | Display | Description |
| PageTypeProperty | SortOrder | Display | Order |
| PageTypeProperty | Tab | Display | GroupName |
| PageTypeProperty | Required | Required | |
| Namespace: EPiServer.DataAnnotations | |||
| PageTypeProperty | Searchable | Searchable | |
| PageTypeProperty | Type | BackingType | |
| PageTypeProperty | UniqueValuePerLanguage | CultureSpecific | |
| – | Access | Users | |
| – | Access | Roles | |
| – | Access | VisitorGroups | |
From: david-tec.com | Comparing PageTypeBuilder and EPiServer 7 Preview typed pages (part 3 of 3).