Tags
-
Recent Posts
Archives
Friends
Work
Meta
Monthly Archives: June 2010
.NET 4.0
Some updated download links for the latest .NET version: Microsoft .NET Framework 4 (Web Installer) Microsoft Visual Studio 2010 Express Downloads Microsoft Web Platform Installer 2.0 Microsoft Expression Blend® 4 Reactive Extensions for .NET (Rx) Snoop WPF4 .NET Reflector Vidyano … Continue reading
Rails dynamic finders for .NET 4.0
Ruby on Rails allows you to use ‘dynamic’ finders to query the database. This is actually a feature from ActiveRecord to dynamicly use methods which will represent where clauses on the database. Some examples: User.find(:first, :conditions => [“name = ?”, … Continue reading