LINQ to SAP
I wrote an article about LINQ to SAP at CodeProject.com, a new LINQ provider I developed for the company Theobald Software GmbH in Stuttgart, Germany. This provider allows you to easily connect to SAP/R3 systems using the LINQ technology and a Visual Studio 2008 Designer. LINQ to SAP is part of the ERPConnect software suite that interconnects SAP/R3 systems with .NET. You can find more details here.
Validator Toolkit for ASP.NET MVC
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 conjunction with the JavaScript library jQuery, to validate on the client-side and will use the same set of rules to validate on the server-side.
http://www.codeplex.com/MvcValidatorToolkit
There is also an article on CodeProject.com:
http://www.codeproject.com/KB/aspnet/MvcValidatorToolkit.aspx
ExtensionToolkit project on CodePlex
Yesterday I started this new project in order to create a nice and useful collection of extension methods for all kind of types (e.g. String class extensions). I published a first release with an initial set of extension methods. Please feel free to contribute with code or ideas.
Creating A MSN-like Stock Quotes Add-In For Excel 2007 Using User-Defined Functions And Ribbons
Today I wrote an article about writing a managed Excel 2007 add-in with C# and without VSTO. The article is also available as PDF file at the Parago website. Feel free to send me your feedback.
Querying and transferring data from SAP to .NET using the ERPConnect library
A fellow of mine wrote an interesting article about a very nice and useful library called ERPConnect from Theobald Software. It allows .NET developer to easily access SAP systems to query data, execute BAPIs and much more. Have a look!
Creating DAL components using custom ASP.NET build providers and compiler techniques
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 to send me your feedback.
Saving ASP.NET view state on the server
In September 2006 I wrote an article about view state persistence on CodeProject.com. This article describes how to save ASP.NET view and control state in cache on the server instead of using hidden fields. The article is also available as PDF file at the Parago website. Feel free to send me your feedback.
Welcome to my blog
Finally I started my own blog about .NET development and integration with SAP/R3. I would like to invite you to comment on the hopefully interesting articles and stuff I want to publish in the upcoming months.
Jürgen