How to sort list type generic if more than one property?
I have a list-generic that has a property (class type). I need a sort method for Z parameters (TrainingSet):
I have a list-generic that has a property (class type). I need a sort method for Z parameters (TrainingSet):
Is it possible to get a button’s command argument in javascript. I don’t want to manipulate it, i just want to read it.
I have a web page that calls a .Net assembly. Everything works fine in Windows XP and IE7. The relevant parts:
I have to run a automated job every 5 hours.
In this video, Scott Hanselman interviews a guy from the ASP.NET team. He says that one of the goals of ASP.NET 5, on top of .NET Core, is that the apps won’t depend on the .NET Framework and GAC assemblies on the hosting server. Instead, .NET Core libraries will be released via NuGet packages and apps will be deployed with their dependencies.
I am using abcPdf to convert an HTML report into a pdf file. The pdf has to be a single landscape A4 page.
The question: How to use people.get with the “me” parameter?
I have an asp.net ajax website, it full of things happen on the same page without page reload, such as sorting records, paging,…
When the user go to another page in the same site and press the browser back button, how can i make the browser save the page state to return to it with the preselected options such as sorting option, page number in the paging.
I simply want to speed up my .NET-base client side app and am considering NGEN-ing the code.
We need dynamic data passed to our layout file, no matter what the child view is. For example, we display some user specific data in the header of the layout.