I’d like to keep links to some of interesting articles for future reference…
Archive for the ‘C#’ Category
Some interesting articles..
Posted by quantumatrix on November 24, 2009
Posted in C#, Tech Articles | Leave a Comment »
A set of articles on Ruby
Posted by quantumatrix on October 13, 2009
Following are a set of articles on Ruby:
- Learning Ruby via IronRuby and C#: Part 1, Part 2, Part 3, Part 4, Part 5, Part 6, Part 7
- Getting IronRuby Up and Running
- Running Applications in IronRuby
- Using IronRuby To Implement Dynamic Business Rules
- Improve your C# with IronRuby
- IronRuby Tip: Using Generic CLR Methods from IronRuby
- Tip: How To Use Generic .Net Classes in IronRuby
- IronRuby script engine in C#
- IronRuby Quick Start
Posted in C# | Tagged: Ruby | 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:
- Log4Net Tutorial pt 1: Getting Started
- Log4Net Tutorial pt 2: Basic XML Configuration
- Log4Net Tutorial pt 3: Appenders
- Log4Net Tutorial pt 4: Layouts and Patterns
- Log4Net Tutorial pt 5: Using Logger Objects
- Log4Net Tutorial pt 6: Log Event Context
- Log4Net Tutorial pt 7: Filters
- Log4Net Tutorial pt 8: Lossy Logging
- Log4Net Recommended Practices pt 1: Your Code
- Extension Methods for Deferred Log4Net Message Formatting
- Using 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
- The Art of Debugging – A Developer’s Best Friend- Intro – Lesson 1
- The Art of Debugging – A Developer’s Best Friend – Lesson 2 – Breakpoints in SubExpressions
- The Art of Debugging – A Developer’s Best Friend – Lesson 3 – BreakPoint HitCount
- The Art of Debugging – A Developer’s Best Friend – Lesson 4 – Debugging Threads
- The Art of Debugging – A Developer’s Best Friend – Lesson 5 – Using TracePoints
- The Art of Debugging – A Developer’s Best Friend – Lesson 6 – Watch and Immediate Windows – Advanced Techniques
- The Art of Debugging – A Developer’s Best Friend – Lesson 7 – Advanced Techniques – Using Object ID
- The Art of Debugging – A Developer’s Best Friend – Lesson 8 – The Garbage Collector – GC
- The Art of Debugging – A Developer’s Best Friend – Lesson 9 – The Set Next Statement
- The Art of Debugging – A Developer’s Best Friend – Lesson 10 – Debugging Threads
- The Art of Debugging – A Developer’s Best Friend – Lesson 11 – SQL Server Stored Procedures
- The Art of Debugging – A Developer’s Best Friend – Lesson 12 – Debugging Javascript In Web Pages
- 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:
- Part 1: Optimizing Long if-else or switch Branches
- Part 2: Optimizing Memory Allocations – Pooling and Reusing Objects
- Part 3: Understanding Memory References, Pinned Objects, and Pointers
- Part 4: Using – and Understanding – CLR Profiler
- Part 5: Using Threads with Waits, or Don’t Kill your CPU
A set of C# delegates articles:
- Callback and Multicast delegates
- Events
- One more Event
- Asynchronous Callback – Way 1 – BeginInvoke > EndInvoke
- Asynchronous Callback – Way 2 – BeginInvoke >AsyncWaitHandle.WaitOne(x) > EndInvoke >AsynWaitHandle.Close()
- Asynchronous Callback – Way 3 – BeginInvoke > Poll for result’s IsCompleted > EndInvoke
- Explaining Delegates in C# – Part 7 (Asynchronous Callback – Way 4)
- Video – Getting Started with LINQ in .NET 3.5
- Basics of LINQ and Lambda Expressions
- 101 LINQ Samples
- Hooked on LINQ – Developers’ Wiki
- An Extensive Examination of LINQ: Lambda Expressions and Anonymous Types
- Delegates and Events in C#
- New Language Feature: Lambda Expressions
- Anonymous Methods (C# Programming Guide)
Related articles:
Posted in C#, LINQ, Tech Articles | Leave a Comment »