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

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

Stories submitted by friends of drmohundro
3
kicks
submitted by keithelder 4 days, 3 hours ago

keithelder.net — For those that are writing in C# 3.0 and using the latest and greatest language features have you actually stepped back to look at some of the code you wrote? Is it easier or harder to read? Is it truly more understandable for someone else to maintain later on or is it just a lot of syntactic noise? Let's explore this with a few samples and see which way comes out on top. read more...

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

17
kicks
published 3 days, 9 hours ago, submitted by powerrush powerrush 4 days, 23 hours ago

altnetpodcast.com — In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, Scott Koon, and Steven Harman discuss Microsoft’s jQuery in ASP.NET announcement. read more...

Add a comment 1 comment | category: | Views: 160
tags: , , , | tag it

2
kicks
submitted by mjpalad mjpalad 6 days, 23 hours ago

mpaladino.com — SQL Examiner Suite consists of a couple of tools, SQL Examiner and SQL Data Examiner, that allow the user to compare and synchronize database schemas and data. This is a brief screencast introducing those tools. read more...

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

17
kicks
published 20 days ago, submitted by mjeaton 20 days, 4 hours ago

rosscode.com — "I'm going to lay out what I think Duck Typing is, and let you poke holes in it, and tell me where I'm wrong. " read more...

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

49
kicks
published 1 month, 1 day ago, submitted by mjpalad mjpalad 1 month, 6 days ago

thearchitect.co.uk — If you are trying to figure out the new certification exams for Microsoft Certified Professional Developer (MCPD) or Microsoft Certified Technical Specialist (MCTS) for .NET Framework 3.5 / Visual Studio 2008 then you may be interested in a diagram that I put together to helped me to visualize the path through the required certification exams. read more...

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

4
kicks
submitted by keithelder 1 month, 10 days ago

deepfriedbytes.com — Joe Stagner discusses security best practices for software developers. Along the way many different ideas and topics came up like comparing a security development expert to a professional prize fighter. Listen as Joe relates how his IT law enforcement background helped him build his vision of keeping the Bad Hackers out of applications and systems. read more...

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

31
kicks
published 1 month, 13 days ago, submitted by mjeaton 1 month, 13 days ago

blog.theaccidentalgeek.com — I am responsible for every website I create. If I create a site or application that is unmaintainable or that has poorly formed HTML or doesn’t render well in all browsers, that is my fault. I chose my development tools/framework, or my employer, who I choose to work for, chose the development tools/framework. Either way, it is my responsibility, as a professional, to do my utmost to create the best possible application that is within my capability to create. read more...

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

31
kicks
published 1 month, 14 days ago, submitted by keithelder 1 month, 14 days ago

keithelder.net — Have you ever tried to use one browser and one browser only? This article outlines how impossible it can be even in 2008 to do. There are countless public facing Asp.Net web sites that require Internet Explorer. The perception and impact this has on the non Asp.Net community is something developers need to think about. It is an interesting read that provides a lot of insight into the problem and some ways to fix it. read more...

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

2
kicks
submitted by keithelder 1 month, 23 days ago

deepfriedbytes.com — Keith and Woody wrap up their conversation with Shawn Wildermuth about the past, present and future of Silverlight 2 and get into some of the truths about this exciting technology. They expose some "rusty washers" about Siliverlight and discuss lots of interesting things you probably didn't know about the technology. This is another fun episode of Deep Fried Bytes that covers everything from lawn mowing, the Olympics and Silverlight. read more...

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

1
kicks
submitted by powerrush powerrush 1 month, 29 days ago

mikehadlow.blogspot.com — ...it's a really neat tool if you're writing a lot of unit tests and find yourself forever constructing mock objects read more...

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

3
kicks
submitted by keithelder 2 months ago

deepfriedbytes.com — Now that Silverlight 2 is at the Olympics and making a big splash, we wanted to explore this fascinating technology more. Microsoft Silverlight 2 is a cross-browser, cross-platform, and cross-device plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web. Keith and Woody sit down with Shawn Wildermuth about the past, present and future of Silverlight 2 and get into some of the truths about this exciting technology. read more...

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

63
kicks
published 2 months, 5 days ago, submitted by dengar007 dengar007 2 months, 5 days ago

frickinsweet.com — A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. read more...

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

2
kicks
submitted by powerrush powerrush 2 months, 10 days ago

blog.troyd.net — An example of how to use Precondition Filters in conjunction with HandleErrorAttribute to provide user-friendly error pages when users try to link to your URLs with invalid route data, query strings, etc... read more...

Add a comment 1 comment | category: | Views: 10
tags: , , , , | tag it

6
kicks
submitted by dengar007 dengar007 2 months, 10 days ago

codebetter.com — Matthew Podwysocki continues his series on Recursion. In this post he deals with memoization (speeding up your programs by avoiding repetitive calculations for previously processed function inputs). This is a great read; especially if you are into functional programming. read more...

Add a comment add a comment | category: | Views: 6
| tag it

3
kicks
submitted by dengar007 dengar007 2 months, 12 days ago

haacked.com — Phil Haack demonstrates how to use jQuery to call an action that returns a JsonResult. read more...

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

13
kicks
published 2 months, 17 days ago, submitted by dengar007 dengar007 2 months, 17 days ago

codethinked.com — Part 4 in a multi-part series on learning Ruby using IronRuby and C#. Justin continues his series using familiar C# code to explain Ruby programming concepts. In this post, he goes over additional functionality of loops and ranges. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge