I\'m developing a software system which receives information (which is saved to a database) and when any information is received (new insert in a specific table) an alert should be seen in the screen
I\'m developing an application which i want to be expandable using plugins. Here at SO i found many suggestions on using MEF which is a simple solution to load the plugins DLLs from a directory.
I have a Microsoft ASP.NET MVC web application with SQL Server 2008. Current开发者_开发百科ly running on a single server, performance is reasonable. However I now need to deploy the same application t
I have a client/server type application setup, similar to a bittorrent downloading program. However, torrents are sent to the client remotely.
I\'m trying to establish a convention on how to execute queries from our UI (control开发者_Go百科lers) layer. Here are my three options:
I use C# and Asp.Net Web Forms. I read about the way Asp.Net deal with events for the GUI Objects using its \"Delegate Model\".
Suppose I wanted to build a website that deals with and facilitates monetary transactions. Examples of include the website for a bank, WePay/PayPal, or some kind of trading exchange like MtGox (they d
I\'m in the process of doing the analysis of a potentially big web site, and I have a number of questions.
I have an ASP.NET website that I built that has grown considerably in size and complexity.I did not create a DAL or BLL in the beginning because I was a newbie and decided that was simpler for me.Inst
I am building a window service that monitor folders and transfer files(data with attachments) like dropBox.