Browse by Tags

All Tags » Visual Studio 2008 (RSS)

.NET Windows Development: Everyday Tips, Tricks & Optimization - Alberto Población

This is one of the best book I have came across so far, This book is so indulging that once you start reading this book you will want to finish all the chapters in one go, actually same thing happened to me too. This book covers Tips, Tricks and Optimization...

Working with Silverlight DataGrid RowDetailsTemplate

In this post I am going to show how we can use the Silverlight DataGrid RowDetails Template, Before I start I assume that you know basics of Silverlight and also know how you create a Silverlight Projects. I have started with the Silverlight Application...

Simple Preferred time control using Silverlight.

Here I am going to show you a simple preferred time control, where you can select the day of the week and the time of the day. This can be used in lots of place where you may need to display the users preferred times. Sample screenshot is attached below...

DevWeek 2009 Slides And Source Code - Guy Smith

You can find the slides and source code for DevWeek 2009 presentations on 23rd March 2009 here:- StyleCop (or How To Start A Fight) (Slides) Automating Testing Using Virtual Server 2005 (Slides) Automating Testing Using Virtual Server 2005 (Source Code...

Silverlight 3 DataGrid Columns Grouping using PagedCollectionView

In this post I am showing how to implement Column Grouping in SIlverlight 3 DataGrid, Before starting make sure you have SIlverlight3_Tools installed in your system, not SIlverlight 3 Beta, as there are lost of changes in Grouping of Columns from SIlverlight...

Sharing source code between .NET and Silverlight

A common problem when developing Silverlight applications is how to share classes and in particular (Entity Framework) entities which are compiled for the full .NET framework in a Silverlight application. Silverlight is a browser plugin and a platform...

Migration from Silverlight 2.0 to Silverlight 3

As currently I am working on Migration from Silverlight 2.0 to Silverlight 3, so I thought to share or bookmark few of the important links which I am going through. Find below the links http://msdn.microsoft.com/en-us/library/cc645049(VS.95).aspx Silverlight...

Silverlight 2.0 DataGrid Demo Application with Formatting of Data

In this post I am going to show you the basic example of Creating the Page with DataBound Silverlight 2.0 DataGrid, and also I will show you how to format the Data Using IValueConverter in DataGrid dynamically. Create a new project and Select Silverlight...

My Crush List of 2009

These are few things which currently I am working on and some technologies which I want to learn in coming months to master these technologies I need your help, So please post some good tutorials and articles on any of the following topics, if you have...

Fixing Intellisense in Silverlight XAML Code

For those who are facing the problems of intellisense not working for XAML files, please follow the steps below to fix that. 1. Uninstall the Silverlight using the control panel snap in as given in the screenshot below. 2. Download and Install the Silverlight...

Visual Studio .NET Hot Fixes

Microsoft has moved all Visual Studio and .NET hot fixes to a single location on MSDN Code Gallery. Here is a link that pulls up all the hot fixes: http://code.msdn.microsoft.com/Project/ProjectDirectory.aspx?TagName=Hotfix They used to be over at the...
Posted by bmdayal | with no comments