DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 637 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

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

Stories kicked by Loonquawl
24
kicks
published 1 month, 24 days ago, submitted by CharlieCalvert 1 month, 25 days ago

blogs.msdn.com — In this Channel 9 video C# architect Anders Hejlsberg answers some commonly asked questions about the new Dynamic features that will be included in C# 4.0. Building on the talk that he gave at PDC, Anders chats with C# Community PM Charlie Calvert. They discuss questions that community members have asked and riff on themes of import to developers who have been following the latest news from the C# team. read more...

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

25
kicks
published 5 months, 17 days ago, submitted by igoro 5 months, 17 days ago

igoro.com — Skip lists are a fascinating data structure: very simple, and yet have the same asymptotic efficiency as much more complicated AVL trees and red-black trees. In this article, I discuss the asymptotic efficiency of operations on skip lists, the ideas that make them work, and their interesting use cases. And, of course, I give you the source code for a skip list in C#. read more...

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

21
kicks
published 5 months, 30 days ago, submitted by shaharyr 5 months, 30 days ago

dev102.com — Be aware of this matter because it is not a trivial issue and apparently, there are no errors or warnings generated by the compiler. So, the rule to remember is to never call virtual methods from constructors. read more...

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

24
kicks
published 7 months, 2 days ago, submitted by bbcook 7 months, 3 days ago

stupiddumbguy.blogspot.com — New TDD and experienced TDD developers will find this list of naming conventions and guidelines useful. read more...

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

16
kicks
published 7 months, 3 days ago, submitted by dcrenna dcrenna 7 months, 4 days ago

west-wind.com — A good summary on the various manic states of development. read more...

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

22
kicks
published 7 months, 24 days ago, submitted by zigamorph zigamorph 7 months, 25 days ago

coderjournal.com — So if you are to take anything away from this rant, take this, do what you love, and become the best at it. And if what you love isn’t your 9-5 job, deeply understand this and get out of the way of people who’s 9-5 job is what they love. read more...

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

20
kicks
published 7 months, 25 days ago, submitted by shaharyr 7 months, 25 days ago

dev102.com — Llist(t).Find returns the first element found that matches a given criteria, but what happens if no such element found? read more...

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

11
kicks
published 7 months, 29 days ago, submitted by ericdcoolest ericdcoolest 7 months, 29 days ago

atalasoft.com — "The first impression is everything, right? So this post is all about how to skin your application. While I can't turn you into Monet, I can show you what a paint brush looks like." read more...

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

18
kicks
published 8 months ago, submitted by kayos kayos 8 months ago

blog.reamped.net — Do you use database projects in Visual Studio? If not, then now is a good time to start. It is the best way I have found to source control my databases without actually sticking the database file itself in the repository. read more...

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

19
kicks
published 8 months, 1 day ago, submitted by abenedik 8 months, 1 day ago

wpf-graphics.com — See how simple is to create a great user interface for your WPF or Silverlight application. You can simply use almost any vector drawing application (Adobe Illustrator, Corel Draw, Inkscape, Visio, Autocad, Excel, Word, etc.) and then with the ViewerSvg or Paste2Xaml convert the drawing into XAML. Or even simpler, you can use one of the thousands vector images that are already available on the internet - see links. There are also samples that demonstrates the power of vector images and how simple is to create a great effects with them. read more...

tags: , , , , | tag it

17
kicks
published 8 months, 1 day ago, submitted by leniel 8 months, 2 days ago

diditwith.net — For the past several months, I've been using F# to solve at least two Project Euler problems each week. I find this is a great way to sharpen my math skills and my F# skills simultaneously. If you're looking for a way to flex your programming muscles, you really should check out Project Euler. read more...

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

14
kicks
published 8 months, 5 days ago, submitted by dengar007 dengar007 8 months, 5 days ago

research.microsoft.com — The new version of the F# Compiler was released May 1, 2008. Go download it now. read more...

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

21
kicks
published 8 months, 3 days ago, submitted by TroyMG TroyMG 8 months, 8 days ago

blogs.msdn.com — Krzysztof Cwalina reveals details on .Net's upcoming Managed Extensibility Framework. "MEF is a set of features referred in the academic community and in the industry as a Naming and Activation Service (returns an object given a “name”), Dependency Injection (DI) framework, and a Structural Type System (duck typing)." read more...

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

23
kicks
published 8 months, 9 days ago, submitted by razamit 8 months, 9 days ago

dev102.com — Recently I found out this great add-on for Visual Studio 2008 called PowerCommands. PowerCommands Extends the functionality of Visual Studio 2008 by adding some features which we all want built into Visual Studio. PowerCommands provides the following... read more...

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

28
kicks
published 8 months, 14 days ago, submitted by cmrauber 8 months, 15 days ago

ayende.com — Version 2.0 of SvnBridge has been released! This is a great tool for those of us who use TFS but love the SVN client TortoiseSVN. read more...

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

14
kicks
published 8 months, 22 days ago, submitted by yesthatmcgurk yesthatmcgurk 8 months, 22 days ago

statestreetgang.net — This part covers symmetric encryption, more commonly known as password-based encryption. Goes over the different types of symmetric algorithms available, concepts such as initialization vectors, and includes code examples. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads by The Lounge