If I am going to write a web service that will be called 100k times per day and that web ser开发者_JAVA百科vice will expose the database to user. What best suggestions/approach do you guys think? Shou
I\'m developing an application which needs to serve raster image files at varying zoom levels of a vector image stored on the server. Imagine having vectorized data of streets and buildings, and gener
Hey, basically i\'m on my second App for the iPhone SDK and im really enjoying myself. Im currently creating a \'raidan\' style 2d game, where the user flys a charac开发者_如何学JAVAter upward and enc
I have a requirement to have a number of sub-topics per main Topic.And every sub-topic needs to be able to have n number 开发者_StackOverflow社区of comments.
What are the advantages and disadvantages of impersonating a client from a web servi开发者_C百科ce?
We\'re developing a \"middle-tier\" to replace an existing business logic/data access layer.One of the design开发者_StackOverflow社区 concerns we\'re under is that we need to design it in a way that a
When the .NET CLR c开发者_运维问答ompiles CIL to platform-specific instructions, what does it do if it is compiling on a new CPU architecture (i.e. one it is not familiar with). Is MS keeping ahead of
This is just a technical question to improve my understanding of OS architecture. I understand when the Application.Run() method is executed, a new form with its message pump is created. From MSDN an
we have a .net solution which runs on different views (WinForms, asp.net). As data access layer we use the entity framework 4.
We are looking at the possibility of implementing a Common Information Model for data across several systems in a SOA architecture.