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

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

Stories kicked by samdnp
16
kicks
published 11 days, 3 hours ago, submitted by dwhittaker 11 days, 7 hours ago

dimecasts.net — A pairing session where Kyle and Derik use TDD to create a new Feature for DimeCasts.net read more...

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

31
kicks
published 14 days ago, submitted by Jemm Jemm 16 days, 9 hours ago

devlicio.us — "At the users group I asked the question to the group 'who creates automated tests as part of their daily development cycle?'. After I asked this question I followed it up with, and if you don't WHY, WHY, WHY, WHY...... Below are some of the answers I received (btw, not the first time I have heard these reasons)." read more...

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

24
kicks
published 17 days, 3 hours ago, submitted by Jemm Jemm 17 days, 7 hours ago

weblogs.asp.net — "One of the things that makes Silverlight so powerful is the ease with which developers and designers can collaborate together on projects. Developers can use Visual Studio to open and edit Silverlight 2 projects and get a powerful code-focused .NET development environment, and designers can use Expression Blend 2 SP1 to open and edit the exact same project and use a creative tool to sculpt and create optimal user experience designs." read more...

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

29
kicks
published 17 days, 6 hours ago, submitted by johnsheehan johnsheehan 18 days, 4 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: 472
tags: , | tag it

35
kicks
published 21 days, 4 hours ago, submitted by rstrahl rstrahl 21 days, 19 hours ago

west-wind.com — With Microsoft's recent releases of the jQuery Intellisense file plus the hotfix released this week using jQuery in Visual Studio has become a lot easier and more convenient. Here is a little more detail on what you need and how it works. read more...

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

50
kicks
published 25 days, 3 hours ago, submitted by jacook11 25 days, 5 hours ago

mattberseth.com — Conclusion There is an incentive for publishers that use DNK to setup phony accounts that will help get stories from certain domains on the front page. So guess what happens ... it would appear that a certain number of people are doing this. read more...

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

25
kicks
published 25 days, 4 hours ago, submitted by Jemm Jemm 25 days, 9 hours ago

weblogs.asp.net — Great collection of links. Again. read more...

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

21
kicks
published 24 days, 22 hours ago, submitted by parsa.amini 25 days, 10 hours ago

haacked.com — In this article Phil makes an improvement to the Maarten Balliauw's MVC OutputCache substitution ActionFilter Attribute read more...

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

45
kicks
published 21 days, 2 hours ago, submitted by samdnp 27 days, 22 hours ago

dotnetperls.com — What are the benefit of structs in C#? When can they improve performance and memory use? See examples and benchmarks as well as screens from CLRProfiler and the Visual Studio debugger. Is this is the best struct article in the world? Maybe! read more...

Add a comment 11 comments | category: | Views: 906
tags: | tag it

18
kicks
published 1 month ago, submitted by mystery 1 month, 3 days ago

pavkata.blogspot.com — My first look at Visual Studio 2010 codename "Rosario". I showed some screen shots and and some new features of the new visual studio. read more...

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

1
kicks
submitted by samdnp 1 month, 13 days ago

dotnetperls.com — I look at how IndexOf and friends can be used. Also provide benchmarks against regular string character testing. I found some interesting stuff re: performance. Also it has a nice purple chart. read more...

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

2
kicks
submitted by samdnp 2 months, 20 days ago

dotnetperls.com — I really wanted to know if it is worth the bother to set the Capacity of Dictionary or List in C#. This page provides some benchmarks and analysis. read more...

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

20
kicks
published 2 months, 21 days ago, submitted by vivekamar vivekamar 2 months, 21 days ago

dotnetcurry.com — The BaseValidator class defines the basic implementation needed for all Validation controls. There are 6 Validation Controls included in the ASP.NET 2.0 and ASP.NET 3.5 framework which validate controls to prevent the users from entering wrong data. However, there are a few shortcomings in these controls. The good part is that ASP.NET provides the framework to create new validation controls. If you would like to create your own validation control, you can do so by deriving a new control from the BaseValidator abstract class. In this article, we will explore how to create a custom validation control in ASP.NET and provide both Server and Client Side Validation for the same. read more...

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

14
kicks
published 2 months, 21 days ago, submitted by shaharyr 2 months, 22 days ago

dev102.com — Software Managers all around the globe, need to have some metric to estimate their workers. Sometimes the management event wants to create a precise and measurable way to know the programming progress and the developers productivity and performance. One of those methods is called SLOC - Source Lines Of Code. This metric is used measure the size of the software by counting... read more...

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

26
kicks
published 2 months, 20 days ago, submitted by birdchest birdchest 2 months, 22 days ago

monstersgotmy.net — Why software engineering is fading away. read more...

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

14
kicks
published 2 months, 22 days ago, submitted by dcarr dcarr 2 months, 22 days ago

blog.domaindotnet.com — Linq is not just about databases. It’s about reading the registry, your hard-disk, or even a list of function pointers to be invoked. Linq is about more event then sets (collections). It’s about making tasks easier in many cases and vastly more powerful (and most importantly your code more readable and maintainable at the same time). It’s astounding just how fast the HashSet<T> collection is. This post will show how to gain additional power that is fully supported from Microsoft which is often overlooked, yet it can solve some of the hardest problems (especially around performance however don’t prematurely optimize!). Linq, HashSet, ORM, NHibernate, Linq to NHibernate, Linq Undocumented, Functional Programming, .NET 3.5 read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge