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

Latest popular stories Subscribe to this feed
View 245 upcoming stories >>
6
kicks
published 45 minutes ago, submitted by rimsystems rimsystems 1 day, 6 hours ago

aspnet.4guysfromrolla.com — Describes a method for warning a user that their caps lock is on using JavaScript. Also includes an ASP.NET control read more...

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

14
kicks
published 23 hours, 15 minutes ago, submitted by SuperJason SuperJason 1 day, 10 hours ago

ytechie.com — Are you proud of the code you write? Take some extra time now and save yourself time down the road. read more...

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

9
kicks
published 1 day, 5 hours ago, submitted by SQL_Menace 1 day, 8 hours ago

sqlblog.com — Why you cannot depend on the sp_depends proc when checking for dependent objects in SQL Server read more...

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

14
kicks
published 1 day, 6 hours ago, submitted by landonb 2 days, 23 hours ago

codeproject.com — Hack for the .Net script manager to pull all needed javascript files at once and push them to the bottom of the html to speed up rendering. read more...

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

9
kicks
published 1 day, 6 hours ago, submitted by korsuas 1 day, 21 hours ago

adrianvintu.com — A visual explanation on how to load and most importantly unload plugins in .net. read more...

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

11
kicks
published 1 day, 7 hours ago, submitted by faisal 1 day, 14 hours ago

dotnetslackers.com — I mentioned in the first article that a Storyboard controls animations with a timeline, and provides object and property targeting information for its child animations. This is the cornerstone of Silverlight animation. A Storyboard is a set of one or more animations. It is comparable to a <TransformGroup> element. Storyboard does exactly the same things for animations that <TransformGourp> does for transformations. Storyboard has a Children property that enables you to access all the animation objects within a given Storyboard. Animations do not add or remove elements, they temporarily alter the property values of existing elements. If you create a new Storyboard and add a new rectangle to the canvas, that rectangle will be available to all Storyboards, not just the current one. The rectangle was added to the scene’s base canvas and is not specific to the active Storyboard. read more...

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

7
kicks
published 1 day, 9 hours ago, submitted by shaharyr 1 day, 12 hours ago

dev102.com — I am currently working on a project with a pluggable application. Although, the code was functioning very well it always failed during the NUnit tests, always! read more...

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

15
kicks
published 1 day, 21 hours ago, submitted by bluevoodoo1 3 days, 20 hours ago

csharptocsharp.com — Use Visual Studio's post-build events to make unit testing automation awesome! read more...

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

10
kicks
published 2 days, 3 hours ago, submitted by tomdog 2 days, 5 hours ago

atalasoft.com — The Web PDF Library Search Application allows you to quickly search a large library of PDF files stored on your web server. After it displays the results of your search you can simply click on a page number to be taken to that page. On that page the search text will be highlighted. [Application and Source Code w/post] read more...

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

11
kicks
published 2 days, 3 hours ago, submitted by tomdog 2 days, 7 hours ago

atalasoft.com — The heart of this app is our DocumentViewer control that acts as a document image browser. It provides a thumbnail view and an image selection tool. From there, one can grab a section of the image and hand it off to the Tesseract OCR engine and see the results. The resulting text is dropped onto the clipboard for pasting into another application read more...

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

15
kicks
published 2 days, 4 hours ago, submitted by mhawley 2 days, 17 hours ago

blog.eworldui.net — One nice feature that ASP.NET added in the 2.0 feature set was the ability to embed resources directly within an assembly and then later extract them through a separate Http Handler. You've notably saw this by all the WebResource.axd calls. If you're building a ASP.NET MVC view, you have two ways of extracting web resource urls. Find out how to do this in your view and through a new extension method. read more...

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

12
kicks
published 2 days, 5 hours ago, submitted by ussherm ussherm 3 days, 18 hours ago

stevenharman.net — Learn how easy TDD can be... read more...

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

14
kicks
published 2 days, 6 hours ago, submitted by spavkov spavkov 3 days, 2 hours ago

blogs.msdn.com — This stuff is easy. It's also really fun. You don't have to read academic papers to learn about, enjoy, and benefit from functional programming in C# 3.0. There are about half a dozen concepts you need to learn, each one easy. Concepts like just a new way to write a method (that has no name), or a new way to write a static method for a class. Then you put them all together, and the result is more than the sum of the parts. read more...

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

13
kicks
published 2 days, 6 hours ago, submitted by samuel_d_jack 2 days, 13 hours ago

blog.toolico.com — A Silverlight tool for discovering the correct format strings for string.Format() calls read more...

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

17
kicks
published 2 days, 8 hours ago, submitted by Rickasaurus 2 days, 9 hours ago

atalasoft.com — In this post I discuss the gcConcurrent and gcServer settings which allow you to exercise some control how the Garbage Collector operates. Tuning the garbage collector to the specific context of the particular application can significantly improve the performance of both non-threaded and multi-threaded applications. read more...

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

18
kicks
published 2 days, 9 hours ago, submitted by zigamorph zigamorph 3 days, 20 hours ago

coderjournal.com — Many of you probably have heard of OpenID, but have never had a chance to use it. However, I predict that most of you reading this will have used it by the end of the year. I can make this prediction with an almost 100% certainty because there is a growing movement behind it that has many big players actively buying developing and integrating their platforms with the OpenID protocol. To facilitate my prediction, of most of you using OpenID by the end of the year, I am going to give you 2 easy steps to turn your blog, or any website, in to a OpenID gateway. That will work for OpenID 1.0, 1.1, and 2.0 versions of the protocol. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge