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

Kick Spy!, Kick Zeitgeist and Kick Widgets

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

Stories kicked by friends of JOELROXOR
4
kicks
submitted by johnsheehan johnsheehan 6 hours, 7 minutes ago

msmvps.com — LINQ is clearly gaining a fair amount of traction, given the number of posts I see about it on Stack Overflow. However, I've noticed an interesting piece of coding style: a lot of developers are using query expressions for every bit of LINQ they write, however trivial. read more...

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

8
kicks
published 1 day, 7 hours ago, submitted by wallym 1 day, 10 hours ago

aspnetpodcast.com — David and Wally talk about Windows Azure in general. read more...

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

5
kicks
submitted by DanielSchaffer DanielSchaffer 1 day, 10 hours ago

codeplex.com — ContentGator allows web developers to automatically serve aggregated content (css, js, etc) from their web pages. By simply listing relative paths, files are grouped by content type and aggregated into a single file, which is automatically served with GZip or Deflate compression. read more...

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

17
kicks
published 1 day, 4 hours ago, submitted by justin_etheredge justin_etheredge 1 day, 10 hours ago

codethinked.com — A look at the different forms of Activator.CreateInstance and the performance implications of each. read more...

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

17
kicks
published 1 day, 4 hours ago, submitted by justin_etheredge justin_etheredge 1 day, 10 hours ago

codethinked.com — A look at the different forms of Activator.CreateInstance and the performance implications of each. read more...

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

30
kicks
published 1 day, 8 hours ago, submitted by beckelmw 1 day, 11 hours ago

beckelman.net — Are you tired of going to DotNetKicks and finding the same stories on the front page for days in a row? Trust me, there is some great content out there that never makes the front page. You just have to look a little deeper. When you do, you can help put some of that great new content in front of the masses. Even if you don’t submit stories yourself, you can still help out by giving the initial votes that push a story to the front page. read more...

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

16
kicks
published 1 day, 11 hours ago, submitted by maartenba 1 day, 15 hours ago

blog.maartenballiauw.be — Earlier this week, Katrien posted an update on the list of Belgian TechDays 2009 speakers. This post featured a summary on all sessions, of which one was titled “Pex – Automated White Box Testing for .NET”. Here’s the abstract: “Pex is an automated white box testing tool for .NET. Pex systematically tries to cover every reachable branch in a program by monitoring execution traces, and using a constraint solver to produce new test cases with different behavior. Pex can be applied to any existing .NET assembly without any pre-existing test suite. Pex will try to find counterexamples for all assertion statements in the code. Pex can be guided by hand-written parameterized unit tests, which are API usage scenarios with assertions. The result of the analysis is a test suite which can be persisted as unit tests in source code. The generated unit tests integrate with Visual Studio Team Test as well as other test frameworks. By construction, Pex produces small unit test suites with high code and assertion coverage, and reported failures always come with a test case that reproduces the issue. At Microsoft, this technique has proven highly effective in testing even an extremely well-tested component.” After reading the second sentence in this abstract, I was thinking: “SWEET! Let’s try!”. So here goes… read more...

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

11
kicks
published 1 day, 13 hours ago, submitted by dwhittaker 1 day, 15 hours ago

dimecasts.net — Another episode in the series on becoming a ReSharper Samurai. In this episode we will focus on various ways to use ReSharper to navigate your code, we take a look at the following features. 1. Navigate to file/type/member 2. Go to definition/declaration 3. Show list of implementers 4. Find usages within code 5. Quick Scrolling to methods/properties 6. Display parameter information 7. much, much more read more...

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

16
kicks
published 2 days, 8 hours ago, submitted by razamit 2 days, 11 hours ago

dev102.com — Here we are talking about filtering list items again :). read more...

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

29
kicks
published 2 days, 9 hours ago, submitted by javery javery 2 days, 11 hours ago

visualstudiohacks.com — Anything to speed up Visual Studio. read more...

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

31
kicks
published 5 days, 14 hours ago, submitted by ethilik ethilik 6 days, 3 hours ago

blog.sb2.fr — In this article, I’ll just link to a pretty great StackOverFlow Question about Hidden Features of C#. Most of C# Features are obscure for us and need some explanations, the following list and explain how to use it. read more...

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

26
kicks
published 7 days, 15 hours ago, submitted by sharplife sharplife 7 days, 16 hours ago

codeclimber.net.nz — Simone Chiaretta, MVP, has gathered his favorite blog's posts in this post. Don't miss it! read more...

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

17
kicks
published 8 days, 12 hours ago, submitted by keyvan keyvan 8 days, 14 hours ago

codeclimber.net.nz — Simone Chiaretta shares his opinions about Oxite, the CMS built by MIX team as a showcase for ASP.NET MVC, and talks how the downsides of the software can help you apply your knowldege in ASP.NET WebForms in ASP.NET MVC. read more...

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

32
kicks
published 9 days, 7 hours ago, submitted by johnsheehan johnsheehan 9 days, 9 hours ago

codebetter.com — I was recently browsing the code source of Managed Extensibility Framework and realized that this future part of .NET 4, full of tricky and advanced ideas, was naively relying on strings to describe files and directories paths. It seems that the version 4 of .NET will miss the need for a descent path API. There is the class System.IO.Path but it is feature limited, full of flaws and pitfalls (to not say bugs) and it fosters users to encode their paths into raw strings. It seems to me that using strings to encode paths is as primitive as using String.IndexOf("<tag>") to parse some XML. read more...

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

32
kicks
published 9 days, 7 hours ago, submitted by johnsheehan johnsheehan 9 days, 9 hours ago

codebetter.com — I was recently browsing the code source of Managed Extensibility Framework and realized that this future part of .NET 4, full of tricky and advanced ideas, was naively relying on strings to describe files and directories paths. It seems that the version 4 of .NET will miss the need for a descent path API. There is the class System.IO.Path but it is feature limited, full of flaws and pitfalls (to not say bugs) and it fosters users to encode their paths into raw strings. It seems to me that using strings to encode paths is as primitive as using String.IndexOf("<tag>") to parse some XML. read more...

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

16
kicks
published 8 days, 9 hours ago, submitted by justin_etheredge justin_etheredge 9 days, 12 hours ago

codethinked.com — Need to use the Entity Framework but don't know how to fit it into your domain? Come check out this series on CodeThinked.com where you will learn how to keep your domain entities fairly clean while using the Entity Framework. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads by The Lounge