Click here to Skip to main content
15,885,537 members

Comments by Bheeshm (Top 5 by date)

Bheeshm 13-Nov-13 3:16am View    
https://code.google.com/p/google-api-dotnet-client/wiki/OAuth2

http://stackoverflow.com/questions/7577654/c-sharp-google-login
Bheeshm 5-Nov-13 8:13am View    
Pls Try Executing the SQL on some DataBase to Test ! Though You can BackUp and Restore in the Same DataBase Right ?
Bheeshm 1-Nov-13 8:00am View    
Hi,

Please have a look @

http://aspdotnetcodebook.blogspot.dk/2008/11/sql-xml-output-to-populate-treeview.html
Bheeshm 30-Oct-13 8:26am View    
static void Main(string[] args)
{
MyMethod(1);
}

static void MyMethod(dynamic xx )
{
xx.GetType().FullName; //This will give you the Name of the DataType
}
Bheeshm 30-Oct-13 8:24am View    
In the Method , Change the DataType of "value" variable to dynamic
and you can Get the Type by .... value.GetType().FullName