From the developer preview What’s New for ASP.NET 4.5 and Web Development it seems we get to use Websockets and Async Http methods,Handlers
Just a quick one really, I\'ve tried googling and searching through the visual studio tools but I seem to be having no luck, so I know I\'ll get a quick answer on here!
I\'m trying to determine some testing strategies for a Silverlight application of ours. What I\'d like to determine is the total time it takes for a grid to load a开发者_开发技巧nd show data in the cl
I have an ASP.NET 4 web application that references a SOAP web service.I have an (old fashioned) Web Reference to this web service in my project.When I compile/build in the IDE I get no problems and I
I need to change my unit test from local to remote tests and so far I thought that all I had to do is change UrlToTest to point to another server... But VS keeps on insisting to create a Development W
I have an application that fails intermittently with an invalid parameter CRT function call.Both my debug build and release build have null parameters for my 开发者_运维百科invalid parameter handler.
I have application written in C# WinForms developed in Visual Studio 2010 Professional. I am only developer of this application and I use Tortoise SVN for it. Application is hitting 200k lines and I w
I have a suite of Coded UI tests that I am running for a web application in IE 8.I can run any individual test without error.When I try to run more than one test at a time, only the first test runs wi
I have visual studio 2010 installed on my windows 7 machine and I\'m trying to open a connection to MySQL server on my Ubuntu server 11.04 located on my local network.
The getMinFilter method takes (int,int,cvSiz开发者_如何转开发e), how is OpenCv expecting me to pass a 2D image in an int?