• ADO.NET Data Service Silverlight Client is not compatible with Silverlight 2

    March 8, 2008

    I received some comments from a few people asking me how to use Astoria Silverlight Client in Silverlight 2 beta1. So, I tried to update my sample with Silverlight 2 beta 1. but when I added Microsoft.Data.WebClient.dll as a reference in Silverlight 2 beta1 project, I got the following error. ————————— Microsoft Visual Studio ————————— [...]

  • Tips/Tricks: Silverlight 2 (beta 1) Tools for Visual Studio 2008 Installation Error

    March 7, 2008

    Problem ~ An Error Has Occurred: Silverlight Tools cannot be installed because one or more of the following conditions is true: 1. Visual Studio 2008 RTM is not installed. 2. The Web Authoring feature of Visual Studio is not installed. 3. A previous version of the Silverlight Runtime is installed. 4. A previous version of [...]

  • C# 3.0 Tutorials: What is Anonymous type?

    March 6, 2008

    This is my fourth part of my C# 3.0 tutorials. We have finished learning about automatic properties that introduces new and shorter way of creating the properties, object and collection initializer that gave us the way to initialize the object or collection in shorter and cool way, implicitly typed local variables that can be declared [...]

  • Silverlight 2 (beta1) Installer, SDK and Documentation are available now!

    March 5, 2008

    Silverlight 2 (beta1) installer, SDK and documentation are available to download now! (Thanks to coolio for giving this information before Microsoft officially announce that news. ) Microsoft® Silverlight™ 2 Silverlight 2 (beta1) runtime (download) Microsoft® Silverlight™ 2 Software Development Kit Beta 1 (download) Source Code and Unit Tests for Silverlight 2 Beta 1 Controls (download) [...]

  • C# 3.0 Tutorials: Implicitly typed local variables

    March 1, 2008

    This is the third article of C# 3.0 tutorial series. We will take a look the first feature called “Implicitly typed local variables declaration” in this article. What is Implicitly typed local variable? Implicitly typed local variable is a variable that can be declared without specifying the .NET type explicity. The type of that variable [...]

  • C# 3.0 Tutorials: Object and Collection Initializers

    March 1, 2008

    Howdy everybody! This is the second part of my C# 3.0 tutorial series in my blog. Today, we are gonna talk about object and collection initializers, one of the features of C# 3.0. This feature allows you to initialize the entity object or collection in very easy way that we’ve never done before. When I [...]

 
Powered by Wordpress and MySQL. Theme by Shlomi Noach, openark.org