Redgate SQL Tools
I am testing the Redgate belt and the set of tools seems pretty amazing... but before I buy anything... could you recommend any other tools similar to these? Thanks ...
I am testing the Redgate belt and the set of tools seems pretty amazing... but before I buy anything... could you recommend any other tools similar to these? Thanks ...
The tool I used to use for load testing is Microsoft Web Application Stress Tool. However, it seems this is no longer available for download by Microsoft, and I haven't saved a copy. Question: Does anyone know where I can download it? Please let this be an exercise of answering the question. I understand there are alternatives, etc. ...
Hi , I'm new to reporting world and I need some fairly simple report for printing User profile on Mail Pocket and some other things like that . I'm wondering is there any free way i could go to facilitate doing reporting in my ASP.NET Project ? Thank you ...
I was reading this article and came across this: Gmail engineer Adam de Boor surprised the audience by noting that the company's Gmail service was written entirely in JavaScript, and that all of its code, around 443,000 lines worth, was written by hand. Assuming he wasn't talking about GWT, that's a ton of JavaScript code. It made ...
Hi, I am asked to find a load testing tool, which will load test an AJAX based asp.net web application. Please let me know whether Selenium is suited for this situation, or there are another tools to automate load testing? ...
Possible Duplicate: .NET must-have development tools What are Indispensable tools for any .net developer ( all types of projects - Web, Desktop, phone, gaming device, etc) ? ...
i've written a tool in python where you enter a title, content, then tags, and the entry is then saved in a pickle file. it was mainly designed for copy-paste functionality (you spot a piece of code you like on the net, copy it, and paste it into the program), not really for handwritten content, though it does that with no problem. i ma...
Hi, I wrote a Python web API that may get large amounts of requests per day. I want to test load levels before I go any further. What is the best way to simulate large amounts of traffic on my localhost web application? Is there a (linux compatible) tool that will send large amounts of requests to a localhost URL? ...
Hi everyone, can anyone recommend me some jQuery tools date time picker, on official jQuery tools site there is only date picker but I am looking for plugin that has time extension. Thanks a lot. ...
Are there any visual tools for the TFS2010 Build engine? I just don't need to know WorkFlowright right now. It would be nice to just pickup a tool and make my custom builds rather than digging into WorkFlow, then into TFS 2010's way of using WorkFlow. ...
I am especially interested in generating code from sequence diagrams and vice versa- ie., sequence diagrams from code. Ofcourse it would be nice if it was free and better if it was an eclipse plugin! ...
I am looking for a command-line tool that removes all comments from an input file and returns the stripped output. It'd be nice it supports popular programming languages like c, c++, python, php, javascript, html, css, etc. It has to be syntax-aware as opposed to regexp-based, since the latter will catch the pattern in source code strin...
Hi, could anyone advice an option in Eclipse IDE for cleaning up combined vars declarations. I was unable to find one in "Clean up" settings for Eclipse. To turn this: int a=0, b, c; into this: int a=0; int b; int c; Thanks for answers. ...
Hi there, I am trying to get familar with the jQuery Tools - Slideshow from Flowplayer (http://flowplayer.org/tools/tabs/slideshow.html). Has anybody a hint for me how to select e.g. tab2 as start default, or how to switch to another tab when starting? Thanks in advance, Juergen ...
When I'm working with CSS, I'll often test in a browser - say, Chrome - right click an element, click Inspect Element, and edit the CSS right there. The use of arrow keys to change things like margin and padding makes lining things up super easy. It's not too hard to then take those changes and apply them to the CSS file, but it would b...
is there any tool available, to make a flow diagram or Flow Chart out of code. or make any other diagram like class diagram from the code. ...
The application's code and configuration files are maintained in a code repository. But sometimes, as a part of the project, I also have a some data (which in some cases can be >100MB, >1GB or so), which is stored in a database. Git does a nice job in handling the code and its changes, but how can the development team easily share the da...
Hey All, Is there any tool to know last update date of all web pages associated with website? ...
I've been using Dreamweaver to create my wireframes (tables). Before I create my own css/html/icon framework I would like know if such a library already exists. The ideal toolbox would include basic styles for all form elements, icons, css grid layout, sample standard ad sizes, and empty templates. ...
Hi All, I just started to learning Java and get stucked at some simple point. I am suggested to use Spring framework and for that i downloaded SpringSource Tool Suite installer, double clicked and installed it. When i run simple hello world application it works. But when i try to use one of spring frameworks' classes i got the error ...