i want to create a GUI from java. i have created one but i开发者_JAVA百科 want to make it more friendly so i need to change the way it looked.
I am new to jquery and asp.net,c# mvc technology. I am building a site in which I have to upload videos to the you tube. Can any one help me in giving a sample code for uploading the video from client
i am adding a new folder to bin in solution explorer in vs 2010 and in that folder i am having one dll file and i want to access that dll file in theprogram in c#.net?
I know that the C++/CLI equivalent to this C# code: using (SomeClass x = new SomeClass(foo)) { // ... } is this:
开发者_如何转开发Dear Team, In my application, i want to split the pdf using itextsharp. If i upload PDF contains 10 pages with file size 10 mb for split, After splitting the combine file size of each
I want to kno开发者_高级运维w simply what is the benefit of adding methods using += in delegates..If you assigned a method to a delegate using =, you would replace any other methods that have already
I have tried to execute a sample Intent application, but I am getting these errors in the java file: DIAL_ACTION cannot be resolved or is not a field
I declare a class with many typeparams: public class A<T1, T2, T3, T4, T5> {} How can I use alias like this:
I just started using resharper and it barks at this generated assemblyinfo.cs file. Reason/Logic tells me I\'m fine to take the line out because it\'s the latest version of resharper and it\'s a popu
Is there any difference between doing this... using System.Xml.Linq; XDocument xml = XDocument.Parse(page);