jump to navigation

RegExLib.com Regular Expression Cheat Sheet (.NET) 10 Mar 2011

Posted by Ramaswamy Palaniappan in Cheat Sheet.
add a comment

Click here

Tools and Resources

20 Interesting WPF Projects 23 Nov 2010

Posted by Ramaswamy Palaniappan in Uncategorized.
add a comment

Nice consolidated list of projects for WPF developers. Read here

 

Business Intelligence Tutorial Videos 05 Oct 2010

Posted by Ramaswamy Palaniappan in Uncategorized.
add a comment

Solid Quality Mentors has produced a series of screencast videos to show how to get started with Microsoft Business Intelligence. These videos were provided for you courtesy of Microsoft Developer and Platform Evangelism:

Video List

Microsoft Developer Guidance Maps 28 Sep 2010

Posted by Ramaswamy Palaniappan in Uncategorized.
add a comment

http://blogs.msdn.com/b/jmeier/archive/2010/09/27/microsoft-developer-guidance-maps.aspx

Introduction To CAB/SCSF 17 Sep 2010

Posted by Ramaswamy Palaniappan in Concepts, Patterns & Practices.
add a comment
If you want to learn Composite Application Block (CAB/SCSF) or need some clarification if you already have experience, stop searching for information and visit this great article on CAB/SCSF.
Microsoft documentation on CAB sucks, I spent enough time searching material on CAB, this article is best one.
If you find better information than this article let me buy you coffee, it’s my promise.

Threading in C# 16 Sep 2010

Posted by Ramaswamy Palaniappan in .NET Core, Back to Basics.
add a comment

Excellent free e-book on threading, Thank you so much Joe Albahari.

Download here.

LINQ: Language-Integrated Query 01 Apr 2010

Posted by Ramaswamy Palaniappan in LINQ.
add a comment

LINQ is a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. It extends C# and Visual Basic with native language syntax for queries and provides class libraries to take advantage of these capabilities.

Anders Hejlsberg’s introduction about LINQ

Learning LINQ – An quick Overview

LINQ in MSDN
7 tricks to simplify your programs with LINQ

LINQ Learning Guide: LINQ to SQL

 

Tool:

1. Download Linqpad here, its must have tool for LINQ learners.
2. Click here to download LINQ Visualizer.

101 LINQ Samples

Dedicated Site

Visit this site to get more pointers about.

Audio & Video About LINQ
Link 1
Link 2
Link 3

More about LINQ

All about Dependency injection. 31 Mar 2010

Posted by Ramaswamy Palaniappan in Advanced Basics, Concepts.
add a comment

Dependency injection (DI) in object-oriented computer programming is a technique for supplying an external dependency (i.e. a reference) to a software component – that is, indicating to a part of a program which other parts it can use. It is a specific form of inversion of control where the concern being inverted is the process of obtaining the needed dependency. The term was first coined by Martin Fowler to describe the mechanism more clearly.

Visit these links to understand DI.

Inversion of Control Containers and the Dependency Injection pattern By Martin Fowler
Dependency Injection For Dummies
Dependency Injection 101
200 Page Manual on Inversion of Control (plus or minus 199)

Free .NET Assembly Explorer 22 Mar 2010

Posted by Ramaswamy Palaniappan in Tools.
add a comment

Asmex is a viewer for the internals of .NET assembly files. While the world is not particularly short of .NET assembly viewers, Asmex has some unique features and the source might prove useful in various contexts.

Download

List of Visualizers for Visual Studio. 16 Mar 2010

Posted by Ramaswamy Palaniappan in C#, Components & Library, Tools, Visual Stdio, WCF, WPF.
1 comment so far

Visual Studio 2005 includes a new debugging feature called visualizers, which can be used to create a human-readable view of data for use during the debugging process. Visual Studio 2005 includes a number of debugger visualizers by default, most notably the DataSet visualizer, which provides a tabular interface to view and edit the data inside a DataSet. While the default visualizers are very valuable, perhaps the best part of this new interface is that it is completely extensible. With just a little bit of work you can write your own visualizers to make debugging that much easier.

 

  1. WCF Visualizers Tool
  2. Cache Visualizer
  3. LINQ to SQL Debug Visualizer
  4. Visualizer for WPF
  5. Regular Expression Visualizers
  6. Hex String Visualizer
  7. XML Visualizer for Visual Studio 2005
  8. Dataset Visualizer
  9. RightHand.Dataset.Visualizer for VS2005
  10. RightHand.Dataset.Visualizer v0.9.12 for VS2008
  11. Visualizers For Web Debugging

 

In this page, you can find good list of visualizers.

 

How to create your own Visualizer?

1. Custom Visual Studio Visualizer

2. Quick Debugger Visualizers in Visual Studio 2005

Follow

Get every new post delivered to your Inbox.