
I’m building web application for customer and there is requirement that users must be able to import data in different formats. Today we will support XLSX...
0 replies - 1619 views - 08/24/12 by Gunnar Peipman in Articles

(Get Ws.js on github)
Some time ago I introduced Wcf.js - a wcf-inspired client soap stack for node.js. However Wcf.js itself is a small wrapper on top of...
0 replies - 5607 views - 05/28/12 by Yaron Naveh in Articles

The "www." prefix in a website's address was originally thought up by Tim Berners-Lee (The creator of the interwebs) to help us differentiate between...
0 replies - 3642 views - 05/24/12 by Douglas Rathbone in Articles

I didn't create the whole solution by myself. The initial idea is from the All-In-One Code Framework sample.
I was just customizing my BlogEngine and for one...
0 replies - 10217 views - 04/28/12 by Prashant Khandelwal in Articles

Introduction:
Razor view engine's popularity and usage is
continuously increasing because it is very easy to learn and write.
Also, it is very clean...
0 replies - 5920 views - 04/28/12 by Imran Baloch in Articles

A while ago
the blog start taking 100% CPU on the client machines. Obviously we were
doing something very wrong there, but what exactly was it? We tracked...
0 replies - 1865 views - 01/30/12 by Ayende Rahien in News

In the past I wrote a post about what are Web Workers.
In short, Web Workers enable web developers to run JavaScript code in
the background which might...
0 replies - 1866 views - 01/29/12 by Gil Fink in News

The post is about how you can call your code behind file function i.e
server side written function from your client side code i.e using
jQuery.
Recently...
1 replies - 3091 views - 01/17/12 by Pranay Rana in News

Today I had my first live webcast for Microsoft Belgium, about the new features released with ASP.NET MVC 4 at Build in September. There
were around 80+...
0 replies - 2674 views - 01/17/12 by Simone Chiaretta in News

Asynchronous controllers are as easy to do as standard
controllersAsynchronous operations in ASP.NET MVC have always been left a bit
behind. They...
0 replies - 5207 views - 01/11/12 by Simone Chiaretta in News

I get used to DataAnnotations for model
validation very quickly. Indeed, it is great approach. You attribute you
model with corresponding...
0 replies - 2016 views - 01/11/12 by Alexander Beletsky in News

Introduction:
In this article we are going to see how to install required tool for
ASP.NET MVC 4 and develop a simple MVC 4 application using the Visual...
0 replies - 6779 views - 01/05/12 by Karthikeyan Anb... in News

I have events web site where I want to show events start and end time
to visitors. I wrote simple extension method called DisplayTimeRange()
to display...
1 replies - 2180 views - 01/01/12 by Gunnar Peipman in News

Last time I talked about the simple module pattern.
This is where you create a function that returns an object with
behavior and state and that behavior...
0 replies - 1766 views - 12/30/11 by Julian Bucknall in News

If you recall, JavaScript closures are an extremely powerful concept
in the language. By using JavaScript’s rather peculiar scoping rules,
closures are a...
2 replies - 3156 views - 12/29/11 by Julian Bucknall in News