DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 637 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

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

Stories kicked by Malkir
8
kicks
published 8 hours, 14 minutes ago, submitted by Malkir 15 hours, 9 minutes ago

justsimplecode.com — Another solution to the variable length list problem. read more...

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

5
kicks
submitted by DanielSchaffer DanielSchaffer 1 day, 13 hours ago

codeplex.com — ContentGator allows web developers to automatically serve aggregated content (css, js, etc) from their web pages. By simply listing relative paths, files are grouped by content type and aggregated into a single file, which is automatically served with GZip or Deflate compression. read more...

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

16
kicks
published 1 day, 14 hours ago, submitted by maartenba 1 day, 18 hours ago

blog.maartenballiauw.be — Earlier this week, Katrien posted an update on the list of Belgian TechDays 2009 speakers. This post featured a summary on all sessions, of which one was titled “Pex – Automated White Box Testing for .NET”. Here’s the abstract: “Pex is an automated white box testing tool for .NET. Pex systematically tries to cover every reachable branch in a program by monitoring execution traces, and using a constraint solver to produce new test cases with different behavior. Pex can be applied to any existing .NET assembly without any pre-existing test suite. Pex will try to find counterexamples for all assertion statements in the code. Pex can be guided by hand-written parameterized unit tests, which are API usage scenarios with assertions. The result of the analysis is a test suite which can be persisted as unit tests in source code. The generated unit tests integrate with Visual Studio Team Test as well as other test frameworks. By construction, Pex produces small unit test suites with high code and assertion coverage, and reported failures always come with a test case that reproduces the issue. At Microsoft, this technique has proven highly effective in testing even an extremely well-tested component.” After reading the second sentence in this abstract, I was thinking: “SWEET! Let’s try!”. So here goes… read more...

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

15
kicks
published 5 days, 11 hours ago, submitted by SuperJason SuperJason 5 days, 14 hours ago

ytechie.com — Recently I ran into a very unexpected behavior when working with an overloaded generic method. Basically, the selection process for overloaded versions of generic methods is different than their non-generic counterparts. Please be aware of this issue! read more...

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

4
kicks
submitted by ethilik ethilik 6 days, 17 hours ago

blogs.iis.net — Master page is a template page that can be used to create a consistent layout for your application. First you create a master page to define the look & feel of the application and then you create the content pages that contains the content. read more...

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

16
kicks
published 8 days, 12 hours ago, submitted by justin_etheredge justin_etheredge 9 days, 16 hours ago

codethinked.com — Need to use the Entity Framework but don't know how to fit it into your domain? Come check out this series on CodeThinked.com where you will learn how to keep your domain entities fairly clean while using the Entity Framework. read more...

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

67
kicks
published 19 days, 17 hours ago, submitted by simonech simonech 19 days, 20 hours ago

weblogs.asp.net — ScottGu talks about the upcoming Release Candidate of ASP.NET MVC V1 and the features it brings to the table read more...

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

44
kicks
published 22 days, 14 hours ago, submitted by colinjack 22 days, 17 hours ago

codebetter.com — Oxite is an open source application built on ASP.NET MVC and Karl Seguin raises some points related to the design/architecture/implementation. read more...

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

39
kicks
published 30 days, 13 hours ago, submitted by justin_etheredge justin_etheredge 30 days, 15 hours ago

codethinked.com — Do you bad software and unhappy developers? Well, it isn't that hard... read more...

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

2
kicks
submitted by aginghipster 1 month, 2 days ago

blogs.msdn.com — A real REST head for SubSonic! With the new features being added into SubSonic 3.0, exposing your SubSonic DAL via is REST & ATOM/ JSON is quickly becoming a reality. read more...

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

22
kicks
published 1 month, 4 days ago, submitted by alley alley 1 month, 5 days ago

chrisvandesteeg.nl — I checked out the latest version of Fluent NHibernate today and noticed the AutoPersistenceModel. I looked at the unit-tests to see what it’s supposed to do and I loved what I saw… read more...

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

27
kicks
published 1 month, 17 days ago, submitted by Tazer 1 month, 17 days ago

weblogs.asp.net — Last month I blogged about how Microsoft is extending support for jQuery. Over the last few weeks we've been working with the jQuery team to add great jQuery intellisense support within Visual Studio 2008 and Visual Web Developer 2008 Express (which is free). This is now available to download and use. read more...

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

27
kicks
published 2 months, 2 days ago, submitted by alley alley 2 months, 2 days ago

haacked.com — question that often comes up is how do you group controllers when building a large application with ASP.NET MVC. Often, the question is phrased as whether or not ASP.NET MVC supports “Areas”, a feature of Monorail. According to the Monorail documentation, MonoRail supports the concept of areas, which are logical groups of controllers. All controllers belong to an area. The default area is an empty (unnamed) one read more...

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

6
kicks
submitted by rao.ritesh 2 months, 29 days ago

codeinsanity.com — Last week’s post, Implementing a persistence ignorant Unit of Work framework (if you haven’t read this post yet I would encourage you to do so as this post builds on the previous post), showed how to implement a foundation for the Unit of Work pattern that can be used to implement specific Unit of Work components for any type of persistence framework. In this post I’m going to enhance on the existing foundation to add another level to the Unit of Work, something I call the Unit of Work Scope that allows cascading unit of work scopes and transaction sharing. read more...

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

31
kicks
published 3 months, 5 days ago, submitted by xxXd 3 months, 5 days ago

dotnetslackers.com — On again with the very basics of JQuery. Thanks again for all of the kicks, dzones, stumbled-upons. I am wearing a permanent thank-you smile now. :) Now that we have done with the selection and manipulation of JQuery elements, time for some actions (event handling). Actions, reactions, interactions, through which we learn, connect and play, through which web becomes an inseperable part of our lives. read more...

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

21
kicks
published 3 months, 13 days ago, submitted by eazyd 3 months, 13 days ago

atalasoft.com — Manuel de Icaza created an embeddable C# compiler for Mono. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads by The Lounge