Łukasz Kuryło
5 posts.
- Using Apache FOP from .NET levelIn one of my previous posts I was talking about FO.NET which I was using to generate a pdf documents from XSL-FO.
- Setting XSL-FO XML Schema in Visual StudioI'm playing lately with an XSL-FO for generating a pdf documents. XSL-FO has a long list of available tags and attributes, which for a new guy who want to…
- [NHibernate]Mapping a string field as nvarchar(MAX) in SQL Server using mapping by codeI'm diving in the NHibernate 3.2 mapping by code recently. I throught that, mapping a string with specific max length to the appropriate database table…
- Using App.config and System.ConfigurationSuppose that you have a interface in your project 1: namespace Configuration.Logger 2: { 3: public interface ILogger 4: { 5: void Write; 6: } 7: }
- Forms with EXT JSThis is a part of EXT JS Tutorial In this article I will cover information about creating, submitting and validating a forms with Ext JS library.…
