jump to navigation

Overview of concurrency in .NET Framework 3.5 28 Jul 2008

Posted by ramsonit in .NET Core, Advanced Basics, Introduction.
add a comment

There is a lot of information on the concurrent primitives and concepts exposed by the .NET Framework 3.5 available on MSDN, blogs, and other websites. The goal of this post is to distill the information into an easy-to-digest high-level summary: what are the different pieces, where they differ and how they relate. If you want to know the difference between a Thread and a BackgroundWorker, or what is the point of interlocked operations, you are reading the right article. Read more.

Learn NHibernate 28 Jul 2008

Posted by ramsonit in Introduction, Tools, Videos & Webcast.
add a comment

If you start learning or you want to learn NHibernate, check this post by Scott.

Themes for Silverlight Applications 07 Jul 2008

Posted by ramsonit in Introduction, SilverLight.
add a comment

Silverlight provides the ability to completely customize the look and feel of controls (including the intrinsic ones - often something one desires when working with HTML), while preserving their behavior, through a combination of styles, templates, visual states and transitions. Read More

Composite Application Guidance for WPF Documentation and Introduction 07 Jul 2008

Posted by ramsonit in Introduction, WPF.
add a comment

When I was doing project for art.com we have implemented CAB in our project, they same concept is not applied in WPF now. take look.

SOA and REST 05 Jun 2008

Posted by ramsonit in Advanced Basics, Introduction.
add a comment

In recent days in the tech sessions guys taking about SOA and REST, I have no idea REST.  Sam is writing series of post on this title.

Making the Paradigm Shift Part 1

Making the Paradigm Shift Part 2

Making the Paradigm Shift Part 3

Many more later…

Scrum in Five Minutes 05 Jun 2008

Posted by ramsonit in Introduction, Project Management.
1 comment so far

If you want to know about Scrum in just 5 minutes to get idea about it, this PDF document help you to do that.

This ebook has 16 pages taking about introduction of Scurm. This Scrim in 90 minutes is a good presentation.

Just Released: Source Analysis 27 May 2008

Posted by ramsonit in .NET News, Introduction, Tools.
add a comment

Microsoft just released  new tool called Source Analysis for C#, This tool will be very usefully who do code review. This post have good overview about Source Analysis.

XAML Introduction 20 May 2008

Posted by ramsonit in Introduction, WPF.
add a comment

Moth has posted a neat introduction post on XAML.

Add-in for Visual studio(Resharper) 07 May 2008

Posted by ramsonit in Introduction, MyOwn, Tools, Visual Stdio.
add a comment

Resharper is a real professional Add-in for Visual studio. I am using couple of Power toys for Visual Studio but this add-in seems very powerful. I am sure all of these power toys help improving productivity. As a consultant I should own a copy of this tool because not all of my client will have this tool or ready to purchase this. I am planning to buy my own copy of this add-in soon, the personal copy is available for $200.

I enjoyed reading these posts related to Resharper: Joe post 31 days of Resharper and James post Becoming a jedi. James planning to write series of post on this title.

Resharper Cheat Sheet.

K2 Self-study Material 07 May 2008

Posted by ramsonit in Introduction, K2.NET.
add a comment

If you want to learn K2.NET or working in K2.NET then check out this post for good collection of K2.NET study materials.