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

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

Stories kicked by ColdChilli
35
kicks
published 1 year, 8 months ago, submitted by sdeasy 1 year, 8 months ago

seandeasy.com — A list of the best .net podcasts on the web read more...

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

15
kicks
published 1 year, 8 months ago, submitted by wwb_99 1 year, 8 months ago

sitepoint.com — ASP.NET gives a developer a lot of loosely typed key-value collections in which to stash stash variables, depending upon persistence needs. The short list includes ViewState, Session, Application and HttpContext.Items. These collections can come in very handy when one needs to keep an object around outside of a single request or shuttle things between different bits of the http pipeline. But it comes at a price—these collections are loosely typed, just returning Objects. Moreover, there is no compile-time checking to ensure that you are requesting the right key in the right place. Errors can lead to crashes at best, and interesting data corruption at worst. Here is a handy technique to avoid such issues. read more...

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

13
kicks
published 1 year, 8 months ago, submitted by jeremyjarrell jeremyjarrell 1 year, 9 months ago

jeremyjarrell.com — Have you ever had a collection made of several types which all derive from the same base class? How many times have you needed to iterate the whole collection and check each element to make sure its the type that you want to work with? Here's how to do you type checking completely inline inside of the foreach loop so you only get the objects you want. read more...

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

24
kicks
published 1 year, 10 months ago, submitted by wwb_99 1 year, 10 months ago

sitepoint.com — Page_Load is Evil. And here is why. read more...

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

13
kicks
published 1 year, 11 months ago, submitted by jhol3990 2 years ago

aspalliance.com — A good clear explaination of the adapter patter ... clear explainations and real world analogies with code (vb.net 2003 ... but the code is quite generic). read more...

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

15
kicks
published 2 years ago, submitted by Hyle 2 years ago

en.csharp-online.net — Learn when and where to use generics and find recipes for using generics to solve problems. Excerpt: A long-awaited feature, generics, is finally here with the advent of Version 2.0 of the C# compiler. Generics is an extremely useful feature that allows you to write less, but more efficient, code. This aspect of generics is detailed more in Recipe 4.1. With generics comes quite a bit of programming power, but with that power comes the responsibility to use it correctly. If you are considering converting your ArrayList, Queue, Stack, and Hashtable objects to use their generic counterparts, consider reading Recipes 4.4, 4.5, and 4.10. As you will read, the conversion is not always simple and easy, and there are reasons why you might not want to do this conversion at all. read more...

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

19
kicks
published 2 years ago, submitted by bashmohandes bashmohandes 2 years ago

realsoftwaredevelopment.com — I have been developing software and web applications for nearly 11 years now. Software development has come along way since the days of Binary, Cobol, etc. What still fascinates me however about software development however is the same mistakes made before, are still made today. read more...

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

24
kicks
published 2 years ago, submitted by ekampf 2 years ago

ekampf.com — Microsoft officially released .NET 3.0 read more...

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

15
kicks
published 2 years ago, submitted by jasper22 2 years ago

toqc.com — This is a long list with questions that you may be asked at C# job interview (with answers). Enjoy read more...

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

13
kicks
published 2 years ago, submitted by BlackTigerX 2 years ago

ebersys.blogspot.com — Do you need to get access to a method that has been marked as private? here's how you can read more...

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

35
kicks
published 2 years, 1 month ago, submitted by cls2deg cls2deg 2 years, 1 month ago

diditwith.net — Today I was iterating a List<int> using a foreach-loop and feeling a bit smug in knowing how much more performance-conscious I was being than if I'd tried doing the same thing with an ArrayList filled with ints. Thanks to the wonder of generics, the C# compiler neatly avoids numerous boxing operations by using a System.Collections.Generic.IEnumerator<int> instance instead of the older System.Collections.IEnumerator. Then I got to thinking: "is this really the fastest way?" Upon investigation, it turns that, no, it isn't the fastest way. read more...

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

22
kicks
published 2 years, 1 month ago, submitted by gavinjoyce gavinjoyce 2 years, 1 month ago

codebetter.com — Poorly handled exceptions might speak volumes about someone's coding abilities, but it's string concatenation that's a sure bet to kill a programs readability (thus maintainability). Everyone knows that they should use StringBuilder's for better performance when concatenating a lot, but to improve maintainability, string.format is king! read more...

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

21
kicks
published 2 years, 3 months ago, submitted by wwb_99 2 years, 3 months ago

haacked.com — A summary of the unfortunate demise of the NDoc 2.0 project. But more importantly, it is Paul Haack's eloquent appeal to developers to do their part and contribute to the open source projects which make their lives much easier. read more...

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

32
kicks
published 2 years, 3 months ago, submitted by madskristensen madskristensen 2 years, 4 months ago

madskristensen.dk — In ASP.NET 2.0 I'll show you how to get notified by e-mail when an unexpected error occurs - ONLY by editing the web.config. No C#/VB.NET code needed! read more...

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

15
kicks
published 2 years, 4 months ago, submitted by gaech gaech 2 years, 4 months ago

hanselman.com — Like a schmuck, I can't resist installing beta software, especially REALLY beta software, especially on computers that I really shouldn't be installing beta software on like my computer or my wife's, especially at 2am. After some painful installation chaos/debugging...I got Firefox 2.0 Beta 1 and IE 7.0 Beta 3 installed. Here's my thoughts. read more...

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

26
kicks
published 2 years, 4 months ago, submitted by bottles 2 years, 4 months ago

blogs.sagestone.net — From the post "I hadn't seen this in any of the C# 2.0 feature lists, but Fritz Onion brings this little gem to light for me. There's a new operator: ?? It's a lot like the old inline if statement." read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge