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

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

Stories kicked by kaagle
55
kicks
published 1 month, 26 days ago, submitted by kpanghmc 1 month, 27 days ago

kevinwilliampang.com — Proverbs are used to express universal truths or life lessons in a short and memorable fashion. I find that they are a great way to keep things in perspective, both in life and in work. Because of this, I have assembled 10 programming proverbs that every developer needs in their arsenal. read more...

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

23
kicks
published 2 months, 8 days ago, submitted by ozuolmez 2 months, 8 days ago

kvnc.net — For the software, itself, it is easier to discuss its quality by measuring its performance, memory usage, number of the bugs etc. But what if we talk about the code file, how can we write code that we are proud of. read more...

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

31
kicks
published 3 months, 13 days ago, submitted by crpietschmann crpietschmann 3 months, 13 days ago

blog.lutzroeder.com — After more than eight years of working on .NET Reflector, I have decided it is time to move on and explore some new opportunities. I have reached an agreement to have Red Gate Software continue the development of .NET Reflector. Red Gate has a lot of experience creating tools for both .NET and SQL Server. They have the resources necessary to work on new features, and Reflector fits nicely with other .NET tools the company offers. Red Gate will continue to provide the free community version and is looking for your feedback and ideas for future versions. read more...

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

26
kicks
published 3 months, 25 days ago, submitted by contour 3 months, 26 days ago

littletutorials.com — I am not sure how so many people go through so many years of school, which is supposed to make us better at thinking, and they fail to differentiate the “why” and the “how”. During interviews, when I ask their opinion about the purpose of inheritance in OOP, invariably I get this precooked answer (not so nicely expressed): inheritance is the way to achieve code reuse. No it is not! read more...

Add a comment 5 comments | category: | Views: 625
tags: | tag it

20
kicks
published 4 months ago, submitted by vivekamar vivekamar 4 months ago

dotnetcurry.com — 'Good' means having qualities that are desirable and distinguishing. From a developer's perspective, these qualities are both technical as well as non-technical. Here are some qualities that a developer should possess if he/she aims at becoming a 'good' developer. read more...

Add a comment 7 comments | category: | Views: 632
tags: | tag it

32
kicks
published 4 months ago, submitted by klasbas 4 months, 1 day ago

littletutorials.com — UML lost the programmers. There is no doubt about it… in my mind. And when a software design technology loses the programmers it fades away no matter what the academia thinks. This happened because UML was pushed in a direction that most code writers don’t like: it started to look a lot like bureaucratic paper work. read more...

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

50
kicks
published 4 months, 8 days ago, submitted by Yura Yura 4 months, 11 days ago

effectize.com — A great list of resources, including MSDN links, guides, .NET blogs and how tos about improving .NET performance. read more...

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

30
kicks
published 4 months, 19 days ago, submitted by yesthatmcgurk yesthatmcgurk 4 months, 19 days ago

blogs.msdn.com — ... and some dude from the VB team. Anders and the guys in room 2543, building 41 (where C# was born) talk about the new features that will be in the next version of C#. I so wanted to blogspam this one. Enjoy your direct link. read more...

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

36
kicks
published 4 months, 24 days ago, submitted by samdnp 4 months, 24 days ago

dotnetperls.com — Article goes beyond the basics and looks at some more detail of StringBuilder in C#, and a benchmark that can help you improve your code that already uses StringBuilder. With graph read more...

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

22
kicks
published 5 months, 8 days ago, submitted by alashcraft 5 months, 9 days ago

alvinashcraft.com — This is an updated version of my January 2008 list of must have software for your developer toolbox. Kudos to Scott Hanselman for the inspiration. read more...

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

39
kicks
published 5 months, 18 days ago, submitted by aloker aloker 5 months, 18 days ago

blog.andreloker.de — The web.config (or app.config for non-web applications) file is the central place to configure your web application, starting from connection strings, over application settings to ASP.NET specific topics like caching, authentication & authorization, sessions as well as HTTP handlers and modules. Normally the web.config starts as a neat little pet you can easily manage. But as soon as your project grows mature, web.config turns out to be a huge beast. This article shows you a way to tame the beast. read more...

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

20
kicks
published 5 months, 20 days ago, submitted by marlongrech 5 months, 20 days ago

marlongrech.wordpress.com — Lately I’ve been working on a project at work and the application was performing pretty well. The CPU Usage was below 2% and I was quite happy with it. Then I decided to add a simple animation that continues executing forever… the results 15% CPU consumption … I was amazed at how much CPU was being wasted. Yet I am a stubborn guy and if I want an animation to execute forever, I will do it no matter what…. read more...

tags: | tag it

3
kicks
submitted by DevTopics 7 months, 21 days ago

devtopics.com — "In a room full of top software designers, if two agree on the same thing, that’s a majority." – Bill Curtis read more...

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

30
kicks
published 8 months ago, submitted by shayfriedman shayfriedman 8 months ago

shaytalksabout.net — We all use the static keyword, but do we really know what the possibilities are? read more...

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

16
kicks
published 8 months, 1 day ago, submitted by javery javery 8 months, 1 day ago

devlicio.us — The danger of doing too much in your tests read more...

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

32
kicks
published 8 months, 3 days ago, submitted by eugenciuta 8 months, 5 days ago

dotnetfacts.blogspot.com — System.String type is used in any .NET application. We have strings as: names, addresses, descriptions, error messages, warnings or even application settings. Each application has to create, compare or format string data. Considering the immutability and the fact that any object can be converted to a string, all the available memory can be swallowed by a huge amount of unwanted string duplicates or unclaimed string objects. Now let's see how a string object should be handled to preserve memory. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge