|
|
Malkir
Malkir
 |
|
Stories kicked by Malkir
|
|
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...
1 comment
|
category: MVC | Views: 97
|
|
tags:
MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: Open Source | Views: 7
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Unit Testing | Views: 176
|
|
tags:
Testing, Pex | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 days, 11 hours ago, submitted by
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
|
category: CLR | Views: 222
|
|
tags:
CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 10
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 days, 12 hours ago, submitted by
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
|
category: C# | Views: 235
|
|
tags:
ORM, CodeThinked, C#, EntityFramework | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 19 days, 17 hours ago, submitted by
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...
1 comment
|
category: ASP.NET | Views: 449
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
1 comment
|
category: MVC | Views: 677
|
|
tags:
MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ADO.NET | Views: 10
|
|
tags:
Database, ADO.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 4 days ago, submitted by
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...
1 comment
|
category: C# | Views: 369
|
|
tags:
NHIbernate, Architecture, ORM, C#, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: jQuery | Views: 318
|
|
tags:
2008, intellisense, jQuery, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 2 days ago, submitted by
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...
1 comment
|
category: ASP.NET | Views: 164
|
|
tags:
ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Patterns | Views: 36
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
1 comment
|
category: AJAX | Views: 438
|
|
tags:
jQuery, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
2 comments
|
category: Mono | Views: 278
|
|
tags:
Mono | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads by The Lounge
|