Browse by Tags

All Tags » C# (RSS)
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...
Hi All, here is the link for the great library of cheat sheets, I assure you that after looking into this collection you will be amazed....these Cheat Sheets are... Written by bestselling authors and leading experts Reliable information on major developer...
Posted by mohanbrij | 2 comment(s)
Filed under: , ,
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...
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...
1 Layouts Presentation.zip 2 Introducing_Silverlight_2.zip 3 Introductionto Silverlight 3.zip 4 Silverlight Control Lifecycle.zip These are the Slides of the Silverlight Presentation which I had given on 17th July 2009, other useful links where you can...
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...
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...
In this post I will show how to use LINQ to XML and LINQ to Objects, very basic example with sample code .   First I have created a XML file which contains the Customer Details, as given below <? xml version = " 1.0 " encoding = "...
Posted by mohanbrij | 3 comment(s)
Filed under: , , ,
Following the right Coding standars comes with Practice and proper Guidance if you are a starter, and also lots of companies define or customize their own coding standards. When I came across this challange to define the coding standard for my team, I...
This function calculates the difference between the two Date, and Validate it, I used this function to validate the difference between the From Date and To Datefor not more then 366 days(to cover the leap year also) or less then 0, This function is called...
Posted by mohanbrij | 2 comment(s)
Filed under: , ,
More Posts Next page »