So, I\'d love some feedback on the best way to design the classes and store the data for the following situation:
What is the best way to reference an existing .NET dll (Class library)? Is there any benefit to expose web services from the class libr开发者_如何学Pythonary and reference these as opposed to referenc
I have the following URI: Posts/{postId}/Comments/{commentId} I would like to enable users to edit a comment through my API, should the edit be done with POST or PUT?
I\'m working on a major refactoring of a web application. It currently consists of some common scripts included from all pages (common, functions, header, footer...), plus entry points for all kinds
I wonder what software is used in project depends on tones of SMTP notifications? There probably are sev开发者_开发技巧eral servers so what is used to ensure sender authentication success (maby additi
While the stack can give us nested function calls (and probably more), what would a queue give us? Call-after-exit? Would there be any use at all?
My service method is receiving a message as parameter. This message has same props. This props are used to build a filter for a query. There could be used some logic.
All, I\'m looking for advice over the following scenario: I have a component running in one part of the corporate network that sends messages开发者_运维问答 to an application logic component for pro
As programming languages continue to evolve开发者_高级运维, we see these programming languages that sit on top of frameworks such as Java or .NET, and that\'s good.
I wonder how big aplications (with several appliacation servers and loadbalancers) are hot update to actual version without takeing offline for users. Skipping database shema here - only application l