DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

rimsystems Subscribe to this feed
rimsystems
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by friends of rimsystems
29
kicks
published 19 hours, 14 minutes ago, submitted by jongalloway jongalloway 1 day, 1 hour ago

blog.wekeroad.com — Rob runs some tests with millions of records to see how SubSonic holds up with respect to speed and memory use. read more...

Add a comment 3 comments | category: | Views: 200
tags: | tag it

18
kicks
published 4 days, 19 hours ago, submitted by CraigStuntz CraigStuntz 5 days, 18 hours ago

haacked.com — In CodePlex Preview 4 of ASP.NET MVC, we split out our action filters into four types of filters, each of which is an interface. To write a custom filter, you simply need to create an attribute that also implements one of the four interfaces I mentioned. read more...

Add a comment add a comment | category: | Views: 159
tags: | tag it

16
kicks
published 5 days, 18 hours ago, submitted by justin_etheredge justin_etheredge 6 days, 20 hours ago

codethinked.com — In this post we talk about one of the best features of Ruby... duck typing. We show you what it is, and how it affects the way that you interact with objects in Ruby. read more...

Add a comment add a comment | category: | Views: 97
tags: , , | tag it

23
kicks
published 7 days, 1 hour ago, submitted by ussherm ussherm 7 days, 6 hours ago

stevenharman.net — Subtext 2.0 is hot off the CI Server and the new bits are packed with a metric crap-load of bug fixes, new features, and patches. read more...

Add a comment add a comment | category: | Views: 164
tags: , | tag it

25
kicks
published 7 days, 12 hours ago, submitted by wisemx wisemx 8 days, 17 hours ago

blogs.msdn.com — I promised an update on SQL Express availability in my last post about the release of SQL Server 2008 so here it is. SQL Server 2008 Express is now available along with the release of the .NET Framework 3.5 SP1, which is a prerequisite and Visual Studio Express SP1. As I mentioned, there are two more editions of SQL Express on the way. There are a number of prerequisites for SQL Server 2008 that you will have to install on your own before installing SQL Express. Here is the list and basic instructions: read more...

Add a comment 2 comments | category: | Views: 278
tags: | tag it

80
kicks
published 8 days, 18 hours ago, submitted by johnrummell johnrummell 8 days, 19 hours ago

microsoft.com — It's finally here! I haven't seen an official announcement yet, but I did a search for "Visual Studio 2008 Service Pack 1" on Microsoft's Download Center and found the following downloads added today: Microsoft Visual Studio 2008 Service Pack 1 (exe) http://www.microsoft.com/downloads/details.aspx?FamilyID=fbee1648-7106-44a7-9649-6d9f6d58056e&DisplayLang=en Microsoft Visual Studio 2008 Service Pack 1 (iso) http://www.microsoft.com/downloads/details.aspx?FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61&DisplayLang=en read more...

Add a comment 6 comments | category: | Views: 704
tags: , , | tag it

15
kicks
published 3 days, 4 hours ago, submitted by ivanoff 9 days, 8 hours ago

blog.wekeroad.com — Creating An Experience read more...

Add a comment add a comment | category: | Views: 156
tags: | tag it

11
kicks
published 11 days, 21 hours ago, submitted by casualjim casualjim 12 days, 18 hours ago

flanders.co.nz — For my book IronRuby I’m working on chapter 4. That chapter is about doing WPF development with IronRuby. I started out with a straight port of Witty to IronRuby. As I was doing that the cogs started turning and I came up with a way to bring the rails style of development to WPF. I decided to investigate that route a little bit further and now I have a small framework that enables you to write WPF applications with the MVC paradigm. I decided to open that code up as open source and host it on github. read more...

Add a comment add a comment | category: | Views: 127
tags: | tag it

16
kicks
published 13 days, 16 hours ago, submitted by Jemm Jemm 13 days, 17 hours ago

blog.jemm.net — Finally it is done and ready for download for MSDN/TechNet -subscribers. read more...

Add a comment 16 comments | category: | Views: 137
tags: , | tag it

31
kicks
published 13 days, 18 hours ago, submitted by danielstoner 13 days, 22 hours ago

littletutorials.com — The “tech lead” role can be treacherous at times. While the name implies “leadership“, most of the times it doesn’t come with implied authority like a manager role for example. It often happens that this role is in a no-man’s-land where it brings a lot of responsibility but not enough formal authority. In order to successfully help a project from this position one has to navigate through narrow and convoluted straits. read more...

Add a comment 6 comments | category: | Views: 511
tags: | tag it

19
kicks
published 13 days, 20 hours ago, submitted by dwhittaker 13 days, 23 hours ago

dimecasts.net — Introduction to IoC/DI - The art of Decoupling. This episode we will review what Inversion of Control (IoC)/Dependancy Injection (DI) is and why they are important. read more...

Add a comment add a comment | category: | Views: 277
tags: | tag it

11
kicks
published 13 days, 17 hours ago, submitted by alley alley 14 days, 2 hours ago

weblogs.asp.net — GiftListr is the only truly universal gift registry allowing you to add products from ANY website without limitations. Just browse stores the way you usually do when you shop online. Once you find the item you want, simply copy-and-paste the url into the GiftListr application. GiftListr will then download all the product information and product images available. You can add notes to each item and share you gift list with friends. read more...

Add a comment add a comment | category: | Views: 116
tags: | tag it

24
kicks
published 13 days, 23 hours ago, submitted by rstrahl rstrahl 15 days, 9 hours ago

west-wind.com — .NET Framework 3.5 provides a couple of choices for JSON Serialization and Deserialization. Find out how you can use them and also some of the problems that both of these tools impose. read more...

Add a comment add a comment | category: | Views: 229
tags: , | tag it

8
kicks
published 15 days, 12 hours ago, submitted by EtienneTremblay EtienneTremblay 15 days, 18 hours ago

blog.lavablast.com — Recently, SubSonic v2.1 was released and we upgraded the code we've previously published to support this new version. read more...

Add a comment add a comment | category: | Views: 235
tags: | tag it

20
kicks
published 15 days, 2 hours ago, submitted by justin_etheredge justin_etheredge 15 days, 20 hours ago

codethinked.com — In part 6 we look at Hashes (or Associative Arrays) and how they are used in the Ruby language. We also look at how you can use them in place of explicit method parameters. read more...

Add a comment add a comment | category: | Views: 96
tags: , , , | tag it

23
kicks
published 15 days, 16 hours ago, submitted by StanJackson 16 days, 11 hours ago

ryanfarley.com — As a long time work-at-home developer, I’ve come to realize over the years how important it is to have the right work routine and balance to remain happy in both your professional and personal life. I’ve worked from my home 100% of the time for the last 6-7 years and had often worked from my home in spurts before that. Without question, it requires the right mindset and dedication. There’s an upside as well as a downside to working from home, but with the right routine you can be successful at it. read more...

Add a comment 1 comment | category: | Views: 624
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge