i have a question about gmail gdata api and his implementation on c#. I want to have the emails from a user gmail account (with his previous authorization via oauth) but i dont know how to do it.
What is the reason behind giving a parameter for tailcall optimization in Expression.Lambda(Expression body,bool tailcall,
I have a class called public class Person { public string FirstName { get; set; } public string LastName { get; set; }
I am using tinymce editor in my asp.net application, I want to implement the Medical Spell Checker in my tynimce edit, How to do that?
I\'m testing my view/edit model\'s Data Annotations, and some of the errors aren\'t showing up.They\'re all property-level, but they\'re not showing up as either property-level or model-level.They\'re
I am reviewing this technology but have a few design concerns that made me pause a few times. Can someone help straighten me up?
UPDATE ** STILL LOOKING FOR A CORRECT ANSWER ** I have the following code in my windows service and I want to run a batch file. I want the command prompt window up so I can see progress
As written in the title I have problems assigning values to the textbox inside a panel. The problem is that a button from gvAsseti doesn\'t show the pnlAsset (which has textboxes in it) and doesn\'t l
I am using C#.Net to develop the Speech recognition engine to develop speech to text in Bangla. I have tried several times to load the grammar file to the speech engine.
How should one best recode this example extension method to be generic for all nu开发者_StackOverflowmeric types?