Following are a set of articles on Ruby:
A set of articles on Ruby
Posted by quantumatrix on October 13, 2009
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 »
Stephen Walther on ASP.NET MVC
Posted by quantumatrix on March 4, 2009
Chapter 1 – An Introduction to ASP.NET MVC
Chapter 2 – Building a Simple ASP.NET MVC Application
Chapter 3 – Understanding Controllers
Chapter 4 – Understanding Views
Chapter 5 – Understanding Models
Chapter 6 – Understanding HTML Helpers
Posted in ASP.NET MVC, Tech Articles | Leave a Comment »
jQuery resources
Posted by quantumatrix on February 15, 2009
- Main site
- Documentation
- API Explorer
- jQuery-based user interface downloads / demos
- Collection of user-submitted plugins
- An Intensive Exploration Of jQuery With Ben Nadel (the video)
- Ultimate Collection of 40+ jQuery Tutorials and Resources
- An Introduction to jQuery UI – Part 1, Part 2
- 6 jQuery Chart Plugins For Your App
- 25 Powerful and Useful jQuery Tutorials for Developers and Designers
- 11 jQuery Plugins to Enhance HTML Dropdowns
Posted in JavaScript | 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 »
SQL Server 2008 Spacial Data
Posted by quantumatrix on February 10, 2009
Here is a series of articles talking about the spacial data support by SQL Server 2008:
- SQL Server 2008: Spatial Data, Part 1
- SQL Server 2008: Spatial Data, Part 2
- SQL Server 2008: Spatial Data, Part 3
- SQL Server 2008: Spatial Data, Part 4
- SQL Server 2008: Spatial Data, Part 5
- SQL Server 2008: Spatial Data, Part 6
- SQL Server 2008: Spatial Data, Part 7
- SQL Server 2008: Spatial Data, Part 8
Also: Virtual Earth & SQL Server 2008
- Part 1: Introduction
- Part 2: Spatial Data Management in SQL Server 2008
- Part 3: Getting Started with Virtual Earth
- Part 4: Integrating SQL Server 2008 and Virtual Earth
- Part 5: Conclusion
Related links:
Posted in GIS, SQL Server | Leave a Comment »
IoC – StructureMap Links
Posted by quantumatrix on January 19, 2009
Here are some links to IoC, and specifically to StructureMap:
Posted in IoC, StructureMap | Tagged: StructureMap | Leave a Comment »
MassTransit Stuff
Posted by quantumatrix on December 31, 2008
Following are some links to articles or web sites related to MassTransit:
- MassTransit 101
- MassTransit Google Code
- Message/Service Bus – Mass Transit
- Google Group on MassTransit
- MassTransit blogs from Chris Patterson, and Dru Sellars
Posted in Tech Articles | Leave a Comment »
MVC and MVP Patterns
Posted by quantumatrix on December 2, 2008
Following are a few links related to MVC and MVP design patterns:
Read more information from Patterns & Practices and in Martin Fowler article.
Posted in ASP.NET, Design Patterns, Tech Articles | Leave a Comment »