robesz

Stories kicked by robesz

The Meaning of 100% Test Coverage(nuclex.org)

submitted by CygonCygon(134) 2 years, 5 months ago

The Myth that 100% test coverage means code is completely bug-free has been busted thoroughly. So much in fact, that it is almost risqué to add complete test coverage to your agenda. But is 100% test coverage really 100% useless, or are there some advantages worth striving for still? This article discusses the advantages and disadvantages of aiming for 100% test coverage. read more...

add a comment |category: |Views: 16

tags: another

Get Countries Name in .Net(aghausman.net)

submitted by aghausmanaghausman(110) 2 years, 10 months ago

In this post, I will explain you how can we get the countries name filled in any collection using .net without using any database. It is a regular task, which we all as developers did some past day but the difference is we used database table or xml file to hold the country names. But .net framework provide us with all the countries information in Globalization namespace. read more...

2 comments |category: |Views: 489

tags: another

Create a buld integration machine with team foundation server(nablasoft.com)

submitted by alkampferalkampfer(1873) 2 years, 11 months ago

Simple post that shows how you can create a Continuous Integration machine defining a build definition in Team Foundation Server with few clicks. read more...

add a comment |category: |Views: 16

tags: another

15 Most Interesting jQuery Tutorials(ajaxline.com)

submitted by Spider84Spider84(675) 3 years, 2 months ago

This time we collected the most interesting jQuery tutorials. read more...

1 comment |category: |Views: 743

tags: another

Creating RSS Feeds Using ASP.NET 3.5(blogs.dovetailsoftware.com)

submitted by JemmJemm(9604) 3 years, 3 months ago

"We wanted to have an RSS feed so customers could keep up to date with new or recently updated Dovetail Knowledge Base articles. My personal mental gate was that I really didn’t want to try to figure out how to properly create an RSS or Atom feed and I didn’t want to bother with complex heavy handed frameworks like Argotic. Then one day Josh introduced me to the System.ServiceModel.Syndication namespace (introduced in .Net 3.5) and my life was never the same. " read more...

add a comment |category: |Views: 807

tags: another

SQL Server 2005 Management Studio tips(noesispedia.com)

submitted by pkmishrapkmishra(190) 3 years, 3 months ago

Two SQL 2005 Management Studio tips read more...

add a comment |category: |Views: 443

tags: another

Testing methods that access Singleton classes internally(blog.somecreativity.com)

submitted by dnksiddnksid(355) 3 years, 5 months ago

The article describes a technique for testing methods that access Singleton classes internally, using NMock, DevExpress Refactor, and private-accessors. read more...

add a comment |category: |Views: 15

tags: another

Signs of a GOOD Manager / Team Lead(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 5 months ago

Characteristics / attitudes / process of good management & leadership: 1) Have a passion about technology but read more...

add a comment |category: |Views: 888

tags: another

TDD in Practice - Dealing with Hard-To-Test Areas - developerFusion - (developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 3 years, 6 months ago

Tried TDD and abandoned it the moment you've tried it on 'real' code? Learn how to tackle these 'hard-to-test' areas, that those presentations and introductory books just don't seem to explain well. read more...

add a comment |category: |Views: 9

tags: another

Mocking, Good Or Bad?(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 6 months ago

My opinion on mocking frameworks. read more...

add a comment |category: |Views: 30

tags: another

The Decline and Fall of Agile(jamesshore.com)

submitted by simonechsimonech(10.1k) 3 years, 6 months ago

It's odd to talk about the decline and fall of the agile movement, especially now that it's so popular, but I actually think the agile movement has been in decline for several years now. read more...

add a comment |category: |Views: 26

tags: another

When to use static methods(blog.mendeltsiebenga.com)

submitted by MendeltMendelt(110) 3 years, 6 months ago

Rule of thumb on when to use static methods and when they are evil. read more...

add a comment |category: |Views: 30

tags: another

Handling "GO" Separators in SQL Scripts - the easy way(weblogs.asp.net)

submitted by ormicoormico(150) 3 years, 9 months ago

use SMO to run SQL scripts on .NET read more...

add a comment |category: |Views: 261

tags: another