Showing posts with label FxCop. Show all posts
Showing posts with label FxCop. Show all posts

Monday, February 18, 2008

Daily Links 18/02/2008

Import CSV file into SQL Server using Bulk Insert

WorkFlow Foundation Tutorial Series

Cool new WPF application: Cayra Mindmapping tool Free

Capturing the Screen Contents in .NET 2.0
"When supporting installed software, descriptions of problems can be enhanced greatly by viewing the contents of the user's screen. In this article we will explore how to perform a screen grab and display the captured image in a Windows Forms application"

Top 10 Best Practices for Production ASP.NET Applications

CRUD operations in Silverlight using ADO.NET Data Services

Flavors of the Decorator Pattern

While trying to find out how to add condition compilation symbols for our ASP.NET 2.0 project so that FxCop can pick up suppressed rule messages, I found this link

Thursday, September 13, 2007

Daily Links - 12/9/2007

Installing Ubuntu From A Windows System With Wubi
No repartitioning of the hard-drive necessary.

Introduction to Spring IDE 2.0
Spring plug-in for Eclipse

Design vs Coding - How much is too much?
Blog entry from JP Boodhoo about when to use UML diagramming and how it fits in to the TDD/Agile paradigm.

Easily test custom controls inside Visual Studio
...without launching the entire application

How to: Suppress FxCop messages in code