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

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

Stories submitted by friends of artduane
2
kicks
submitted by powerrush powerrush 2 hours, 41 minutes ago

altnetpodcast.com — In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, and Scott Koon conclude their discussion of Microsoft’s jQuery in ASP.NET announcement. Continuation or Episode 12. read more...

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

3
kicks
submitted by pbrooks pbrooks 3 days, 7 hours ago

pagebrooks.com — Quite often, I hear people asking if they can use .NET assemblies compiled for the full .NET runtime in Silverlight. Unfortunately, this just isn’t possible, the Silverlight runtime is a subset of the full .NET runtime and for code to run correctly under the Silverlight runtime, there are various dependencies that must be linked and verified at compile time. But (there is always a but), there is one technique that you can use that effectively allows you to write your code once and have it work in both Silverlight and regular .NET applications. read more...

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

2
kicks
submitted by kayos kayos 6 days, 12 hours ago

blog.reamped.net — If you look up accessibility levels on the MSDN web site, it will tell you that the accessibility of the private access modifier is limited to the containing type. I ran into an instance that showed me the direct meaning of this statement. read more...

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

19
kicks
published 6 days, 14 hours ago, submitted by powerrush powerrush 8 days, 4 hours ago

altnetpodcast.com — In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, Scott Koon, and Steven Harman discuss Microsoft’s jQuery in ASP.NET announcement. read more...

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

3
kicks
submitted by bradygaster bradygaster 9 days, 11 hours ago

codinginstinct.com — CodeSaga is a source code repository analyser, it makes viewing history logs fun and productive! Instant access to logs and diffs make it easy to keep track of what is happening in the repository. CodeSaga connects to any TFS or Subversion repository and scans it's history log. This enables fast viewing and filtering of logs and diffs because everything is stored in a local SQL server. The scanning process will also analyze line changes, this allows for interesting charts and stats. read more...

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

2
kicks
submitted by bradygaster bradygaster 13 days, 21 hours ago

bradygaster.com — I've updated the timeline so that you can view your - or anyone else's - tweets on the timeline. I also added an additional band to provide easier navigation on a day-by-day continuum in addition to the previous (and somewhat confusing at times) hour-only snapshot. Despite the growing number of FriendFeed users there are a lot of people prefer to use Twitter as their only method of microblogging. I know I never update FriendFeed via its own GUI but rather just allow it to aggregate the contents of my social subscriptions. Anyway, the updated, Twitter-enabled Social Timeline is live, so check it out. read more...

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

3
kicks
submitted by bradygaster bradygaster 14 days ago

curiousconcept.com — Nice online tool that lets you drop in some JSON text and see a nicely-formatted output. Helps visualize the data you'll be getting back from a JSON API. read more...

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

2
kicks
submitted by bradygaster bradygaster 14 days ago

bbrown.info — This excellent post saved my day, when I was developing a tool to read Tweets. Excellent! read more...

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

2
kicks
submitted by bradygaster bradygaster 17 days, 8 hours ago

codebetter.com — Kyle starts up an interesting project through which he'll be tinkering with the ASP.NET MVC model. Not a bad idea, for sure. read more...

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

5
kicks
submitted by bradygaster bradygaster 20 days, 10 hours ago

bradygaster.com — I've come up with a little demonstration app that shows how MVC can integrate with JQuery and maybe even an additional javascript framework. This example specifically targets the SIMILE Timeline widget. I saw SIMILE a few weeks ago, then I saw a really nice mimic of it used on Plurk. I figured, there's no reason for the Plurk users to have a corner on the social timeline market. We FriendFeed and Twitter addicts need our timeline too, don't we? So was born this pet project. The timeline only supports the FriendFeed API right now. I'd like to add Twitter next, then maybe an RSS provider, and so on. read more...

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

4
kicks
submitted by kayos kayos 21 days, 10 hours ago

blog.reamped.net — A little while back I came across a great post on how to use JQuery to do more efficient client side paging by Dave Ward. The sample shows you how to use JQuery to do Ajax callbacks for client side paging using a grid template. After downloading the demo and parsing through it all, I found a lot of things I really liked and even came across a little gotchya with the way ASP.NET serializes dates in JSON. read more...

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

2
kicks
submitted by pbrooks pbrooks 27 days, 22 hours ago

blogs.msdn.com — Shortly after MIX07, ScottGu brought up an idea of building a larger team focused on building controls. We kicked this idea around for while as we talked about details, timelines, and goals. In April, most of these details were worked out and we hashed out a charter and some early areas of focus and deliverables. read more...

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

2
kicks
submitted by vistadb 1 month, 10 days ago

vistadb.net — Blog post describing some differences between a struct and a class in dot net and why you might want to use one over the other. "Memory usage and leaks in a managed world often come from unexpected places. Allocating classes or structs is a confusing subject to newcomers to Dot Net." read more...

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

4
kicks
submitted by rimsystems rimsystems 1 month, 12 days ago

west-wind.com — I've been thinking about replacing the JSON serializer in my internal codebase for some time and finally put a little effort into allowing JSON.NET from James Newton King to be plugged into my Ajax framework as a replaceable engine. read more...

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

2
kicks
submitted by kayos kayos 1 month, 16 days ago

gridviewguy.com — Matt Berseth wrote a very interesting article on “Bulk Inserting Data Using the ListView Control". The idea is to give the user an Excel like interface where they can edit the rows with custom data and finally click the update button to persist the data in the database. Matt’s solution was great but lacks a very important detail. There was no way to know what rows were changed by the user. Matt took the road to update all the rows whether they were changed or not. In this article we are going to take a look at an alternative method of updating only the changed rows. read more...

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

2
kicks
submitted by kayos kayos 1 month, 18 days ago

blog.reamped.net — In a recent situation I was trying to pull some aggregates out of a DataTable using LINQ. I needed to get the rows of the DataTable with a Distinct clause, but my aggregates would be on other columns of the row. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge