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

Latest popular stories Subscribe to this feed
View 428 upcoming stories >>
70
kicks
published 4 days, 20 hours ago, submitted by pstatho 5 days, 6 hours ago

west-wind.com — Poor ASP.NET! Is it really that bad? I say No! read more...

Add a comment 9 comments | category: | Views: 691
tags: | tag it

32
kicks
published 5 days, 1 hour ago, submitted by RyanFarley RyanFarley 5 days, 10 hours ago

jankoatwarpspeed.com — Janko shows an extremely simple and nicely polished way to create graphical breadcrumbs like on apple.com. read more...

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

29
kicks
published 18 hours, 15 minutes ago, submitted by jongalloway jongalloway 1 day 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: 192
tags: | tag it

28
kicks
published 1 day, 16 hours ago, submitted by wisemx wisemx 1 day, 19 hours ago

crazeegeekchick.com — First things first. I'm an application (middle tier) developer. My design skills while adequate, are not by any means what I'd like them to be. Like a good geek girl, I've been working on this. I've put together a list of very helpful CSS resources I've stumbled upon in my quest to improve my presentation layer skills. I thought I'd share them: read more...

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

26
kicks
published 5 days, 16 hours ago, submitted by Jemm Jemm 6 days ago

readwriteweb.com — "In this post we look at a dozen unit testing tips that software engineers can apply, regardless of their programming language or environment." read more...

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

25
kicks
published 6 days, 19 hours ago, submitted by gt1329a gt1329a 7 days, 2 hours ago

encosia.com — A detailed example of how to use CSS to style an HTML table. The example is specifically focused on styling a table generated on the client-side via AJAX, but is applicable to any HTML table. read more...

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

25
kicks
published 1 day, 19 hours ago, submitted by dnk2007 1 day, 22 hours ago

blogs.lessthandot.com — Only In A Database Can You Get 1000% + Improvement By Changing A Few Lines Of Code read more...

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

24
kicks
published 2 days, 10 hours ago, submitted by ccyvas 4 days, 8 hours ago

chriscyvas.wordpress.com — . . . what Mindscape has done is really quite impressive. To evaluate, accept, and incorporate feedback that quickly into the product and to have the installer ready that afternoon is impressive – for anyone. read more...

Add a comment 13 comments | category: | Views: 545
tags: , | tag it

23
kicks
published 1 day, 15 hours ago, submitted by ang3lfir3 1 day, 15 hours ago

kohari.org — A rather heated discussion erupted last week on Twitter and IRC concerning so-called “drag-and-drop demos” — point-and-click demonstrations of “software development” that just involve dragging controls around on a graphical designer without a lot of actual coding involved. Being entirely unable to resist joining in on debates, I had to chime in and give my two cents. read more...

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

23
kicks
published 1 day, 1 hour ago, submitted by StanJackson 1 day, 8 hours ago

ryanfarley.com — In the recent relaunch of this site, I created a new custom skin for Subtext. Since this is just a personal site, I threw things together fairly quickly, testing along the way with Firefox3 and IE7. Once I was getting closer to complete, I took a look at my new site in all the usual browsers, including IE6. Ugh, it looked terrible. I gave it some thought and made some decisions about supporting IE6. I'm not going to support it. Not on this site and not on others that I have a say in. I'm not talking about leaving my site unusable for IE6 users - they just won't get as good of an experience. I'm not alone with this decision. Read on to see why I am no longer supporting IE6. read more...

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

22
kicks
published 14 hours, 30 minutes ago, submitted by ourcurrentfuture 17 hours, 56 minutes ago

codeplex.com — Clone Detective is a Visual Studio integration that allows you to analyze C# projects for source code that is duplicated somewhere else. Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code. read more...

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

22
kicks
published 3 days, 15 hours ago, submitted by Matt_TCF 8 days, 20 hours ago

trycatchfail.com — The series will cover the things you *shouldn't* do if you hold some sort of managerial stake in a software project. Sadly these tales will be from my own personal experience working for companies that have drifted into disarray. These examples will be embellished somewhat to drive the points home, but by and large, everything you will read in these posts will be true. read more...

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

21
kicks
published 6 days, 11 hours ago, submitted by keyvan keyvan 6 days, 12 hours ago

codeclimber.net.nz — Simone Chiaretta writes about the new Wrox book that he and Keyvan Nayyeri are writing and is entitled Beginning ASP.NET MVC. This book targets beginner ASP.NET MVC developers. read more...

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

20
kicks
published 4 days, 21 hours ago, submitted by rao.ritesh 5 days, 11 hours ago

codeinsanity.com — In my previous post I put down some thoughts on the Repository and Specification patterns and in the end said that with the introduction of Linq and the growing popularity of ORM frameworks and their support for Linq, it’s time to look back at these two patterns and see how we can leverage Linq to simplify the patterns and make them infrastructure agnostic. read more...

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

19
kicks
published 5 days, 11 hours ago, submitted by JamesEggers 6 days, 5 hours ago

randomactsofcoding.blogspot.com — This is the first of number of posts to come on getting started with jQuery with no previous knowledge of the framework. Over the course, various jQuery Plug-Ins will be used and discussed along with gradual integration with traditional ASP.Net 2.0 web applications components (i.e. Master Pages, User Controls, and ASP.Net AJAX). read more...

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

18
kicks
published 4 days, 18 hours ago, submitted by CraigStuntz CraigStuntz 5 days, 17 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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge