I\'m writing a green field project using C# and the .NET framework 4 and since my last application was dogged with a lack of tests and not a very testable design I\'m determined to avoid making the sa
I\'m working on a stock-standard, ASP.NET MVC 3 web application (hosted on IIS 7). The site allows users to upload photos, among other things.
I\'m writing a Flash game where the game levels are saved in small plain-text files, which I want to embed in the swf file. My current solution has a d开发者_C百科istinct code smell in its repetition,
Should a business application rely on a generic method called \"saveOrUpdate\" from the remote client to the hibernate persistence layer?
Here is the situation that we\'re in. We are distributing our assemblies (purely DLL) to our clients (we don\'t have control over their environment).
iPads run armv7, and if the app is only for iPad, it should be compiled for armv7 (optimized) architecture.
I have created one plugin based application, by using MEF. So i have created one interface library which will be implemented by plugins.
I have a product that gathers and displays measurements of all kinds (won\'t go into it). The display portion is, as one would expect, a database + website built on top of it (with Symfony).
I want to model multithreading app behavior. There\'s lot\'s of synchronization (ManualResetEvents etc.). I tried to use sequence diagram but it se开发者_运维技巧ems to lack convenient synchronization
In this video at 20:50 (corresponding slide), Nicholas Zakas presents what I think is an Event Bus architecture. What I don\'t know is whether the calls that interact with the Bus should be asynchrono