http://www.sqlfundas.com/post/2009/12/01/Database-Lock-Block-DeadLock-e28093-What-is-it-Why-is-it-What-to-do-about-it-e28093-Part-3.aspx
http://www.sql-server-performance.com/articles/dba/isolation_levels_2005_p1.aspx
.Net Answers
.Net Answers have mission to Explore .Net Technology which helps beginers and professional in doing development using .Net
Monday, February 7, 2011
Thursday, February 3, 2011
Friday, November 12, 2010
Sunday, October 3, 2010
WPF
WPF Weak Event Pattern
http://msdn.microsoft.com/en-us/library/aa970850.aspx
WPF threading Model:
http://msdn.microsoft.com/en-us/library/ms741870.aspx
WPF Profiler
http://windowsclient.net/wpf/perf/wpf-perf-tool.aspx
http://msdn.microsoft.com/en-us/library/aa970850.aspx
WPF threading Model:
http://msdn.microsoft.com/en-us/library/ms741870.aspx
WPF Profiler
http://windowsclient.net/wpf/perf/wpf-perf-tool.aspx
Wednesday, August 25, 2010
Why Interface ? Difference between Interface and Abstract Class?
Interface are the rules or specification for an object.
To discuss Interface we first discuss Inheritance. Every body knows inheritance is inheriting Parent class property into derived class, but why we need inheritance. We need inheritance to map Real World Problem into Software.
Let’s take an example of real world,
How we define a human being?
We define a human being who has one head, two eyes, two ears etc., so we have set of specification for a real world entity to be human being.
So to create these specification in software we create a class with name Human Being, then classes derived from this class will be Human Being , because they have all properties of the Human Being.
So to make independent Rules and their implementation Interface and abstract classes comes into picture.
Difference between Interface and Abstract Class:
The practical difference is that we need abstract class when we required default implementation and some protected fields(which needs to be define by derived class not by user which is not possible in Interface)
To discuss Interface we first discuss Inheritance. Every body knows inheritance is inheriting Parent class property into derived class, but why we need inheritance. We need inheritance to map Real World Problem into Software.
Let’s take an example of real world,
How we define a human being?
We define a human being who has one head, two eyes, two ears etc., so we have set of specification for a real world entity to be human being.
So to create these specification in software we create a class with name Human Being, then classes derived from this class will be Human Being , because they have all properties of the Human Being.
So to make independent Rules and their implementation Interface and abstract classes comes into picture.
Difference between Interface and Abstract Class:
The practical difference is that we need abstract class when we required default implementation and some protected fields(which needs to be define by derived class not by user which is not possible in Interface)
Tuesday, August 10, 2010
Tuesday, August 3, 2010
WPF and MVVM good Links
WPF ListView Samples:
http://msdn.microsoft.com/en-us/library/ms771778.aspx
http://msdn.microsoft.com/en-us/library/ms754143.aspx
Data Binding in WPF
http://msdn.microsoft.com/en-us/magazine/cc700358.aspx
WPF and MVVM sample Application
http://msdn.microsoft.com/en-us/magazine/dd419663.aspx
Routed Events
http://msdn.microsoft.com/hi-in/magazine/cc785480%28en-us%29.aspx
WPF and MVVM Sample application:
http://code.msdn.microsoft.com/mag200902MVVM/Release/ProjectReleases.aspx?ReleaseId=2026
http://msdn.microsoft.com/en-us/magazine/dd419663.aspx
Subscribe to:
Posts (Atom)