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
21
kicks
published 15 hours, 43 minutes ago, submitted by justin_etheredge justin_etheredge 17 hours, 10 minutes ago

codethinked.com — ASP.NET MVC is a powerful and simple framework, but there are a few things that ASP.NET developers will need to pay careful attention to when moving to MVC. This post discusses the automatic binding abilities in ASP.NET MVC and why you need to think before you bind. read more...

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

24
kicks
published 1 day, 2 hours ago, submitted by birdchest birdchest 1 day, 13 hours ago

monstersgotmy.net — I started thinking more about what Pex does, it generates tests for your code. It also generates meaningful values for your methods to get the most code coverage. So could Pex be used to generate a password for software, or find holes in lincese key generators? read more...

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

12
kicks
published 1 day, 10 hours ago, submitted by Malkir 1 day, 17 hours ago

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

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

5
kicks
submitted by DanielSchaffer DanielSchaffer 2 days, 15 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: 9
tags: | tag it

17
kicks
published 2 days, 16 hours ago, submitted by maartenba 2 days, 20 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: 199
tags: , | tag it

15
kicks
published 6 days, 14 hours ago, submitted by SuperJason SuperJason 6 days, 16 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: 226
tags: | tag it

4
kicks
submitted by ethilik ethilik 7 days, 20 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 9 days, 14 hours ago, submitted by justin_etheredge justin_etheredge 10 days, 18 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: 237
tags: , , , | tag it

67
kicks
published 20 days, 20 hours ago, submitted by simonech simonech 20 days, 22 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: 452
tags: | tag it

44
kicks
published 23 days, 17 hours ago, submitted by colinjack 23 days, 19 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: 678
tags: | tag it

39
kicks
published 1 month ago, submitted by justin_etheredge justin_etheredge 1 month 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: 640
tags: | tag it

2
kicks
submitted by aginghipster 1 month, 3 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, 5 days ago, submitted by alley alley 1 month, 6 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, 18 days ago, submitted by Tazer 1 month, 18 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: 319
tags: , , , | tag it

27
kicks
published 2 months, 3 days ago, submitted by alley alley 2 months, 3 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, 30 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

 

Sponsored Link: www.carlist.ie

Search:

Ads by The Lounge