Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have an ASP.NET web service running that accepts both HTTP POST and SOAP requests. Are there any disadvantages to using a simple HTTP PO开发者_运维百科ST to get the data from the WS instead of using
I am using Sql Server 2005 This is a part of my database diagram. I want to perform deletion on my database which will start from tblDomain up tp tblSubTopics.
Is there any way to \"auto-magically\" create Class Diagrams from Java code?I am open to using any eclipse plugins, or any other solutions..I don\'t care how many types of data I have to import/export
This seems like a trivial thing, but one of the biggest slowdowns in my workflow has become logging in to phpmyadmin for creating and modifying tables- my biggest gripe is the complete lack of keyboar
I am trying to display a composition and dependency relationship in a class diagram using VS 2008, but there are no diagrams associated with the above mentioned re开发者_JAVA技巧lationship. Please hel
It seems to me the UML module of NetBeans is a bit too much hidden. In NetBeans 6.5 it was very easy to create an UML diagram. No plugin ins开发者_StackOverflowtallation necessary or sth. like.
I have the following interface: public interface IRegisterable { T Register<T>(string username, string passw) where T : User, ICanLogin, new();
I have a entity diagram from some analysis that I\'d like to have someone look over. For some reason the System object just d开发者_JAVA技巧oesn\'t seem right to me. Is there a better way to relate th
I was wondering how associations, dependencies and such relations inherit in UML (or let\'s say, in general).