Browsing All Posts filed under »C# MVC4«

Creating my own HTTP webserver for desktop apps

December 7, 2013

0

What triggered this I have been looking for solutions for a simple stand-alone Web server for a while: allowing me to distribute run the same C# .NET solutions I create for the Web as “desktop applications” anyone can download and run without any additional hassles (like installing a web server that is not standard part […]

First preview on Financial Management app

February 17, 2013

0

In the past month I have been working on a financial management application. Scroll down for the images and videos. Status A work in progress. Technologies C# / .NET MVC4 — The “new way to go” in the .NET environment. MVC4 applies the MVC pattern and uses the Controller as the access-point when a user […]

C# MVC 4 and Knockout — Getting started

January 15, 2013

0

In this post Intro — Goals and choices MVC4 — Life after ASP Forms Linq and the Entity Framework — Simplification of Data Access, giving a more consistent feeling within the C# project Knockout.JS — Binding data to HTML TypeScript — Writing JavaScript as if it is Object Oriented, making it less painful to refactor […]