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

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

Stories kicked by schwankie
28
kicks
published 8 days, 15 hours ago, submitted by asteroid 8 days, 19 hours ago

cio.com — Microsoft's development environment offers new tools for Agile development, software testing enhancements and improved support for cloud computing. Microsoft showed CIO.com a sneak peek, and the author invited developers to chime in with their feedback. read more...

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

24
kicks
published 14 days, 2 hours ago, submitted by gatekiller 14 days, 23 hours ago

gatekiller.co.uk — The following are a wide range of tips and tricks I have collected over the years working with various versions or Microsoft's SQL Server. I always enjoy finding little snippets of code which are both simple and powerful. Why write complicated routines when one or two lines of code can do it? read more...

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

17
kicks
published 21 days, 11 hours ago, submitted by jmaneesh 22 days, 2 hours ago

stevetrefethen.com — write a Facebook application using ASP.NET and C#. read more...

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

16
kicks
published 28 days, 21 hours ago, submitted by Setsuko Setsuko 28 days, 22 hours ago

vidyano.com — The Viydano team just released their public beta, you can download it from the website for free. It allows you to create full-blown data-driven WPF applications within minutes, without sacrificing or limiting development freedom. This is their second release and going by the new features list, it looks like it came a long way since the last public CTP. read more...

tags: | tag it

31
kicks
published 1 month, 8 days ago, submitted by mjeaton 1 month, 8 days ago

blog.theaccidentalgeek.com — I am responsible for every website I create. If I create a site or application that is unmaintainable or that has poorly formed HTML or doesn’t render well in all browsers, that is my fault. I chose my development tools/framework, or my employer, who I choose to work for, chose the development tools/framework. Either way, it is my responsibility, as a professional, to do my utmost to create the best possible application that is within my capability to create. read more...

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

21
kicks
published 1 month, 10 days ago, submitted by ScottW 1 month, 11 days ago

weblogs.asp.net — In nearly every bit of WPF training material or weblog there is some reference to the "ah-ha" moment. The point at which all the new concepts you've been learning gel into a cohesive unit. For me, that moment was one or two months after I started developing WPF in earnest (by which I mean for users other than myself). The task was to display two different indicators of a business metric, a green up arrow and a red down arrow. read more...

tags: | tag it

25
kicks
published 2 months, 16 days ago, submitted by igoro 2 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: 339
tags: , | tag it

16
kicks
published 2 months, 28 days ago, submitted by Yura Yura 2 months, 29 days ago

blogs.msdn.com — DNR-TV has a great talk\demo with Billy Hollis on a next generation business applications in WPF and Silverlight. Billy is working with a customer to provide a temp worker to job matching services. So far the application is in WPF, but they are planning to create a Silverlight version as well. read more...

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

16
kicks
published 3 months ago, submitted by misbaharefin 3 months, 1 day ago

dotnethitman.spaces.live.com — I've seen many developers actually using and abusing SELECT * FROM queries. SELECT * query not only returns unnecessary data, but it also can force clustered index scans for query plans because columns in the SELECT clause are also considered by the optimizer when it identifies indexes for execution plans. read more...

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

63
kicks
published 3 months, 1 day ago, submitted by drugarce drugarce 3 months, 3 days ago

smashingmagazine.com — A lot of freebie icons. Another great article from Smashing Magazine read more...

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

50
kicks
published 3 months, 14 days ago, submitted by crpietschmann crpietschmann 3 months, 16 days ago

angryhacker.com — Just like its predecessor, SQL Server 2008 is taking its sweet time to actually ship. However, unlike its predecessor, it won't just be a "worthwhile upgrade". It will kick ass. Here are the top 10 reasons why. read more...

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

31
kicks
published 3 months, 19 days ago, submitted by aloker aloker 3 months, 19 days ago

blog.andreloker.de — Using Firefox on Vista to view websites hosted by the Visual Studio Development Server can be unbearably slow. Pages take aeons (i.e. several seconds) to load while viewing the same site under IE does not suffer from this issue. Here's how to solve the problem. read more...

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

3
kicks
submitted by Sreekar 3 months, 21 days ago

blogs.msdn.com — On Further review there are a few problems with anonymous-types, they all boil down to the fact the names given to these types are not valid C# type names ( so that users don't explicitly use them in code). But while debugging this is exactly the kind of thing that one wants to do read more...

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

22
kicks
published 3 months, 21 days ago, submitted by igoro 3 months, 22 days ago

igoro.com — An easy-to-digest high-level summary of concurrency on .Net: what are the different pieces, where they differ and how they relate. If you want to know the difference between a Thread and a BackgroundWorker, or what is the point of interlocked operations, read this article. read more...

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

21
kicks
published 3 months, 28 days ago, submitted by aaronlerch 3 months, 29 days ago

aaronlerch.com — An intro to using iUI and ASP.NET MVC to write web applications for the iPhone. read more...

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

25
kicks
published 4 months, 2 days ago, submitted by zigamorph zigamorph 4 months, 2 days ago

coderjournal.com — Scaling ASP.NET Application just got easier with a new technology that Microsoft has just released that they have dubbed codename “Velocity”. This product is still in the early stages of development, but it is meant as a direct competitor against memcache. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge