jump to navigation

Nullable Usage Guidelines 31 Jul 2008

Posted by Ramaswamy Palaniappan in C#, Tips.
add a comment

Check out this tips about Nullable usage.

Introduction to NDepend 31 Jul 2008

Posted by Ramaswamy Palaniappan in Tools.
add a comment

I have noted this nice write up the introduction to NDepend tool. Thanks Patrick and Andre.

Overview of concurrency in .NET Framework 3.5 28 Jul 2008

Posted by Ramaswamy Palaniappan 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.

WPF Binding Converter Best Practices 28 Jul 2008

Posted by Ramaswamy Palaniappan in Tips, WPF.
add a comment

Here is list of best practices on WPF binding converters. Very good one.

How .NET Framework 3.5 setup checks for its prerequisites behind the scenes 28 Jul 2008

Posted by Ramaswamy Palaniappan in .NET Core, Tips.
1 comment so far

The .NET Framework 3.5 setup package is a chainer that installs multiple packages behind the scenes.  Before installing anything, it performs an inventory of the state of the system being installed on and decides which packages need to be installed on the system during setup based on what it finds on the system. Read More

Learn NHibernate 28 Jul 2008

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

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

About Windows Memory 28 Jul 2008

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

Mark has written this post about Windows memory. Lot of information in it.

44 Amazing Silverlight 2.0 Screencasts 28 Jul 2008

Posted by Ramaswamy Palaniappan in SilverLight, Videos & Webcast.
add a comment

Silverlight 2.0 screencasts on how Silverlight works, controls, File IO, networking, UI design,  data-binding, interacting with HTML pages, and more. Here.

Themes for Silverlight Applications 07 Jul 2008

Posted by Ramaswamy Palaniappan 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 Ramaswamy Palaniappan 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.