Hello and thanks for any assistance. using .Net 3.5 C#; Say i have about 10 methods that all follow the same pattern
I am trying to find the optimal architecture 开发者_Go百科for an ajax-heavy Django application I\'m currently building. I\'d like to keep a consistent way of doing forms, validation, fetching data, JS
At work the product i get to maintain has a lot of \"moving parts\" one of the main sticking points I have with how its architected is that should ten different locations need to know that a new item
The win32 API has for example two methods StrFormatByteSize and StrFormatByteSizeEx. Even though both the methods symantically do the same thing and the Ex counter part only offers a new parameter to
I am developing application in N-Tier Architecture. as we all know that we need to implement transactions while insert/update/delete operation. please tell me how to use transaction in c#.net in N-Tie
I have a small asp.net web application that allows you to create Projects and Tasks and apply estimates, work, etc to them. I am writing an export feature to allow you to download them as an MS Projec
In the context of DDD how is everyone physically structuring their files/folders when it comes to bounded context and aggregate roots?
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I have a very simple application which consists of an ASP.NET front end site, with a WCF Windows Service doing the heavy lifting back-end logic.
We have a decent sized MVC project running wel开发者_如何学编程l at the moment, i\'ve started to look at some re-factoring and I have a question.