by Jürgen Bäurle
on May 4, 2011
in ASP.NET (MVC), Development, SharePoint
During the process of creating a complex SharePoint application you often need to send mails and create text files based on SharePoint data elements like SPListItem or SPWeb. Mail templates for instance mostly contain specific list item data. It would be helpful sometimes if the text generation itself is template-driven. This article shows how to [...]
by Jürgen Bäurle
on January 2, 2010
in ASP.NET (MVC), Development
I’ve released a new version (2.4) of the Validator Toolkit for ASP.NET MVC 1.0, that is fixing an issue regarding format changes in the jQuery validation plugin of the minlength, maxlength and rangelength validators. http://mvcvalidatortoolkit.codeplex.com
by Jürgen Bäurle
on September 10, 2009
in ASP.NET (MVC), Development
I’ve released a new version (2.3) of the Validator Toolkit for ASP.NET MVC 1.0, that is fixing an issue regarding format changes in the jQuery validation plugin of the minlength, maxlength and rangelength validators. http://mvcvalidatortoolkit.codeplex.com
by Jürgen Bäurle
on June 3, 2009
in ASP.NET (MVC), Development
You may also want to check out the new verison 2.0 of the Validator Toolkit ASP.NET MVC on Codeplex. http://mvcvalidatortoolkit.codeplex.com
by Jürgen Bäurle
on May 5, 2009
in ASP.NET (MVC), Development, ERPConnect, SAP, Silverlight, Theobald Software
I have created some code clips (in German language) for Microsoft MSDN to show how to access SAP data in .NET using LINQ to SAP from Theobald Software. The clips will show how to display SAP data in Silverlight using ADO.NET Data Services and LINQ to SAP. You may visit the website MSDN-Solve.de and search [...]
by Jürgen Bäurle
on December 30, 2008
in ASP.NET (MVC), Development, Silverlight
I wrote an article about custom cursors in Silverlight 2 on CodeProject.com. This article describes how to implement the custom cursor types in Silverlight. The article is also available as PDF file at the Parago website. Feel free to send me your feedback.
by Jürgen Bäurle
on December 19, 2008
in ASP.NET (MVC), Development, Silverlight
I wrote a new article about MergedDictionaries for ResourceDictionary in Silverlight 2 on CodeProject.com. This article describes how to implement the MergedDictionaries feature for resource dictionaries in Silverlight. The article is also available as PDF file at the Parago website. Feel free to send me your feedback.
by Jürgen Bäurle
on January 29, 2008
in ASP.NET (MVC), Development
Yesterday I started this new project on CodePlex called Validator Toolkit for ASP.NET MVC. The Validator Toolkit provides a set of validators for the new ASP.NET MVC framework to validate HTML forms on the client and server-side using validation sets. By defining a validation set, e.g. a LoginValidationSet class, the toolkit will generate code, in [...]
by Jürgen Bäurle
on July 24, 2007
in ASP.NET (MVC), Development
In September 2006 I wrote an article about build providers in ASP.NET on CodeProject.com. This article describes how to create Data Access Layer Components (DALC) using build providers and a self-defined description language, including an easy scanner, parser, and CodeDOM generator. The article is also available as PDF file at the Parago website. Feel free [...]