Browse by Tags

Learning ASP.NET (links to resources)
29 November 07 07:40 PM | Laurent Duveau
People often ask me where to find resources to learn ASP.NET I must say that I learnt almost EVERYTHING from the QuickStart Tutorials : http://quickstarts.asp.net/QuickStartv20/aspnet/Default.aspx These tutorials are very good and shows every features...
Expression Web and Custom Controls
18 November 07 12:41 PM | Laurent Duveau
In case you wonder how Expression Web deals with custom ASP.NET controls, there are 2 things to notice : Having the control assembly into the \bin directory will not give you any design time rendering in Expression Web. Expression Web do not support custom...
JavaScript onLoad event clashing
16 November 07 07:04 PM | Laurent Duveau
This week I had to debug some asp.net pages that has a weird behavior. They work well but each time a Js alert() raise, the hover menu are no more available (it is a classic asp:menu with dynamic hover for sub-menu). The problem was simple: the current...
A new business in town!
28 October 07 10:15 PM | Laurent Duveau
As you may know I am a partner of RunAtServer Consulting , a company based in Montreal and highly specialized in Microsoft web technologies such as ASP.NET and AJAX, as well as Silverlight and Expression. We are deeply involved in local .NET communities...
realDEVELOPMENT_07 Canadian Tour for Web Developers
11 October 07 08:40 PM | Laurent Duveau
The Real Development Reloaded Tour will be in Montreal on October 18. I had the chance to review the content of this event, lots of good tips and tricks will be shown, and I am sure you will learn something new, even if like me you do ASP.NET since you...
Web Deployment Projects and Visual Studio 2008
12 September 07 11:39 PM | Laurent Duveau
I have been working a lot with Web Deployment Projects and even wrote articles on it, so I wanted to have a look at what comes with VS2008. It appears that unlike what I thought, Web Deployment Projects will not be part of VS2008. According to the Web...