Best thing to do about projects supporting multiple versions of Visual Studio?
I have an open source project that works on .Net 2.0 and up. The thing is though that I prefer to use Visual Studio 2012, which forces the solution and project files to only work with VS2010/2012.
.NET developer needs FoxPro advice [closed]
Closed 5 years ago.
.NET developer needs FoxPro advice [closed]
Closed 5 years ago.
Writing a desktop application for progammer from PHP background [closed]
Closed 9 years ago.
Scenarios for differences between UICulture and Culture
In .NET there are two “culture” values, UICulture and Culture. The first one is for localized texts on the UI, while the latter sets the culture for date and number formats.
What is the best way to go about testing that we handle failures appropriately?
we’re working on error handling in an application. We try to have fairly good automated test coverage. One big problem though is that we don’t really know of a way to test some of our error handling.
Am I wrong in thinking that needing something like AutoMapper is an indication of poor design?
Automapper is an “object-object mapper” for .Net, which means copying objects from a class into another class that represents the same thing.
Is it better to define all routes in the Global.asax than to define separately in the areas?
I am working on a MVC 4 project that will serve as an API layer of a larger application.
How to update dependency during runtime in my .NET application?
I have a server-client application. Sometimes the server is updated which requires some DLLs in the client to be updated as well (The DLLs are the dependencies of the main executable). For now, we have to close the client, manually deploy the DLLs, and then start the client again. This is kind of an inconvenience because the client is an automated application, so normally it doesn’t need any user intervention.
What is the Best Practice for creating a secure login in a client – server appllication?
It’s been a while I have been thinking on what could be the best scenario for creating a secure login in a client-server application running on internet or any other networks ! So I became with the idea to ask this question on programmers and I hope that this question will make awareness of new aspects of threads and security here by some kind of brain storming , I am really interested in good and new anseawres . Thanks in advance for your participation .