QuantuMatrix’s Weblog

what’s new?

Archive for the ‘C#’ Category

Articles on Microsoft Code Contracts

Posted by quantumatrix on June 14, 2010

List of  articles of a series concerning Microsoft Code Contracts. Articles without a link will be published as they become available.

  • Part 09 – Refactoring a Legacy Code Base
  • Part 10 – Writing a Custom Contract Runtime Class
  • Part 11 – Documenting Code Contracts
  • Part 12 – Command Line Tools
  • Part 13 – Contracts in Continuous Integration
  • Part 14 – A Chat with Microsoft’s Code Contracts Team

Posted in C#, Code Contracts | Leave a Comment »

Scott Hanselman’s Greatest Hits in 2009

Posted by quantumatrix on January 4, 2010

Scott Hanselman‘s Greatest Hits in 2009 (also in  2008):

General Geekery

Blogging

Twitter

Podcasts

Programming

.NET and ASP.NET

Gadgets and Product Reviews

Speaking and Presentations

Personal Stuff and LifeHacks

Posted in ASP.NET, C#, Tech Articles | Leave a Comment »

Some interesting articles..

Posted by quantumatrix on November 24, 2009

I’d like to keep links to some of interesting articles for future reference…

Posted in C#, Ruby, Tech Articles, Windows Azure | Leave a Comment »

A set of articles on Ruby

Posted by quantumatrix on October 13, 2009

Following are a set of articles on Ruby:

Posted in C#, Ruby | Tagged: | Leave a Comment »

The C# Design Patterns Series

Posted by quantumatrix on April 13, 2009

Here is a set of articles on C# design patterns series from GeekDaily:

Posted in C#, Design Patterns | Leave a Comment »

Log4Net Tutorials

Posted by quantumatrix on March 11, 2009

Here are a set of article on Log4Net:

Some related posts:

Posted in C#, Logging, Tech Articles | Leave a Comment »

Visual Studio – Debugging

Posted by quantumatrix on February 15, 2009

Visual Studio – Debugging

  1. The Art of Debugging – A Developer’s Best Friend- Intro – Lesson 1
  2. The Art of Debugging – A Developer’s Best Friend – Lesson 2 – Breakpoints in SubExpressions
  3. The Art of Debugging – A Developer’s Best Friend – Lesson 3 – BreakPoint HitCount
  4. The Art of Debugging – A Developer’s Best Friend – Lesson 4 – Debugging Threads
  5. The Art of Debugging – A Developer’s Best Friend – Lesson 5 – Using TracePoints
  6. The Art of Debugging – A Developer’s Best Friend – Lesson 6 – Watch and Immediate Windows – Advanced Techniques
  7. The Art of Debugging – A Developer’s Best Friend – Lesson 7 – Advanced Techniques – Using Object ID
  8. The Art of Debugging – A Developer’s Best Friend – Lesson 8 – The Garbage Collector – GC
  9. The Art of Debugging – A Developer’s Best Friend – Lesson 9 – The Set Next Statement
  10. The Art of Debugging – A Developer’s Best Friend – Lesson 10 – Debugging Threads
  11. The Art of Debugging – A Developer’s Best Friend – Lesson 11 – SQL Server Stored Procedures
  12. The Art of Debugging – A Developer’s Best Friend – Lesson 12 – Debugging Javascript In Web Pages
  13. The Art of Debugging – A Developer’s Best Friend – Lesson 13 – Debugging VBScript

Other Visual Studio related articles:

Posted in C#, Dev Tools, Visual Studio | Leave a Comment »

Speedy C# Series

Posted by quantumatrix on August 6, 2008

A set of speedy C# articles:

A set of C# delegates articles:

Some tutorials:

Related articles:

Posted in C#, LINQ, Tech Articles | Leave a Comment »