how-to

  • submit to reddit

Adding Multiple Data Importers Support To Web Applications

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

Ws.js - A ws-* Implementation of Node.js

(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

Configure Your Next Website’s Signal to Noise Ratio Today – Install a www. Filter

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

Infinite Scrolling In ASP.NET With jQuery

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

Using Razor V2 in ASP.NET MVC 3

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

Bug Hunt: What made this blog slow?

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

Working with Inline Web Workers

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

Calling Server Side function from Client Side Script

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

What’s new in ASP.NET MVC 4: slides and demo are now online

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

The evolution of asynchronous controllers in ASP.NET MVC

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

Using ASP.NET MVC Validation Mechanism without ASP.NET MVC

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

Installing and Developing ASP.NET MVC 4 Application

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

ASP.NET MVC: Helper method to display date ranges

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

JavaScript for C# developers: the Module Pattern (part 2)

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

JavaScript for C# developers: the Module Pattern (part 1)

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