Showing posts with label AOP. Show all posts
Showing posts with label AOP. Show all posts

Monday, August 18, 2008

Daily Links 18/08/2008

Log4PostSharp - logging with AOP
Add logging to your application using AOP (ie: don't bloat your code with log statements - AOP does it all in the background by hooking into the method calls)

Moq
"take full advantage of .NET 3.5 (i.e. Linq expression trees) and C# 3.0 features (i.e. lambda expressions) that make it the most productive, type-safe and refactoring-friendly mocking library available. And it supports mocking interfaces as well as classes. Its API is extremely simple and straightforward, and doesn't require any prior knowledge or experience with mocking concepts. "
Interesting...think I'm going to check it out :)

Mocking and IOC in Silverlight 2, Castle Project and Moq ports
temp solution for those of us doing TDD for silverlight BETA. Hopefully a permanent solution will follow shortly.

Silverlight 2 Tools, SQL Server 2008 and Visual Studio 2008 SP1 Installed & Working Together

WPF splash screen template for VS

What’s new in WPF 3.5 SP1: Splash Screen to improve perceived startup performance

Free WPF and Sivlerlight components

Free (Lite Version) Icon Editor Addin for Visual Studio 2008

A Common Base Class for LINQ to SQL

Burn Your Burn-down Charts
using Burn-Up charts to depict project focus as scope changes

Tuesday, July 15, 2008

Daily Links 15/07/2008

PostSharp
"PostSharp is an free, open-source and extensible platform for enhancement of .NET assemblies"
"provides aspect-oriented programming (AOP) to .NET Developers without the learning curve"

Silverlight, Blend and WPF Tutorials

Using a value converter to bind to Visibility in the Silverlight data grid

Pushing Data to a Silverlight Client with a WCF Duplex Service

Getting started with WPF

Differences between SharePoint Services (WSS 3.0) and Office SharePoint Server (MOSS 2007)

Can someone tell me why i shouldn’t drop WCF?
More on the previous "batching WCF calls" post.

NDepend: code metrics at your service
Good summary article on NDepend functionality
"analyze code structure, specify design rules, plan massive refactoring, do effective code reviews and master evolution by comparing different versions of the code"

July '08 TFS Power Tool Preview
Now has filtered alerts for TFS work items.

Theme Controls in Silverlight

Billy Hollis on Getting Smart with WPF
Excellent presentation on how developing with WPF / Silverlight changes the way we think about UI design.

7 Steps to completing your project on time

101 Linq Examples - C#

Scale Cheaply - Memcached
Distributed cacheing solution for .NET