by Clayton Rumley
An easy-to-use class that allows us to create PHP classes whose methods are automatically exposed in client-side JavaScript.
by Thomas Weller
CodeProjectMost people - even the overwhelming majority of programmers - would say that the main activity of a software developer is "writing source code". But this is a (though quite understandable) misconception - and if you take a look at the available figures on the issue or if you - as a softwa
by Pete O'Hanlon
Axum is designed for applications that require parallel task execution. As it is designed to create parallel applications, the language offers first class constructs for achieving parallelisation.
by Vladimir Ivanovskiy
This article shows how to compile and run F# code during runtime.
by Rion Williams
As mentioned in my previous article on “Implementing Simple Audit Trails using ActionFilters in ASP.NET MVC”, accountability is such an important factor when working with systems that involve any level of security and confidentiality. In that post, we discussed creating a very basic [Aud
by Markus Greuel
See how cache headers can help you to improve you page load times and how to implement them in ASP.NET Websites.
by Markus Greuel
This first part of a series about website performance with asp.net introduces tools and metrics for measuring the performance of a website.
by DapperDanH
I am learning from John Papa's Single Page Apps with HTML5, Web API, Knockout and jQuery