PatrickSmacchia

Stories kicked by PatrickSmacchia

Roslyn CTP is available(codebetter.com)

submitted by PatrickSmacchiaPatrickSmacchia(20) 7 months, 6 days ago

In case you have missed the late yesterday news from Redmond: Roslyn CTP is now available! But wait a minute, what is Roslyn? read more...

add a comment |category: |Views: 11

tags: another

NDepend - Visual Studio Addin: takes you as far as you want to go(www.codebureau.com)

submitted by PatrickSmacchiaPatrickSmacchia(20) 7 months, 9 days ago

Clearly NDepend's a very impressive tool for any serious development team to be using. It will help you to learn about reducing complexity, dependencies and generally designing your code in an efficient way. It's basically all about improving quality. read more...

add a comment |category: |Views: 6

tags: another

Using a gmail account as a production bug tracking server(codebetter.com)

submitted by PatrickSmacchiaPatrickSmacchia(20) 7 months, 13 days ago

Explaining that the NDepend production bug tracking server is based on a gmail account. read more...

add a comment |category: |Views: 3

tags: another

Comparing Versions of a .NET Framework DLL Using NDepend(blogs.microsoft.co.il)

submitted by arikparikp(1204) 8 months, 4 days ago

Following Build conference, many people may ask what is new in the .NET Framework. Well, you could find out by examining the documentation, but then you are limited to what it covers. If you want to know ALL that is new / updated in the .NET Framework, read on.. You can use the following method to easily find the difference between .NET Framework 4.5 and its previous version, .NET Framework 4.0! In this post I will show you how you can use the tool NDepend to compare two versions of a DLL which is part of the .NET Framework. I've already done it major parts of the framework and found interesting results! Unfortunately, I don't have the time to publish my results since I'm going out on vacation for a month. So I leave you with these instructions on how to dig easily in the right places. read more...

1 comment |category: |Views: 70

tags: another

What is Microsoft waiting for providing a decent path API?(codebetter.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 4 months ago

I was recently browsing the code source of Managed Extensibility Framework and realized that this future part of .NET 4, full of tricky and advanced ideas, was naively relying on strings to describe files and directories paths. It seems that the version 4 of .NET will miss the need for a descent path API. There is the class System.IO.Path but it is feature limited, full of flaws and pitfalls (to not say bugs) and it fosters users to encode their paths into raw strings. It seems to me that using strings to encode paths is as primitive as using String.IndexOf("<tag>") to parse some XML. read more...

1 comment |category: |Views: 262

tags: another

Advices on partitioning code through .NET assemblies (codebetter.com)

submitted by vkreyninvkreynin(1424) 3 years, 5 months ago

There're many reason why you should keep the number of your .NET assemblies to the strict minimum. Learn them here. read more...

add a comment |category: |Views: 399

tags: another

NDepend the massive code analysis tool for every developer(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 6 months ago

Simple Review about the massive code analysis tool NDepend read more...

add a comment |category: |Views: 11

tags: another

Getting rid of spaghetti code in the real-world: a Case Study(codebetter.com)

submitted by LeinLein(135) 3 years, 8 months ago

A case study of cleaning up entangled code by reducing dependencies. Tips of how to avoid more entangled code to be added. Plugs NCover. read more...

1 comment |category: |Views: 503

tags: another

NDepend update brings 64 bit compatibility(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 8 months ago

The current version of NDepend added support for dependency graphs under 64 bit operating systems. If you remember, this was one of the few points of criticism I mentioned in my little review on NDepend. Visual NDepend can now visualize the dependencies between types, namespaces and members read more...

add a comment |category: |Views: 5

tags: another

NDepend 2.10 Released - Interactive Code Dependencies Graph (codebetter.com)

submitted by dcarrdcarr(790) 3 years, 8 months ago

This is indistinguishable from magic! read more...

add a comment |category: |Views: 244

tags: another

.Net 3.5 Changes as Seen from NDepends...(codebetter.com)

submitted by WidescreenWidescreen(105) 3 years, 9 months ago

Really interesting breakdown of the new 3.5 sp release. read more...

1 comment |category: |Views: 407

tags: another

How to use NDepend to improve code quality(blog.bluecog.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 11 months ago

Code quality is an important aspect of every software development project - discover how NDepend can aid in giving you a richer and more meaningful understanding of the quality of your code as well as helping to identify areas you could improve. This post is a high level overview of what you can achieve with NDepend. read more...

add a comment |category: |Views: 430

tags: another

Detailed code metrics with NDepend(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 11 months ago

A while ago, I blogged about code performance analysis in Visual Studio 2008. Using profiling and hot path tracking, I measured code performance and was able to react to that. Last week, Patrick Smacchia contacted me asking if I wanted to test his project NDepend. He promised me NDepend would provide more insight in my applications. Let's test that! read more...

add a comment |category: |Views: 269

tags: another