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

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

Stories kicked by flago
3
kicks
submitted by phyxx 24 days, 16 hours ago

brighthub.com — A Silverlight development tutorial that shows you how to create your own 2D web based games. This series attempts to recreate a game originally developed with Flash, and can be used to highlight the differences between the two platforms. read more...

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

4
kicks
submitted by maartenba 24 days, 21 hours ago

blog.maartenballiauw.be — When using Team Foundation Server 2008 and Team Build, chances are you are developing unit tests in Microsoft’s test framework which is integrated with Visual Studio 2008. This integration offers valuable data hen a build has been finished on the build server: test run results are published in the Team Foundation Server 2008 data warehouse and can be used to create detailed metrics on how your development team is performing and what the quality of the product being developed is. Not all software development teams are using Microsoft’s test framework. Perhaps your team is using Team Foundation Server 2008 and creates (unit) tests using NUnit. By default, NUnit tests are not executed by the Team Build server nor are they published in the Team Foundation Server 2008 data warehouse. The following guide enables you to leverage the features Team Foundation Server 2008 has to offer regarding metrics, by customizing the build process with the necessary steps to publish test results. read more...

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

2
kicks
submitted by Klaus Klaus 24 days, 21 hours ago

tellingmachine.com — I use a simple PowerShell script to replace some of the URLs in my blog post's html source before I publish them to www.tellingmachine.com. In my case the posts are stored as XML files. Usually I use Windows Live Writer to write my posts. I publish the documents for test purposes frequently during the authoring to the VisualStudio 2008 development web server that runs locally on my machine. Once the post is ready to put online, I take the XML file, run the PowerShell script against it and then copy it to my production server. Occasionally the XML files refuse to open in Internet Explorer after I ran the script. It took me few minutes to figure out why. Here is the story! read more...

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

3
kicks
submitted by jbrechtel 24 days, 22 hours ago

blog.brechtel.us — How to make use of IronRuby today. Along the same lines as parts of John Lam's IronRuby PDC talk. How to use IronRuby in your applications as an interactive console. read more...

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

16
kicks
published 15 days, 14 hours ago, submitted by restl3ss 24 days, 22 hours ago

silverlightshow.net — The third part of the great article Chris Anderson wrote about developing a framework for a Line-Of-Business application in Silverlight. read more...

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

3
kicks
submitted by silverlightcoder 24 days, 23 hours ago

silverlightcoder.com — Silverlight Zoom control is developed in Silverlight 2.0. You can use this control for Zoom-in and Zoom-out on any Silverlight controls like Image, Grid and Canvas etc. read more...

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

3
kicks
submitted by Tazer 25 days ago

weblogs.asp.net — First of all, if you haven't already done so, download the ASP.NET AJAX 4.0 Preview 3 now and try it out! And after you're done with that, come back here, or there , or there , or there , and let us know what read more...

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

35
kicks
published 24 days, 21 hours ago, submitted by rstrahl rstrahl 25 days, 13 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: 345
tags: , | tag it

43
kicks
published 27 days, 5 hours ago, submitted by ChadMoran 27 days, 9 hours ago

blog.wekeroad.com — Rob Conery explains some features of SunSonic 3.0 Preview 1 read more...

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

50
kicks
published 28 days, 21 hours ago, submitted by jacook11 28 days, 23 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: 331
tags: | tag it

21
kicks
published 28 days, 16 hours ago, submitted by parsa.amini 29 days, 4 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: 168
tags: , , | tag it

33
kicks
published 26 days, 14 hours ago, submitted by moserware 1 month, 4 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

3
kicks
submitted by parsa.amini 3 months, 1 day ago

weblogs.asp.net — In this series of blog entries, I build an entire ASP.NET MVC application from start to finish. In this entry, I integrate the Silverlight Media Player into the Family Videos MVC application so I can play videos. read more...

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

3
kicks
submitted by Klaus Klaus 3 months, 21 days ago

tellingmachine.com — PowerShell provides the += operator to add one hash table to another hash table. By default this operation will result in an error, if both hash tables have at least one key that is common in both collections. In some cases you may want to have a more granular control. For example, you don't want to get an error, if not only the key, but also the value is common in both collections. read more...

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

4
kicks
submitted by Klaus Klaus 4 months, 12 days ago

tellingmachine.com — This blog post shows a simple Powershell command that searches a log file for errors and warnings and adds the matched lines to either to the errors.txt file or to the warnings.txt files. It takes advantage of the most powerful operator in Powershell, which is the switch operator. In my example here I exported the log file from the Wonderware SMC logger. read more...

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

23
kicks
published 4 months, 12 days ago, submitted by terrble 4 months, 12 days ago

grimes.demon.co.uk — Ask anyone the question above and they will say that managed is slower than unmanaged code. Are they right? No they are not. The problem is that when most people think of .NET they think of other frameworks with a runtime, like Java or Visual Basic; or they may even think about interpreters. They do not think about applications, or what they do; they do not think about limiting factors like network or disk access; in short, they do not think. read more...

Add a comment 6 comments | category: | Views: 474
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge