How can i make an extension method that will work like this public static class Extensions<T> { public static IQueryable<T> Sort(this IQueryable<T> query, string sortField, SortDire
Not too sure what\'s going on here as this doesn\'t seem like standard practise to me. But basically I have a basic database thingy going on that lets users submit code snippets. They can provide up t
I see on the Android SDK pages, it mentions some screen resolutions to expect on Android platforms: Small screen
I have very easy question, but I simply have any idea of the answer. I have developed a small mobile-application using java, for my nokia.
I need to tie a WPF-Command to the MouseEnter event of a Stackpanel. How can I do that开发者_如何学C? You can use the attached behavior pattern. There are several implementations, a good one is availa
new Ajax.Request(\'Handler.ashx\', { method: \'get\', onSuccess: function(transport) { var response = transport.responseText || \"no response text\";
I am getting an Syntax Error when processing the following lines of code. Especially on the AQ_Query.Open;
I have list of 200 rss feeds, which I have to downloading. It\'s continuous process - I have to download every post, nothing can be missing, but also no duplicates. So best practice should be remember
This is an age old problem - but now I\'m using scriptaculous its come back to haunt m开发者_如何学运维e. When dragging a tree node over other tree nodes I want mouseover to fire for each node I drag
I have 4 tabs in my iphone application. W开发者_JS百科hen user will click a button in tab-1, I want to move/switch user to another tab suppose tab-2.