Monthly Archives: May 2013
Mobile or Desktop UI, which one(s) should I choose
When deciding which UI Frontend type is the best for your software applications, you should try to answer the following questions (also shown in the image). – Do you need to support both mobile and desktop end devices? – Can the target end users be divided into different user groups with different UI requirements? – […]
How to create a nuget Server
Required – VS2012 – NuGet.server 2.5.0.1 Create a new empty web application Menu: File/new/Project Right click the created project and click Manage NuGet Packages… In the new project search for nuget. Install NuGet.Server Open the web config and delete the complilation node as shown below Run the application and you should see the following: Per […]