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

terry.aney Subscribe to this feed
terry.aney
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by terry.aney
1
kicks
submitted by terry.aney 1 day, 3 hours ago

aneyfamily.com — So now that LINQPad has enabled intellisense SQL Server Management Studio, Query Analyzer, and even Joseph Albahari's (LINQPad creator) own QueryEx have all been zapped from my memory. I'll no longer flounder in antiquated ANSI SQL, but instead flourish in fully typed C#/LINQ code. This post explores extension methods that make LINQPad an even more power tool. read more...

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

29
kicks
published 9 days, 18 hours ago, submitted by jiltedcitizen 13 days, 11 hours ago

codebetter.com — Introduction There are language features that are nothing more than syntactical sugar. For example, C#'s coalesce operator (??) is a short-handed and specialized if-else. Object initializers make it easier to set properties on a newly created objects. Some features though go beyond mere convenience and add real value. I know it seems like we constantly have to learn new things, while at the same time actually produce code to pay our bills. It can be hard to pick and choose what to learn and what can wait. Let me be straight up though: if you haven't mastered generics yet, you're starting to fall dangerously behind. read more...

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

29
kicks
published 20 days, 20 hours ago, submitted by johnsheehan johnsheehan 21 days, 17 hours ago

davesbox.com — This change will affect the behavior of the String.StartsWith, String.EndsWith, String.IndexOf and String.LastIndexOf methods by changing them to perform an ordinal (byte-for-byte) comparison by default instead of a culture-sensitive comparison using CultureInfo.CurrentCulture. In addition, the default overloads of String.ToUpper, String.ToLower, Char.ToUpper and Char.ToLower will be changed to use CultureInfo.InvariantCulture instead of CultureInfo.CurrentCulture. read more...

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

22
kicks
published 29 days, 11 hours ago, submitted by joycsc 1 month, 1 day ago

forums.asp.net — How many of you changed your database vendor (i.e. Sql Server, Access) after developing an application? How many of your data entities include business logic? I could say, less than 10% in both cases for my case. I found the similar statistics for my other known developers. I guess this is true for less that 10% of the developers around the world. read more...

Add a comment 8 comments | category: | Views: 743
tags: , , | tag it

33
kicks
published 26 days, 10 hours ago, submitted by moserware 1 month, 3 days ago

moserware.com — How to leave your code campground cleaner than you found it. read more...

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

34
kicks
published 28 days, 7 hours ago, submitted by docluv docluv 1 month, 7 days ago

professionalaspnet.com — You have a wealth of code samples on your computer, here is how to find them!!!! An Easter Egg from Microsoft. read more...

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

4
kicks
submitted by extremecoder 1 month, 14 days ago

simplyvinay.com — Cloning without ICloneable read more...

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

5
kicks
submitted by vkreynin 1 month, 18 days ago

vkreynin.wordpress.com — Speed up your development with these simple keystrokes. read more...

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

39
kicks
published 2 months, 18 days ago, submitted by SuperJason SuperJason 2 months, 18 days ago

ytechie.com — A list of questions that software developers should ask a prospective employer during their interview process. Similar to the Joel test, but more in-depth. read more...

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

17
kicks
published 4 months, 5 days ago, submitted by Vort3X 4 months, 6 days ago

objectreference.net — Recently I’ve been having problems as the site has gotten more popular I’ve had comments and even posts disappearing randomly, sometimes re-appearing you might have experienced this yourself either on my site or in your own so after divulging into the code to see what was happening found something I thought was shocking. When you add a comment, or Rating, Approving and Remove Comments this is what BlogEngine DbBlogProvider actually does... read more...

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

28
kicks
published 4 months, 25 days ago, submitted by paul_houle 4 months, 26 days ago

gen5.info — Extension methods are the most controversial feature that Microsoft has introduced in C# 3.0. Introduced to support the LINQ query framework, extension methods make it possible to define new methods for existing classes. Although extension methods can greatly simplify code that uses them, many are concerned that they could transform C# into something that programmers find unrecognizable, or that C#’s namespace mechanisms are inadequate for managing large systems that use extension methods. Adoption of the LINQ framework, however, means that extension methods are here to stay, and that .net programmers need to understand how to use them effectively, and, in particular, how extension methods are different from regular methods. read more...

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

20
kicks
published 5 months, 1 day ago, submitted by colinjack 5 months, 2 days ago

codebetter.com — Great article detailing why LINQ to SQL deserves some attention particularly if you buy into the object oriented style of development or are currently working with an ORM such as NHibernate. read more...

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

17
kicks
published 5 months, 22 days ago, submitted by razamit 5 months, 22 days ago

dev102.com — As we all know, there are a lot of keyboard shortcuts in Visual Studio. We mentioned only 21 of them here at Dev102.com but according to this article, there are about 450 shortcuts available. read more...

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

29
kicks
published 5 months, 29 days ago, submitted by sidarok 6 months ago

sidarok.com — What do we want to see in the next version of Linq to SQL ? read more...

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

28
kicks
published 6 months, 3 days ago, submitted by dnk2007 6 months, 3 days ago

forum.lessthandot.com — This is a collection of SQL hacks, right now there are 8 sections and between 70 and 80 hacks. read more...

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

3
kicks
submitted by terry.aney 6 months, 26 days ago

hanselman.com — Scott Hanselman's one-hundred-and-tenth podcast is up. This episode was recorded at the ALT.NET Open Spaces Conference in Seattle a few weeks back. He got to sit down with two gentlemen from Microsoft Research, Mike and Rustan, and talk about Spec# after their presentation at the conference. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge