baggyblack

Stories kicked by friends of baggyblack

Cassandra Jump Start For The Windows Developer(www.coderjournal.com)

submitted by zigamorphzigamorph(3319) 2 years, 1 month ago

Cassandra is an open source distributed database management system. It is an Apache Software Foundation top-level project, as of February 17, 2010, designed to handle very large amounts of data spread out across many commodity servers while providing a highly available service with no single point of failure. It is a NoSQL solution that was initially developed by Facebook and powers their Inbox Search feature. Jeff Hammerbacher, who led the Facebook Data team at the time, has described Cassandra as a BigTable data model running on an Amazon Dynamo-like infrastructure. read more...

add a comment |category: |Views: 427

tags: another

PostSharp Going Commercial. Introducing Commercial.(www.sharpcrafters.com)

submitted by gfraiteurgfraiteur(988) 2 years, 3 months ago

Gael Fraiteur warmly thanks the PostSharp community for its support and announces the launch of SharpCrafters, the new company behind PostSharp. He explains the reasons behinds this choice and the new licensing/pricing model. read more...

add a comment |category: |Views: 322

tags: another

How Fanboys See .NET ORMs(www.kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 2 years, 4 months ago

A play off of the recent "How Fanboys See Operating Systems" post. read more...

4 comments |category: |Views: 717

tags: another

jQuery 1.4 Released!(jquery14.com)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

In celebration of jQuery’s 4th birthday, the jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone into this release, and we’re really quite proud of it. read more...

4 comments |category: |Views: 494

tags: another

New Year's Resolutions for Software Developers(jeffblankenburg.com)

submitted by jblankenburgjblankenburg(1264) 2 years, 4 months ago

A great list of ways to challenge yourself in 2010. I especially like "I will be an agent of change in my organization." read more...

4 comments |category: |Views: 543

tags: another

Best of 2009: the 5 most popular posts(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 4 months ago

Simone looks at the last year's stats and lists the most popular posts we wrote in 2009. And also writes his overall top 10 read more...

1 comment |category: |Views: 527

tags: another

Any() versus Count()(kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 2 years, 5 months ago

Jimmy Bogard brought to my attention today that I had been doing something wrong all along. I’ve been using Count() on my enumerations when I should have been using Any(). I’ve even done this in a presentation I’ve been giving the past few months. This is from Mash Up. read more...

2 comments |category: |Views: 692

tags: another

131 jQuery Snippets for Visual Studio 2010(john-sheehan.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 5 months ago

I've started a new project to create jQuery Code Snippets for Visual Studio 2010 now that it supports HTML and JavaScript snippets. There are 131 so far. read more...

1 comment |category: |Views: 685

tags: another

Build Version Increment Addin for Visual Studio(team.sfi.vn)

submitted by lehoangdunglehoangdung(490) 2 years, 6 months ago

Today I will introduce a tool for Visual Studio Build Version Increment Add-In Visual Studio I want to have automatic build version increment for my apps and libraries to avoid setting it manually again and again. After 5 minutes searching on the internetnet, I found Build Version Increment add-in for Visual Studio 2005/2008. This add-in is very simple in use but do exactly what everyone developer needs. read more...

add a comment |category: |Views: 513

tags: another

Translating your content title using Google Translate API...(sharplife.net)

submitted by sharplifesharplife(4570) 2 years, 6 months ago

This is a tricky way to utilize Google Translate API to build English SEO friendly URLs for your dynamic web pages. The best way to use in ASP.NET MVC applications! read more...

add a comment |category: |Views: 195

tags: another

Enhance your .NET applications for Windows 7(developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 2 years, 6 months ago

Learn how to exploit the full range of new Windows 7 features direct from your .NET code, including jumplists, tabbed thumbnails, sensor platform APIs and DirectX read more...

add a comment |category: |Views: 288

tags: another

Windows Azure and Visual Studio 2010(blogs.msdn.com)

submitted by wzackwzack(1968) 2 years, 6 months ago

Microsoft just released several new features for Windows Azure through the Windows Azure Tools and SDK. This release adds support for Visual Studio 2010 Beta 2 and VWD Express 2010 Beta 2. read more...

add a comment |category: |Views: 142

tags: another

Dependency Injection For Dummies(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 2 years, 6 months ago

The goal of this series is to introduce programming patterns and practices to developers who have little to no familiarity with them. This series does not intend to dive into the intricacies of each pattern / practice, but to give a brief overview that will (hopefully) inspire developers to learn more about them. read more...

add a comment |category: |Views: 617

tags: another

12 ASP.NET MVC Best Practices(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 2 years, 6 months ago

In this post Simone Chiaretta outlines a list of 12 best practices to use with ASP.NET MVC. read more...

add a comment |category: |Views: 848

tags: another

C# Recorder using IronRuby(ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 2 years, 7 months ago

The Ruby languages has some very powerful built-in abilities. These are now available in C# 4.0 thanks to the dynamic keyword and IronRuby. In this post I take advantage of some of the powerful Ruby built-in abilities to create a class that records C# statements and playbacks them on an arbitrary object - a task that has been very complicated to achieve until now. read more...

add a comment |category: |Views: 291

tags: another

DotNetMarche Workshop material – Refactoring 2 the max(nablasoft.com)

submitted by D_GuidiD_Guidi(280) 2 years, 7 months ago

Recently, together with Diego Guidi, Alfredo Morresi and Gian Maria Ricci, I was the speaker in the 11th workshop presented by our .net user group DotNetMarche. ... If you are interested the material of the workshop is available following this link: http://dotnetmarche.org/files/folders/11_-_refactoring_2themax_09102009/default.aspx The website user group is in Italian (cause we are a local community), but the slides and the source code presented are written in English. read more...

add a comment |category: |Views: 3

tags: another