.Net 360°
Pawan Mishra's Blog
Sign in
|
Join
Home
RSS
Atom
Comments RSS
Search
Tags
.Net Framework
.Net Framework 4.0
AjaxControlToolkit
Asp.Net
Asp.Net Ajax
C#
Collection Classes
Delegates
Design Patterns
Dispatcher
jQuery
machine.config
Mole
Power Collection Library
VS 2008
VS 2010 Beta 2
web.Config
WPF
Sponsors
advertise here
Navigation
Home
Blogs
Archives
November 2010 (1)
June 2010 (1)
April 2010 (1)
January 2010 (3)
December 2009 (3)
November 2009 (3)
October 2009 (5)
Blogs I Read
OdeToCode
Rick Strahl's Web Log
Dave Ward's Web Log
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...
Filed under:
C#
,
Collection Classes
,
Delegates
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...
Filed under:
Design Patterns
,
WPF
,
Dispatcher
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...
Filed under:
C#
,
Collection Classes
,
.Net Framework
,
Design Patterns
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...
Filed under:
C#
,
Collection Classes
,
.Net Framework
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:
C#
,
Delegates
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...
Filed under:
VS 2010 Beta 2
,
Power Collection Library
,
C#
,
Collection Classes
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:
Mole
,
VS 2008
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...
Filed under:
Asp.Net
,
VS 2010 Beta 2
,
.Net Framework 4.0
,
machine.config
,
web.Config
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...
Filed under:
VS 2010 Beta 2
,
.Net Framework 4.0
More Posts
Next page »