Skip to main content

Home/ Coders/ Group items tagged 2009

Rss Feed Group items tagged

Wicked Tunez

Simon Brown's Blog : Using Castle Windsor to manage NHibernate sessions - 0 views

  •  
    How to setup Castle Windsor for NHybernate connections in WCF requests.
Wicked Tunez

Dynamic in C# 4.0: Introducing the ExpandoObject - C# Frequently Asked Questions - Site... - 0 views

  •  
    Dynamic object creation in C# 4.0
Joel Bennett

Flatlander: Scala for C# programmers, part 1: mixins and traits - 2 views

  •  
    Part one of 6 (and a half) introducing Scala for the C# developer
  •  
    Miguel de Icaza's working on the Visual Studio integration for Scala.Net to be released this fall along with full access to CLR types from Scala
Joel Bennett

Module initializers in C# - 6 views

  •  
    One feature of the CLR that is not available in C# or VB.NET are module initializers (or module constructors). A module initializer is simply a global function which is named .cctor and marked with the attributes SpecialName and RTSpecialName. It is run when a module (each .NET assembly is comprised of one or more modules, typically just one) is loaded for the first time, and is guaranteed to run before any other code in the module runs, before any type initializers, static constructors or any other initialization code.
Fabien Cadet

10 Useful Usability Findings and Guidelines « Smashing Magazine - 2 views

  •  
    1. Form Labels Work Best Above The Field 2. Users Focus On Faces 3. Quality Of Design Is An Indicator Of Credibility 4. Most Users Do Not Scroll 5. Blue Is The Best Color For Links 6. The Ideal Search Box Is 27-Characters Wide 7. White Space Improves Comprehension 8. Effective User Testing Doesn't Have To Be Extensive 9. Informative Product Pages Help You Stand Out 10. Most Users Are Blind To Advertising
jeezTech

Programming Languages Rank With A Rather Strange Way - 0 views

  •  
    The idea of doing a research to find the most popular programming language, came to me a month ago when i was surfing the TIOBE site. This is a research i did
Joel Bennett

What's New in DekiScript for MindTouch Core/2009 "Lyons" (9.02) - MindTouch Community P... - 0 views

  •  
    Among the many new features in MindTouch Deki "Lyons" are also some important improvements to DekiScript, the built-in end-user scripting language for creating dynamic content, mashups, and collaborative applications...
  •  
    DekiScript is really very, very good.
Alaa Al-Hussein

jQuery Animate - Advanced - 1 views

  •  
    jQuery animate - How to Advanced tutorial
Joel Bennett

OMG Ponies!!! (Aka Humanity: Epic Fail) - Jon Skeet: Coding Blog - 7 views

  •  
    How the simple things (like time zones, daylight savings, culture and unicode) manage to make the job of a software developer painful.
alex gross

Embracing the Cloud - CodeRun - Integrated Development Environment in the Cloud - 1 views

  •  
    public String CloudThoughts{ get; set;}
alex gross

Site of the Day: CodeRun.com | Michael Lipson - 2 views

  •  
    I'm going to start Site of the Day with CodeRun . CodeRun is a virtual development environment which looks to be really promising. This site, so far, seems to be an amazing colaboration tool for programmers.
Fabien Cadet

What Beautiful HTML Code Looks Like, by Chris Coyier | CSS-Tricks [2009-11-09] - 3 views

  •  
    « It gets me to thinking, what makes beautiful code? In HTML, it comes down to craftsmanship. Let's take a look at some markup written they way markup should be written and see how beautiful it can be. » [ + PNG image ]
« First ‹ Previous 81 - 100 of 115 Next ›
Showing 20 items per page