Recent Posts

4
Comments

Generic Delegate Types : Func,Action and Predicate by Pawan_Mishra

C# language has observed dramatic transformation from 2.0 to 3.0 and finally with 4.0. C# 2.0 added generics , simplified delegate syntax, nullable types etc. C# 3.0 takes it a level next by adding LINQ , anonymous methods , anonymous types etc and finally...
13
Comments

Understanding “Dispatcher” in WPF by Pawan_Mishra

Level : Beginner to intermediate Consider the following program MainWindow.xaml 1: < Window x:Class ="DispatcherTrial.MainWindow" 2: xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 3: xmlns:x ="http://schemas...
10
Comments

Using IComparable<T> Interface by Pawan_Mishra

Level : Beginner to Intermediate C# language has constantly evolved over a constant period of time.Each new version introduced new features which changed the way we programmed and solved the problems. Whether it was introduction of generics in C# 2.0...
5
Comments

Collections in .Net by Pawan_Mishra

Undoubtedly anyone who has ever programmed with any computer programming language has one way or the other has used some data structure , class etc to collect similar kind of data in one place.For example in C/C++ in order to handle multiple data of similar...
0
Comments

Covariance and Contra-Variance in Delegates by Pawan_Mishra

If it comes to day to day normal programming with C# language then delegates by far are the most complicated thing to understand.Delegates add the asynchronous programming model to .Net Framework.Working with delegates involve following steps : Declare...
Filed under: ,
2
Comments

Wintellect’s Power Collection Library by Pawan_Mishra

First of all a very happy and prosperous new year wishes to everyone ……… :) CLR via C# by Jeffery Richter is one book which I really enjoyed reading.Any .Net developer whether experienced or a beginner will immediately benefit from the content provided...
1
Comments

Another VS 2010 feature : Pin-Up by Pawan_Mishra

Hello, I have been using VS 2010 Beta 2   for sometime and today I came across another beautiful feature.Now , I don't know in technical terms what to call this feature, so its that I rather explain it with few pictures. Following is a very small...
4
Comments

Mole : Visual Studio Visualizer by Pawan_Mishra

Visualizer’s are of great help when debugging your application.Visualizer’s essentially provide a the complete view of the data in separate modal dialogue window.I guess almost all of us have worked with DataSet’s and in order to see the data contained...
Filed under: ,
2
Comments

Web.config file in VS 2010 and .Net Framework 4.0 website by Pawan_Mishra

With every new framework of .Net , the size of Web.config file kept on increasing.Initially the size was quiet minimal but then came Asp.Net Ajax and it brought along with itself its own set of config section entries , corresponding HTTP Handlers and...
0
Comments

VS 2010 Beta 2 : Quick Glance by Pawan_Mishra

I got my copy of VS 2010 Beta 2 installable DVD just a few days back. Without wasting much time I straight away installed the beta version of VS 2010 .Installation was pretty smooth , just like its predecessor VS installation requires quiet a big amount...
More Posts Next page »