|
|
Malkir
Malkir
 |
|
Stories kicked by Malkir
|
|
published 15 hours, 43 minutes ago, submitted by
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
|
category: ASP.NET | Views: 180
|
|
tags:
CodeThinked, MVC, ASP.NET, asp.netmvc | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 2 hours ago, submitted by
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
|
category: C# | Views: 337
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
1 comment
|
category: MVC | Views: 178
|
|
tags:
MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: Open Source | Views: 9
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Unit Testing | Views: 199
|
|
tags:
Pex, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 days, 14 hours ago, submitted by
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
|
category: CLR | Views: 226
|
|
tags:
CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 10
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 days, 14 hours ago, submitted by
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
|
category: C# | Views: 237
|
|
tags:
ORM, CodeThinked, C#, EntityFramework | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 20 days, 20 hours ago, submitted by
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...
1 comment
|
category: ASP.NET | Views: 452
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
1 comment
|
category: MVC | Views: 678
|
|
tags:
MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ADO.NET | Views: 10
|
|
tags:
Database, ADO.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 5 days ago, submitted by
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...
1 comment
|
category: C# | Views: 369
|
|
tags:
NHIbernate, Architecture, ORM, C#, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: jQuery | Views: 319
|
|
tags:
2008, intellisense, jQuery, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 3 days ago, submitted by
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...
1 comment
|
category: ASP.NET | Views: 164
|
|
tags:
ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Patterns | Views: 36
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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