I know this might be trivial to some but when programming say in c# and you have a very large data structure. I usually do assignment via equation for setting value in control and then later do it the reverse way.
Control1.Text = data.value1;
Control2.SelectedValue = data.value2;
Reverse:
data.value1 = Control1.Text;
data.value2 = Co...
Hi,
I need to create a document assembly application and I do not know where to start from. We have a couple of Word templates that are changed based on diferent scenarios and a faster way will be to build an application that will generate a Word document, based on these templates on variouse scenarios.
Any ideas?
...
I'm aware that auto generating SQL change tools exist, however I would like to create a very lightweight tool.
Currently I manually log any stored procedures or table changes (or new stored proc or tables), while this is very effective during publish /release its time consuming (hence while these tools exist)
I just want to automate th...
At work (a mostly Unix development shop), I've had an OS X box for the past 1.5 years and a Linux box before that. Due to various circumstances, I'll be getting a Windows XP laptop in the next few weeks. I'm of mixed feelings about this - it's good in that, as a manager, I'm used to running a Windows install (via Parallels) for Excel, Ou...
Is there any tools or utilities to help in debugging ASP.NET MVC Routing issues?
...
We are currently using Fitnesse for sub system testing. [All our applications are in c#.net]
We are having lot of issues around Fitnesse.
We are planning to use another software for subsystem testing.
I recently heard about Story Teller subsystem testing and SOAP UI test tool.
Does anyone have any experience (good/bad) with these tools?
...
When I still had VS2005 there were a Memory and a Register panel available while debugging C/C++ projects. I think they could be activated from the Debug menu, I'm not sure anymore.
The problem is that in VS2008 (Pro) I can't find them nowhere. I thought that it may be some corruption of the program files, but after installing Win7 and a...
I look for tool which can compress JavaScript source code. I found some web tools which only deletes whitespace chars? But maybe exist better tool which can compress user's function names, field name, deletes unused fields, others.
...
We are planning to use SOAP UI Pro to test our Services (developed in c#.net)
I am getting an error in the service and would like to debug the service call.
I am not able to attach a breakpoint.
Does anyone have tried to debug SOAP UI test tool call?
...
I have a rather large LINQ2SQL for a project that I am working on. I must confess that I primarily use the WYSIWYG editor provided by Visual Studio to manage and build the structure. I am starting to run into a problem when it comes to locating entities on the diagram and just working with it in general.
Is there a better WYSIWYG to...
I'm looking for a diff tool that can also compare floating point values (within some tolerance) in text files. This is in addition to typical text-comparison diff functions, with options to ignore whitespace, ignore case, etc. A GUI (or full-screen console UI) is okay, but I'd really prefer a stream-oriented (stdin/stdout) tool.
Here's ...
I'm trying to deploy a Visual Studio Database Project (GDR R2) using the VSDBCMD.exe utility. I can successfully deploy when the connection string is using Integrated Security, but when I switch to using a Sql Server authentication I get the following error:
Failed to import target model MyCatalog. Detailed message The Reverse Engineer ...
What are your favorite free CASE/UML/Code generation/diagramming tools that you use with PHP?
There are various commercial products that support code generation in PHP language, are there any free CASE tools? What would you recommend?
...
Hi;
I need a tool for converting database tables to entity java files for hibernate.
There are 20 tables (mysql) and I don't want to copy table's column name to my Java file and so on.
Any suggestions ?
Thanks.
...
For a little night project I would like to write a validation component that could be used in .NET application to do the usual and tedious validation of object, input parameters and post conditions.
My first idea was to dump all this validation setup logic into a XML configuation file and provide a liquid interface for the people that w...
The eclipse and checkstyle guys of you will surely now this problem: After organizing imports in eclipse with CTRL-SHIFT-o, each import will be on a separate line, without line-wraps.
If you configured checkstyle to warn if you have lines greater than 80 characters, it will probably warn about your imports. Normally I insert newlines at...
I'm looking at porting my projects to Git from SVN (I'm convinced that Git is worth the move) and I'm trying to come up with a set of tools to use for the project. I've googled around for some tools but I wasn't really impressed with what I found.
What visual tools are recommended for Git users on Mac OS X? What about Windows? (I hav...
Hi,
I have a website which is constantly changing and I would like to W3c validate it before deploying to live - are there any tools that can help me with this? An Eclipse plugin would be perfect but I'd settle for a standalone tool. Any pointers appreciated, thanks.
...
Tell me some good tools to generate flowcharts/graphical represntation for Visual Basic code?
...
hi,
im trying to use jquery tools tooltip (http://flowplayer.org/tools/tooltip.html#events%29on a form to show hints to the user.
the hints come up on every single input field, even submit button.
i would like to disable the hints on some inputs of the form.
when i remove the title element from the input tag, the the hint still comes ...