|
|
DuncanChud
DuncanChud
 |
|
Stories kicked by friends of DuncanChud
|
|
submitted by
shaharyr
12 hours, 48 minutes ago
dev102.com — Url Routing has become a very common these days. In fact, at least among the websites I visit, it has become more common than not routing urls. Url Routing is part of the ASP.Net framework, both MVC and WebForms, that lets you easily rewrite and map your urls to make them look nicer and be more serach engine friendly.
read more...
add a comment
|
category: ASP.NET | Views: 8
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 hours, 21 minutes ago, submitted by
Malkir
14 hours, 16 minutes ago
justsimplecode.com — Another solution to the variable length list problem. read more...
1 comment
|
category: MVC | Views: 96
|
|
tags:
MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 hours, 21 minutes ago, submitted by
Malkir
14 hours, 16 minutes ago
justsimplecode.com — Another solution to the variable length list problem. read more...
1 comment
|
category: MVC | Views: 96
|
|
tags:
MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 hours, 21 minutes ago, submitted by
Malkir
14 hours, 16 minutes ago
justsimplecode.com — Another solution to the variable length list problem. read more...
1 comment
|
category: MVC | Views: 96
|
|
tags:
MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
moh605
17 hours, 42 minutes ago
blog.curiouscoding.com — Using exceptions to control program flow is a hotly debated subject. Wherever you stand, remember that there are performance implications. It doesn’t hurt to be aware of when exceptions are being thrown. Sometimes they can sneak right by without you ever having seen it. read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
drinker
21 hours, 6 minutes ago
gathadams.com — A solution to the problem of having special characters (/, &, * etc) in URL parameters for ASP.Net MVC websites. read more...
add a comment
|
category: MVC | Views: 5
|
|
tags:
MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 11 hours, 6 minutes ago, submitted by
scottcate
1 day ago
vstricks.com — Block Select, copy, cut, paste. Video is 90 seconds read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 hours, 6 minutes ago, submitted by
daruku
1 day, 6 hours ago
milkcarton.com — FTA:"After much time, trial and error, I was finally able to get Visual Studio's remote debugging features to work. In my travels around the Internet, no one seems to have compiled all the steps to make the process work successfully and seemlessly into one page, this is my attempt." read more...
|
|
tags:
RemoteDebugging, HowTo, VisualStudio, Debugging | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 6 hours ago, submitted by
justin_etheredge
1 day, 12 hours ago
codethinked.com — A look at the different forms of Activator.CreateInstance and the performance implications of each. read more...
add a comment
|
category: C# | Views: 228
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 11 hours ago, submitted by
beckelmw
1 day, 14 hours ago
beckelman.net — Are you tired of going to DotNetKicks and finding the same stories on the front page for days in a row? Trust me, there is some great content out there that never makes the front page. You just have to look a little deeper. When you do, you can help put some of that great new content in front of the masses. Even if you don’t submit stories yourself, you can still help out by giving the initial votes that push a story to the front page. read more...
add a comment
|
category: Community | Views: 204
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 11 hours ago, submitted by
beckelmw
1 day, 14 hours ago
beckelman.net — Are you tired of going to DotNetKicks and finding the same stories on the front page for days in a row? Trust me, there is some great content out there that never makes the front page. You just have to look a little deeper. When you do, you can help put some of that great new content in front of the masses. Even if you don’t submit stories yourself, you can still help out by giving the initial votes that push a story to the front page. read more...
add a comment
|
category: Community | Views: 204
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 7 hours ago, submitted by
colinjack
1 day, 15 hours ago
blog.jayfields.com — Discussion of NNPPs and how to tackle them. read more...
1 comment
|
category: Other | Views: 390
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
breporter
1 day, 17 hours ago
rabdullin.com — F# Has Better Performance (2-6 times) than C# in .NET math algorithms as proved by rewriting neural network activation function benchmarks from C# to F#. read more...
add a comment
|
category: C# | Views: 9
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 13 hours ago, submitted by
maartenba
1 day, 17 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:
Pex, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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