DotKicker

Stories kicked by DotKicker

LINQ to SQL (Part 5 - Binding UI using the ASP:LinqDataSource Control)(weblogs.asp.net)

submitted by k000derk000der(4765) 4 years, 10 months ago

Binding UI using the ASP:LinqDataSource Control read more...

1 comment |category: |Views: 26

tags: another

Debugging and Delayed Execution in C# 3.0(blogs.msdn.com)

submitted by SreekarSreekar(200) 4 years, 10 months ago

C# 3.0 added a few constructs like queries which are delay executed. This means that they are not actually executed until the results of the query are required. Debugging some of them can seem strange since one can't step in to the Query where its created but only where its enumerated, like in a foreach loop. In this article i will show some of the problems that the user can face based on the fact that the Query is delay executed and the debugger tries to be as non-intrusive as possible. read more...

1 comment |category: |Views: 27

tags: another

DotNetKicks.com: Tag RSS feeds(blog.incremental.ie)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 10 months ago

I have just upgraded DotNetKicks.com to Subversion revision 125. The big addition is RSS feeds for tags. read more...

4 comments |category: |Views: 5

tags: another

Become a Better Developer... in 6 months (sqlservercode.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 10 months ago

What my steps will be for the next 6 months to become a better programmer read more...

add a comment |category: |Views: 10

tags: another

QnA on SubSonic(infoq.com)

submitted by montymonty(2575) 4 years, 10 months ago

Rob Conery and Eric Kemp are the main developer force behind SubSonic and interest in the project is gaining momentum. InfoQ editors sent a few questions about the project over and both Eric and Rob responded: read more...

1 comment |category: |Views: 0

tags: another

Free royalty free icon sets(simplewebsurf.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 10 months ago

Free icons you can use for your website or program... read more...

add a comment |category: |Views: 21

tags: another

Release of BlogEngine.NET 1.1(dotnetblogengine.net)

submitted by madskristensenmadskristensen(8565) 4 years, 10 months ago

Almost three months have passed since the first release of BlogEngine.NET 1.0 and five months since the first public alpha. The interest has been overwhelming and the feedback immense. Because of this, we wanted to get the next version out the door as fast as possible with all the bug fixes and many feature requests from the community. read more...

add a comment |category: |Views: 3

tags: another

Karma Points System for DotNetKicks?(code.google.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 10 months ago

Please let us know your thoughts on the proposed addition of a 'Karma Points' feature to DNK read more...

17 comments |category: |Views: 20

tags: another

Top 10 JavaScript String.prototype Extensions(ivanuzunov.net)

submitted by kichetokicheto(435) 4 years, 10 months ago

List of top 10 JavaScript String.prototype Extensions read more...

add a comment |category: |Views: 104

tags: another

Using NUnitAsp to test pages w/Forms Authentication(devlicio.us)

submitted by billybilly(410) 4 years, 10 months ago

The following derived class from NUnitAsp's WebFormTestCase class creates a Forms Authentication session by invoking the login page of the application, populating the username and password fields with real data, and submitting the form to allow the web application to set up the authentication session... read more...

1 comment |category: |Views: 27

tags: another

Google Scalability Conference (weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 10 months ago

Some of the sessions from Google scalability conference are now available on Google Video. read more...

add a comment |category: |Views: 1

tags: another

ASP.NET AJAX Repeater(dotnetslackers.com)

submitted by k000derk000der(4765) 4 years, 10 months ago

Data Bound Templated Control with ASP.NET AJAX read more...

add a comment |category: |Views: 407

tags: another

Child Collections in Asp.Net Custom Web Controls(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 4 years, 10 months ago

An easy way to implement custom child collections in Asp.Net. read more...

2 comments |category: |Views: 30

tags: another

Testing your code(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 4 years, 10 months ago

A primer to different testing methodologies and when to use them and how read more...

1 comment |category: |Views: 0

tags: another

NAntCollections - a collection library for NAnt - goes beta(codeplex.com)

submitted by jkohlheppjkohlhepp(60) 4 years, 10 months ago

Announcing the first beta release of NAntCollections, which adds support for lists and dictionaries in NAnt scripts. This is an open source project. We are actively looking for users, testers, and contributers. If you are interested, please contact the project coordinators. read more...

add a comment |category: |Views: 8

tags: another

VS 2008 Nested Master Page Support(weblogs.asp.net)

submitted by k000derk000der(4765) 4 years, 10 months ago

VS 2008 designer handles now nested Master Pages read more...

2 comments |category: |Views: 31

tags: another