Tag Archives: c#

Create Word Documents using .NET without Interop

Original blog post: http://www.invoke.co.nz/products/docx.aspx ————————————————————————————– We have decided to release another component we've been using (FREE of charge, click here to download). This library creates Word Documents (.docx) using .NET. It is written purely in C#, you don't need any … Continue reading

Posted in Development | Tagged , , , , | 2 Comments

Ayende explains cascading with NHibernate

To continue my little "post with good links"… here is a good article by Ayende, explaining cascadin with NHibernate: http://ayende.com/Blog/archive/2006/12/02/NHibernateCascadesTheDifferentBetweenAllAlldeleteorphansAndSaveupdate.aspx Here is the basics: Here is what each cascade option means: none – do not do any cascades, let the … Continue reading

Posted in Software | Tagged , , , , | Leave a comment

Using .ToString(string Format) in C#

Read more Formatting on the "Formatting Overview" on MSDN (http://msdn2.microsoft.com/en-us/library/26etazsy(VS.71).aspx), or take a look in the Customer Numeric Format Strings section below (Original text here: http://msdn2.microsoft.com/en-us/library/0c899ak8(VS.71).aspx) Custom Numeric Format Strings If the standard numeric format specifiers do not provide the … Continue reading

Posted in Development | Tagged , | Leave a comment