|
|
Stories recently tagged with 'CodeThinked'
|
|
submitted by
igoro
7 days, 11 hours ago
igoro.com — Quicksort usually runs in O(N log N) time, but in special cases, it takes much longer: O(N^2). It is surprisingly easy to force any quicksort implementation to degrade into the quadratic-time behavior. This trick even works against a randomized quicksort! The article demonstrates how the trick works by applying it against the BCL Array.Sort() routine. read more...
add a comment
|
category: C# | Views: 3
|
|
tags:
CodeThinked, Algorithms, C#, .Net | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 18 days ago, submitted by
justin_etheredge
18 days, 3 hours ago
codethinked.com — An article about immutability and tail recursion, and how they have nothing to do with one another. Explains what tail calls are, what tail recursion is, and why it is important. read more...
1 comment
|
category: C# | Views: 2
|
|
tags:
CodeThinked, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
munchr
1 month, 21 days ago
codethinked.com — An idea on a feature addition to Moq where expectations could be put into groups and then verified independently. This would allow construction of complex mocks that could be shared across many tests. read more...
|
|
tags:
CodeThinked, Testing, Moq | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
munchr
1 month, 21 days ago
codethinked.com — An idea on a feature addition to Moq where expectations could be put into groups and then verified independently. This would allow construction of complex mocks that could be shared across many tests. read more...
|
|
tags:
CodeThinked, Testing, Moq | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 21 days ago, submitted by
justin_etheredge
1 month, 23 days ago
codethinked.com — Want to learn how to better unit test your controllers in Asp.net MVC? In this example I go through the process of testing a controller action in asp.net MVC using Moq (but it could be easily translated into another mocking framework). read more...
add a comment
|
category: ASP.NET | Views: 0
|
|
tags:
Moq, UnitTesting, ASPNETMVC, ASP.NET, CodeThinked | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
justin_etheredge
2 months, 5 days ago
codethinked.com — A quick guide on using POCO with Linq To Sql and how to integrate it with your business layer without having to move everything into one namespace or inherit from any specific classes. read more...
add a comment
|
category: Linq | Views: 0
|
|
tags:
DAL, CodeThinked, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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