|
|
ColdChilli
ColdChilli
 |
|
Stories kicked by ColdChilli
|
|
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...
|
|
tags:
.Net, Podcast | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
1 comment
|
category: ASP.NET | Views: 2
|
|
tags:
Viewstate, StronglyTyped, ASP.NET, Session | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 8 months ago, submitted by
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...
1 comment
|
category: C# | Views: 1
|
|
tags:
foreach | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: C# | Views: 5
|
|
tags:
Generics, Wiki, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years ago, submitted by
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...
|
|
tags:
Mistakes, Development | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: C# | Views: 74
|
|
tags:
Interview, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
4 comments
|
category: C# | Views: 9
|
|
tags:
Reflection | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 1 month ago, submitted by
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
|
category: C# | Views: 72
|
|
tags:
ArrayList, IEnumerator, foreach, Performance, Generics | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 1 month ago, submitted by
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...
|
|
tags:
String.Format, TipsAndTricks, CodeBetter | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
2 comments
|
category: Community | Views: 0
|
|
tags:
NDoc, Haacked, OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 4 months ago, submitted by
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...
1 comment
|
category: IE | Views: 0
|
|
tags:
ScottHanselman, IE, Firefox | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
5 comments
|
category: C# | Views: 3
|
|
tags:
2.0, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|