|
|
-
|
|
Async support in C# language brings the new life to the modern application development
to bring forth the same technique of writing your code and bring asynchrony easily.
The main focus of async ctp is to ornament the language in such a way so that the
developer could seamlessly crea......
|
|
-
|
|
If you are working with Windows Phone 7, the first thing that you should have noticed
is the very own Application bar. Application Bar is present in most of the applications
that you use in your Windows Phone 7. This is basically a standard Toolbar with
a menu associated with it which......
|
|
-
|
|
During the last few days, Microsoft is getting more and more inclined towards improving the user experience in more than a number of technologies. Silverlight being one of the major forerunner on this moving good in Web by providing Rich Internet Applications for end users. But not only for Web, Si......
|
|
-
|
|
Closures are an interesting feature for a language. I have heard a lot of questions around how we can declare closures in C# and hence I thought to start a blog on it. Over the internet, there are lots of examples on closures available which are taking help of functional languages like F#, yes it is......
|
|
-
|
|
In MIX 2011, we can see our very own silverlight new version called Silverlight 5 beta is released. Yes, if you are looking for it, its time to download the beta and try them out. The major goal of Silverlight 5 is to move the silverlight development more towards the WPF and hence releasing some of ......
|
|
-
|
|
If you remember my post on Annonymous Types, I have already stated that there is no concept of annonymous types in MSIL. Every generated type will be mapped to a concrete type produced by C# compiler during the runtime. In this post, I am going to cover few basics of LINQ, and how it is been maintai......
|
|