Posted by: laurentl in visual studio, Tools on
Mar 31, 2009
Today I published a new tool in the download section.
It allows developers to catch UserRole.xml errors during compilation instead of runtime.
Please try it out and tell us if it works for you and if it helps you ;)
Posted by: laurentl in visual studio, Tools on
Mar 08, 2009
Something that some partners are not aware of is that you can have more than one Tasklet class per dll.
There is by default no easy way to add new Tasklets in projects. To add one, you need to create a new Class, set it to extend Tasklet, override some methods... Then you also have to create the "view" class. To do that, you can create a new User Control and change it to extend TaskletView instead.
Posted by: laurentl in visual studio on
Feb 11, 2009
Today I've added a new section on the site where I will post tools to help development productivity.
The first "tool" is a new set of templates that fixes a little line that is missing in the default template since 1.5 and also one template for people that don't want to use the mvp pattern (no use of interface in the tasklet).