SharpDevelop3.0 uses MSBuild. Including PostSharp in your build process is transparent if you are doing a global install using PostSharp installer. If you are doing a per-project installation using “Binary - No Installer” download, you will need to import the PostSharp targets into your .csproj file -
True
C:\code\PostSharp-1.0.8.316-Binary\
For more details, read the […]
In my previous post : WPF-LINQ To SQL Sample, I had to resort to modifying .dbml file to get the images stored as varbinary into the WPF ListView control. I had to change the Type of image fields to System.Byte[], instead of using System.Data.Linq.Binary. A better way to do this is to use a custom […]
This exercise in binding a WPF ListView control with LINQ to SQL was a lot of fun ! The following image shows data from AdventureWorks sample database displayed in the ListView control. The end result is very admirable, even in this very basic demo. Feeling a complete sense of freedom is unavoidable when working with […]
¶
Posted 07 March 2008
§
LINQ § WPF § code § database § sql
‡
°
Tagged: .NET, AdventureWorks, C#, code, control, database, DataBinding, demo, LINQ, ListView, mapping, sample, Share, sql, Windows, WPF, WPF-LINQ
The default log4net output path is relative to the startup directory of your executable. To customize the output path, you can override the base Appender’s File property in your own Appender class. The following example describes how to route the log files relative to the temp folder :
public class MyOwnAppender : […]
It is essential to treat database schema as source code and apply all the norms and best practices applicable to it. From what I hear and read, database schema version control is non-existent in too many projects.
Various techniques to accomplish version control of database schemas have been discussed and published. Martin […]
¶
Posted 18 February 2008
§
database § freeware § sql § version-control
‡
°
Tagged: best practices, change, code, database, database schema, Databases, DBMS, DbUpdater, Design, Download, Evolutionary, free tool, MSSQL, NHibernate, process, schema, schema version, SchemaVersionsLog, Scripts, sql, sql scripts, table, tool, version, version control tool, version-control, Versioning