******************************************* *************************************************************
Author Archives: Dhananjay Kumar
Presented in Kolkata Community Tech Days on Road
DataAccess [Download slides from clicking DataAccess link] On 2nd July 2011, I presented on “New Ways of Accessing Data “. It was great presenting first time in front of Kolkata audience. Session details are as follows Topic New Ways of Accessing Data Duration 60 Minutes Venue Kolkata Number of Audiences Around 100 This was demoContinueContinue reading “Presented in Kolkata Community Tech Days on Road”
Upload large file of size more than 5 MB from Silverlight to Server location using WCF
This post is based on post File Upload from Silverlight using WCF. So please read it before proceeding with this post Long back I wrote post on uploading a File from Silverlight to server location using WCF. I found my own post quiet useful. However, when I reread and implemented the code, I mentioned inContinueContinue reading “Upload large file of size more than 5 MB from Silverlight to Server location using WCF”
Consuming ODATA in Silverlight 4.0
ODATA is everywhere and so is Silverlight. In this post, I will show, How ODATA can be consumed in Silverlight? “ OData URL I will be using NorthWind OData URL. You can access that URL from below link. http://services.odata.org/Northwind/Northwind.svc/ We are going to fetch Customers table from NorthWind DataBase. Create Project and Add Service ReferenceContinueContinue reading “Consuming ODATA in Silverlight 4.0”
ASP.Net GridView with LinqDataSource
In this post I will walkthrough on using ASP.Net Gridview with LinqDatasource. You can bind a GridView with LinqDataSource and would able to Edit Delete View data without writing a single line of code. To see how it works , follow the steps below; Step1 Crate a ASP.Net Web Application. Step 2 Right click andContinueContinue reading “ASP.Net GridView with LinqDataSource”
Video LINQ with SQL Azure
*******************************
Video Fetching Tables and Columns name in LINQ to SQL
*********************************
Video Executing SQL Query in LINQ to SQL
********************************
Learning Video Executing Stored Procedure in LINQ to SQL
Source code used in Video ***********************************************************
Windows Phone SDK 7.1 Beta 2 released: installation steps
Note : Content of this post is taken as it is from release note of Windows Phone SDK 7.1 . Please read release document more carefully. I have listed the breaking relase opints as it is from there. Original content is on relase note. On 27th June 2011 Windows Phone SDK 7.1 Beta 2 gotContinueContinue reading “Windows Phone SDK 7.1 Beta 2 released: installation steps”