Reva

Stories kicked by Reva

More on best practices for exception handling(srtsolutions.com)

submitted by jimholmesjimholmes(215) 5 years, 8 months ago

Bill Wagner (author of "Effective C#"), adds his smart thoughts to Scott Hansleman's post on best practices for exception handling. read more...

add a comment |category: |Views: 76

tags: another

Programmatically Detect if an Assembly is Compiled in Debug or Release(hanselman.com)

submitted by dalzieldalziel(6230) 5 years, 8 months ago

A small util to run against a compiled assembly and see if it is a Debug or Release version. read more...

add a comment |category: |Views: 53

tags: another

Add validation to business objects(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 8 months ago

Here's a good example of doing validation on business objects, without changing too much and keeping it simple. read more...

add a comment |category: |Views: 36

tags: another

Overriding GetHashCode Method(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 8 months ago

What you Should know befor you override the GetHashCode method but were afraid to ask ;-) read more...

add a comment |category: |Views: 95

tags: another

Source Control: Anything But SourceSafe(codinghorror.com)

submitted by dalzieldalziel(6230) 5 years, 9 months ago

VSoft, the makers of FinalBuilder, just published the results of their annual customer survey. One of the questions is which version control systems do you currently use, or plan to use, in the next 12 months? The top 9 responses are reprinted here. I'm disheartened to see that Visual SourceSafe is still at the top of the list. If you are serious about the practice of software development, you should avoid SourceSafe. read more...

add a comment |category: |Views: 12

tags: another

How To Get The Calling Method And Type(haacked.com)

submitted by dalzieldalziel(6230) 5 years, 9 months ago

Here are a couple of useful methods for getting information about the caller of a method. The first returns the calling method of the current method. The second returns the type of the caller. Both of these methods require declaring the System.Diagnostics namespace. read more...

add a comment |category: |Views: 5

tags: another

CSS Menu system with No JavaScript(grc.com)

submitted by crpietschmanncrpietschmann(11.3k) 5 years, 9 months ago

This is a page with a navigation menu that uses only CSS. It uses No JavaScript. read more...

add a comment |category: |Views: 86

tags: another

.NET - Serialization(jaltiere.com)

submitted by jaltierejaltiere(885) 5 years, 9 months ago

This article deals with the BinaryFormatter and SoapFormatter classes in the .NET Framework, and gives an example of how you might serialize a custom object read more...

add a comment |category: |Views: 7

tags: another

NDepend(ndepend.com)

submitted by dalzieldalziel(6230) 5 years, 9 months ago

NDepend analyses .NET assemblies of an application and generates reports containing design quality metrics, warnings and diagrams. The VisualNDepend tool allows analysing all these data thanks to an interactive view. Such view can be tuned according to numerous software metrics. Currently free until september read more...

add a comment |category: |Views: 2

tags: another

TRULY Understanding ViewState(weblogs.asp.net)

submitted by dalzieldalziel(6230) 5 years, 9 months ago

ViewState is a very misunderstood animal. I would like to help put an end to the madness by attempting to explain exactly how the ViewState mechanism works, from beginning to end, and from many different use cases, such as declared controls vs. dynamic controls. read more...

add a comment |category: |Views: 34

tags: another

ASP.NET 2.0 Page Life Cycle(blog.krisvandermast.com)

submitted by KvdMKvdM(1695) 5 years, 10 months ago

A repost of the diagram by Léon Andrianarivony. read more...

5 comments |category: |Views: 696

tags: another