An open source project
http://websitemanager.codeplex.com/
Tuesday, November 27, 2012
Cleaner Conditional HTML Attributes In Razor Web Pages
http://www.mikesdotnetting.com/Article/201/Cleaner-Conditional-HTML-Attributes-In-Razor-Web-Pages
<div class="@(record.Index % 2 == 0 ? "even" : "odd")">
Monday, November 26, 2012
The Future of Programming
http://www.blogger.com/blogger.g?blogID=2311653455419580222#editor/src=sidebar


Using examples and objects is the future of programming because it is closer to how our mind works.


Using examples and objects is the future of programming because it is closer to how our mind works.
Subscribe to:
Posts (Atom)