The Problem Solver

Tell me and I will forget
Show me and I will remember
Involve me and I will understand
- Confucius -

Browse by Tags

All Tags » ASP.NET (RSS)
Nederlandse CodeCamp 2009
Op 21 november 2009 organiseren de SDN , Stichting dotNed en VBcentral samen het derde Nederlandse Code Camp . Dit is een dag lang met code, code sharing, freaking en gezellig samenzijn. Een evenement door ontwikkelaars, voor ontwikkelaars. De regie ligt...

Posted by Maurice | 1 comment(s)

Combined DevelopMentor instructors blog feed.
Michael Kennedy , one of the co instructors from DevelopMentor , has created a combined feed from all the blogs of the various DevelopMentor. An awesome group of people with a lot of knowledge to share. Highly recommended in you RSS reader. http://feeds...

Posted by Maurice | with no comments

Using ASP.NET MVC
Recently I started using ASP.NET MVC for a real project. SO far I had been reluctant to use ASP.NET MVC as it meant giving up on the post back model that so many of the available ASP.NET controls depend on. Yet a lot of people I know and respect where...

Posted by Maurice | 2 comment(s)

Filed under: , ,

Error Logging Modules and Handlers for ASP.NET (MVC)
I am working on a new ASP.NET MVC app and like so many other applications out there I need to log any errors should they occur. recently I heard about ELMAH Error Logging Modules and Handlers for ASP.NET through this blog post of Scott Hanselman. So as...

Posted by Maurice | 1 comment(s)

Filed under: , , ,

Getting started with the .NET RIA Services
A recent article I wrote for the MSDN website just went live. Read is here .

Posted by Maurice | with no comments

Paging with the Silverlight RIA services DomainDataSource
Using the declarative DomainDataSource that is part of the upcoming Silverlight 3 RIA services makes it quite easy to work with data. All you need to do is add a DomainDataSource control to the the XAML, point it to the generated DomainContext class ...

Posted by Maurice | 27 comment(s)

Adding a custom machineKey section to the web.config
Normal 0 21 false false false MicrosoftInternetExplorer4 <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0cm; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family...

Posted by Maurice | 4 comment(s)

Filed under: , ,

.NET RIA Services and data communication
I was working on an article about the .NET RIA Services and decided to fire up Fiddler to take a close look at the data actually passed around. I was sort of expecting to see a WCF REST based approach with XML messages. Turns out I was wrong, though I...

Posted by Maurice | 2 comment(s)

Filed under: , , , ,

Want to download all MIX sessions?
Then you should check Mike Swanson’s blog post here . He has two batch files, the first downloads all MIX session recordings with in the format you like, the second renames them so it is easier to make sense of all the media file names. If you just want...

Posted by Maurice | 1 comment(s)

Software Development Event march 30th
Just one week to go to the next Software Development Event. The schedule with all the sessions is looking good. But this time there is even more! We will have a Microsoft Surface machine somewhere in the common area for people to try our. And if you have...

Posted by Maurice | with no comments

Filed under: , , , , , , , ,

Using T4 templates with Silverlight
Everyone who has Visual Studio 2008 also has T4 templates that can be used to generate code, or anything else textual for that matter. Using T4 should be pretty easy but unfortunately Visual Studio kind of hides the fact, there is no “Add T4 template...

Posted by Maurice | 6 comment(s)

Filed under: , ,

Using mouse gestures in an ASP.NET application with jQuery
Most applications allow a user to work both with the mouse and with the keyboard. With the mouse that usually means clicking on buttons or, in the case of a web application, on hyperlinks. using mouse gestures is still not all that common though and that...

Posted by Maurice | 7 comment(s)

Filed under: ,