c# 3.0 - Design By Contract in C#3.0 -


i know c# 4.0 has code contract feature can used implement post-condition , pre-condition. wanting implement using c# 3.0 only. experimenting use feature in work. possible use attributes implement post-conditions , pre-conditions?

any advise?

thanks.

you can use code contracts c# 3 , .net 3.5. main difference core classes (not tools) built .net 4 already.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -