Feb 04
Extends SharePoint DateTime field with jQuery. [More]
Jan 15
This post is intended to show how to create unit tests on RIA Services. Step by step, I will show how to adapt the template “Silverlight Unit Test Application” in order to test its RIAs Services. To do this I will use my project “NorthwindDomainDriven”. [More]
Dec 14
The purpose of this post is to create an interactive map that allows you to select multiple regions of a map. To do this we create a customized template based on a "ToggleButton. Indeed, thanks to "ToggleButton" we're going to manage several status as "Checked" an "Unchecked" which will serve us whether the region is selected or not.
For this post we'll use a map of Belgium where you can select multiple provinces. Then, all selected provinces will be added to the list. [More]
Tags:
Dec 07
The purpose of this post is to show you how to declare and use a specific user control in Silverlight. To do this I'll use a simple example of a Wizard page containing user control representing steps. [More]
Tags:
Dec 01
The goal of this post is to create a simple example of an application with an architecture domain-driven using Entity Framewrok 4.0 and POCO, the RIA services and Silverlight. [More]
Sep 16
Explain what is a document property, how to use them and how to add some new with the interface or with OpenXml SDK. [More]
Tags:
Aug 28
This post is gives you some solutions for 9 real life application problems in asp.net:

How to display number as words?
How to compute data (sum, count, …) in a data table?
How to display client date time?
How to call javascript from server side(code behind)?
What is the Difference between <% … %>, <%= … %>, <%# … %>, <%@ … %>, <%$ … %>?
How to maintain scroll bar on postback?
How to use the enter key to submit a form?
How to call page methods from client side using ajax.net?
How to capitalize each word in a string? [More]
Tags: |
Aug 20
Gives the complete procedure to generate a docx on the demand and sending it back from an Asp.Net page, setting Http headers (like Content-Disposition). [More]
Tags:
Aug 20
Hack: Add a SPView and unghost it. This post explains why unghosting and how. [More]
Tags:
Jul 29
Here is the second part of the series of articles about Visual Studio 2010. This part focus on the new features of Visual Studio 2010. [More]